﻿@media (min-width: 1280px) { 
    
}

.header{
    background-color:#F8F8F8;
}
.logoimg{
    height:50px;
    width:auto;
}
.navtop{
    margin:0 auto;
    max-width:1000px;
}
.headleft,.headright{
    height:70px;
    line-height:70px;
}
.title{
    font-size:16px;
}
.navlist li{
    display:inline;
    font-size:16px;
    margin:0 15px;
}
.navlist a{
    color:#000;
}
.navlist a:hover{
    color:#2795F1;
    text-decoration: none;
}
.midtop{
    margin:0 auto;
    margin-top:10px;
    padding-bottom:30px;
}
.intro {
    margin-top:15px;
}
.share {
    position:absolute;
    top:5px;
    right:20px;   
}
.case_info{
    background-color:#EAEAEA;
    padding-bottom:30px;
    height:220px;
    padding-top:10px;
    margin-bottom:40px;
}
.case-title {
    text-align:center;
    line-height:3.0;
}
.case-title a{
    color:#000;
    text-decoration:none;
}
.case-title a:hover {
    color:#3697E7;
}
.case-content h5 {
    line-height:1.8;
    color:#8A8B8A;
    padding-left:15px;
    text-indent:-15px;
}

.midbottom{
    margin:0 auto;
    padding-bottom:50px;
}
.software-list {
    padding-bottom:20px;
}
.software-list h5{
    color:#2AAF0B;
    line-height:2.4;
    padding-left:5px;
}
.software-list h5 a{
    color:#2AAF0B;
    text-decoration:none;
}
.software-list h5 a:hover{
    color:#3697E7;
}
.footer1{
    background-color:#2F3337;
    padding-top:44px;
    padding-bottom: 15px;
}
.navfoot{
    margin:0 auto;
    max-width:1000px;
    color:#8F9090;
    padding-bottom:40px;
}
.navfoot li{
    line-height:32px;
}
.navfoot a {
    font-size:14px;
    color:#8F9090;
    text-decoration: none;
}
.navfoot a:hover {
    color:#3697E7;
}
.foot_title{
    color:#FFF;
    font-size:22px;
    margin-bottom:10px;
}
.footer2{
    background-color:#2F3337;
    padding-top:18px;
    border-top:1px solid #3A3E42;
}
.infofoot{
    margin:0 auto;
    max-width:572px;
    color:#595959;
}
.infofoot a{
    color:#595959;
}
.bottom_link {
    text-align: center;
}
.bottom_link span{
    color:#595959;
    display:inline-block;
    text-align:center;
    font-size:12px;
    width:75px;
    height:18px;
    line-height:18px;
}
.bottom_link a:hover span{
    color:#3697E7;
}
.lr_border{
    border-left:2px solid #595959;
    border-right:2px solid #595959;
}
.info{
    line-height:40px;
    text-align:center;
}
.logo2 {
    position:absolute;
    right:30px;
    bottom:5px;
    height:30%;
}

a.abtn{
	position:absolute;
	top:16px;
	display:block;
	height:132px;
	width:20px;
	overflow:hidden;
	text-indent:-20000px;
	background:url(../images/arrow3.gif) 0px center no-repeat;
}
a.aleft{
	left:-40px;
}
a.agrayleft{
	cursor:default;
	background-position:-12px center;
}
a.aright{
	right:-40px;
	background-position:-19px center;
}
a.agrayright{
	cursor:default;
	background-position:-18px center;
}

.solutionshow{
	width:100%;
	height:200px;
	padding:4px 0;
	margin:20px auto;
	position:relative;
	text-align:center;
	font-family:微软雅黑, 黑体;
}
.solutionshow .scrollcontainer{
	width:95%;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.solutionshow .scrollcontainer ul{
	width:20000px;
	position:absolute;
	left:0px;
	top:0px;
}
.solutionshow .scrollcontainer li{
	float:left;
	width:300px;
    margin:10px 10px;
	height:200px;
	text-align:left;
}
.solutionshow .scrollcontainer li.last{
	background:none;
}

.scrollcontainer li h5 {
    color:#8A8B8A;
}

.scrollcontainer li:hover h5,.scrollcontainer li:hover h3{
	color:#3697E7;
}
.solutionshow .scrollcontainer a:hover img{
	filter:alpha(opacity=86);-moz-opacity:0.86;opacity:0.86;
}

.solution-icon {
    float:left;
    width:60px;
    height:60px;
}
.scrollcontainer h3 {
    margin-left:80px;
    line-height:1.8;
    padding-bottom:10px;
}
.scrollcontainer h5 {
    width:220px;
    margin-left:80px;
    line-height:1.8;
}
.scrollcontainer a {
    display:block;
    position:absolute;
    width:100%;
    height:100%;    
}

@media (min-width:820px) and (max-width:1280px) {
    .share {
        top:10px;
        right:10px;
        width:20%;
    }
}

@media screen and (max-width:1000px) {
    .solutionshow .scrollcontainer li{
	    width:350px;
        margin:10px 15px;
    }
    .scrollcontainer h3 {
        margin-left:100px;
    }
    .scrollcontainer h5 {
        width:260px;
        margin-left:100px;
    }
    .solution-icon {
        float:left;
        width:80px;
        height:80px;
    }
    a.aleft{
	    left:0;
    }

    a.aright{
	    right:0;
    }
}

@media screen and (max-width:820px){
    .navlist li{
        display:block;
        font-size:14px;
        margin:0;
        float:left;
        width:20%;
        text-align:center;
    }
    .share {
        top:10px;
        right:0;
        width:25%;
    }
    .container {
        width:100%;
        padding:0px;
    }
    .title{font-size:14px;}
    .headright{padding:0;}
    .bottom_link span{
        font-size:12px;
        width:60px;
        height:18px;
        line-height:18px;
    }
    .logo2 {
    right:5px;
    bottom:0;
    width:15%;
    height:10%;
    }
}