body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Microsoft YaHei","PingFang SC", STHeiti, 宋体, arial;
    background-color: #fff;
    font-size: 0;
}

button, input, textarea {
    font-family: "Microsoft YaHei","PingFang SC", STHeiti, 宋体, arial;
    padding: 0;
    font-family: Verdana, Arial
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft YaHei","PingFang SC", STHeiti, 宋体, arial;
    font-weight: normal
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
    outline-color: transparent;
    border: 0
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    cursor: pointer
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.conwidth{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.main{
	overflow: hidden;
}
/*header*/
.mtop{
	width: 100%;
	overflow: hidden;
	height: 100px;
}
.header{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom: rgba(125,125,125,.3) solid 1px;
    z-index: 100;
    transition: all .6s linear;
    -webkit-transition: all .6s linear;
}
.fixed , .ny{
	background-color: #FFFFFF;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
	border-bottom: none;
}
.h-box{
	margin: 0 auto;
}
.h-box .h-logo{
	float: left;
	display: inline-block;
	vertical-align: middle;
	line-height: 99px;
	/*background: url(../images/logo.png) left center no-repeat;*/
}
/*.fixed .h-box .h-logo , .ny .h-box .h-logo{
	background: url(../images/blogo.png) left center no-repeat;
}*/

.nav{
	float: right;
}
.nav ul{
	float: right; 
}
.nav ul li{
	position:relative;
	float: left;
	padding: 0px 20px;
}
.nav ul li>a{
	line-height: 99px;
	color: #ffffff;
	font-size: 16px;
}
.fixed .nav ul li>a , .ny .nav ul li>a{
	color: #333333;
}
.nav ul li>a:hover{
	color: #0c93fb;
}
.nav ul li span{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 75px;
	width: 20px;
	height: 2px;
	border-bottom: #0c93fb solid 1px;
	margin: auto; 
}
.navcell{
	display: none;
	position: absolute;
	left: -20px;
	top: 99px;
	margin: auto;
	width: 150px;
	background-color: #FFFFFF;
	padding: 12px 0px;
	border-top: #0c93fb solid 1px;
}

.navcell a{
	display: block;
	width: 100%;
	color: #777777;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
}
.navcell a:hover{
	color: #0c93fb;
}
.nav ul li:hover>a{
	color: #0c93fb;
}
@media screen and (min-width: 1200px){
	.nav ul li:hover span, .nav ul li:hover .navcell{
		display: block;
	}
}


.tsousuo{
	float: right;
	margin-top: 32px;
	width: 140px;
	height: 32px;
	margin-left: 80px;
	border-radius:20px;
	vertical-align: middle;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*10.31新增*/
.tsousuo:hover{
	width: 150px;
}
.tsearch{
	width: 100%;
	height: 32px;
	border:#efefef solid 1px;
	border-radius:20px;
	padding-right: 25px;
	padding-left: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fixed .tsearch , .ny .tsearch{
	border:#d2d2d2 solid 1px;
}
.tsearch .text{
	float: left;
	display: inline-block;
	width:65px;
	width:-moz-calc(100% - 15px);
	width:-webkit-calc(100% - 15px);
	width: calc(100% - 15px);
	height: 30px;
	line-height: 30px;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	color: #efefef;
	font-size: 14px;
	background: none !important;
}
.ttubiao{
	float: right;
	display: inline-block;
	width: 15px;
	height:30px;
	background: url(../image/search.png) center no-repeat;
	background-size: 15px 15px;
}
.fixed .ttubiao , .ny .ttubiao{
	background: url(../image/g-search.png) center no-repeat;
}
.tsearch input{
	border: none;
}
.tsearch input::-webkit-input-placeholder {
    color: #efefef;
	font-size: 14px;
}
.tsearch input:-moz-placeholder {
	color: #efefef;
	font-size: 14px;
}
.tsearch input::-moz-placeholder {
	color: #efefef;
	font-size: 14px;
}
.tsearch input:-ms-input-placeholder {
	color: #efefef;
	font-size: 14px;
}
.fixed .tsearch .text , .ny .tsearch .text{
	color: #999999;
}
.fixed .tsearch input::-webkit-input-placeholder , .ny .tsearch input::-webkit-input-placeholder{
    color: #999999;
	font-size: 14px;
}
.fixed .tsearch input:-moz-placeholder , .ny .tsearch input:-moz-placeholder{
	color: #999999;
	font-size: 14px;
}
.fixed .tsearch input::-moz-placeholder , .ny .tsearch input::-moz-placeholder{
	color: #999999;
	font-size: 14px;
}
.fixed .tsearch input:-ms-input-placeholder , .ny .tsearch input:-ms-input-placeholder{
	color: #999999;
	font-size: 14px;
}

/*footer*/
.footer{
	width: 100%;
	overflow: hidden;
	background-color: #313131;
}
.ft-top{
	width: 100%;
	overflow: hidden;
	margin-top: 75px;
}
.ft-nav{
	float: left;
	width: 100%;
	overflow: hidden;
	border-bottom: #5a5a5a solid 1px;
	padding-bottom: 60px;
}
.ft-nav ul{
	float: left;
	width: 73%;
	overflow: hidden;
}
.ft-nav ul li{
	float: left;
	width: 16.666%;
	width:-moz-calc(100% / 6);
	width:-webkit-calc(100% / 6);
	width: calc(100% / 6);
	overflow: hidden;
	padding-left: 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ft-nav li span{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.ft-nav li span::before{
	content: '+';
	position: absolute;
	left: -18px;
	top: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #0c93fb;
}
.ft-nav li span a{
	color: #dcdcdc;
	font-size: 14px;
	font-weight: bold;
}
.ft-nav li>a{
	display: block;
	width: 100%;
	color: #969696;
	font-size: 14px;
	line-height: 28px;
}
.ft-nav li>a:hover{
	color: #FFFFFF;
}
.xinxi{
	float: left;
	overflow: hidden;
	padding-right: 15px;
}
.xxdiv{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.xxdiv span{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	color: #dcdcdc;
	font-size: 14px;
}
.xxdiv p{
	color: #dcdcdc;
	font-size: 14px;
	font-weight: bold;
}
.share{
	float: right;
	width: 82px;
	overflow: hidden;
}
.ewm{
}
.ewm span{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.ewm span img{
	width: 81px;
	height: 81px;
}
.ewm p{
	color: #969696;
	font-size: 14px;
}
.share>p{
	color: #969696;
	font-size: 14px;
	margin-bottom: 10px;
}
.ft-icon{
	float: left;
	width: 33.33%;
	overflow: hidden;
}
.ft-icon a{
	width: 100%;
	height: 18px;
}
.qq a{
	background: url(../image/a-qq.png) left center no-repeat;
	background-size: 18px 18px;
}
.wx a{
	background: url(../image/g-wx.png) center no-repeat;
	background-size: 18px 18px;
}
.wb a{
	background: url(../image/g-wb.png) right 2px center no-repeat;
	background-size: 18px 18px;
}
.ft-bot{
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 12px;
}
.ft-bot p{
	color: #969696;
	font-size: 14px;
	line-height: 32px;
}
.ft-bot p a{
	display: inline-block;
	color: #969696;
}
.ft-bot p a:hover{
	color: #FFFFFF;
}
.ft-bot p span{
	display: inline-block;
	margin-left: 50px;
}
/*轮播图*/
.lunbotu{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-slide-active{
	position: relative;
	left: 0;
}
.lunbotu .swiper-slide img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.lunbotu .swiper-slide img:nth-child(2){
    display: none;
}

.syban{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);	/* IE 9 */
	-moz-transform:translate(-50%, -50%); 	/* Firefox */
	-webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
	-o-transform:translate(-50%, -50%); 
	margin: auto;
	text-align: left;
}
.sybanzia{
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 10px;
}
.sybanzib{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	font-family: "微软雅黑";
	line-height: 42px;
}
.sybanxian{
	display: inline-block;
	width: 27px;
	height: 2px;
	background-color: #FFFFFF;
	margin: 27px auto;
}

.lunbotu>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction {
    bottom: 40px;
    left: 0;
    width: 100%;
   
}
.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 7px;
}
.lunbotu .swiper-pagination-bullet{
    width: 6px;
    height: 10px;
    margin: 0px 7px;
    background-color: #707070;
    position: relative;
    border-radius: 0% !important;
    transform: rotate(90deg);
    opacity: 1;
}
.lunbotu .swiper-pagination-bullet:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 3px #707070 solid;
    border-left:none;
}
.lunbotu .swiper-pagination-bullet:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: none;
    border-left: 3px #707070 solid;
}
.lunbotu .swiper-pagination-bullet-active{
	background-color: #ffffff;
}
.lunbotu .swiper-pagination-bullet-active:before{
    border-right: 3px #FFFFFF solid;
}
.lunbotu .swiper-pagination-bullet-active:after{
    border-left: 3px #FFFFFF solid;
}

/*index*/
.sytit{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.sytit-h{
	position: relative;
	display: inline-block;
	padding: 0px 43px;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sytit-h::before{
	content: '';
	position: absolute;
	left: 0;
	top: 24px;
	width: 40px;
	height: 1px;
	background: #55a6f5;
}
.sytit-h::after{
	content: '';
	position: absolute;
	right: 0;
	top: 24px;
	width: 40px;
	height: 1px;
	background: #55a6f5;
}
.sytit-h-sp{
	margin: 0px 10px;
}
.sytit-h span{
	display: inline-block;
}
.sytit-p{
	color: #666666;
	font-size: 16px;
}
.bai-sytit{}
.bai-sytit .sytit-h , .bai-sytit .sytit-p{
	color: #FFFFFF;
}
.bgcolor1{
	background-color: #f9f9f9;
}
.bgcolor2{
	background-color: #f5f5f5;
}
/*part1*/
.zhineng{
	width: 100%;
	overflow: hidden;
	background-color: #1758b0;
	padding: 40px 0px;
}
.zhineng ul{
	width: 100%;
	overflow: hidden;
}
.zhineng ul li{
	position: relative;
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.zhineng ul li:nth-child(odd){
	padding-right: 50px;
}
.zhineng ul li:nth-child(odd):before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 140px;
	background: url(../image/img3.png) center no-repeat;
}
.zhineng ul li:nth-child(even){
	padding-left: 100px;
}
.zn-tit{
	float: left;
	width: 54%;
	overflow: hidden;
}
.zn-h{
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	margin: 15px auto;
}
.zn-p{
	color: #cfeaff;
	font-size: 18px;
	line-height: 32px;
}
/*10.31修改*/
.zn-tu{
	float: right;
	width: 46%;
	overflow: hidden;
	text-align: center;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.zhineng ul li:hover .zn-tu{
	-o-transform: scale(0.92);
	-ms-transform: scale(0.92);
	-moz-transform: scale(0.92);
	-webkit-transform: scale(0.92);
	transform: scale(0.92);
}
/*part2*/
.part2{
	width: 100%;
	overflow: hidden;
	padding: 70px 0px 50px;
}
/*10.31注释*/
.part2tab{
	width: 100%;
	/*overflow: hidden;*/
}
.part2menu{
	overflow: hidden;
	text-align: center;
	margin-top: 65px;
}
.part2menu li{
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 20px;
	padding: 0px 25px;
	line-height: 54px;
}
.part2on{
	color: #0c93fb !important;
}
.part2on::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 36px;
	height: 1px;
	background-color: #0c93fb;
}
/*10.31注释*/
.part2box{
	width: 100%;
	/*overflow: hidden;*/
}
.part2con{
	width: 100%;
	/*overflow: hidden;*/
	margin-top: 45px;
}
.part2hide{
	display: none;
}
.part2con ul li{
	float: left;
	width: 31.4%;
	width:-moz-calc((100% - 80px) / 3);
	width:-webkit-calc((100% - 80px) / 3);
	width: calc((100% - 80px) / 3);
	margin-bottom: 20px;
	margin-right: 40px;
	background-color: #ffffff;
	border:#eeeeee solid 1px;
	/*padding-top: 20px;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	-o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #0c93fb;
}
.part2con ul li:hover .part2zib{
	color: #0c93fb;
}
.part2con ul li:nth-child(3n){
	margin-right: 0;
}
.part2con ul li a{
	display: inline-block;
	width: 100%;
}
.part2con ul li a:hover .part2c{
	background: url(../image/img8.png) center no-repeat;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/*10.31新增*/
.part2con ul li:hover{
	transform: scale(1);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.part2img{
	/*display: table;
	width: 100%;
	height: 230px;
	border-bottom: #eeeeee solid 1px;
	text-align: center;
	overflow: hidden;*/
	position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border-bottom: #eeeeee solid 1px;
}
.part2img span{
	/*display: table-cell;
	vertical-align: middle;*/
	width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.part2img img{
	/*display: block;
	margin: 0 auto;
	max-width: 100%;*/
	max-height: 100%;
    width: auto;
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 500ms linear;*/
}
.part2zi{
	position: relative;
	padding: 15px 100px 15px 45px;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
}
.part2zia{
	color: #777777;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.part2zib{
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.part2c{
	position: absolute;
	right: 65px;
	top: 34px;
	width: 23px;
	height: 23px;
	background: url(http://test55.szfangwei.net/jiandan/Public/Home/images/img7.png) center no-repeat;
}
/*part3*/
.part3{
	width: 100%;
	padding: 70px 0px 0px;
	overflow: hidden;
	background: url(../image/img13.jpg) center no-repeat;
	background-size: cover;
}
.part3con{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.part3con .swiper-slide{
	width: 22.8%;
	width:-moz-calc((100% - 120px) / 4);
	width:-webkit-calc((100% - 120px) / 4);
	width: calc((100% - 120px) / 4);
	margin-right: 40px;
	margin-bottom: 115px;
}
.part3con .swiper-slide:nth-child(4n){
	margin-right: 0;
}
.part3li{
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s; 
	transition: all 0.4s; 
	background-color: #f4f4f4;
	margin-top: 100px;
}
.part3li:hover{
	-ms-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.part3li-zi{
	position: relative;
	padding: 0px 25px;
	overflow: hidden;
	text-align: center;
	padding-bottom: 20px;
}
.part3li-zi::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: auto;
	width: 40px;
	height: 2px;
	background-color: #0c93fb;
}
.part3con .swiper-slide:nth-child(even) .part3li-zi::before{
	bottom: auto;
	top: 0px;
}
.part3li-tit{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin: 35px auto 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.part3li-sp{
	color: #d6d6d6;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.part3li-p{
	color: #5d5d5d;
	font-size: 14px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 124px;
}
.part3li-tu{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.part3li-tu img{
	width: 100%;
	/*height: 266px;*/
}
.part3con>.swiper-pagination-bullets, .part3con .swiper-pagination-custom, .part3con .swiper-pagination-fraction {
    bottom: 40px;
    left: 0;
    width: 100%;
   
}
.part3con.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 7px;
}
.part3con .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0px 7px;
    background-color: #aaaaaa;
    position: relative;
    border-radius: 50%;
    opacity: 1;
}
.part3con .swiper-pagination-bullet-active{
	background-color: #ffffff;
}
/*part4*/
.part4{
	width: 100%;
	overflow: hidden;
	margin: 70px auto 0px;
	background: url(../image/img18.jpg) center bottom no-repeat;
	padding-bottom: 35px;
}
.pc-slide{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.preview {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.preview::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	width: 100%;
	height: 2px;
	border-bottom: #f1f2f3 solid 1px;
}
.preview .swiper-container {
	position: relative;
	z-index: 10;
	float: left;
	width: 650px;
	/*height: 110px;*/
}

.preview .swiper-slide {
	width: 163px;
	/*height: 105px;*/
	cursor:pointer;
	/*margin-right: 42px;*/
}
.preli{
	width: 100%;
	/*height: 105px;
	overflow: hidden;*/
	position: relative;
	text-align: center;
	padding-bottom: 35px;
	margin-bottom: 5px;
}

.preli i{
	display: inline-block;
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
.preli i img{
	width: 39px;
	height: 29px;
}
.preview .preli i.img2{
	display: none;
}
.preview .active-nav .preli i.img1{
	display: none;
}
.preview .active-nav .preli i.img2{
	display: block;
}

/*.preli i.img1{
	background: url(../images/imgicon1.png) center no-repeat;
	background-size: 39px 29px;
}
.preli i.img2{
	background: url(../images/imgicon2.png) center no-repeat;
	background-size: 39px 29px;
}
.preli i.img3{
	background: url(../images/imgicon3.png) center no-repeat;
	background-size: 39px 29px;
}
.preli i.img4{
	background: url(../images/imgicon4.png) center no-repeat;
	background-size: 39px 29px;
}
.preli i.img5{
	background: url(../images/imgicon6.png) center no-repeat;
	background-size: 39px 29px;
}
.preli i.img6{
	background: url(../images/imgicon5.png) center no-repeat;
	background-size: 39px 29px;
}
.preli i.img7{
	background: url(../images/imgicon7.png) center no-repeat;
	background-size: 39px 29px;
}
.preli i.img8{
	background: url(../images/imgicon8.png) center no-repeat;
	background-size: 39px 29px;
}*/
.preli p{
	color: #9ec4e2;
	font-size: 20px;
}
.preli em{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	margin: auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e5e5e5;
}
/*.preview .slide8 {
	width: 82px;
}*/
.arrow{
	float: left;
	position: relative;
	width: 66px;
	height: 14px;
	margin-top: 50px;
	margin-left: 50px;
}
.arrow::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 14px;
	border-right: #d6d6d6 solid 1px;
}
.preview .arrow-left {
	background: url(../image/img17.png) no-repeat center;
	float: left;
	width: 8px;
	height: 14px;
}
.preview .arrow-right {
	background: url(../image/img15.png) no-repeat center;
	float: right;
	width: 8px;
	height: 14px;
}
.preview .arrow-left:hover{
	background: url(../image/img16.png) no-repeat center;
}
.preview .arrow-right:hover {
	background: url(../image/img14.png) no-repeat center;
}
.preview .active-nav .preli p{
	color: #0c93fb;
}
.preview .active-nav .preli em{
	background-color: #0c93fb;
	border: #b6defe solid 3px;
	bottom: -3px;
}
/*.preview .active-nav .preli i.img1{
	background: url(../images/imgiconon1.png) center no-repeat;
	background-size: 39px 29px;
}
.preview .active-nav .preli i.img2{
	background: url(../images/imgiconon2.png) center no-repeat;
	background-size: 39px 29px;
}
.preview .active-nav .preli i.img3{
	background: url(../images/imgiconon3.png) center no-repeat;
	background-size: 39px 29px;
}
.preview .active-nav .preli i.img4{
	background: url(../images/imgiconon4.png) center no-repeat;
	background-size: 39px 29px;
}
.preview .active-nav .preli i.img5{
	background: url(../images/imgiconon6.png) center no-repeat;
	background-size: 39px 29px;
}
.preview .active-nav .preli i.img6{
	background: url(../images/imgiconon5.png) center no-repeat;
	background-size: 39px 29px;
}
.preview .active-nav .preli i.img7{
	background: url(../images/imgiconon7.png) center no-repeat;
	background-size: 39px 29px;
}
.preview .active-nav .preli i.img8{
	background: url(../images/imgiconon8.png) center no-repeat;
	background-size: 39px 29px;
}*/
.xzimg1{
	float: right;
	position: relative;
	width: 46%;
	height: 137px;
	line-height: 137px;
	overflow: hidden;
	text-align: center;
}
.xzimg1:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../image/xzimg1.png) center no-repeat;
	background-size: 137px 137px;
	-o-animation:circle 3s infinite linear;
	-ms-animation:circle 3s infinite linear;
	-moz-animation:circle 3s infinite linear;
	-webkit-animation:circle 3s infinite linear;
	animation:circle 3s infinite linear;
}
.xzimg3{
	float: right;
	position: relative;
	width: 46%;
	height: 137px;
	line-height: 137px;
	overflow: hidden;
	text-align: center;
	/*background: url(../images/xzimg3.png) center no-repeat;
	background-size: 212px 137px;*/
}
.xzimg3 img{
	-o-animation:bs 3s infinite linear;
	-ms-animation:bs 3s infinite linear;
	-moz-animation:bs 3s infinite linear;
	-webkit-animation:bs 3s infinite linear;
	animation:bs 3s infinite linear;
}
@keyframes circle {
	0%{transform: rotate(0deg)translateZ(0);}
	100% {transform: rotate(-360deg)translateZ(0);}
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotate(0deg)translateZ(0);
	}
	100%  {-webkit-transform: rotate(-360deg)translateZ(0);}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotate(0deg)translateZ(0);}
	100%  {-moz-transform: rotate(-360deg)translateZ(0);}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotate(0deg)translateZ(0);}
	100%  {-ms-transform: rotate(-360deg)translateZ(0);}
}

@-o-keyframes circle {
	0% {-o-transform: rotate(0deg)translateZ(0);}
	100%  {-o-transform: rotate(-360deg)translateZ(0);}
}


@keyframes bs {
	0%{transform: scale(0.9);}
	25%{transform: scale(1);}
	50%{transform: scale(1.1);}
	75% {transform: scale(1);}
	100% {transform: scale(0.9);}
}

@-webkit-keyframes bs {
	0% {-webkit-transform: scale(0.9);
	}
	25%{-webkit-transform: scale(1);}
	50%{-webkit-transform: scale(1.1);}
	75%  {-webkit-transform: scale(1);}
	100%  {-webkit-transform: scale(0.9);}
}

@-moz-keyframes bs {
	0% {-moz-transform: scale(0.9);}
	25%{-moz-transform: scale(1);}
	50%{-moz-transform: scale(1.1);}
	75%  {-moz-transform: scale(1);}
	100%  {-moz-transform: scale(0.9);}
}

@-ms-keyframes bs {
	0% {-ms-transform: scale(0.9);}
	25%{-ms-transform: scale(1);}
	50%{-ms-transform: scale(1.1);}
	75%{-ms-transform: scale(1);}
	100%  {-ms-transform: scale(0.9);}
}

@-o-keyframes bs {
	0% {-o-transform: scale(0.9);}
	25%{-o-transform: scale(1);}
	50%{-o-transform: scale(1.1);}
	75%  {-o-transform: scale(1);}
	100%  {-o-transform: scale(0.9);}
}

.view{
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
	margin-top: 30px;
}
.view .swiper-container {
	width: 100%;
	overflow: inherit;
}
/*.view .swiper-slide{
	opacity: 0;
}*/
.swdiv{
	width: 100%;
	/*height: 505px;*/
	padding-bottom: 70px;
	/*overflow: hidden;*/
	position: relative;
}
.swdiv-i{
	position: absolute;
	left: 0;
	top: 0;
	width: 57.8%;
	height: 100%;
	background-color: #1758b0;
}
.swdiv-zi{
	float: left;
	width: 50%;
	overflow: hidden;
	color: #FFFFFF;
}
.swdiv-tit{
	position: relative;
	margin-top: 30px;
}
.swdiv-tit-h{
	font-size: 26px;
	height: 100px;
}
.swdiv-tit-eng{
	display: none;
	color: #b9b9b9;
	font-size: 18px;
	padding-bottom: 20px;
}
.swdiv-tit i{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 525px;
	height: 2px;
	border-bottom: #FFFFFF solid 1px;
	z-index: 1;
}
.swdiv-tit em{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #2b84fb;
	z-index: 2;
}
.swdiv-p{
	position: relative;
	z-index: 3;
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.swdiv-zi a{
	position:relative;
	z-index: 3;
	display: inline-block;
	color: #d2ebff;
	font-size: 16px;
}
.sw-other{
	float: right;
	width: 50%;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sw-other-top{
	position: absolute;
	right: 0;
	top: -130px;
	padding: 0px 85px;
	overflow: hidden;
	background: #FFFFFF;
}
.sw-other-top-tit{
	color: #464646;
	font-size: 40px;
	font-weight: bold;
}
.sw-other-top-p{
	color: #959595;
	font-size: 20px;
}
.sw-other-num{
	color: #464646;
	font-size: 20px;
	margin-top: 115px;
}
.sw-other-num span{
	color: #0c93fb;
	font-size: 28px;
}
.swdiv-tit .sw-other-num{
	display: none;
}

/*part5*/
.part5{
	width: 100%;
	overflow: hidden;
	margin: 70px auto 40px;
}
/*10.31注释*/
.part5-news{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.part5-news ul li{
	position: relative;
	float: left;
	width: 31.4%;
	width:-moz-calc((100% - 80px) / 3);
	width:-webkit-calc((100% - 80px) / 3);
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	background-color: #f9f9f9;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.part5-news ul li:nth-child(3n){
	margin-right: 0;
}
.part5-news ul li:hover{
	box-shadow: 0px 0px 20px rgba(91,91,91,.2);
}
.part5-news ul li:hover::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #0c93fb;
}
.part5-news ul li a{
	display: inline-block;
	width: 100%;
}
.newsimg{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.newsimg img{
	width: 100%;
}
.newscon{
	padding: 25px;
	overflow: hidden;
}
.newscon-tit{
	margin-bottom: 20px;
	overflow: hidden;
}
.newscon-tit-h{
	float: left;
	width:-moz-calc(100% - 110px);
	width:-webkit-calc(100% - 110px);
	width: calc(100% - 110px);
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newscon-tit-time{
	float: left;
	width: 110px;
	overflow: hidden;
	color: #888888;
	font-size: 14px;
	line-height: 32px;
}
.newscon-tit-time i{
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 32px;
}
.newscon-tit-time i img{
	width: 16px;
	height: 16px;
	/*vertical-align: text-top;*/
	vertical-align: -2px;
}
.newscon-p{
	width: 100%;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	min-height: 90px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/*part6*/
.part6{
	width: 100%;
	overflow: hidden;
	padding: 70px 0px 0px;
}
.part6con{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
	/*padding-left: 50.7%;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.part6tu{
	float: right;
	width:50%;
	/*width: 100%;*/
	overflow: hidden;
}
.part6tu img{
	width: 100%;
}
.part6zi{
	float: left;
	width: 50%;
	overflow: hidden;
	padding-left: 14%;
	padding-right: 3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*position: absolute;
	left:0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;*/
}
.part6zidiv{
	float: left;
	width: 100%;
	/*width: 46.5%;*/
	overflow: hidden;
}
.part6zi-tit{
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}
.part6zi-tit-h{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
.part6zi-tit-sp{
	color: #666666;
	font-size: 16px;
}
.part6zi-p{
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 60px;
}
.part6zidiv a{
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #0c93fb;
    margin-bottom: 30px;
    margin-top: 30px;
}

/*其他*/
.qitabanner{
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.qitabanner a{
	display: inline-block;
	width: 100%;
}
.qitabanner a img{
	width: 100%;
}
.bannerzi{
	position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);	/* IE 9 */
	-moz-transform:translate(-50%, -50%); 	/* Firefox */
	-webkit-transform:translate(-50%, -50%); /* Safari å’Œ Chrome */
	-o-transform:translate(-50%, -50%); 
    max-width: 1200px;
    width: 80%;
    margin: auto;
    text-align: left;
}
.bannerzi h5{
	color: #f9f9f9;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}
.bannerzi p{
	color: #f9f9f9;
	font-size: 20px;
	font-family: arial;
}
.blackzi p, .blackzi h5{
	color: #333333 !important;
}

/*about*/
.abmain{
}
.abpart1{
	width: 100%;
	overflow: hidden;
	margin: 70px auto 0px;
}
.abpart1-zi{
	float: left;
	width: 50%;
	overflow: hidden;
}
.abpart-tit{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.abpart-tit-h{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.abpart-tit-sp{
	color: #e8eaed;
	font-size: 18px;
	font-weight: bold;
}
.abpart1-tit-p{
	color: #464646;
	font-size: 16px;
	line-height: 32px;
}
.abpart1-tu{
	float: right;
	width: 50%;
	overflow: hidden;
	text-align: right;
	background: url(../image/img25.png) right 60px top no-repeat;
	padding-right: 10%;
	padding-top: 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.abpart1-img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.abpart1-img i{
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 1;
	display: inline-block;
	width: 80%;
	height: calc(100% - 10%);
	border: #dcdcdc solid 1px;
}
.abpart1-img span{
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 80%;
	margin-top: 20px;
}
.abpart1-img span img{
	width: 100%;
}
/*数字*/
.shuzi{
	width: 100%;
	overflow: hidden;
	margin: 100px auto 80px;
}
.shuzicon{
}
.shuzicon ul{
	padding: 0px 40px;
	overflow: hidden;
	/*display: flex;
    align-items: center;
    justify-content: space-between;*/
}
.shuzicon ul li{
	float: left;
	width: 25%;
	overflow: hidden;
}
@font-face {
    font-family: 'Swiss721BT Roman';
    src: url(../font/tt0003m_.ttf);
}
@font-face{
	font-family: 'IKEASans Regular';
	src: url(http://test55.szfangwei.net/jiandan/Public/Home/font/IKEASANS_REGULAR.OTF);
}
.shuzicon ul li h3{
	display: inline-block;
	color: #76aff3;
	font-size: 14px;
	font-weight: normal;
}
.szli1 h3{
	background: url(../image/img26.png) right bottom 10px no-repeat;
}
.szli2 h3{
	background: url(http://test55.szfangwei.net/jiandan/Public/Home/images/img27.png) right bottom 13px no-repeat;
}
.szli3 h3{
	background: url(../image/img28.png) right bottom 13px no-repeat;
}
.szli4 h3{
	background: url(../image/img29.png) right bottom 15px no-repeat;
}
.shuzicon ul li h3 span{
	font-size: 70px;
	color: #023193;
	font-family: 'Swiss721BT Roman';
}
.shuzicon ul li h3 span.timer{
	font-size: 80px;
}
.shuzicon ul li:nth-child(even) h3 span{
	color: #0049e1;
	font-family: 'IKEASans Regular';
}
.shuzicon ul li p{
	color: #464646;
	font-size: 18px;
	margin-top: 25px;
}
/*abpart2*/
.abpart2{
	width: 100%;
	overflow: hidden;
	background: #f6fafd url(../image/img30.png) center bottom no-repeat;
	padding: 70px 0px 0px;
}
.abpart2con{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
}
.abpart2li{
	/*display: table;*/
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.abpart2li a{
	/*display: table-cell;
	vertical-align: middle;*/
}
.abp2-li1{
	position: relative;
}
.abp2-li1 span{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.abp2-li1 span img{
	max-width: 100%;
}
.abpart2zi-h{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	color: #0c93fb;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 10px;
}
.abpart2zi-p{
	margin-top: 30px;
	color: #666666;
	font-size: 22px;
	margin-bottom: 30px;
	/*padding:0 11%;*/
	overflow: hidden;
}
.abpart2con .swiper-button-next, .abpart2con .swiper-button-prev {
    position: absolute;
    top: 32%;
    width: 53px;
    height: 17px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 53px 17px;
    -webkit-background-size: 53px 17px;
    background-size: 53px 17px;
    background-position: center;
    background-repeat: no-repeat;
}
.abpart2con .swiper-button-next, .abpart2con .swiper-container-rtl .swiper-button-prev {
    background: url(../image/img33.png);
    right: 10px;
    left: auto;
}
.abpart2con .swiper-button-prev, .abpart2con .swiper-container-rtl .swiper-button-next {
    background-image: url(../image/img31.png);
    left: 10px;
    right: auto;
}
.abpart2con .swiper-button-next:hover, .abpart2con .swiper-container-rtl .swiper-button-prev:hover {
    background: url(../image/img34.png);
}
.abpart2con .swiper-button-prev:hover, .abpart2con .swiper-container-rtl .swiper-button-next:hover {
    background-image: url(../image/img32.png);
}
.abpart2con .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.abpart2con.swiper-container-horizontal>.swiper-pagination-bullets, .abpart2con.swiper-pagination-custom, .abpart2con.swiper-pagination-fraction {
    bottom: 60px !important;
    left: 0;
    width: 100%;
}
.abpart2con .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #d2d2d2;
    opacity: 1;
}
.abpart2con .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.abpart2con .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}
.abpart2con .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0c93fb;
}
.abpart2zi{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 170px;
	margin: auto;
	color: #333333;
	font-size: 16px;
	line-height: 34px;
	max-width: 840px;
	width: 100%;
	text-align: center;
}

/*new*/
.newmain{}
.newnav{
	width: 100%;
	overflow: hidden;
	border-bottom: #eeeeee solid 1px;
	background-color: #ffffff;
}
.newnav ul{
	max-width: 1200px;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.newnav ul li{
	position: relative;
	float: left;
	width:90px;
	margin-right: 24px;
	text-align: center;
	margin: 20px 24px 20px 0px;
	padding-right: 24px;
}
.newnav ul li a{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #888888;
	font-size: 16px;
	text-align: center;
}
.newnav ul li:hover a, .newnavon a{
	background-color: #0c93fb;
	color: #FFFFFF !important;
}
.newnav ul li:first-child{
	padding-right: 0px;
}
.newnav ul li:first-child::before , .newnav ul li:last-child::before{
	border: none !important;
}
.newnav ul li::before{
	content: '';
	position: absolute;
	right: 0;
	top: 8px;
	width: 2px;
	height: 24px;
	border-right: #EEEEEE solid 1px;
}
.newsdiv{
	width: 100%;
	overflow: hidden;
	margin: 20px auto 80px;
}
.newsdiv ul{
	max-width: 1200px;
	width: 80%;
	margin: 0 auto 55px;
}
.newsdiv ul li{
	width: 100%;
	margin: 40px auto 0px;
	padding: 35px 40px;
	border: #EEEEEE solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.newsdiv ul li:hover{
	box-shadow: 0px 0px 20px rgba(30,30,30,.2);
}
.newsdiv ul li a{
	display: inline-block;
	width: 100%;
}
.newdate{
	float: left;
	text-align: right;
	margin-top: 52px;
}
@font-face{
	font-family: 'IKEASans HEAVY';
	src: url(http://test55.szfangwei.net/jiandan/Public/Home/font/IKEASans_Heavy.otf);
}
.newdate span{
	display: inline-block;
	color: #0c93fb;
	font-size: 24px;
	font-family: 'IKEASans HEAVY';
}
.newdate div{
	color: #888888;
	font-size: 18px;
	font-family: 'IKEASans REGULAR';
}
.newimg{
	float: left;
	width: 23.3%;
	/*height: 160px;*/
	overflow: hidden;
	margin-left: 50px;
	margin-right: 50px;
}
.newimg img{
	width: 100%;
	vertical-align: middle;
}
.newzi{
	float: left;
	width: 46.5%;
	overflow: hidden;
	margin-top: 20px;
}
.newzi-h{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}
.newzi-p{
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.n-date{
	display: none;
	color: #888888;
    font-size: 14px;
    margin-top: 5px;
    font-family: 'IKEASans REGULAR';
}
.newsdiv ul li:hover .n-date{
	color: #0c93fb;
	font-family: 'IKEASans HEAVY';
}
.newjt{
	float: right;
	width: 64px;
	height: 160px;
	background: url(../image/img40.png) center no-repeat;
	background-size: 50px 50px;
}
.newsdiv ul li:hover .newjt{
	background: url(../image/img41.png) center no-repeat;
}
.newpage{
	max-width:1200px;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.znpage{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.znpage a{
	display: inline-block;
	color: #666666;
	font-size: 14px;
	margin: 0px 10px;
}
.znpage a:hover, .znpage a.pageon{
	color: #0c93fb;
	font-weight: bold;
}
.znpage a.znprev:hover, .znpage a.znnext:hover{
	font-weight: normal;
	color: #666666;
}
.znprev{
	float: left;
	color: #666666;
	font-size: 14px;
}
.znprev span{
	display: inline-block;
	width: 31px;
	height: 8px;
	margin-right: 5px;
	background: url(../image/img42.png) center no-repeat;
	background-size: 31px 8px;
}
.pageon , .on{
	color: #0c93fb !important;
}
.znpage a.znprev.on, .znpage a.znnexton{
	font-weight: normal;
}
.on.znprev span{
	background: url(../image/img43.png) center no-repeat;
}
.znnext{
	float: right;
	color: #666666;
	font-size: 14px;
}
.znnext span{
	display: inline-block;
	width: 31px;
	height: 8px;
	margin-left: 5px;
	background: url(../image/img44.png) center no-repeat;
	background-size: 31px 8px;
}
.on.znnext span{
	background: url(../image/img45.png) center no-repeat;
}
/*新闻详情*/
.detail{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.detailcon{
	max-width: 1100px;
	width: 80%;
	margin: 0px auto 70px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 50px 90px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.d-content{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.detail-tit{
	width: 100%;
	/*overflow: hidden;*/
	text-align: center;
}
.detail-h{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.detail-d{
	/*overflow: hidden;*/
	margin: 30px auto 0px;
	padding-bottom: 30px;
	border-bottom: #ededed solid 1px;
}
.datitsp{
	display: inline-block;
}
.datitsp i{
	display: inline-block;
	width: 17px;
	margin-right: 8px;
}
.datitsp i img{
	max-width: 22px;
	height: 18px;
	position: relative;
	top: -6px;
}
.datitsp span{
	display: inline-block;
	color: #777777;
	font-size: 14px;
	margin-right: 60px;
}
.fenxiang{
	display: inline-block;
}
.fenxiang>span{
	display: inline-block;
	margin-right: 5px;
	color: #999999;
	font-size: 14px;
}
.fenxiang a{
	display: inline-block;
	margin-right: 5px;
	position: relative;
}
.fenxiang a i{
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
	top: 5px;
}
.shareqq{
	background: url(../image/img46.png) center no-repeat;
	background-size: 25px 25px ;
}
.shareqq:hover{
	background: url(../image/img46.png) center no-repeat;
	background-size: 25px 25px ;
}
.sharewx{
	background: url(../image/img47.png) center no-repeat;
	background-size: 25px 25px ;
}
.sharewx:hover{
	background: url(../image/img47.png) center no-repeat;
	background-size: 25px 25px ;
}
.sharewb{
	background: url(../image/img48.png) center no-repeat;
	background-size: 25px 25px ;
}
.sharewb:hover{
	background: url(../image/img48.png) center no-repeat;
	background-size: 25px 25px ;
}

.ewmdiv{
	display: none;
	position: absolute;
	top: 50px;
	left: -40px;
	width: 100px;
}
.ewmdiv span{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	border: #d2d2d2 solid 1px;
	background-color: #f9f9f9;
}
.ewmdiv span img{
	width: 81px;
	height: 81px;
	margin-top: 5px;
}
.ewmdiv span em{
    display: block;
    width:0px;
	height:0px;
	border-bottom:12px solid #d2d2d2;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
    position: absolute;
    top: -12px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
}
.ewmdiv span i{
    display: block;
    width:0px;
	height:0px;
	border-bottom:9px solid #f9f9f9;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
    position: absolute;
    top: -9px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
}
.fenxiang a:hover .ewmdiv{
	display: block;
}
.detail-div{
	color: #777777;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	margin-top: 25px;
}
.detail-div img{
	display: block;
	margin: 20px auto;
	max-width: 100%;
	overflow: hidden;
}

.detail-page{
	width: 100%;
	overflow: hidden;
}
.detail-page a{
	float: left;
	width: 50%;
	text-align: center;
	color: #666666;
	font-size: 14px;
	height: 60px;
	line-height: 58px;
	border: #d2d2d2 solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.detail-page a i{
	display: inline-block;
	width: 22px;
	height: 58px;
}
.d-prev{
	border-right: none !important;
	padding-right: 15px;
}
.d-next{
	padding-left: 15px;
}
.d-prev i{
	float: left;
	margin-left: 45px;
	margin-right: 30px;
	background: url(../image/img55.png) center no-repeat;
	background-size: 22px 20px;
}
.d-next i{
	float: right;
	margin-left: 30px;
	margin-right: 45px;
	background: url(http://test55.szfangwei.net/jiandan/Public/Home/images/img52.png) center no-repeat;
	background-size: 22px 20px;
}
.detail-page a:hover{
	background-color: #0c93fb;
	border: #0c93fb solid 1px;
	color: #FFFFFF;
}
.d-prev:hover i{
	background: url(../image/img54.png) center no-repeat;
	background-size: 22px 20px;
}
.d-next:hover i{
	background: url(../image/img53.png) center no-repeat;
}
/*产品中心*/
.promain{}
.promain .info{display: none;}
.pro-div{
	width: 100%;
	overflow: hidden;
	margin: 50px auto 80px;
}
.pro-left{
	float: left;
	width: 320px;
	overflow: hidden;
	margin-top: 20px;
}
.pro-left-tit{
	width: 100%;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	background-color: #0c93fb;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pro-left ul{
	width: 100%;
	overflow: hidden;
	border: #e8e8e8 solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pro-left ul li{
	position: relative;
	/*border-bottom: #e8e8e8 solid 1px;*/
}
.pro-left ul li>a{
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #f4f4f4;
	color: #333333;
	font-size: 16px;
	height: 60px;
	line-height: 59px;
	padding: 0px 30px;
	border-bottom: #e8e8e8 solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pro-left ul li a i{
	display: inline-block;
	margin-right: 12px;
	width: 9px;
	height: 9px;
	background: url(../image/img56.png) center no-repeat; 
	background-size: 8px 9px;
}
.ejdiv{
	display: none;
	padding: 5px 50px;
	overflow: hidden;
	background-color: #f7f7f7;
}
.ejdiv a{
	display: inline-block;
	width: 100%;
	line-height: 40px;
	color: #888888;
	font-size: 14px;
}
.ejdiv a:hover{
	color: #0c93fb;
}
.divshow a i{
	background: url(../image/img57.png) center no-repeat !important; 
	background-size: 9px 8px;
}
.divshow .ejdiv{
	display: block;
}

.pro-right{
	float: right;
	width: 69%;
	width:-moz-calc(100% - 360px);
	width:-webkit-calc(100% - 360px);
	width: calc(100% - 360px);
	margin-top: 20px;
}
.pro-right>ul{
	margin-bottom: 10px;
}
.pro-right>ul li{
	float: left;
	width: 31.28%;
	width:-moz-calc((100% - 60px) / 3);
	width:-webkit-calc((100% - 60px) / 3);
	width: calc((100% - 60px) / 3);
	margin-bottom: 50px;
	margin-right: 30px;
	background-color: #ffffff;
	border:#dadada solid 1px;
	/*padding-top: 5px;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pro-right>ul li:nth-child(3n){
	margin-right: 0;
}
.pro-right>ul li a{
	display: inline-block;
	width: 100%;
}
.pro-right>ul li:hover{
	box-shadow: 0px 0px 15px rgba(4,0,0,.12);
}
.pro-right ul li a:hover .proc{
	background: url(../image/img8.png) center no-repeat;
	background-size: 18px 18px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.proimg{
	/*display: table;
	width: 100%;
	height: 260px;
	border-bottom: #dadada solid 1px;
	text-align: center;
	overflow: hidden;*/
	position: relative;
    padding-bottom: 58%;
    overflow: hidden;
    border-bottom: #eeeeee solid 1px;
    line-height: 58%;
    /*margin: 5px auto 0px;*/
}
.proimg span{
	width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.img-a{
	display: table;
	width: 100%;
	height: 100%;
}
.img-b{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.proimg img{
	/*max-width: 100%;*/
	max-height: 100%;
    width: auto;
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 500ms linear;*/
}
.prozi{
	position: relative;
	padding: 15px 60px 15px 15px;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
}
.prozia{
	color: #777777;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.prozib{
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.proc{
	position: absolute;
	right: 30px;
	top: 34px;
	width: 23px;
	height: 23px;
	background: url(http://test55.szfangwei.net/jiandan/Public/Home/images/img7.png) center no-repeat;
	background-size: 18px 18px;
}
.propage{
	float: right;
}
.propage a{
	display: inline-block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    margin-bottom: 2px;
    margin-right: 2px;
    color: #999999;
    background-color: #fff;
    font-size: 14px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.lastpage{
	width: 70px !important;
}
.propage a.propageon , .propage a:hover{
	background-color: #0c93fb;
	color: #FFFFFF;
}


.cp-nav{
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	border-bottom: #e5e5e5 solid 1px;
}
.cp-nav-tit{
	float: left;
	width: 46%;
	overflow: hidden;
	color: #333333;
	font-size: 20px;
	font-weight:bold;
	line-height: 80px;
}
.cp-nav ul{
	float: right;
	overflow: hidden;
}
.cp-nav ul li{
	float: left;
    text-align: center;
    margin: 20px 0px;
    margin-right: 32px;
}
.cp-nav ul li a{
    display: inline-block;
    padding: 0px 25px;
    height: 37px;
    line-height: 37px;
    color: #666666;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    font-style: italic;
}
.cp-nav ul li a:hover , .cp-nav ul li.on a{
	background-color: #0c93fb;
	color: #FFFFFF !important;
	border-radius: 20px;
	text-decoration: none;
	font-style: normal;
}
.pro-details{
	width: 100%;
	overflow: hidden;
}
.pro-part1{
	background: url(../image/img59.jpg) center no-repeat;
	background-size: cover;
}
.pro-part2{
	background: url(../image/img60.jpg) center no-repeat;
	background-size: cover;
}
.pro-part3{
	background: url(http://test55.szfangwei.net/jiandan/Public/Home/images/img61.jpg) center no-repeat;
	background-size: cover;
}
.diva{
	/*display: table;
	width: 100%;
	min-height: 700px;*/
	padding: 160px 0px;
	overflow: hidden;
}
/*.divb{
	display: table-cell;
	vertical-align: middle;
}*/
.pro-details-zi{
	float: left;
	width: 50%;
	overflow: hidden;
}
.pro-zia{
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 40px;
	line-height: 50px;
}
.pro-zib{
	color: #ffffff;
	font-size: 18px;
	line-height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}
.pro-details-tu{
	float: right;
	width: 50%;
	overflow: hidden;
	text-align: right;
}
.pro-details-tu span{
	display: inline-block;
	margin:0px 0px 20px 40px;
}
.pro-details-tu span:first-child{
	margin-left: 0px;
}


.pro-cs{
	width: 100%;
	overflow: hidden;
	margin: 60px auto 80px;
}
table.parameter{
    border-collapse: collapse;
    width: 100%;
}
table.parameter th{
	width: 20%;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    font-weight: normal;
}
table.parameter td{
	width: 20%;
    height: 60px;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
    text-align: center;
    color: #333333;
    font-size: 16px;
}

.prodown{
	width: 100%;
	overflow: hidden;
	margin-bottom: 80px;
}
.downdiv{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.download{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.download-tit{
	width: 100%;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
	margin-bottom: 25px;
}
.download-tit i{
	display: inline-block;
	margin-right: 15px;
	width: 22px;
}
.download-tit i img{
	width: 22px;
	height: 21px;
}
.download ul{
	overflow: hidden;
}
.download ul li{
	width: 100%;
	height: 122px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f8f8f8;
	border: #e1e4e9 solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.download ul li:last-child{
	margin-bottom: 0px;
}
.download ul li a{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 166px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.xz-dimg{
	position: absolute;
	left: 0;
	top: 0;
	width: 166px;
	height: 100%;
	text-align: center;
	line-height: 120px;
}
.xz-dimg img{
	width: 25px;
	height: 31px;
}
.dimg2{
	display: none;
}
.download ul li:hover .dimg2{
	display: inline-block;
}
.download ul li:hover .dimg1{
	display: none;
}


/*.download ul li:hover a{
	background: url(../images/img69.png) 88px center no-repeat;
}*/
.download ul li a span{
	float: left;
	width:-moz-calc(100% - 150px);
	width:-webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	height: 120px;
	line-height: 120px;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.download ul li:hover a span{
	color: #0c93fb;
}
.down-icon{
	display: inline-block;
	float: right;
	width: 150px;
	height: 120px;
	overflow: hidden;
	background: #464646 url(../image/img66.png) center no-repeat;
	background-size: 28px 24px;
}
.download ul li:hover .down-icon{
	background: #0c93fb url(../image/img67.png) center no-repeat;
	background-size: 28px 24px;
}

/*资料下载*/
.dlmain{}
.dlpart{
	overflow: hidden;
	margin: 0px auto 40px;
	background: url(../image/img82.jpg) center no-repeat;
	background-size: cover;
	padding: 40px 70px;
}
.s-span{
	color: #f9f9f9;
	font-size: 16px;
	margin-bottom: 12px;
}
.s-keyword{
	float: left;
	width: 26.5%;
	overflow: hidden;
	margin-right: 3.5%;
}
.s-keyword-div{
	width: 100%;
	overflow: hidden;
}
.s-kwinput{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #FFFFFF;
	border: none;
	outline: 0 none;
	padding: 0px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.s-sel{
	float: left;
	width: 62.3%;
	overflow: hidden;
	/*margin-right: 4%;*/
}
.s-sel-div{
	float: left;
	width: 33%;
	width:-moz-calc((100% - 4px) / 3);
	width:-webkit-calc((100% - 4px) / 3);
	wwidth: calc((100%-4px)/3);
	margin-right: 2px;
	display: inline-block;
    position: relative;
}
.s-sel-div:last-child{
	margin-right: 0;
}
.select{
	width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    border: none;
    cursor: pointer;
    outline: 0 none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px 30px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.s-sel-div:after{
    content: "";
    width: 14px;
    height: 8px;
    background: url(../image/img84.png) no-repeat center;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    right: 32px;
    bottom: 16px;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
}
.s-search{
	float: right;
	margin-top: 35px;
	overflow: hidden;
}
.s-search-inp{
	width: 32px;
	height: 32px;
	background: url(../image/img83.png) center no-repeat;
	background-size: 32px 32px;
	border: none;
    cursor: pointer;
    outline: 0 none;
}
.pro-right .download:first-child{
	margin-top: 20px;
}
/*解决方案*/
.solmain{}
.solution{
	width: 100%;
	overflow: hidden;
}
.solution-tit{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0px;
}
.solution-p{
	color: #464646;
	font-size: 16px;
	line-height: 36px;
	overflow: hidden;
}
.solution-p img{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.solution ul{
	overflow: hidden;
	width: 100%;
	margin-top: 35px;
}
.solution ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 35px;
	overflow: hidden;
}
.solution ul li:nth-child(3n){
	margin-right: 0;
}
.solution ul li i{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.solution ul li i img{
	width: 58px;
	height: 46px;
}
.solution-lizi{
	color: #666666;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	min-height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.solution-more{
	color: #464646;
	font-size: 16px;
	text-decoration: underline;
	margin-top: 50px;
}


/*10.31新增*/
@media screen and (max-width: 1570px){
	.part6zi-p{
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 1440px) {
    .conwidth{
        width: 90%;
    }
    .newzi{
		margin-top: 10px;
	}
	.newzi-h{
		margin-bottom: 15px;
	}
	.part6zi{
		padding-left: 3%;
	}
	.diva{
		padding: 100px 0px;
	}
}

@media screen and (max-width: 1220px) {
    .nav .tsousuo{
        margin-left: 50px;
    }
    .zhineng ul li:nth-child(even){
    	padding-left: 60px !important;
    }
    .bannerzi h5 {
	    font-size: 32px;
	}
    .bannerzi p{
	font-size: 18px;
    }
/*}
@media screen and (max-width: 1200px) {*/
	.menubtn{
		float: right;
		width: 50px;
	    height: 99px;
	    background: url(../image/menu-icon1.png) center center no-repeat;
	    background-size: 100%;	
	}
	.header .menubtn.on {
	    background: url(../image/menu-icon2.png) center center no-repeat;
	    background-size: 100%;
	}
	.header .nav{
	    position: fixed;
	    right: 0;
	    top: 90px;
	    max-width: 350px;
	    width: 100%;
	    background: #fff;
	    height: calc(100vh - 90px);
	    overflow-y: scroll;
	    display: none;
	}
	.h-box .nav ul{
		float: none;
		overflow: hidden;
		margin-top: 15px;
	}
	.h-box .tsousuo{
		float: none;
		width: 80%;
		margin: 15px auto 0px;
	}
	.h-box .tsousuo .tsearch{
	    border: #d2d2d2 solid 1px;
	}
	.tsearch input::-webkit-input-placeholder{
	    color: #999999;
		font-size: 14px;
	}
	.tsearch input:-moz-placeholder{
		color: #999999;
		font-size: 14px;
	}
	.tsearch input::-moz-placeholder{
		color: #999999;
		font-size: 14px;
	}
	.tsearch input:-ms-input-placeholder{
		color: #999999;
		font-size: 14px;
	}
	.h-box  .ttubiao {
	    background: url(../image/g-search.png) center no-repeat;
	}
	.h-box .nav ul li{
		width: 100%;
		padding: 0px;
		border-bottom: #dedede solid 1px;
	}
	.h-box .nav ul li>a{
		position: relative;
		width: 100%;
		line-height: 50px;
		color: #333333;
		padding: 0px 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.h-box .nav ul li>a.menu-link::after{
		content: '';
		position: absolute;
		right:30px;
		top: 20px;
		width: 10px;
	    height: 10px;
	    border-top: 1px solid #686868;
	    border-left: 1px solid #686868;
	    transform: rotate(135deg);
	    -webkit-transform: rotate(135deg);
	    margin-left: 3px;
	    margin-bottom: 3px;
	    transition: all .3s linear;
	    -webkit-transition: all .3s linear;
	}
	.h-box .nav ul li.lion>a.menu-link::after{
		top: 15px;
		transform: rotate(225deg);
	    -webkit-transform: rotate(225deg);
	}
	.h-box .nav ul li span{
		width: 0;
	}
	.h-box .nav ul li .navcell{
		position:relative;
		top: 0;
		left: 0;
		width: 100%;
		border-top: #b0d7f5 solid 1px;
		padding: 10px 50px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.h-box .nav ul li .navcell a{
		text-align: left;
	}
	.part2 .part2con ul li{
	    width: -moz-calc((100% - 50px) /3);
	    width: -webkit-calc((100% - 50px) /3);
	    width: calc((100% - 50px) /3);
	    margin-right: 25px;
	}
	.part2con ul li:nth-child(3n){
		margin-right: 0;
	}
	.sw-other{
		width: auto;
	}
	.sw-other-top{
		position: relative;
		top:0;
		background:none;
		padding: 0;
	}
	.sw-other-num{
		margin-top: 50px;
	}
	.part5-news ul li{
		width: -moz-calc((100% - 50px) /3);
	    width: -webkit-calc((100% - 50px) /3);
	    width: calc((100% - 50px) /3);
	    margin-right: 25px;
	}
	.part2con ul li:nth-child(3n){
		margin-right: 0;
	}
	.abpart1-tu{
		padding-right: 0;
		background: url(../image/img25.png) right top no-repeat;
	}
	.abpart1-tit-p{
		font-size: 15px;
		line-height: 28px;
	}
	/*.shuzicon ul li h3{
		background-size: auto 100%;
	}*/
	.shuzicon ul li h3 span{
		font-size: 70px;
	}
	.shuzicon ul li p{
		margin-top: 20px;
	}
	.shuzicon ul li h3 span{
		font-size: 60px;
	}
	.shuzicon ul li h3 span.timer{
		font-size: 60px;
	}
	.select{
		padding: 0px 20px;
	}
	.pro-left{
		width: 230px;
	}
	.pro-right {
	    float: right;
	    width: 69%;
	    width: -moz-calc(100% - 280px);
	    width: -webkit-calc(100% - 280px);
	    width: calc(100% - 280px);
	    margin-top: 20px;
	}
	.prodown{
		padding: 0px 25px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.download ul li{
		height: 102px;
	}
	.download ul li a{
		padding-left: 130px;
	}
	.download ul li a span{
		height: 100px;
		line-height: 100px;
	}
	/*.download ul li a{
		background: url(../images/img68.png) 60px center no-repeat;
    	background-size: 25px 31px;
	}
	.download ul li:hover a {
	    background: url(../images/img69.png) 60px center no-repeat;
	}*/
	.down-icon{
		height: 100px;
	}
	.newpage{
		width: 95%;
	}
	.newsdiv ul{
		width: 95%;
	}
	.newsdiv ul li{
		float: left;
		width: 35%;
		width: -moz-calc((100% - 30px) / 2);
	    width: -webkit-calc((100% - 30px) / 2);
	    width: calc((100% - 30px) / 2);
	    margin-right: 30px;
		padding: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.newsdiv ul li:nth-child(2n){
		margin-right: 0;
	}
	.newdate{
		display: none;
	}
	.newimg{
		width: 100%;
		margin: 0px auto;
	}
	.newzi{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.newzi-h{
		margin-bottom: 12px;
	}
	.newzi-p{
		line-height: 26px;
	}
	.n-date{
		display: block;
	}
	.newjt{
		float: left;
		height: 64px;
	}
	.cp-nav-tit{
		width: 100%;
	}
	.cp-nav ul{
		width: 100%;
		float: left;
	}
	.pro-right>ul li{
		width: 48%;
	    width: -moz-calc((100% - 30px) / 2);
	    width: -webkit-calc((100% - 30px) / 2);
	    width: calc((100% - 30px) / 2);
	    margin-bottom: 50px;
	    margin-right: 30px;;
	}
	.pro-right>ul li:nth-child(3n){
		margin-right: 30px;
	}
	.pro-right>ul li:nth-child(2n){
		margin-right: 0px;
	}
	.part6zi{
		padding-left: 5%;
	}
	.part6zi-tit{
		margin-bottom: 20px;
	}
	.part6zi-p{
		line-height: 26px;
		margin-bottom: 40px;
	}
	.diva {
	    padding: 80px 0px;
	}
}


@media screen and (max-width: 1024px) {
	.header{
		height: 90px ;
	}
	.header .nav{
		top: 90px;
		height: calc(100vh - 90px);
	}
	.mtop{
		height: 90px;
	}
	.h-box .h-logo{
		line-height: 90px;
	}
	.menubtn{
		height: 90px;
	}
	
	.qitabanner{
		padding: 80px 0px;
	}
	.qitabanner img{
		display: none;
	}
	.bannerzi{
		position: static;
		top: auto;
		left: auto;
		transform: none;
	}
	.promain .qitabanner{
		background: url(../image/banner3.jpg) center;
		background-size: cover;
	}
	.somain .qitabanner{
		background: url(../image/banner5.jpg) center;
		background-size: cover;
	}
	.dlmain .qitabanner{
		background: url(../image/banner4.jpg) center;
		background-size: cover;
	}
	.newmain .qitabanner{
		background: url(../image/banner2.jpg) center;
		background-size: cover;
	}
	.abmain .qitabanner{
		background: url(../image/banner1.jpg) center;
		background-size: cover;
	}
	.bannerzi h5 {
	    font-size: 30px;
	}
	.bannerzi p{
    	font-size: 16px;
    }
	.zhineng ul li{
		float: none;
		width: 100%;
		margin: 0 0 30px;
		overflow: hidden;
	}
	.zhineng ul li:nth-child(odd){
		padding-right: 0 !important;
	}
	.zhineng ul li:nth-child(even){
		padding-left: 0 !important;
	}
	.part2 .part2con ul li{
		width: 46.6%;
	    width: -moz-calc((100% - 20px) /2);
	    width: -webkit-calc((100% - 20px) /2);
	    width: calc((100% - 20px) /2);
	    margin-right: 20px;
	}
	.part2 .part2con ul li:nth-child(2n){
		margin-right: 0;
	}
	.swdiv-tit-h{
		height: auto;
	}
	.swdiv-tit-eng{
		display: block;
	}
	.sw-other{
		display: none;
	}
	.swdiv-zi{
		width: 100%;
	}
	.swdiv-i{
		width: 100%;
	}
	.preview::before{
		/*border: none;*/
	}
	.arrow{
		/*float: none; 
	    position: relative; 
	    width: auto; */
	    height: 14px;
	    margin-top: 20px; 
	    margin-left: 0;
	}
	/*.arrow::before{
		border: none;
	}*/
	.preview .arrow-left{
		position: absolute;
		left: 0;
		top: 0;
	}
	.preview .arrow-right{
		position: absolute;
		right: 0;
		top: 0;
	}
	.preview .swiper-container{
		float: left;
		width: 519px;
		margin: 0 auto;
	}
	.preview .swiper-slide{
		width: 130px;
	}
	.arrow{
		float: right;
	}
	.swdiv-tit .sw-other-num{
		display: block;
		position: absolute;
		right: 10px;
		top: 0;
		margin-top: 0;
		color: #b2b2b2;
	}
	.sw-other-num span{
		color: #FFFFFF;
	}
	.swdiv-tit i{
		width: 100%;
	}
     /*.nav .tsousuo{
        margin-left: 20px;
    }
   .h-box .nav ul li{
    	padding: 0px 18px;
    }
    .zhineng ul li:nth-child(even){
    	padding-left: 50px !important;
    }*/
   .part5-news ul li{
		width: -moz-calc((100% - 20px) /2);
	    width: -webkit-calc((100% - 20px) /2);
	    width: calc((100% - 20px) /2);
	    margin-right: 20px;
	}
	.part5-news ul li:nth-child(2n){
		margin-right: 0;
	}
	.ft-nav{
		width: 100%;
	}
	.ft-nav ul{
		display: none;
	}
	.share{
		float: right;
	}
	.xinxi{
		float: left;
	}
	.ft-bot p span{
		margin-left:0;
		width: 100%;
	}
	.abpart1-zi{
		width: 100%;
	}
	.abpart1-tu{
		width: 100%;
	}
	.shuzi{
		margin: 60px auto 50px;
	}
	.shuzicon ul{
		padding: 0;
	}
	.shuzicon ul li{
		width: 50%;
		text-align: center;
    	margin-bottom: 15px;
	}
	.shuzicon ul li p{
		margin-top: 15px;
		font-size: 16px;
	}
	.shuzicon ul li h3 span {
	    font-size: 55px;
	}
	.shuzicon ul li h3 span.timer{
		font-size: 55px;
	}
	.shuzicon ul li h3{
		background-size: auto 70%;
	}
	.szli1 h3{
	background: url(../image/img26.png) right bottom no-repeat;
	}
	.szli2 h3{
		background: url(http://test55.szfangwei.net/jiandan/Public/Home/images/img27.png) right bottom no-repeat;
	}
	.szli3 h3{
		background: url(../image/img28.png) right bottom no-repeat;
	}
	.szli4 h3{
		background: url(../image/img29.png) right bottom no-repeat;
	}
	.abpart1{
		margin-top: 60px;
	}
	.abpart-tit{
		margin-bottom: 20px;
	}
	.abpart-tit-h{
		font-size: 24px;
		margin-bottom: 8px;
	}
	.abpart-tit-sp{
		font-size: 16px;
	}
	.abpart1-tit-p{
		font-size: 14px;
		line-height: 28px;
	}
	.abpart2{
		padding-top: 50px;
	}
	.abpart2zi-h{
		font-size: 24px;
		margin-bottom: 18px;
	}
	.abpart2zi-p{
		font-size: 18px;
	}
	.select{
		padding: 0px 10px;
	}
	.s-keyword{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.s-sel{
		width: 90%;
	}
	.s-sel-div:after{
		right: 16px;
	}
	.pro-left{
		width: 230px;
	}
	.pro-right {
	    float: right;
	    width: 69%;
	    width: -moz-calc(100% - 280px);
	    width: -webkit-calc(100% - 280px);
	    width: calc(100% - 280px);
	    margin-top: 20px;
	}
	.download ul li{
		height: 92px;
	}
	.download ul li a{
		padding-left: 100px;
	}
	.download ul li a span{
		height: 90px;
		line-height: 90px;
	    width: -moz-calc(100% - 130px);
	    width: -webkit-calc(100% - 130px);
	    width: calc(100% - 130px);
	}
	/*.download ul li a{
		background: url(../images/img68.png) 40px center no-repeat;
    	background-size: 25px 31px;
	}
	.download ul li:hover a {
	    background: url(../images/img69.png) 40px center no-repeat;
	}*/
	.newnav ul{
		width: 90%;
	}
	.down-icon{
		height: 90px;
		width: 130px;
	}
	.detailcon{
		width: 90%;
		padding: 50px 40px;
	}
	.newjt{
		height: 35px;
		background-size: 35px 35px;
	}
	.newsdiv ul li:hover .newjt {
	    background-size: 35px 35px;
	}
	.pro-details-zi{
		width: 100%;
	}
	.pro-zia{
		margin-bottom: 20px;
	}
	.pro-zib{
		font-size: 16px;
		line-height: 32px;
	}
	.pro-details-tu{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.pro-right>ul>li{
		width: 48%;
	    width: -moz-calc((100% - 15px) / 2);
	    width: -webkit-calc((100% - 15px) / 2);
	    width: calc((100% - 15px) / 2);
	    margin-bottom: 20px;
	    margin-right: 30px;
		margin-right: 15px;
	}
	.pro-right>ul>li:nth-child(3n){
		margin-right: 15px;
	}
	.pro-right>ul>li:nth-child(2n){
		margin-right: 0px;
	}
	.prozi{
		padding: 15px;
	}
	.proc{
		display: none;
	}
	.part3li-p{
		height: 130px;
	}
	.part6zi{
		margin-bottom: 20px;
		padding: 0px 25px;
	}
	.part6zi, .part6tu{
		width: 100%;
	}
	.part6zi-tit{
		margin-bottom: 20px;
	}
	.part6zi-p{
		margin-bottom: 30px;
	}
	.pro-details{
		min-height: 1px;
	}
	.diva {
	    padding: 60px 0px;
	}
}
@media screen and (max-width: 768px){
	.lunbotu .swiper-slide>img:first-child{
	    display: none;
	}
	.lunbotu .swiper-slide img:nth-child(2){
	    display: block;
	}
	.lunbotu .swiper-pagination-bullet{
		position: static;
		width: 30px;
		height: 5px;
		background: #707070;
		transform: none;
	}
	.lunbotu .swiper-pagination-bullet-active{
		background: #ffffff;
		border-radius: 3px !important;
	}
	.lunbotu .swiper-pagination-bullet:after, .lunbotu .swiper-pagination-bullet:before{
		border: none !important;
	}
	.header{
		height: 70px
	}
	.header .nav{
		top: 70px;
		height: calc(100vh - 70px);
	}
	.mtop{
		height: 70px;
	}
	.h-box .h-logo{
		line-height: 70px;
		width: 50%
	}
	.menubtn{
		height: 70px;
	}
	.sybanzia{
		margin-bottom: 0;
		font-size: 26px;
	}
	.sybanzib{
		font-size: 15px;
		line-height: 24px;
	}
	.sybanxian{
		margin: 20px auto;
	}
	.bannerzi h5 {
	    font-size: 26px;
	}
	.bannerzi p{
    	font-size: 15px;
    }
    .preview .swiper-container{
    	width: 420px;
    }
	.preview .swiper-slide{
		width: 141px;
	}
	.swdiv-tit-h{
		font-size: 22px;
	}
	.swdiv-tit-eng{
		font-size: 16px;
	}
	.newscon{
		padding: 15px;
	}
	.newscon-tit{
		margin-bottom: 10px;
	}
	.newscon-tit-h{
		width: 100%;
		font-size: 16px;
	}
	.swdiv{
		padding-bottom: 50px;
	}
	.part6con{
		padding-left: 0 !important;
		margin-top: 30px;
	}
	.part6zi{
		position: relative;
	}
	.part6zidiv{
		width: 100%;
	}
	.part2zi{
		padding: 10px 20px;
		font-size: 14px;
	}
	.part2c{
		display: none;
	}
	.zn-tit .zn-h{
		font-size: 20px;
		margin: 10px auto;
	}
	.part2menu{
		margin-top: 25px;
	}
	.zn-p{
		font-size: 14px;
		line-height: 28px;
	}
	.part2menu li{
		font-size: 16px;
		padding: 0px 15px;
	}
	.sytit-h{
		font-size: 26px;
	}
	.part2, .part3, .part4, .part5, .part6{
		padding: 40px 0px 30px;
	}
	.part4, .part5{
		margin: 0 auto;
	}
	.part6{
		padding-bottom: 0px;
	}
	.part2con{
		margin-top: 30px;
	}
	.preli p{
		font-size: 18px;
	}
	.newscon-p{
		line-height: 22px;
		min-height: 44px;
		-webkit-line-clamp: 2;
	}
	.part6zi-tit{
		margin-bottom: 20px;
	}
	.part6zi-tit-h{
		font-size: 18px;
	}
	.part6zi-tit-sp{
		font-size: 15px;
	}
	.part6zi-p{
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 35px;
	}
	/*.part6zidiv a{
		margin-bottom: 15px;
	}*/
	.shuzi{
		margin: 50px auto 40px;
	}
	.shuzicon ul{
		padding: 0;
	}
	.shuzicon ul li p{
		margin-top: 10px;
		font-size: 15px;
	}
	.shuzicon ul li h3 span{
	    font-size: 40px;
	}
	.shuzicon ul li h3 span.timer{
		font-size: 40px;
	}
	.shuzicon ul li h3{
		background-size: auto 100%;
	}
	.abpart1{
		margin-top: 50px;
	}
	.abpart-tit{
		margin-bottom: 10px;
	}
	.abpart-tit-h{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.abpart-tit-sp{
		font-size: 14px;
	}
	.abpart1-tit-p{
		font-size: 14px;
		line-height: 24px;
	}
	.abpart2{
		padding-top: 50px;
	}
	.abpart2zi-h{
		font-size: 20px;
		margin-bottom: 12px;
	}
	.abpart2zi-p{
		font-size: 16px;
	}
	.abpart2zi{
		font-size: 15px;
		line-height: 26px;
	}
	.select{
		padding: 0px 20px;
	}
	.s-keyword{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.s-sel{
		width: 100%;
	}
	.s-sel-div{
		width: 100%;
		margin-right: 0;
	}
	.s-sel-div:after{
		right: 16px;
	}
	.s-search{
		display: none;
	}
	.pro-left{
		width: 100%;
	}
	.pro-right{
		width: 100%;
	}
	.newnav ul{
		width: 95%;
	}
	.newnav ul li{
	    margin: 10px 10px 10px 0px;
	    padding-right: 10px;
	}
	.detail{
		margin-top: 40px;
	}
	.detailcon{
		width: 95%;
		padding: 40px 20px;
		margin-bottom: 50px;
	}
	.newsdiv ul{
		width: 95%;
	}
	.newzi{
		margin-bottom: 10px;
	}
	.newjt{
		height: 30px;
		background-size: 30px 30px;
	}
	.newsdiv ul li:hover .newjt {
	    background-size: 30px 30px;
	}
	.pro-zib{
		font-size: 14px;
		line-height: 28px;
	}
	.pro-right>ul li{
		width: 48%;
	    width: -moz-calc((100% - 20px) / 2);
	    width: -webkit-calc((100% - 20px) / 2);
	    width: calc((100% - 30px) / 2);
	    margin-bottom: 30px;
	    margin-right: 20px;;
	}
	.pro-right>ul li:nth-child(3n){
		margin-right: 20px;
	}
	.pro-right>ul li:nth-child(2n){
		margin-right: 0px;
	}
	.prozi {
	    padding: 10px 20px;
	    font-size: 14px;
	}
	.part3li-p{
		height: 100px;
	}
	.proc{
		display: none;
	}
	.detail-d{
		padding-bottom: 15px;
	}
	.datitsp span{
		margin-right: 12px;
	}
	.detail-page a{
		width: 100%;
		border: #d2d2d2 solid 1px !important;
		margin-bottom: 8px;
		text-align: left;
	}
	.d-prev i{
		margin-left: 15px;
		margin-right: 10px;
	}
	.d-next i{
		margin-left: 10px;
    	margin-right: 15px;
	}
	.diva {
	    padding: 50px 0px;
	}
	.part5-news ul li{
		width: 100%;
	}
	.part5-news .newsimg{
		float: left;
		width: 200px;
	}
	.part5-news .newscon{
		float: left;
		width: calc(100% - 200px);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.part5-news .newscon .newscon-tit{
		margin-bottom: 0px;
	}
	/*.newdate{
		display: none;
	}
	.n-date{
		display: block;
	}
	.newimg {
		width: 25%;
	    margin-left: 0;
	    margin-right: 5%;
	}
	.newzi{
		width: calc(100% - 30%);
		margin-top: 0px;
	}
	.newzi-h{
		margin-bottom: 10px;
	}
	.newzi-p{
		line-height: 24px;
	}*/
}
@media screen and (max-width: 590px){
	.lunbotu>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 25px;
	}
	.preview .swiper-container{
		float: left;
		width: 280px;
		margin: 0 auto;
	}
	.preview .swiper-slide{
		width: 141px;
	}
	.arrow{
		float: right;
	}
	.view{
		margin-top: 10px;
	}
	.cp-nav ul li{ 
		margin: 0px 5px 20px 0px;
	}
}
@media screen and (max-width: 550px){
	.lunbotu>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 22px;
	}
	.sybanzia{
		font-size: 22px;
	}
	.sybanzib{
		font-size: 14px;
		line-height: 20px;
	}
	.sybanxian{
		margin: 12px auto;
	}
	.newsdiv ul li{
		width: 100%;
	}
	.newjt{
		height: 40px;
		background-size: 40px 40px;
	}
	.newsdiv ul li:hover .newjt {
	    background-size: 40px 40px;
	}
	.pro-div{
		margin: 30px auto 0px;
	}
}
@media screen and (max-width: 414px){
	.lunbotu>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 15px;
	}
	.sybanzia{
		font-size: 20px;
	}
	.sybanzib{
		display: none;
	}
	.sybanxian{
		display: none;
	}
	.bannerzi h5 {
	    font-size: 22px;
	}
	.bannerzi p{
    	font-size: 14px;
    }
	.sytit-h{
		font-size: 22px;
	}
	.sytit-p{
		font-size: 14px;
	}
	.part2menu li{
		line-height: 36px;
	}
	.part2, .part3, .part4, .part5, .part6{
		padding: 30px 0px 20px;
	}
	.part4, .part5{
		margin: 0 auto;
	}
	.part6{
		padding-bottom: 0;
	}
	.part2menu {
	    margin-top: 15px;
	}
	.part2con{
		margin-top: 20px;
	}
	.preli p{
		font-size: 16px;
	}
	.swdiv-tit-h{
		font-size: 18px;
	}
	.swdiv-tit-eng{
		font-size: 15px;
	}
	.swdiv-p{
		font-size: 14px;
		line-height: 28px;
		margin: 15px auto;
	}
	.swdiv{
		padding-bottom: 30px;
	}
	.newscon{
		padding: 10px;
	}
	.part5-news .newsimg{
		width: 150px;
	}
	.part5-news .newscon{
		width:calc(100% - 150px);
	}
	.part5-news .newscon-tit-h{
		line-height: 1;
	}
	.part5-news .newscon-tit-time i img{
		width: 14px;
		height: 14px;
	}
	.part5 .newscon{
		padding: 5px 10px;
	}
	.newscon-tit-h{
		font-size: 15px;
	}
	.newscon-tit-time{
		font-size: 12px;
	}
	.newscon-tit {
	    margin-bottom: 5px;
	}
	.newscon-p{
		font-size: 12px;
	}
	.newscon-tit-time {
		line-height: 25px;
	}
	.newscon-tit-time , .newscon-tit-time i{
		height: 25px;
	}
	.part3li{
		margin-top: 30px;
	}
	.part3con .swiper-slide{
		margin-bottom: 30px;
	}
	.part3con>.swiper-pagination-bullets, .part3con .swiper-pagination-custom, .part3con .swiper-pagination-fraction{
		bottom: 0;
	}
	.part6con{
		margin-top: 20px;
	}
	.part6zi-tit{
		margin-bottom: 10px;
	}
	.part6zi-tit-h{
		font-size: 16px;
	}
	.part6zi-tit-sp{
		font-size: 14px;
	}
	.part6zi-p{
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 25px;
	}
	/*.part6zidiv a{
		margin-bottom: 25px;
	}*/
	.shuzi{
		margin: 30px auto 20px;
	}
	.shuzicon ul{
		padding: 0;
	}
	.shuzicon ul li p{
		margin-top: 5px;
		font-size: 14px;
	}
	.shuzicon ul li h3 span{
		font-size: 30px;
	}
	.shuzicon ul li h3 span.timer{
		font-size: 30px;
	}
	.abpart1{
		margin-top: 30px;
	}
	.abpart-tit{
		margin-bottom: 10px;
	}
	.abpart-tit-h{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.abpart-tit-sp{
		font-size: 14px;
	}
	.abpart1-tit-p{
		font-size: 14px;
		line-height: 24px;
	}
	.abpart2zi-h{
		font-size: 20px;
	}
	.abpart2zi-p {
	    font-size: 14px;
	    margin-bottom: 0;
	}
	.abpart2zi{
		line-height: 20px;
		font-size: 14px;
	}
	.dlpart{
		padding: 20px;
	}
	.download ul li{
		height: 102px;
	}
	.download ul li a{
		padding-left: 60px;
	}
	.download ul li a span{
		font-size: 14px;
		height: 100px;
		line-height: 100px;
		width: -moz-calc(100% - 70px);
	    width: -webkit-calc(100% - 70px);
	    width: calc(100% - 70px);
	}
/*	.download ul li a{
		background: url(../images/img68.png) 20px center no-repeat;
    	background-size: 25px 31px;
	}
	.download ul li:hover a {
	    background: url(../images/img69.png) 20px center no-repeat;
	}*/
	.down-icon{
		height: 100px;
		width: 70px;
	}
	.download-tit{
		font-size: 16px;
	}
	.detailcon{
		margin-bottom: 30px;
	}
	.preview .swiper-container{
		float: left;
		width: 220px;
		margin: 0 auto;
	}
	.preview .swiper-slide{
		width: 111px;
	}
	.view{
		margin-top: 5px;
	}
	.cp-nav ul li a{
		padding: 0px 4px;
		padding: 0px;
	    height: 32px;
	    line-height: 32px;
	}
	.diva {
	    padding: 30px 0px;
	}
}



@media screen and (max-width: 1220px) {
	/*10.30修改*/
	.xz-dimg{
		width: 130px;
		line-height: 102px;
	}
}
@media screen and (max-width: 1024px) {
	/*10.30修改*/
	.xz-dimg{
		width: 100px;
		line-height: 92px;
	}
}
@media screen and (max-width: 414px) {
	/*10.30修改*/
	.xz-dimg{
		width: 60px;
		line-height: 102px;
	}
	/*10.31修改*/
	.part6zidiv a{
		margin-bottom: 15px;
	}
}

/*首页解决方案*/
			.part4{
				background: url(http://test55.szfangwei.net/jiandan/Public/Home/images/xinbg1.png) center bottom no-repeat !important;
			}
			.xcontent{
				padding-top: 90px;
				overflow: hidden;
			}
			.content-what{
				text-align:center;
			}
			.content-what .what-list{
				font-size:0;
				height:580px;
			}			
			.content-what .what-item{
				display:inline-block;
				position:relative;
				width:70px;
				margin-left:-2px;
				line-height:1.6;
				font-size:14px;
				text-align:center;
				vertical-align:middle;
				background-color:#fff;
				color:#323232;
				border-radius:4px;
				box-shadow:0 0 10px 0 rgba(0,0,0,.15);
				transition:width .5s ease,height .5s ease,box-shadow .3s ease;
				cursor:pointer;
			}
			.content-what .what-item:hover{
			 	background:#eff8ff;
			}
			.content-what .what-item-active:hover{
				background:#FFFFFF;
			}
			.content-what .what-item-active:hover .xinck{
				color: #2b84fb;
			}
			.content-what .what-item .what-item-bg{
				width:100%;
				height:100%;
				position:absolute;
				top:0;
				left:0;
				opacity:0;
				transition:opacity .4s ease .1s;
				border-radius: 4px;
				box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
				background-color: #FFFFFF;
			}
			.content-what .what-item .side{
				visibility:visible;transition:opacity .15s ease .4s;
				position:absolute;
				width:70px;
				top:50%;
				left:0px;
				height: 150px;
				transform:translateY(-50%);
			}
			.side-icon{
				text-align: center;
				width: 100%;
				overflow: hidden;
				margin-bottom: 15px;
			}
			.side-icon img{
				max-width: 30px;
				max-height: 22px;
			}
			.side-zi{
				width: 18px;
				margin: 0 auto;
				color: #666666;
				font-size: 18px;
				word-break:break-all;
				white-space:pre-wrap; 
			}
			
			.content-what .what-item-active{
				width:910px;
				height:560px!important;
				margin-right:2px;
				z-index:9!important;
				transition:width .4s ease,height .4s ease;
			}
			.content-what .what-item-active .side{
				visibility:hidden;
				opacity:0;
				display: none;
			}
			.content-what .what-item-active .what-item-bg{
				transition:opacity .5s ease 0s; 
				padding: 40px;  
				-webkit-box-sizing:border-box; 
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box; 
				-o-box-sizing:border-box; 
				box-sizing:border-box; 
				opacity:1;
				visibility:visible;
			}			
			.content-what .what-item:nth-child(1){height:500px;z-index:1}
			.content-what .what-item:nth-child(2){height:520px;z-index:3}
			.content-what .what-item:nth-child(3){height:540px;z-index:5}
			.content-what .what-item:nth-child(4){height:560px;z-index:7}
			.content-what .what-item:nth-child(5){height:540px;z-index:5}
			.content-what .what-item:nth-child(6){height:520px;z-index:3}
			.content-what .what-item:nth-child(7){height:500px;z-index:2}
			.content-what .what-item:nth-child(8){height:480px;z-index:1}
			.what-item-zi{
				float: left;
				width: 48.2%;
				overflow: hidden;
				opacity: 0;
			}
			.content-what .what-item-active .what-item-zi{
				transition:opacity .5s ease 0s;
				opacity:1;
				visibility:visible;
			}
			.what-item-zi{
				float: left;
			}
			.what-tit{
				text-align: left;	
				margin-bottom: 65px;			
			}
			.what-tit:before{
				content: '';
				height: 100%;
				display: inline-block;
				vertical-align: middle;
			}
			.bside-icon{
				display: inline-block;
				vertical-align: middle;
				margin-right: 5px;
			}
			.bside-zi{
				display: inline-block;
				vertical-align: middle;
				color: #333333;
				font-size: 20px;
				font-weight: bold;
			}
			.bside-xian{
				position: relative;
				width: 62.75%;
				border-bottom: #dcdcdc solid 1px;
				padding-bottom: 1px;
				position: relative;
			}
			.bside-xian:before{
				content: '';
				position: absolute;
				left: 0;
				bottom: -1px;
				height: 3px;
				width: 60px;
				background: #2b84fb;
			}
			.bside-font{
				color: #666666;
				font-size: 16px;
				line-height: 32px;
				text-align: left;
				margin-top: 35px;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 9;
				overflow: hidden;
			}
			.xinck{
			    float: left;
			    display: inline-block;
			    color: #666666;
			    font-size: 16px;
			    margin-top: 40px;
			}
			.what-item-tu{
				float: right;
				width: 51%;
				overflow: hidden;
				padding-top: 35px;
			}
			.w-img{
				position: relative;
			    width: 100%;
			    overflow: hidden;
			    text-align: right;
			    padding-bottom: 10px;
			    opacity: 0;
			}
			.w-img i {
			    position: absolute;
			    right:0;
			    top: 10px;
			    z-index: 1;
			    display: inline-block;
			    width: 80%;
			    height: 100%;
			   	background-color: #e6f4ff;
			}
			.w-img span {
			    position: relative;
			    top: 0;
			    right: 10px;
			    z-index: 2;
			    display: inline-block;
			    width: 80%;
			}
			.content-what .what-item-active .w-img{
				transition:opacity .5s ease 0s;
				opacity:1;
				visibility:visible;
			}
			
			@media (max-width:1440px){
				.content-what .what-item{
					width: 65px;
				}
				.content-what .what-item-active{
					width:58%;
					height:504px!important;
				}
				.content-what .what-item .side{
					width: 65px;
				}
				.what-tit{
					margin-bottom: 40px;
				}
				.bside-font{
					margin-top: 22px;
				}
				.bside-font{
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 8;
					overflow: hidden;
				}
				.content-what .what-item-active .what-item-bg{
					padding: 30px;  
				}			
				.content-what .what-item:nth-child(1){
					height:444px;
				}
				.content-what .what-item:nth-child(2){
				  	height:464px;
				}
				.content-what .what-item:nth-child(3){
				  	height:484px;
				}
				.content-what .what-item:nth-child(4){
					height:504px;
				}
				.content-what .what-item:nth-child(5){
					height:484px;
				}
				.content-what .what-item:nth-child(6){
					height:464px;
				}
				.content-what .what-item:nth-child(7){
					height:444px;
				}
				.content-what .what-item:nth-child(8){
					height:424px;
				}
			}
			@media (max-width:1366px){
				.content-what .what-item{
					width: 65px;
				}
				.content-what .what-item-active{
					width:54%;
				}
				.content-what .what-item .side{
					width: 65px;
				}
				.what-tit{
					margin-bottom: 35px;
				}	
			}
			@media (max-width:1220px){
				.content-what .what-item{
					width: 60px;
				}
				.content-what .what-item-active{
					width: 53%;
					height: 448px !important;
				}
				.content-what .what-item .side{
					width: 60px;
				}
				.what-tit{
					margin-bottom: 30px;
				}
				.bside-font{
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 6;
					overflow: hidden;
				}
				.content-what .what-item-active .what-item-bg{
					padding: 25px;  
				}	
				.content-what .what-item-active .what-item-bg{
					padding: 30px;  
				}			
				.content-what .what-item:nth-child(1){
					height:388px;
				}
				.content-what .what-item:nth-child(2){
				  	height:408px;
				}
				.content-what .what-item:nth-child(3){
				  	height:428px;
				}
				.content-what .what-item:nth-child(4){
					height:448px;
				}
				.content-what .what-item:nth-child(5){
					height:428px;
				}
				.content-what .what-item:nth-child(6){
					height:408px;
				}
				.content-what .what-item:nth-child(7){
					height:388px;
				}
				.content-what .what-item:nth-child(8){
					height:368px;
				}
			}
			@media (max-width:1024px){
				.content-what .what-list{
					height: 620px;
				}
				.content-what .what-item{
					width: 48px;
				}
				.content-what .what-item-active{
					width:50%;
					height:600px!important;
				}
				.content-what .what-item .side{
					width: 48px;
				}
				.what-item-zi, .what-item-tu{
					width: 100%;
				}
				.what-tit{
					margin-bottom: 15px;
				}
				.bside-font{
					margin-top: 10px;
				}
				.bside-font{
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
					overflow: hidden;
				}
				.xinck{
					margin-top: 15px;
				}
				.w-img{
					max-height: 300px;
				}
				.w-img i {
					display: none;
				}
				.w-img span{
					display: inline-block;
					position: static;
					width: 100%;
					text-align: center;
				}
				.w-img span img{
					max-height: 280px;
				}
				.content-what .what-item-active .what-item-bg{
					padding: 20px;  
				}			
				.content-what .what-item:nth-child(1){
					height:540px;
				}
				.content-what .what-item:nth-child(2){
				  	height:560px;
				}
				.content-what .what-item:nth-child(3){
				  	height:580px;
				}
				.content-what .what-item:nth-child(4){
					height:600px;
				}
				.content-what .what-item:nth-child(5){
					height:580px;
				}
				.content-what .what-item:nth-child(6){
					height:560px;
				}
				.content-what .what-item:nth-child(7){
					height:540px;
				}
				.content-what .what-item:nth-child(8){
					height:520px;
				}
			}
			
			/**/
			.smalldiv{
				display: none;
				width: 100%;
				overflow: hidden;
				position: relative;
				padding: 0px 30px;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				margin-top: 30px;
			}
			.smalldiv .what-item-bg{
				padding: 30px;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				overflow: hidden;
				position:static;
				opacity:1;
				border-radius: 4px;
				background-color: #FFFFFF;
				box-shadow:0 0 10px 0 rgba(0,0,0,.15);
				margin: 10px auto;
			}
			.smalldiv  .what-item-zi , .smalldiv  .what-item-tu .w-img{
				opacity: 1;
			}
			.bside-font{
				font-size: 14px;
			}
			 .xinck{
			 	font-size: 14px;
			 }
			.smalldiv .what-item-bg:hover .xinck{
				color: #2b84fb;
			}
			.smalldiv .swiper-button-next, .smalldiv .swiper-button-prev {
			    position: absolute;
			    top: 50%;
			    width: 16px;
			    height: 28px;
			    margin-top: -22px;
			    z-index: 10;
			    cursor: pointer;
			    -moz-background-size: 16px 28px;
			    -webkit-background-size: 16px 28px;
			    background-size: 16px 28px;
			    background-position: center;
			    background-repeat: no-repeat;
			}
			.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
			    background: url(../image/xint1.png);
			    right: 5px;
			    left: auto;
			}
			.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
			    background: url(../image/xint2.png);
			    left: 5px;
			    right: auto;
			}
			/**/
			@media (max-width:768px){
				.xcontent{
					display: none;
				}
				.smalldiv{
					display: block;
				}
				.bside-font{
				    display: -webkit-box;
				    -webkit-box-orient: vertical;
				    -webkit-line-clamp:6;
				    overflow: hidden;				   
				}
			}

			/*商城中心*/
.mall{
	width: 100%;
	overflow: hidden;
	background: url(http://test55.szfangwei.net/jiandan/Public/Home/images/ximg1.jpg) center no-repeat;
	background-size: cover;
	padding: 130px 0px;
}
.mall-con{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.mall-con ul li{
	float: left;
	width: 46%;
	margin-right: 8%;
	overflow: hidden;
	border:#eeeff3 solid 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px;
	margin-bottom: 25px;
	transition: all 0.3s;
}
.mall-con ul li:nth-child(2n){
	margin-right: 0;
}
.mall-con ul li:hover{
	transform: scale(1);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.mall-con ul li a{
	display: inline-block;
	width: 100%;
}
.mall-tu{
	float: left;
	width:27%;
	height: 135px;
	line-height: 135px;
	text-align: center;
	border-right :#eeeff3 solid 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mall-zi{
	float: left;
	width: 73%;
	padding-left: 3.5%;
	padding-right: 3.5%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mall-h{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mall-p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media screen and (max-width: 1220px){
	.mall-con{
		padding: 0 3%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mall-con ul li{
		width: 47%;
		margin-right: 6%;
	}
	.mall-con ul li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width: 768px){
	.mall{
		padding: 80px 0px;
	}
	.mall-con ul li{
		width: 100%;
		margin-right:0;
	}
}
@media screen and (max-width: 414px){
	.mall{
		padding: 35px 0px;
	}
	.mall-con ul li{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mall-h{
		font-size: 18px;
	}
}
		
.zhineng ul li a{
	display: inline-block;
    width: 100%;
}
		