@charset "utf-8";
/*整体布局*/
*{margin:0 ;padding:0;}
html,body{
	background: #eeeeee;
}
a{text-decoration: none;}
a:hover, a:visited, a:link, a:active {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.clear{clear: both;}
li{list-style: none;}
button,input{outline: none;border: none;}
/*思源黑体black*/
@font-face {
    font-family: 'ya_yuanzi';
    src: url('../fonts/ya_black/ya_yuanzi.eot');
    src: url('../fonts/ya_black/ya_yuanzi.eot') format('embedded-opentype'),
         url('../fonts/ya_black/ya_yuanzi.woff2') format('woff2'),
         url('../fonts/ya_black/ya_yuanzi.woff') format('woff'),
         url('../fonts/ya_black/ya_yuanzi.ttf') format('truetype'),
         url('../fonts/ya_black/ya_yuanzi.svg#ya_yuanzi') format('svg');
}
/*菜单栏*/
.shadow {
    position: fixed;
    left: 50%;
    top: 0;
    width: 100%;
    max-width: 720px;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 88888;
    transform: translateX(-50%);
}
.shadow-box{
	position: fixed;
    left:-250px;
    top: 0;
    max-width: 720px;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
    z-index: 99999;
    /*transform: translateX(-50%);*/
}
.alert-box {
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    padding: 0 3%;
    background: #fff;
}
.menu-top{
	display: block;
	width: 200px;
    height:60px;
    margin-left:-8px;
    background: url(../mobileimages/home/menu_top.png) no-repeat center center;
    background-size:100% 100%;
}
.menu-down{
	position: absolute;
	bottom: 0;
	left: 14px;
	display: block;
	width: 222px;
    height:100px;
    background: url(../mobileimages/home/menu_down.png) no-repeat center center;
    background-size:100% 100%;
    
}
.menu-top-back{
	position: absolute;
    top: 7px;
    right: 6px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../mobileimages/home/menu_icon.png) no-repeat center center;
    background-size: 350px 200px;
    background-position: -307px -42px;
    cursor: pointer;
}
.menu-top-back:active{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.menu-wrap .main-item {
	width:50%;
	height: 68px;
	float: left;
    display: block;
    text-align: center;
    font-size: 11px;
    color: #000;
}
@media only screen and (min-height:600px ) {
	.menu-wrap .main-item {
		height: 85px;
	}
}
.main-item:before {
    display: block;
    margin: 0px auto 10px;
    content: '';
    background: url(../mobileimages/home/menu_icon.png) no-repeat center center;
    background-size:350px 200px;
}
.main-item:first-child:before {
	width:32px;
    height: 27px;
    background-position:-3px -2px;
}
.main-item:nth-child(2):before {
	width:24px;
    height: 32px;
    background-position:-47px -2px; 
}
.main-item:nth-child(3):before {
	width: 33px;
    height: 27px;
    background-position:-90px -2px; 
}
.main-item:nth-child(4):before {
	width:28px;
    height: 28px;
    background-position:-144px -2px; 
}
.main-item:nth-child(5):before {
	width: 33px;
    height: 27px;
    background-position:-90px -2px; 
}
.main-item:nth-child(6):before {
	width: 26px;
    height: 26px;
    background-position:-199px -2px; 
}
.main-item:nth-child(7):before {
	width: 28px;
    height: 28px;
    background-position:-253px -2px; 
}
.main-item:nth-child(8):before {
	width: 27px;
    height: 23px;
    background-position:-315px -2px; 
}
.main-item:nth-child(9):before {
	width: 32px;
    height: 28px;
    background-position:-2px -52px; 
}
.main-item:nth-child(10):before {
	width: 31px;
    height: 31px;
    background-position:-46px -50px
}
.main-item:last-child:before {
	width: 31px;
    height: 27px;
   background-position:-102px -52px;
}
/*菜单栏 结束*/
/**********************************************首页**************************************************/
.wrap {
    overflow: hidden;
    width: 100%;
    max-width: 720px;
    min-width: 320px;
    margin: 0 auto;
}
/*banner*/
/******banner.start******/
.home-banner{
	width: 100%;
	padding:20px 2% 0;
    height: 172px;
    overflow: hidden;
    position: relative;
}
.home-banner-list{
	width: 100%;
	height: 152px;
	float: left;
}
.home-banner-left{
	width: 50%;
	float: left;
}
.appleft-title {
    width: 100%;
    margin-top: 10%;
    font-family: "ya_yuanzi";
    color: #fff;
    font-size:16px;
    line-height: 30px;
    font-weight: bold;
}
.appleft-big{
	width: 100%;
    color: #fff;
    font-size:10px;
    line-height: 20px;
}
.home-banner-right{
	width: 50%;
	float: left;
}
.banner-right-img{
	display: block;
	width:185px;
	height: 116px;
	margin:0 auto;
}
/*banner end*/
.home-head{
	width: 100%;
	height: 220px;
	background: url(../mobileimages/home/home_bg.png) no-repeat center center;
	background-size: 100% 100%;
}
.home-head-bar{
	position: relative;
	width: 94%;
	margin: 0 auto;
	padding: 3% 0;
}
.home-bar-left{
	position: absolute;
	left: 0;
	top: -7px;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../mobileimages/home/home_icon.png) no-repeat center center;
	background-size:272px 264px;
	background-position:0 -33px;
}
.home-bar-center{
	display: block;
	width: 86px;
	height: 23px;
	margin: 0 auto;
	background: url(../mobileimages/home/home_icon.png) no-repeat center center;
	background-size:272px 264px;
	background-position:0 0;
}
.home-bar-right{
	position: absolute;
	right: 0;
	top: -9px;
	display: block;
	width: 26px;
	height: 24px;
	background: url(../mobileimages/home/home_icon.png) no-repeat center center;
	background-size:272px 264px;
	background-position:-56px -30px;
}
/*首页菜单栏*/
.home-main{
	width: 100%;
	padding:0 3%;
}
.home-menu{
    width: 100%;
    padding:0 3% 3%;
    margin-top: 5%;
    background: #fff;
    float: left;
    box-shadow: 0px 0px 13px rgba(0,0,0,.07);
}
.home-menu .menu-item {
	width: 25%;
	height: 86px;
	float: left;
    display: block;
    text-align: center;
    font-size: 11px;
    color: #000;
    background: #fff;
}
.menu-item:before {
    display: block;
    margin: 23px auto 10px;
    content: '';
    background: url(../mobileimages/home/home_icon.png) no-repeat center center;
    background-size:272px 264px;
}
.menu-item:first-child:before {
	width: 24px;
    height: 32px;
    background-position:-93px 0;
}
.menu-item:nth-child(2n):before {
	width: 34px;
    height: 27px;
    background-position:-135px 0;
}
.menu-item:nth-child(3n):before {
	width: 29px;
    height: 28px;
    background-position:-185px 0;
}
.menu-item:nth-child(4n):before {
	width: 34px;
    height: 27px;
    background-position:-135px 0;
}
.menu-item:nth-child(5n):before {
	width: 26px;
    height: 26px;
    background-position:-93px -46px;
}
.menu-item:nth-child(6n):before {
	width: 30px;
    height: 28px;
    background-position:-135px -46px;
}
.menu-item:nth-child(7n):before {
	width: 29px;
    height: 28px;
    background-position:-185px -43px;
}
.menu-item:last-child:before {
	width: 30px;
    height: 27px;
    background-position:-231px -42px;
}
/*app开发*/
.home-app{
	width: 100%;
	padding: 0 3%;
}
.home-app-title{
	padding-right: 5px;
	margin-right: 5px;
	font-size: 14px;
	color: #252525;
	border-right: 1px solid #e9eaec;
}
.app-market{
 	width: 100%;	
	margin-top: 16px;
	font-size:10px;
	color: #333;
}
.market-list{
	float: left;
	width: 30%;
}
.market-list:first-child{
	width: 40%;
}
.market-num{
	font-size: 20px;
	color: #40b4ef;
	line-height:35px;
	font-weight: bold;
}
.market-small{
	margin-left: 3px;
	font-size: 12px;
	color: #989898;
}
.market-mobile-box{
	display: table;
	margin: 0 auto;
}
.mobile-bar{
	width: 80%;
	margin: 0 auto;
	height: 3px;
}
.mobile-bar-left{
	float: left;
	display: inline-block;
	width: 14.62%;
	height: 3px;
	background: #48ecff;
}
.mobile-bar-right{
	float: left;
	display: inline-block;
	width:85.38%;
	height: 3px;
	background: #ffb423;
}
.app-vantage{
	width: 100%;
	margin-top: 44px;
}
.app-vantage-left{
	float: left;
	width: 36%;
}
.app-vantage-radio{
	width: 95px;
	height: 95px;
	margin: 0 auto;
	background: #48ecff;
	border-radius: 50px;
}
.app-vantage-center{
	margin-left: 3%;
    width: 29%;
    float: left;
}
.vantage-list{
	float: left;
	width: 100%;
	margin: 5px 0;
	font-size: 13px;
	color: #555;
}
.vantage-icon{
	position: relative;
    top: 50%;
    transform: translateY(-2px);
	display: inline-block;
	width: 4px;
	height: 4px;
	background: url(../mobileimages/home/home_icon.png) no-repeat center center;
	background-size:272px 264px;
	background-position:-39px -65px;
}
.app-table-box{
	width: 100%;
	height: 220px;
	margin-top: 27px;
	background: url(../mobileimages/home/tab_bg.png) no-repeat center center;
	background-size:100% 100% ;
}
.app-table-box .table-item {
	width: 33.33%;
	height: 110px;
	float: left;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.table-item-border{
    width: 48px;
    height: 47px;
    margin: 23px auto 10px;
    padding-top: 10px;
    background:rgba(255,255,255,.45);
    border-radius:3px;
}
.table-item-icon{
    display: block;
	margin: 0px auto;
	background: url(../mobileimages/home/home_icon.png) no-repeat center center;
    background-size:272px 264px;
}
.table-item:first-child .table-item-icon{
	background:none;
}
.table-item:nth-child(2n) .table-item-icon{
	width: 26px;
    height: 29px;
    background-position:-192px -85px;
}
.table-item:nth-child(3n) .table-item-icon{
	width: 27px;
    height: 25px;
    background-position:-38px -87px;
}
.table-item:nth-child(4n) .table-item-icon{
	width: 24px;
    height: 25px;
    background-position:-120px -87px;
}
.table-item:nth-child(5n) .table-item-icon{
	width: 25px;
    height: 25px;
    background-position:-160px -87px;
}
.table-item:last-child .table-item-icon{
	width: 25px;
    height: 26px;
    background-position:-80px -87px;
}
.table-item-narrow{
	display: inline-block;
	width: 4px;
    height: 7px;
    background: url(../mobileimages/home/home_icon.png) no-repeat center center;
    background-size:272px 264px;
    background-position:-246px -97px;
}
/*网站建设模块*/
.app-vantage-right{
	position: relative;
	float: left;
    width: 36%;
}
.app-vantage-right .app-vantage-radio{
	background: #d3d3d3;
}
.vantage-radio-title{
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size:20px;
	color: #878787;
	text-align: center;
}
.web-vantage-list{
	font-size: 14px;
	color: #333;
}
.web-vantage-right{
	position: relative;
}
.web-vantage-radio{
	width: 130px;
	height: 150px;
	margin: 0 auto;
	background: url(../mobileimages/home/web_bg.png) no-repeat center center;
	background-size:130px 150px;
}
.web-vantage-center{
	padding-left: 5%;
}
.web-vantage-title{
	bottom:19%;
}
.web-top-list{
	font-size: 14px;
	color: #333;
	margin-left: 15%;
}
/*高端设计*/
.design-vantage-same{
	width: 100%;
	height: 100px;
}
.design-head{
	background: #d5d5d5;
}
.design-ash{
	background: #e6e6e6;
}
.design-dark-grey{
	background: #d5d5d5;
}
.design-purple{
	background: #aba5ff;
}
.design-blue{
	background: #a5e9ff;
}

.design-active{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10%;
}
.design-title{
	font-size: 14px;
	color: #585858;
}
.design-small{
	margin-top: 10px;
	font-size: 10px;
	color: #585858;
}
.design-active-cont{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
/*微信*/
.wechat-head{
	line-height: 45px;
	font-size: 18px;
	color:#333;
}
.wechat-head-title{
	margin-bottom: 5%;
	font-size: 14px;
	color:#333;
}
.wechat-market{
	font-size: 14px;
}
.wechat-market-list{
	float: left;
    width: 33.33%;
    text-align: center;
}
.wechat-mobile-box{
	text-align: center;
}
.wechat-num{
	font-size: 33px;
    color: #12bf26;
    line-height: 35px;
    font-weight: bold;
}
.design-menu{
	
}
.design-menu-list{
	width: 50%;
	margin-top: 30px;
	float: left;
}
.design-menu-list:before{
	display: block;
	width: 39px;
	height: 39px;
	margin: 0 auto;
	content: '';
	background: url(../mobileimages/home/home_icon.png) no-repeat center center;
	background-size:272px 264px;
}
.design-menu-list:first-child:before{
	background-position:0 -132px;
}
.design-menu-list:nth-child(2n):before{
	background-position:-50px -132px;
}
.design-menu-list:nth-child(3n):before{
	background-position:0 -183px;
}
.design-menu-list:last-child:before{
	background-position:-50px -183px;
}
.design-menu-title{
	width: 100%;
	padding: 0 5%;
	margin: 8px auto;
	font-size:16px;
	color: #5c5c5c;
	text-align: center;
}
.design-menu-introduce{
	font-size:12px;
	line-height: 20px;
}
/**********************************************网站建设----办公系统**************************************************/
.head-box-fixed{
	position: fixed;
	top:0;
	max-width: 720px;
	width: 100%;
	z-index: 1111;
}
.head-bar{
	position: relative;
	width: 100%;
	height: 48px;
	margin: 0 auto;
	padding:13px 3% 0;
	background: #fff;
	box-shadow:0px 2px 2px rgba(0,0,0,.07);
}
.bar-left{
	position: absolute;
    left: 3%;
    top: -9px;
    display: block;
    width: 29px;
    height: 32px;
    background: url(../mobileimages/web/web_icon.png) no-repeat center center;
    background-size:450px 350px;
    background-position:4px 0;
    cursor: pointer;
}
.bar-left:active{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.index-href{
	display:block;
	width: 120px;
	height: 23px;
	margin: 0 auto;
}
.bar-center{
	display: block;
	width: 92px;
	height: 23px;
	margin: 0 auto;
	background: url(../mobileimages/web/web_icon.png) no-repeat center center;
	background-size:450px 350px;
	background-position:-29px 0;
}
.bar-right{
	position: absolute;
	right:3%;
	top: -8px;
	display: block;
	width: 27px;
	height: 25px;
	background: url(../mobileimages/web/web_icon.png) no-repeat center center;
	background-size:450px 350px;
	background-position:-121px 0px;
	cursor: pointer;
}
.bar-right:active{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-user-select: none;	
	-moz-user-focus: none;
	-moz-user-select: none;
}
.call-num{
	display: block;
	width: 100%;
	height: 100%;
}
.banner-box{
	width: 100%;
	height: 180px;
	margin-top:48px;
	padding: 0 3%;
}
.web-banner{
	background: url(../mobileimages/web/web_bg.png) no-repeat center center;
	background-size:100% 100%;	
}
.guide-left {
    position: relative;
    padding-top: 40px;
    margin-left: 5px;
}
.guide-left{
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.web-title{
	width: 100%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.web-bar-title{
	border: none;
}
.home-menu .web-menu-item {
	width: 25%;
	height: 86px;
	float: left;
    display: block;
    text-align: center;
    font-size: 11px;
    color: #000;
    background: #fff;
}
.web-menu-item:before {
    display: block;
    margin: 15px auto 8px;
    content: '';
    background: url(../mobileimages/web/web.png) no-repeat center center;
    background-size:450px 350px;
}
.web-menu-item:nth-child(2n):before {
	width:63px;
    height: 42px;
    background-position:0 -5px;
}
.web-menu-item:nth-child(3n):before {
	width:58px;
	height:38px;
    background-position:-88px -8px; 
}
.web-menu-item:nth-child(4n):before {
    background-position:-109px -32px;
}
.web-menu-item:nth-child(5n):before {
    background-position:-161px -32px;
}
.web-menu-item:nth-child(6n):before {
    background-position:-216px -32px;
}
.web-menu-item:nth-child(7n):before {
    background-position:-270px -32px;
}
.web-menu-item:nth-child(8n):before {
     background-position:-325px -32px;
}
.web-menu-item:nth-child(9n):before {
    background-position:-385px -32px;
}
.web-menu-item:nth-child(11n):before {
    background-position:-0px -87px;
}
.web-menu-item:last-child:before {
    background-position:-52px -87px;
}
/**********************************************200网站建设**************************************************/
.webkit-banner{
	background: url(../mobileimages/web/webkit_bg.png) no-repeat center center;
	background-size:100% 100%;	
}


/*********************************************微信小程序页面*****************************************************/
.xiaochengxu-banner{
	width: 100%;
	height: 180px;
	background: url(../mobileimages/img/xiaochenxun_banner.png) no-repeat center center;
	background-size:100% 100%;	
}
.xiaochengxu-title{
	border: none;
}
.introduce-bg{
	position: relative;
	height: 157px;
	background: url(../mobileimages/img/introduce_bg.png) no-repeat left center;
	background-size: 100% 100%;
	margin:32px auto 25px;
}
.introduce-bg p{
	font-size: 12px;
	color: #333;
}
.introduce-bg p:nth-child(1) {
    position: absolute;
    top: -5%;
    left:15%;
}
.introduce-bg p:nth-child(2) {
    position: absolute;
    top: 1%;
    left: 43%;
}
.introduce-bg p:nth-child(3) {
    position: absolute;
    top: 0;
    left: 57%;
}
.introduce-bg p:nth-child(4) {
    position: absolute;
    top: 38%;
    left: 20%;
}
.introduce-bg p:nth-child(5) {
    position: absolute;
    top: 43%;
    left: 67%;
}
.xiaochengxu-introduce{
	width: 74%;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 15px;
	text-align: justify;
}
.blue-hot{
	width: 6px;
	height: 6px;
	margin-right: 5px;
	display: block;
	float: left;
	margin-left: 10%;
	margin-top: 3px;
	border-radius: 50%;
	background-color: #03b0ed;
}
.xiaochengxu-register{
	width: 58px;
	height: 53px;
	background: url(../mobileimages/img/img_map.png) no-repeat;
	background-position:0 -4px;
	background-size: 300px 300px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.xiaochengxu-li{
	width: 27%;
	float: left;
	text-align: center;
	color: #424242;
	font-size: 12px;
	margin-bottom: 27px;
}
.xiaochengxu-li:nth-child(1){
	width: 23%;
}
.xiaochengxu-li:nth-child(3){
	width: 23%;
}
.xiaochengxu-information{
	width: 58px;
	height: 53px;
	background: url(../mobileimages/img/img_map.png) no-repeat;
	background-position:-60px -4px;
	background-size: 300px 300px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.xiaochengxu-development{
	width: 58px;
	height: 53px;
	background: url(../mobileimages/img/img_map.png) no-repeat;
	background-position:-122px 0;
	background-size: 300px 300px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.xiaochengxu-submit{
	width: 58px;
	height: 53px;
	background: url(../mobileimages/img/img_map.png) no-repeat;
	background-position:-183px -1px;
	background-size: 300px 300px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.xiaochengxu-ul{
	position: relative;
	margin-top: 25px;
	overflow: hidden;
}
.xiaochengxu-menu{
	width: 100%;
    margin-top: 3%;
    background: #fff;
    float: left;
    box-shadow: 0px 0px 13px rgba(0,0,0,.07);
}
.xiaochengxu-menu .home-app-head .xiaochengxu-title{
	padding: 0 3% 3%;
}
.point-pic-fri{
	position: absolute;
	top: 14%;
	left: 22%;
	width: 15px;
	height: 15px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-size: 300px 300px;
	background-position:-242px -4px;
	display: block;
}
.point-pic-sec{
	position: absolute;
	top: 14%;
	left: 47%;
	width: 15px;
	height: 15px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-size: 300px 300px;
	background-position:-242px -4px;
	display: block;
}
.point-pic-thr{
	position: absolute;
	top: 14%;
	left: 72%;
	width: 15px;
	height: 15px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-size: 300px 300px;
	background-position:-242px -4px;
	display: block;
}
.advantage-introduce{
	display: flex;
	margin-top: 22px;
}
.advantage-introduce-fr{
	flex: 1;
}
.advantage-introduce-fl{
	width: 35%;
}
.advantage-introduce-img{
	width: 90px;
	height: 87px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-3px -56px;
	background-size: 300px 300px;
	float: left;
}
.advantage-introduce-text{
	display: flex;
	font-size: 12px;
	line-height: 18px;
	color: #252525;
}
.advantage-introduce-p{
	flex: 1;
    text-align: justify;
    margin-left: 5px;
    float: left;
}
.advantage-blue-hot{
	width: 6px;
    height: 6px;
    display: block;
    float: left;
    margin-top: 5px;
    border-radius: 50%;
    background-color: #266db6;
}
.scene-ul{
	margin: 22px auto 0;
	font-size: 12px;
	color: #333;
	overflow: hidden;
}
.scene-ul li{
	width: 33.3%;
	margin-bottom: 22px;
	float: left;
}
.scene-pic-fri{
	width: 41px;
	height: 40px;
	display: block;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-92px -60px;
	background-size:300px 300px;
	margin: 0 auto;
}
.scene-pic-sec{
	width: 41px;
	height: 40px;
	display: block;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-133px -60px;
	background-size:300px 300px;
	margin: 0 auto;
}
.scene-pic-thr{
	width: 41px;
	height: 40px;
	display: block;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-173px -60px;
	background-size:300px 300px;
	margin: 0 auto;
}
.scene-pic-for{
	width: 41px;
	height: 40px;
	display: block;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-214px -62px;
	background-size:300px 300px;
	margin: 0 auto;
}
.scene-pic-fif{
	width: 41px;
	height: 40px;
	display: block;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-255px -62px;
	background-size:300px 300px;
	margin: 0 auto;
}
.scene-p{
	text-align: center;
	margin-top: 8px;
}
.service-ul{
	font-size: 12px;
	color: #333;
	margin: 0 auto;
	margin-top: 12px;
}
.service-ul li{
	width: 33.3%;
	margin-bottom:30px;
	float: left;
}
.service-pic-fri{
	width: 58px;
	height: 63px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-2px -142px;
	background-size:300px 300px;
	display: block;
	margin: 0 auto 10px;
}.service-pic-sec{
	width: 58px;
	height: 63px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-66px -143px;
	background-size:300px 300px;
	display: block;
	margin: 0 auto 10px;
}
.service-pic-thr{
	width: 58px;
	height: 63px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-189px -144px;
	background-size:300px 300px;
	display: block;
	margin: 0 auto 10px;
}
.service-pic-for{
	width: 58px;
	height: 63px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-189px -144px;
	background-size:300px 300px;
	display: block;
	margin: 0 auto 10px;
}
.service-pic-fif{
	width: 58px;
	height: 63px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-1px -212px;
	background-size:300px 300px;
	display: block;
	margin: 0 auto 10px;
}
.service-pic-six{
	width: 58px;
	height: 63px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-65px -212px;
	background-size:300px 300px;
	display: block;
	margin: 0 auto 10px;
}
.service-p{
	text-align: center;
	line-height: 15px;
}
.deliver-ul{
	overflow:hidden;
	padding: 0 0 0 3%;
	margin-top: 22px;
}
.deliver-ul li{
	width: 33.3%;
	float: left;
	display: block;
	margin: 22px 0;
}
.deliver-pic-fri{
	width: 30px;
	height: 30px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-103px -103px;
	background-size:300px 300px;
	display: block;
}
.deliver-p{
	margin-top: -13px;
    font-size: 12px;
    margin-left: 18px;
}
.deliver-pic-sec{
	width: 30px;
	height: 30px;
    background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-132px -103px;
	background-size:300px 300px;
	display: block;
}
.deliver-pic-thr{
	width: 30px;
	height: 30px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-163px -103px;
	background-size:300px 300px;
	display: block;
}
.deliver-pic-for{
	width:30px;
	height: 30px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-192px -103px;
	background-size:300px 300px;
	display: block;
}
.deliver-pic-fif{
	width:30px;
	height: 30px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-222px -103px;
	background-size:300px 300px;
	display: block;
}
.home-app-head {
    position: relative;
    width: 100%;
    padding: 4% 0;
    margin: 0 auto;
    border-bottom: 1px solid #e9eaec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-app-head .home-app-href {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 11px;
    color: #a3a3a3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-app-head .contact-active{
	display: block;
	width: 100%;
	height: 100%;
    font-size: 11px;
    color: #a3a3a3;
    clear: both;
}
.web-new-wrap {
    padding: 0 3%;
}
.home-app-title {
    padding-right: 5px;
    margin-right: 5px;
    font-size: 15px;
    color: #252525;
}
.index-narrow{
	position: absolute;
	right: 0px;
	top: 17px;
	display: inline-block;
	width: 9px;
	height: 16px;
	background: url(../mobileimages/home/menu_icon.png) no-repeat center center;
	background-size:350px 200px;
	background-position:-178px -56px;
}
.web-new-item {
    display: block;
    width: 100%;
    padding: 4% 0;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e9e9ec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.web-new-icon {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 10px;
    background: url(../mobileimages/web/web.png) no-repeat center center;
    background-size: 450px 350px;
    background-position: -394px 0;
}
/**********************************关于亚原子***************************************/
.about-us-banner{
	width: 100%;
    height: 180px;
    background: url(../mobileimages/img/about_us_banner.png) no-repeat center center;
    background-size: 100% 100%;
}
.about-us-logo{
	width: 241px;
	height: 66px;
	display: block;
	margin:22px auto 20px;
}
.about-introduce-p{
	font-size: 14px;
	text-indent: 2em;
	line-height: 21px;
	text-align: justify;
}
.about-introduce-bottom{
	margin-bottom: 17px;
}
.about-us-ul{
	margin: 25px auto 0;
}
.about-us-ul li{
	width: 50%;
	float: left;
	margin-bottom: 33px;
}
.about-pic-fri{
	width: 73px;
	height: 67px;
	background: url(../mobileimages/img/app_development_pic.png) no-repeat center;
	background-size: 100% 100%;
	display: block;
	margin: 0 auto;
}
.about-p-text{
	font-size: 15px;
	text-align: center;
	margin-top: 12px;
}
.culture-bg{
	width: 100%;
	background: url(../mobileimages/img/culture_bg.png) no-repeat top 23px center;
	background-size: 204px 176px;
}
.culture-introduce{
	width: 90%;
	margin: 16px auto;
}
.culture-introduce-title{
	font-size: 18px;
	color: #f58855;
	font-weight: bold;
}
.font-color-fri{
	color: #00aeaf;
}
.font-color-sec{
	color: #0081a2;
}
.font-color-for{
	color: #404041;
}
.culture-introduce-text{
	font-size: 12px;
	line-height: 17px;
}
.mission-img{
	width: 162px;
	height: 180px;
	display: block;
	margin: 8px auto;
}
.mission-title{
	font-size: 15px;
	color: #2c9efa;
	font-weight: bold;
}
.mission-title-introduce-top{
	margin-top: 25px;
}
.mission-explain{
	font-size: 12px;
}
.mission-blue-hot{
	width: 11px;
    height: 11px;
    background: url(../mobileimages/web/web.png) no-repeat center center;
    background-size: 450px 350px;
    background-position: -394px 0;
    display: inline-block;
    float: left;
    margin-top: 5px;
}
.mission-text-introduce{
	width: 95%;
	font-size: 14px;
	float: left;
	padding-left: 5px;
	text-align: justify;
}
.mission-p{
	line-height: 22px;
}
.mission-title-introduce{
	margin-bottom: 12px;
}
.environment-img{
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 3%;
}
.up-arrow{
	width: 16px;
	height: 16px;
	background: url(../mobileimages/img/up_arrow.png) no-repeat center;
	background-size: 16px 16px;
	display: block;
	margin: 5px auto 7px;
}
.environment-title{
	font-size: 15px;
	text-align: center;
}
.environment-sec{
	flex: none;
	width: 24px;
    height: 26px;
    background: url(../mobileimages/img/img_map.png) no-repeat center;
    background-position: -150px -229px;
    background-size: 300px 300px;
    display: block;
    float: left;
}
.environment-thr{
	flex: none;
	width: 24px;
    height: 26px;
    background: url(../mobileimages/img/img_map.png) no-repeat center;
    background-position: -174px -229px;
    background-size: 300px 300px;
    display: block;
    float: left;
}
.environment-for{
	flex: none;
	width: 24px;
    height: 26px;
    background: url(../mobileimages/img/img_map.png) no-repeat center;
    background-position: -199px -229px;
    background-size: 300px 300px;
    display: block;
    float: left;
}
.environment-ul{
	margin-top: 10px;
	margin-left: 3%;
}
.environment-ul li{
	display: flex;
	width: 50%;
	margin-bottom: 20px;
	float: left;
}
.environment-fri{
	flex: none;
	width: 24px;
	height: 26px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-position:-126px -229px;
	background-size: 300px 300px;
	display: block;
	float: left;
}
.environment-contents{
	float: left;
	margin-left: 5px;
}
.environment-contents-p{
	font-size: 12px;
	color: #818181;
	margin-top: 10px;
	flex: 1;
}
.environment-contents-p:nth-child(1){
	font-size: 15px;
}
.train-introduce{
	font-size: 12px;
	color: #808080;
	line-height: 18px;
}
.train-introduce-top{
	margin-top: 11px;
}
.train-staff-img{
	width: 80px;
	height: 95px;
	display: block;
}
.train-staff{
	display: flex;
	margin-top: 15px;
	margin-bottom: 25px;
}
.train-staff-text{
	float:left;
	flex: 1;
	margin-left: 8px;
	font-size: 12px;
	line-height: 18px;
}
.train-staff-pic{
	width: 80px;
	flex: none;
}
.about-pic-sec{
	width: 73px;
    height: 67px;
    background: url(../mobileimages/img/website_construction_pic.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
}
.about-pic-thr{
	width: 73px;
    height: 67px;
    background: url(../mobileimages/img/weixin_developent_pic.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
}
.about-pic-for{
	width: 73px;
    height: 67px;
    background: url(../mobileimages/img/high_design_pic.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
}
.train-staff-text-p{
	text-align: justify;
	color: #808080;
}
.train-staff-title{
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}
.train-staff-bottom{
	margin-bottom: 12px;
}
.environment-menu{
	width: 100%;
	background: url(../mobileimages/img/environment_bg.png) no-repeat center;
	background-size:103% 103%;
	padding-bottom: 0;
}
.hot-position{
	margin-top: 5px;
}
.mission-wrap,.advantage-introduce-wrap,.train-wrap{
	padding: 0 3%;
}
/********************************************007联系我们-手机*********************************************************/
.map{
	margin-top: 48px;
}
.allmap{
	width: 100%;
	height: 225px;
}
.contact-fl{
	/*width: 100%;*/
	float: left;
}
.contact-qq{
	font-size: 12px;
	color: #959595;
}
.contact-phone{
	font-size: 15px;
	color: #555;
}
.contact-fr{
	width: 32px;
	height: 32px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-size: 300px 300px;
	background-position:-259px -31px;
	float: right;
}
.contact-tel-fr{
	width: 32px;
	height: 32px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-size: 300px 300px;
	background-position:-259px -113px;
	float: right;
}
.contact-boke-fr{
	width: 32px;
	height: 32px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-size: 300px 300px;
	background-position:-260px -144px;
	float: right;
}
.contact-weixin{
	position: relative;
    width: 94%;
    margin: 0 auto;
    padding: 4% 0 2% 0;
    font-size: 11px;
    color: #555;
}
.contact-weixin-title{
	width: 160px;
	margin: 0 auto;
	font-size: 14px;
	color: #555;
	text-align: center;
}
.contact-weixin-pic{
	width: 21px;
	height: 19px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-size: 300px 300px;
	background-position:-267px -178px;
	display: block;
	float: left;
}
.conpany-contact-weixin{
	width: 127px;
	height: 127px;
	margin: 10px auto 0;
}
.conpany-place-ul li{
	display: block;
	padding: 4% 3%;
	clear: both;
}
.conpany-place-fl{
	width: 25%;
	text-align: center;
	font-size: 12px;
	color: #008aff;
	float: left;
}
.conpany-place-fr{
	width: 75%;
	float: left;
	font-size: 14px;
}
.conpany-place-span{
	display: block;
	text-indent: 3em;
}
.conpany-place-fri{
	width: 34px;
	height: 39px;
	margin: 0 auto 5px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-size: 300px 300px;
	background-position:-258px -197px;
	display: block;
}
.conpany-place-sec{
	width: 34px;
	height: 39px;
	margin: 0 auto 5px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-size: 300px 300px;
	background-position:-259px -236px; 
	display: block;
}
.conpany-place-thr{
	width: 34px;
	height: 39px;
	margin: 0 auto 5px;
	background: url(../mobileimages/img/img_map.png) no-repeat center;
	background-size: 300px 300px;
	background-position:-224px -235px; 
	display: block;
}
.conpany-place-p{
	margin-bottom: 5px;
}
/*.wrap-font{
	font-family: "microsoft yahei";
}*/
/*foot*/
/*.foot-wrap{
	width: 100%;
	height: 298px;
	margin-top: 3%;
	padding: 5% 2%;
	background: #303233;
	clear: both;
}
.design-foot-wrap{
	margin-top: 0;
}
.we-chat-out {
    float: left;
    width: 50%;
    margin-top: 20px;
}
.we-chat-out .wechat-images {
	display: block;
    width: 85px;
    height:85px;
    margin: 0 auto;
}
.wechat-title {
    width: 100%;
    color: #80898d;
    font-size: 11px;
    text-align: center;
    line-height: 25px;
}
.online-chat {
    float: left;
    width: 50%;
    margin-top: 20px;
}
.online-chat h4 {
    width: 100%;
    font-size: 21px;
    color: #1787fb;
    text-align: center;
    line-height: 35px;
}
.link-title {
    width: 100%;
    font-size: 12px;
    color: #7f7f7f;
    text-align: center;
}
.online-chat .online-chat-cell {
    display: block;
    width:86px;
    height: 25px;
    margin: 12px auto 0;
    background: url(../mobileimages/home/page_icon.png) no-repeat center center;
    background-size:350px 300px;
    background-position:0 -181px;
}
.foot-address {
    clear: both;
    padding-top: 10px;
    text-align: center;
}
.state-right {
	float: left;
    width: 100%;
    margin-top: 30px;
}
.state-right ul li {
    float: left;
    width: 33.33%;
    text-align: center;
}
.right-praise-img {
    display: inline-block;
    width: 27px;
    height: 29px;
    vertical-align: top;
}
.praise-cont-box {
	display: inline-block;
}
.praise-cont-top {
    width: 100%;
    font-size: 10px;
    color: #7f7f7f;
}
.foot-remark{
	display: block;
	width: 100%;
	margin-top: 29px;
	font-size: 10px;
    color: #7f7f7f;
    text-align: center;
    line-height: 15px;
    clear: both;
}*/
/**********************************************新闻列表-总************************************************/
.news-banner{
	margin-bottom: 3%;
    text-align: center;
    background: url(../mobileimages/img/news_banner.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}
.banner-title{
	font-size: 29px;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 15px;
}
.banner-text{
	font-size: 18px;
	color: #fff;
}
.new-all-title{
	font-size: 11px;
	color: #cdcdcd;
	text-transform: uppercase;
}
.case-narrow{
    position: absolute;
    top: 31%;
    right:3%;
    display: block;
    width: 11px;
    height: 20px;
    background: url(../mobileimages/web/web.png) no-repeat center center;
    background-size: 450px 350px;
    background-position: -431px 0;
}
.new-content{
	font-size: 15px;
	color: #242424;
	white-space: normal;
}
.new-time{
	font-size: 11px;
	color: #808080;
	margin-top: 10px;
}
.click-more {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    clear: both;
}
.case-more-btn {
    width: 223px;
    height: 40px;
    margin: 5% auto 0;
    background: #c4c5e5;
    border-radius: 50px;
    cursor: pointer;
}
.case-more-btn:active{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.case-more-null{
    margin:0 auto;
    font-size: 15px;
	color: #a7a7a7;
	text-align: center;
	font-weight: bold;
}
.case-more-on {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.new-list-wrap{
	margin-top: 15px;
}
.news-menu{
	width: 100%;
    padding: 0 3%;
    background: #fff;
    box-shadow: 0px 0px 13px rgba(0,0,0,.07);
}
.more-narrow{
	display: inline-block;
	width: 9px;
	height: 15px;
	margin-left: 5px;
	background: url(../mobileimages/case/high_icon.png) no-repeat center center;
    background-size: 350px 130px;
    background-position:-243px 0;
    vertical-align: sub;
}
.news-head{
	position: relative;
    width: 100%;
    margin:0 auto;
    border-bottom: 1px solid #e9eaec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
}
.new-head-active{
	position: relative;
	display: block;
    width: 100%;
    height: 100%;
    padding: 4% 3%;
}
/******************************************新闻阅读页**************************************************/
.read-content{
	width: 100%;
	margin-top: 48px;
	padding: 0 5%;
	background-color: #f8f8f8;
	padding-bottom: 10px;
}
.read-title{
	font-size: 15px;
	color: #242424;
	padding-top: 12px;
	text-align: justify;
	line-height: 22px;
}
.read-introduce{
	font-size: xx-small;
	color: #8d8d8d;
	margin-top: 10px;
	overflow: hidden;
}
.read-introduce-fl{
	float: left;
}
.read-introduce-fr{
	float: right;
	margin-right: 15%;
}
.read-main{
	font-size: 13px;
	color: #2c2c2c;
	text-align: justify;
	text-indent: 2em;
	line-height: 22px;
	margin-top: 15px;
}
.read-introduce-content img{
	width:auto;
	max-width:100%;
	margin: 20px auto;
	display: block;
	height: auto;
}
.read-introduce-content{
	text-align: justify;
	line-height: 2;
	margin-top: 15px;
}
.read-text-indent{
	margin-top: 0;
}
.new-pic{
	width:100%;
	margin: 10px auto;
	display: block;
}
.new-pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.read-footer{
	width: 100%;
	height: 130px;
	background-color: #fff;
	overflow: hidden;
}
.read-btn{
	width: 50%;
	margin: 25px auto 0;
}
.read-list-pic{
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	margin-bottom: 5px;
	background: url(../mobileimages/img/return_list.png) no-repeat center;
	background-size: 100% 100%;
}
.read-top-pic{
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	margin-bottom: 5px;
	background: url(../mobileimages/img/return_top.png) no-repeat center;
	background-size: 100% 100%;
}
.back-btn{
	font-size:13px;
	color: #424242;
	text-align: center;
}
.read-list{
	float: left;
	color: #424242;
}
.read-top{
	float: right;
	color: #424242;
	cursor: pointer;
}


/***********************************************售后服务*****************************************/
.service-banner{
	width: 100%;
	height: 180px;
	color: #fff;
	background: url(../mobileimages/img/service_banner.png) no-repeat center center;
	background-size:100% 100%;	
}
.service-banner-title{
	margin-top: 30px;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 12px;
}
.service-banner-wrap{
	float: right;
	text-align: right;
}
.service-banner-text{
	font-size: 16px;
	margin-bottom:6px;
}
.banner-text-small{
	font-size: 13px;
	margin-bottom:2px;
}
.maintain-time-bg{
	width: 100%;
	height: 185px;
	background: url(../mobileimages/img/maintain_time_pic.png) no-repeat center;
	background-size: 214px 147px;
}
.time-pic-bg{
	width: 100%;
	height: 185px;
	background: url(../mobileimages/img/time_pic.png) no-repeat center;
	background-size: 162px 127px;
}
.maintain-pic-bg{
	width: 100%;
	height: 185px;
	background: url(../mobileimages/img/maintain_pic.png) no-repeat center;
	background-size: 172px 129px;
}
.fast-service-bg{
	width: 100%;
	height: 185px;
	background: url(../mobileimages/img/fast_service_pic.png) no-repeat center;
	background-size: 173px 149px;
}
.free-service-bg{
	width: 100%;
	height: 185px;
	background: url(../mobileimages/img/free_service_pic.png) no-repeat center;
	background-size: 154px 140px;
}
.inspect-service-bg{
	width: 100%;
	height: 185px;
	background: url(../mobileimages/img/inspect-service-bg.png) no-repeat center;
	background-size: 226px 152px;
}
.maintain-time-title{
	font-size: 18px;
	color: #3dbd75;
	text-align: center;
}
.service-time-title{
	text-align: center;
	font-size: 18px;
	color: #0e99f9;
}
.maintain-pic-title{
	text-align: center;
	font-size: 18px;
	color: #f69220;
}
.fast-service-title{
	text-align: center;
	font-size: 18px;
	color: #4aceff;
}
.free-service-title{
	text-align: center;
	font-size: 18px;
	color: #3dbd75;
}
.maintain-time-text{
	font-size: 12px;
	line-height: 20px;
	margin:25px 5%;
	color: #747474;
}
/***********************************************客户服务平台*****************************************/
.user-service-banner{
	background: url(../mobileimages/wechat/user_banner.png) no-repeat center center;
    background-size: 100% 100%;
}
.user-banner-wrap{
	color: #fff;
}
.user-service-bg{
	width: 90%;
	margin: 0 auto;
}
.user-img{
	display: block;
	width:217px;
	margin:23px auto 19px;
}
.user-write{
	display: block;
	width:210px;
	margin:23px auto 19px;
}
.user-mess{
	display: block;
	width:190px;
	margin:23px auto 19px;
}
.user-air{
	display: block;
	width:214px;
	margin:23px auto 19px;
}
.user-search{
	display: block;
	width:176px;
	margin:23px auto 19px;
}
.user-cont-title{
	margin:0 4%;
	font-size: 15px;
	color: #4a4a4a;
}
.user-time-text{
	font-size: 12px;
    line-height: 20px;
    margin: 0px 4% 5px; 
    color: #7e7e7e;
}

/*20170207 一键导航*/
.one-navigation {
	display: block;
	width: 60%;
	margin: 5% auto 0;
}

/*20170320 底部不同修改*/
.online-chat .online-chat-map{margin: 8px auto 0;background: url(../mobileimages/home/page_icon.png) no-repeat center center;background-size:350px 300px;background-position:-107px -181px;}

/*foot*/
.foot-wrap{
	width: 100%;
	margin-top: 3%;
	padding: 5% 2%;
	background: #303233;
	clear: both;
}
.we-chat-out{
    width: 50%;
    margin: 0 auto;
}
.we-chat-out .wechat-images {
	display: block;
    width: 85px;
    height:85px;
    margin: 0 auto;
}
.wechat-title {
    width: 100%;
    color: #80898d;
    font-size: 11px;
    text-align: center;
    line-height: 25px;
}
.online-chat {
    float: left;
    width: 50%;
    margin-top: 20px;
}
.link-address-title{
	margin-top: 29px;
}
.online-chat h4 {
    width: 100%;
    font-size: 21px;
    color: #1787fb;
    text-align: center;
    line-height: 35px;
}
.link-title {
    width: 100%;
    font-size: 12px;
    color: #7f7f7f;
    text-align: center;
}
.link-adress{
	line-height: 23px;
}
.online-chat .online-chat-cell {
    display: block;
    width:86px;
    height: 25px;
    margin: 12px auto 0;
    background: url(../mobileimages/home/page_icon.png) no-repeat center center;
    background-size:350px 300px;
    background-position:0 -181px;
}
.online-chat .online-chat-map{
	margin: 8px auto 0;
	background: url(../mobileimages/home/page_icon.png) no-repeat center center;
    background-size:350px 300px;
    background-position:-107px -181px;
}
.foot-address {
    clear: both;
    padding-top: 10px;
    text-align: center;
}
.state-right {
	float: left;
    width: 100%;
    margin-top: 30px;
}
.state-right ul li {
    float: left;
    width: 33.33%;
    text-align: center;
}
.right-praise-img {
    display: inline-block;
    width: 27px;
    height: 29px;
    vertical-align: top;
}
.praise-cont-box {
	display: inline-block;
}
.praise-cont-top {
    width: 100%;
    font-size: 10px;
    color: #7f7f7f;
}
.foot-remark{
	display: block;
	width: 100%;
	margin-top: 29px;
	font-size: 10px;
    color: #7f7f7f;
    text-align: center;
    line-height: 15px;
    clear: both;
}

/*20170417 联系我们页面修改*/
.fix-contact-us-map {
	width: 100%;
	padding: 5%;
	margin-top: 48px;
	background-color: #234d97;
}
.fix-contact-us-map img {
	display: block;
	margin: auto;
	width: 57%;
}
.fix-contact-company-all {
	background-color: #fff;
}
.fix-contact-company {
	padding-top: 5%;
	padding-bottom: 5%;
	margin: 0 3%;
	border-bottom: 1px solid #dedede;
}
.fix-contact-company-wuhu {
	padding: 0 3%;
	font-size: 12px;
	color: #234d97;
	font-family: "微软雅黑";
}
.fix-contact-company-wuhu img {
	float: left;
	margin-top: 1%;
	margin-right: 1%;
	width: 10%;
}
.company-address {
	font-size: 26px;
}
.company-address-info {
	padding-left: 12%;
	line-height: 1.5;
}
.fix-contact-company-wuhu img.other-address-icon {
	/*margin-top: 2%;*/
}
.last-company {
	border-bottom: 0;
}
.contact-mail {
	background: url(../mobileimages/fix_img/contact-mail.png) no-repeat center;
	background-position: 0 0;
	background-size: 100% 100%;
}
.contact-us-text {
	font-size: 12px;
	color: #333;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 1.7;
}
.conpany-contact-weixin {
	margin-bottom: 3%;
}
.contact-msg {
	width: 100%;
	padding: 3% 3% 10%;
	margin-top: 3%;
	margin-bottom: 3%;
	background: url(../mobileimages/fix_img/contact-us-msg-bg.png) no-repeat center;
	/*background-size: 100%;*/
}
.msg-box-yayuanzi {
	width: 100%;
	padding: 3% 0;
    color: #fff;
    font-size: 12px;
}
.msg-box-yayuanzi-icon {
	float: right;
	margin-top: -4px;
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(../mobileimages/fix_img/contact-us-logo.png) no-repeat center;
	background-size: 100% 100%;
}
.msg-content-title {
	float: right;
	margin-right: 3%;
	padding-left: 5%;
	padding-right: 7%;
	line-height: 40px;
    background-color: #40adff;
    border: 0;
    border-radius: 25px 0 25px 25px;
    text-align: center;
}
.consultant-logo {
	float: left;
    display: inline-block;
    width: 46px;
    height: 46px;
	background: url(../mobileimages/fix_img/contact-us-consult.png) no-repeat center;
	background-size: 100% 100%;
}
.consultant-content {
    float: right;
	width: 65%;
    margin-top: 3%;
    margin-right: 17%;
    background-color: #f1f1f1;
    border-radius: 0 25px 25px 25px;
}
.consultant-msg-content {
	margin:auto;
	padding: 4%;
	padding-bottom:15%;
}
.consultant-msg-content label {
	display: block;
	font-size: 16px;
	line-height: 2;
	font-family: "微软雅黑";
}
.consultant-msg-content input {
	padding-left: 10px;
	width: 100%;
	height: 38px;
	border: 1px #f1f1f1 solid;
	outline: none;
}
.consultant-msg-first {
	margin-bottom: 3%;
}
.consultant-msg-content-text {
	padding-left: 10px;
	width: 100%;
	height: 139px;
	border: 1px #f1f1f1 solid;
	outline: none;
	resize : none;
	line-height: 2;
}
.consultant-msg-content input.consultant-submit-btn {
	display: block;
	margin: auto;
	margin-top:9%;
	padding-left: 0;
	width: 50%;
	height: 40px;
	border: 0;
	border-radius: 20px;
	background-color: #40adff;
	color: #fff;
	font-size: 16px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    cursor: pointer;
}
.msg-bomb-box-mask {
	position: fixed;
	z-index: 9999990;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	display: none;
}
.msg-bomb-box {
	position: fixed;
	z-index: 9999991;
	top: 50%;
	left:50%;
	margin-top: -200px;
	margin-left: -140px;
	width: 275px;
	height: 250px;
	background-color: #fff;
	border: 0;
	border-radius: 15px;
	overflow: hidden;
	display: none;
}
.msg-tips-ok {
	width: 100%;
	height: 140px;
	padding-top: 15%;
	background-color: #61ba52;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 2.1;
}
.msg-tips-text {
	margin-top: 10px;
	font-size: 14px;
	color: #979696;
	text-align: center;
	line-height: 3;
}
.msg-tips-make-sure {
	display: inline-block;
	width: 115px;
	height: 30px;
	background-color: #40adff;
	border: 0;
	border-radius: 30px;
	color: #fff;
	line-height: 30px;
}
.msg-content-mar {
	width: 780px;margin: auto;
}
.msg-tips-ok-icon {
	margin: auto;
	width: 27px;
	height: 27px;
	background: url(../mobileimages/fix_img/contact-us-icon-three.png) no-repeat center;
	background-size: 100% 100%;
}
