.coop-banner img {
	width: 100%;
	vertical-align: top;
}

.coop {
	padding-bottom: 50px;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.coop-caption1 {
	padding: 50px 0;
	color: #3d464d;
	font-size: 36px;
	text-align: center;
}


.service {
	background: #f8f8f8;
}
.service-cont{
	padding-bottom: 50px;
}
.service-cont ul li {
	float: left;
	width: 300px;
	margin-bottom: 50px;
	text-align: center;
}


.service-cont ul li img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
}

.service-cont ul li span {
	display: block;
	font-size: 20px;
	color: #343944;
	margin-bottom: 15px;
}

.service-cont ul li p {
	font-size: 16px;
	color: #808286;
	line-height: 28px;
}
.service .software{
	width: 80%;
	margin: 0 auto;
}
.service .software img{
	width: 100%;
}
.why_jxt,.con_jxt{
	text-align: center;
}
.why_jxt .item{
	width: 280px;
	display: inline-block;
}
.why_jxt .item .img,.con_jxt .item .img{
	margin-bottom: 40px;
}
.why_jxt .item img{
	width: 150px;
}
.why_jxt .item .tt1{
	font-size: 20px;
	color:#343944;
	margin-bottom: 19px;
}
.why_jxt .item .summary,.con_jxt .item .summary{
	font-size: 16px;
	color:#808286;
	line-height: 28px;
}
.con_jxt .item{
	display: inline-block;
	width: 260px;
	margin-left: 50px;
	vertical-align: top;
}
.mode{
	background: #f8f8f8;
	padding-bottom: 40px;
}
.mode .software{
	width: 300px;
}
.mode .software ul{
	position: relative;
}
.mode .software ul li{
	float: left;
	width: 120px;
	margin:0 10px 10px 0;
	cursor: pointer;
}
.mode .software ul li:hover .mask{
	display: block;
	
}
.mode .software ul li .mask img{
	width: 100%;
}
.mode .software ul li .show_img img{
	width: 100%;
	height: 165px;
}
.mode .software .mask{
	width: 450px;
	display: none;
	position: absolute;
	top: -125px;
	left: -110px;
	
}
.image-list{
    width:300px;
}
.image-list .cover{
    position: relative;
    width: 140px;
    
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
	cursor: pointer;
}
.image-list .cover:nth-child(2n){
	  margin-right: 0px;
}
.image-list .cover img{
	    width: 130px;
    
}
.image-list .cover p{
	text-align: center;
	line-height: 3;
	font-size: 14px;
}
/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 800px;  
	height:90%;
	margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #0ae;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../img/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../img/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../img/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../img/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../img/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../img/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../img/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../img/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #0ae;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../img/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../img/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 90%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}


.mode .mode_one,.mode .mode_two {
	float: left;
	width: 400px;
	margin-left: 50px;
	box-sizing: border-box;
	text-align: center;
}

.mode .mode_one .mode_icon {
	height: 50px;
	background: url(../img/item-3-2.png) no-repeat center;
	margin-bottom: 40px;
}

.mode .mode_two .mode_icon {
	height: 50px;
	background: url(../img/item-3-4.png) no-repeat center;
	margin-bottom: 40px;
}
.mode .mode_one p,.mode .mode_two p{
	font-size: 16px;
	margin-bottom: 20px;
	color:#808286;
}
.market-cont p {
	text-align: center;
	line-height: 3;
	font-size: 18px;
	letter-spacing: .5em;
}

.market-cont i {
	font-size: 32px;
	font-weight: bold;
}

.bg-bannerk {
	background: url(../img/bannerk.png) center 0 no-repeat;
	background-size: auto auto;
	width: 100%;
	height: 619px;
	background-size: cover;
}


