﻿@charset "utf-8";
/* CSS Document */
body{
	background:#fff;
}
.about-head,.our-solution{
	overflow:hidden;
}
.about-headTitle{
	margin-top:40px;
}

.content ul li{
	margin-bottom:12px;
}
.about-us .content{
	margin:0 auto;
	width:80%;
	padding-left:0px;
	padding-right:0px;
}
.about-us {
height: auto;
background:#fff;
}

.content ul {
	margin-bottom:80px;
}

.our-solution{
     height:auto;
}
.our-solution .content{
	width:80%;
	margin:0 auto;
	text-align:center;
	padding-right:0px;
    padding-left:0px;
}

.our-solution .pic{
	height:294px;
	background: url(../Content/images/oursolution.png) no-repeat center center;
    
}

@media screen and (min-width:768px) and (max-width:992px){
	  .our-solution .pic{
	    background-size:100% auto;
		margin: 0 auto;
        width: 80%;
	 }
}
.pic img{
margin-bottom:60px;	
}

.contact-us {
	margin-bottom:60px;
}
.contact-us .pic ul{
	width:60%;
	margin:0 auto;
	text-align:center;
}

.contact-us .pic li{
	padding-left:0px;
	display:inline-block;
	float:none;
}

.contact-us .pic{
	width:100%;
}
.li-left{
	float:left!important;
}

.li-right{
	float:right!important;
}

.login-bottom{
height:30px;
background:#fff;
border-top:1px solid #e8e8e8;
}

.login-bottom hr{
	margin-top:0px;
}

@media screen and (max-width:768px){
	 html,body{
	   width:100%;
	   height:100%;
     } 
	 
	.contact-us .pic ul{
		width:100%;
		height:auto;
	}
	.contact-us .pic ul li{
		width:100%;
		margin:0 auto;
	}

	.our-solution .content {
       text-align:center;
       width:80%;
    }

	.contact-us ul p{
		display:inline-block;
	}
	.contact-us .pic {
      padding-top:30px;
	 }
	.our-solution .pic{
	    background-size:100% auto;
		margin: 0 auto;
        width: 80%;
	 }
	.pic img {
        margin-bottom:0px;
	}
	.li-right>p:last-child{
		position:relative;
		top:12px;
	}	
	.contact-us .pic .subtitle{
	   width:60px;	
	}
	.contact-us .pic li>.p-right{
		width:130px;
	}
	.contact{
		display:none;
	}
	.login-bottom .company{
		position:static;
		width:100%;
		text-align:center;
	}
	hr{
		margin-bottom:5px;
	}
}







