﻿
/* 重写或新增Amui样式*/
.linkbrs:link{color:#888;text-decoration:none;}
.linkbrs:visited {color:#888;text-decoration:none;}
.linkbrs:hover {color:#0093D1;text-decoration:none;}
.linkbrs:active {color:#0093D1;text-decoration:none;}

/*基础重写*/
body,a,span,p,b,div,strong,li{ font-style:normal; font-size:14px;}
[class="am-col"] + [class="am-col"]:last-child, [class^="col-"] + [class^="col-"]:last-child{ float:left;}
.blue {color:#17BEFF;}

/*导航控制点重写*/
.am-slider-default .am-control-nav li a{ box-shadow: 0 0 0 rgba(0, 0, 0, 0.3) inset;}
.am-slider-default .am-control-nav{bottom:10px;}
#IndexProductSlider .am-control-nav{bottom:-22px;}

/*选项卡样式重写*/
.am-nav-tabs.am-nav-justify > li { width:25%; float:left;}
.am-nav-tabs.am-nav-justify > li > a{ color:#767676; font-size:1.8rem; text-align:center; padding:10px 0; border:none;border-bottom:2px solid #ccc; width:100%; display:inline-table; }
.am-nav-tabs.am-nav-justify > .am-active > a, .am-nav-tabs.am-nav-justify > .am-active > a:hover, .am-nav-tabs.am-nav-justify > .am-active > a:focus{ color:#17BEFF; border:none; border-bottom:2px solid #17BEFF;blr:expression(this.onFocus=this.blur()); -moz-outline-style: none;}
.am-tabs-bd{border:none;}
.am-tabs-bd .am-tab-panel{padding:0px;}
.am-nav-tabs.am-nav-justify > li > a{ border-radius:3px 3px 0 0; margin-bottom:1px;}
.am-slider-default{border-radius:0px;box-shadow:none;}
.am-slider-default .am-control-nav li a{filter:alpha(opacity=50);opacity:0.50;-moz-opacity:0.50; background:none repeat scroll 0 0 #FFFFFF; width:10px; height:10px;}
.am-slider-default .am-control-nav li a.am-active{filter:alpha(opacity=100);opacity:1.00;-moz-opacity:1.0; background:none repeat scroll 0 0 #FFFFFF;}

#IndexProductSlider .am-control-nav li a{box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;}
#IndexProductSlider .am-control-nav li a.am-active{background:none repeat scroll 0 0 #FA6E61;box-shadow: 0 0 0px rgba(0, 0, 0, 0.3) inset;}
#IndexNewsTabs { margin:10px 0 0 0;}
#IndexNewsTabs .am-nav-tabs.am-nav-justify > li { width:33.3%; float:left; padding:0 2%; margin:12px 0 0 0;}
#IndexNewsTabs .am-nav-tabs.am-nav-justify > li > a{ color:#4f4f4f; font-size:1.8rem; text-align:center; padding:5px 0; border:none;border:1px solid #c8c8c8; width:100%; display:inline-table; border-radius:0;}
#IndexNewsTabs .am-nav-tabs.am-nav-justify > .am-active > a,#IndexNewsTabs  .am-nav-tabs.am-nav-justify > .am-active > a:hover,#IndexNewsTabs  .am-nav-tabs.am-nav-justify > .am-active > a:focus{ color:#7ead23; border:none; border:1px solid #7ead23;blr:expression(this.onFocus=this.blur()); -moz-outline-style: none;}

/*新增按钮*/
.am-btn-green {color: #ffffff;background-color: #9ecc45;border-color: #9ecc45;position:relative;font-size:1.8rem; border-radius:5px;}
.am-btn-green:hover,.am-btn-green:focus,.am-btn-green:active,.am-btn-green.am-active,.am-active .am-dropdown-toggle.am-btn-green {color: #ffffff;background-color: #8bb43d;border-color: #8bb43d;}
.am-btn-green:active,.am-btn-green.am-btn-active,.am-active .am-dropdown-toggle.am-btn-green {background-image: none;}
.am-btn-green.am-disabled,.am-btn-green[disabled],fieldset[disabled] .am-btn-green,.am-btn-green.am-disabled:hover,.am-btn-green[disabled]:hover,fieldset[disabled] .am-btn-green:hover,.am-btn-green.am-disabled:focus,.am-btn-green[disabled]:focus,fieldset[disabled] .am-btn-green:focus,.am-btn-green.am-disabled:active,.am-btn-green[disabled]:active,fieldset[disabled] .am-btn-green:active,.am-btn-green.am-disabled.am-btn-active,.am-btn-green[disabled].am-btn-active,fieldset[disabled] .am-btn-green.am-btn-active {background-color: #999999;border-color: #999999;}
.am-btn-green i{ position:absolute; background:url(../images/icon.png) -272px 0 no-repeat; width:27px; height:27px; right:3%; top:10px;}

.am-btn-yellow {color: #ffffff;background-color: #fdb537;border-color: #fdb537;position:relative;font-size:1.8rem; border-radius:5px;}
.am-btn-yellow:hover,.am-btn-yellow:focus,.am-btn-yellow:active,.am-btn-yellow.am-active,.am-active .am-dropdown-toggle.am-btn-yellow {color: #ffffff;background-color: #fd9e25;border-color: #fd9e25;}
.am-btn-yellow:active,.am-btn-yellow.am-btn-active,.am-active .am-dropdown-toggle.am-btn-yellow {background-image: none;}
.am-btn-yellow.am-disabled,.am-btn-yellow[disabled],fieldset[disabled] .am-btn-yellow,.am-btn-yellow.am-disabled:hover,.am-btn-yellow[disabled]:hover,fieldset[disabled] .am-btn-yellow:hover,.am-btn-yellow.am-disabled:focus,.am-btn-yellow[disabled]:focus,fieldset[disabled] .am-btn-yellow:focus,.am-btn-yellow.am-disabled:active,.am-btn-yellow[disabled]:active,fieldset[disabled] .am-btn-yellow:active,.am-btn-yellow.am-disabled.am-btn-active,.am-btn-yellow[disabled].am-btn-active,fieldset[disabled] .am-btn-yellow.am-btn-active {background-color: #999999;border-color: #999999;}

/*重写弹窗*/
.am-modal-dialog{ background:#000;}
.am-modal-hd{ color:#FFF;}
.am-modal-bd{ color:#FFF;}
.am-modal-btn{ color:#FFF;}
.am-modal-btn:hover,.am-modal-btn:active{ color:#ff4c4c;}

/*
* Common
*/
ul,li{list-style:none;}
a:hover{ color:#ccc;}

.dn{display:none;}
.w25{ width:25%;}
.w20{ width:20%;}
.w15{ width:15%;}
.fl{ float:left;}
.mt20{ margin-top:20px;}
.pd0{ padding:0px;}
.color-black{ color:#000;}

.body-grey{ background:#d6d6d6;}

.title-01{ width:100%; padding:10px 0; border-bottom:2px solid #ccc; float:left;position:relative;}
.title-01 b{ color:#17BEFF; font-size:1.7rem; position:absolute; margin:0 0 0 10px; padding:0 10px; border-bottom:2px solid #f9685c; height:36px; font-weight:normal;}
.title-01 a{ color:#9c9c9c; float:right; margin:0 10px 0 0; font-size:1.5rem; }

.touchSel{filter:alpha(opacity=60);opacity:0.60;-moz-opacity:0.60; background:none repeat scroll 0 0 #FFFFFF;}

/*
* Header
*/
.logo{ float:left; margin:10px 0 0 0; width:58%; padding:0 2%;}
.logo h1{ margin:0px; padding:0px;}
.logo img{ max-width:150px;}
.header-info{ float:right; margin:8px 5px 0 0; padding:0;}
.header-info a{color:#4b4b4b; width:100%; text-align:center; line-height:25px; float:right;font-size:1.3rem;}
.header-info a img{ max-width:24px;}

/*
* Index
*/
.index-service{ border-bottom:2px solid #aaaaaa; } 
.icon-service{ text-align:center; width:100%; color:#7e7e7e; line-height:20px; display:block; margin:10px 0;}
.icon-service img{ max-width:60px; margin:0 0 5px 0;}
 
.index-content{ width:100%;background-color:#e8e8e8;}
.index-main{width:100%; border-radius:5px; background:#FFF; margin:15px 0 0 0; display:inline-block; padding:0px;}

.index-product-photo{width:100%; float:left;}
.index-product-photo img{ width:100%; float:left;}
.index-product-text{ width:100%; float:left; padding:5px 0; border-bottom:1px solid #ccc;}
.index-product-text table{ width:100%;}
.index-product-text .icon-product{ padding:10px 5px; text-align:center; width: 16.66667%;}
.index-product-text .icon-product img{ width:100%; max-width:25px;}
.index-product-text .text-product {padding:2px 0 2px 10px; float:left; width:100%; margin:5px 0;}
.index-product-text .text-product b{ color:#545454; font-weight:normal; }
.index-product-text .text-product p{ color:#9c9c9c; padding:0; margin:0; font-size:1.5rem; line-height:20px;}
.index-product-alert{ font-size:1.7rem; color:#f8ad4d; width:100%; text-align:center; padding:10px 0;}

.index-case-text{ border-radius:0px 0px 5px 5px; background-color:#ededed; text-align:center; padding:5px 0; color:#87bd1e; font-size:1.4rem; line-height:18px;}

.index-case{ margin:10px 0 -4px 0;}
.index-product-slider{ margin:10px 0 25px 0;}
.index-product-slider li a{ position:relative; width:100%; float:left;}
.index-product-slider li .index-product-text{ position:absolute; padding:0px; left:0px; height:25px; bottom:0px; line-height:25px; font-size:1.4rem; text-align:center; width:100%; color:#FFF; background-color:#000;filter:alpha(opacity=60);opacity:0.60;-moz-opacity:0.60;}

.index-news-list{ width:100%; float:left; padding:0 0 10px 0;}
.index-news-list ul{ width:100%; padding:0px; margin:0px;}
.index-news-list li{ width:100%;float:left; padding:10px 0; border-bottom:1px solid #ccc; }
.index-news-list .icon-news{ text-align:center; padding:0 2%;  float:left; width:7%; vertical-align:middle;}
.index-news-list .icon-news img{width:100%; float:left; margin:6px 0 0 0; max-width:8px;}
.index-news-list .text-news{ width:90%; float:left; height:20px; line-height:20px;overflow:hidden;}
.index-news-list .text-news a{ color:#4f4f4f;}

/*
* Footer
*/
.footer{ width:100%;background-color:#e8e8e8; display:inline-table;}
.footer-nav{ width:100%; text-align:center; padding:20px 0 10px 0;display:inline-table; border-bottom:1px solid #d5d5d5;}
.footer-nav a{color:#7e7e7e; font-size:1.4rem; padding:0 1% 0 2%; }
.footer-nav .color-tel { color:#fa6d61; font-weight:bold; padding:0px;}
.footer-nav .color-tel img{ width:100%; max-width:12px; display:inline-table; margin:-5px 0 0 0;}
.footer-edition{ width:100%; padding:10px 0; text-align:center;}
.footer-edition a{color:#7e7e7e; font-size:1.3rem; padding:0 3%; }
.footer-copyRight{ padding:10px 0; background-color:#FFF; text-align:center; color:#7e7e7e;}
.footer-copyRight span,.footer-copyRight p, .footer-copyRight b,.footer-copyRight div,.footer-copyRight a{color:#7e7e7e;}

/*
* Header Menu
*/
.header-menu-box{height:53px; position:relative; float:left; width:100%;}
.header-menu{ height:53px; width:100%; background:#1DC0FF; text-align:center; position:fixed;z-index:9001; top:0px; left:0px;}
.header-menu h2{ color:#FFF; font-weight:normal; margin:0; padding:0px; line-height:53px;}
.header-menu .info-prev{  height:53px;position:absolute;  z-index:1002;}
.header-menu .info-prev a{padding:15px 20px 15px 10px; float:left;}
.header-menu .info-prev .icon-prev{background:url(../images/icon.png) 0 0 no-repeat; width:15px; height:24px; float:left;}
.header-menu .info-prev .touchSel{ background:none;}
.header-menu .info-menu{ position:absolute; right:0px; top:0px; z-index:1002;}
.header-menu .info-menu .link-first{ float:left; color:#FFF; line-height:20px; font-size:1.3rem; width:40px; text-align:center;}
.header-menu .info-menu a{padding:10px 0px 3px 0px; float:left;}
.header-menu .info-menu .icon-menu{width:23px; height:18px;background:url(../images/icon.png) -15px 0px no-repeat;float:right;margin-right:8px}
.header-menu .info-menu .icon-tel{ width:23px; height:18px;background:url(../images/icon.png) -39px 0px no-repeat;float:right;margin-right:8px }
.header-menu .info-menu .touchSel{ background:none;}

/*
* Apply
*/

.info-menu-sub{ width:105px; position:absolute; left:-35px; top:38px; display:none; z-index:1002;}
.menu-sub-top{ background:url(../images/icon.png) 0px -591px no-repeat; width:105px; height:9px; float:left;}
.menu-sub-info{filter:alpha(opacity=80);opacity:0.80;-moz-opacity:0.80; background-color:#000; border-radius:0 0 3px 3px; float:left; width:105px;}
.menu-sub-info ul{ width:90px; padding:0 6px; float:left; margin:0;}
.menu-sub-info li{ width:90px; float:left; border-bottom:1px solid #9d9d9d; }
.menu-sub-info .li-frist{ }
.menu-sub-info .boder-none{border:none;}
.menu-sub-info li a{ color:#FFF; float:left; width:100%; font-size:1.3rem; text-align:left;padding:8px 0; }
.menu-sub-info li i{background:url(../images/icon.png) no-repeat; width:21px; height:20px; margin:1px 5px 0 5px; float:left;}
.menu-sub-info li .icon-home{ background-position:-61px 0px;}
.menu-sub-info li .icon-apply{ background-position:-81px 0px;}
.menu-sub-info li .icon-product{ background-position:-100px 0px;}
.menu-sub-info li .icon-branch{ background-position:-120px 0px;}
.menu-sub-info li .icon-help{ background-position:-141px 0px;}
.menu-sub-info li .icon-case{ background-position:-161px 0px;}
.menu-sub-info li .icon-about{ background-position:-181px 0px;}
.menu-sub-info .a_sel,.menu-sub-info .touchSel{ color:#17BEFF;}
.menu-sub-info .a_sel .icon-home,.menu-sub-info .touchSel .icon-home{ background-position:-61px -20px;}
.menu-sub-info .a_sel .icon-apply,.menu-sub-info .touchSel .icon-apply{ background-position:-81px -20px;}
.menu-sub-info .a_sel .icon-apply,.menu-sub-info .touchSel .icon-apply{ background-position:-81px -20px;}
.menu-sub-info .a_sel .icon-product,.menu-sub-info .touchSel .icon-product{ background-position:-100px -20px;}
.menu-sub-info .a_sel .icon-branch,.menu-sub-info .touchSel .icon-branch{ background-position:-120px -20px;}
.menu-sub-info .a_sel .icon-help,.menu-sub-info .touchSel .icon-help{ background-position:-141px -20px;}
.menu-sub-info .a_sel .icon-case,.menu-sub-info .touchSel .icon-case{ background-position:-161px -20px;}
.menu-sub-info .a_sel .icon-about,.menu-sub-info .touchSel .icon-about{ background-position:-181px -20px;}

.apply-title{ width:100%; height:38px; line-height:38px; padding:0 8px; background-color:#e8e8e8; float:left;}
.apply-title b{ color:#797979;}

.apply-content{ width:100%; float:left;}
.apply-content .apply-title{ background:#FFF;}
.apply-form{ width:100%; padding:0 10px; float:left;}
.apply-form ul{margin:0px;padding:0px;}
.apply-form .form-li{ width:100%; border:1px solid #ccc; border-radius:3px; padding:10px 0; float:left; margin:10px 0 0 0;}
.apply-form .form-lii{
	width:100%;
	border:1px solid #ccc;
	border-radius:3px;
	padding:10px;
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.apply-form .form-key{ width:35%; padding:0 3%; border-right:1px solid #ccc; height:30px; line-height:30px; float:left; text-align:right; font-size:16px;}
.apply-form .form-value{ width:65%; float:left; padding:0 3%; position:relative;line-height:30px; color:#666;font-size:16px;}
.apply-form .input-text{ background:none; border:none;color:#333;  width:100%; height:30px; line-height:30px; padding:0px; margin:0px;}
.apply-form .form-value .select-name{ height:30px; line-height:30px; cursor:pointer;color:#333; float:left; width:100%;}
.apply-form .form-value .select-name span{ width:90%; float:left;white-space:nowrap;text-overflow:ellipsis;text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-binding:url("ellipsis.xml#ellipsis");overflow:hidden; color:#999;}
.apply-form .form-value .icon-arrows{background:url(../images/icon.png) -43px -18px no-repeat; width:13px; height:12px; float:right; margin:10px 0 0 0;}
.apply-form .form-value .am-dropdown-content{ top:35px; right:auto; width:100%; border-radius:5px; left:0px; position:absolute;}
.apply-form .form-value .am-dropdown-content a{ font-size:1.3rem;}
.apply-form .form-value .am-dropdown-content:before{left:10%;}
.alert-box{ z-index: 999; min-width: 160px;padding:10px 15px;text-align: left;background-color: #000;border: 1px solid #dddddd;border-radius: 5px; background-clip: padding-box;filter:alpha(opacity=60);opacity:0.60;-moz-opacity:0.60; position:absolute; top:35px; color:#FFF; font-size:1.5rem; display:none;}
.alert-box:before {content: "";position: absolute;top: -8px;left: 45%;display: inline-block;width: 0;height: 0;vertical-align: middle;border-bottom: 8px solid #000;border-right: 8px solid transparent;border-left: 8px solid transparent;border-top: 0 dotted;-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}

.branch-tab{ width:100%; position:absolute; top:0px; left:100%; z-index:1003; display:none;}
.branch-tab-info{ width:100%; background:#f3f3f3;  float:left; padding:0 0 20px 0;}
.branch-tab-title{ height:44px; line-height:44px; font-size:1.8rem;padding:0 10px; color:#e73628; float:left;}
.branch-tab-item{ width:100%; float:left;margin:5px 0;}
.branch-tab-item .item-hot-list{ width:100%; float:left; padding:5px; background-color:#FFF;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.branch-tab-item .item-hot-list a{ color:#505050; padding:0 4%; line-height:24px;}
.branch-tab-item .item-title{background-color:#FFF;height:40px; line-height:40px; padding:0 15px; cursor:pointer;}
.branch-tab-item .item-title span{ font-size:1.7rem; color:#505050; float:left;}
.branch-tab-item .item-title i{background:url(../images/icon.png) no-repeat; width:7px; height:14px; background-position:0px -24px; float:right; margin:14px 3px 0 0;} 
.branch-tab-item .item-title .span-cheched { color:#ff8400; font-weight:normal; } 
.branch-tab-item .item-title .i-cheched{ width:14px; height:7px; background-position:-7px -24px; float:right; margin:18px 0 0 14px;}
.branch-tab-item .item-title-sel span{ color:#f5a237;}
.branch-tab-item .item-title-sel i{ width:14px; height:7px; margin:17px 0 0 0; background-position:-7px -24px;}
.branch-tab-item .item-list{ width:100%; padding:5px; border-top:1px solid #ccc;}
.branch-tab-item .item-list a{ color:#505050; padding:0 4%; line-height:24px; word-break: keep-all; white-space: nowrap;}

/*
* Common dialog css
*/
.body-shadow{ position:fixed; z-index:9998; top:0px; left:0px; width:100%; background-color:#000;filter:alpha(opacity=50);opacity:0.50;-moz-opacity:0.50; display:none; height:100%;}
.success-dialog{ position:fixed; z-index:9999; top:-200px; width:90%; left:5%; border-radius:5px; padding:15px 5% 15px 5%; background-color:#000; background:url(images/bg_gray.png) repeat; display:none;}
.success-dialog .show-title{ color:#92be3e; font-size:1.8rem; line-height:30px;}
.success-dialog .show-info{ margin-top:10px;margin-left:10px; color:#ffffff; line-height:20px;}
.success-dialog .button{ float:left;margin:20px 0px 0px 5%;border-radius:5px;font-size:1.6rem; padding:8px 0;} 
.success-dialog .close-dialog{ background:url(../images/icon.png) no-repeat; width:35px; height:35px; background-position:-201px 0; position:absolute; right:-10px; top:-10px;} 

/*
* Contact
*/
.contact-table { width:100%;}
.contact-table td{ padding:2px 5px;}
.contact-table .td-name{ width:90px; text-align:right; vertical-align:top; padding:2px 0;}

/*
* Feedback
*/
.feedback-content{ width:100%; float:left; padding:20px 10px;}
.feedback-form{ width:100%; float:left; }  
.feedback-form ul{margin:0px;padding:0px;}
.feedback-form .form-li{ width:100%; border:1px solid #ccc; border-radius:3px; padding:10px 0; float:left; margin:10px 0 0 0;}
.feedback-form .form-key{ width:35%; padding:0 3%; border-right:1px solid #ccc; height:30px; line-height:30px; float:left; text-align:right;}
.feedback-form .form-value{ width:65%; float:left; padding:0 3%; position:relative;line-height:30px; color:#797979;}
.feedback-form .input-text{ background:none; border:none; color:#333; width:100%; height:30px; line-height:30px;}
.feedback-form .feedback{position: relative;}
.feedback-form .feedback .alert-box{ width:90%; left:5%;bottom:-30px; top:auto;}
.feedback-form .feedback-text{ width:100%; border:1px solid #ccc; border-radius:3px; padding:10px 10px 20px 10px; color:#333; line-height:20px; min-height:150px;-height:150px;}
.feedback-form .feedback-alert{ position:absolute;left:auto; right:10px;bottom:0px; text-align:right; font-size:1.4rem; width:100%; color:#c0c0c0;}

/*
*  Detail
*/
.detail-title{
	width:100%;
	background-color:#e8e8e8;
	float:left;
	text-align:center;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	overflow: auto;
}
.detail-title b{ color:#ff8400; font-weight:normal;}
.detail-info{ width:100%; padding:10px 10px; float:left;}
.case-type-info{ width:100%;float:left; margin:0 0 20px 0;}
.case-type-info .case-type-key{ width:28%; float:left; color:#797979; text-align:right;}
.case-type-info .case-type-value{ width:72%; float:left; color:#797979;}
.case-type-info .case-type-value .pd-type{ color:#17BEFF;}
.case-type-info .detail-text{ width:100%; float:left;}
.case-type-info .detail-text img{ width:100%;}
.detail-other{ margin:10px 0 0 0; width:100%; float:left;}
.detail-other p{ margin:5px 0; color:#383737;}
.detail-other span{ color:#797979;}
.detail-links{ margin:10px 0 0 0; width:100%; float:left;}
.detail-links p{ margin:5px 0; color:#383737; width:100%; float:left;}
.detail-links  .link-key{ width:70px; float:left;}
.detail-links  .link-value{ float:left; width:75%;}
.detail-links span{ color:#797979; }
.detail-links a{ color:#17BEFF; }

/*
* Product
*/
.product-box{ padding:20px 10px; width:100%; float:left;}
.product-info{ width:100%; float:left; background:#FFF; border-radius:5px;}
.product-photo{width:100%;float:left;}
.product-photo img{ width:100%; }
.product-text{ width:100%; float:left; padding:5px 0; border-bottom:1px solid #ccc;}
.product-text table{ width:100%;}
.product-text .icon-product{ padding:10px 5px; text-align:center; width: 16.66667%;}
.product-text .icon-product img{ width:100%; max-width:25px;}
.product-text .text-product {padding:2px 0 2px 10px; float:left; border-left:1px solid #ccc; width:100%; margin:5px 0;}
.product-text .text-product b{ color:#545454; font-weight:normal; }
.product-text .text-product p{ color:#9c9c9c; padding:0; margin:0; font-size:1.5rem; line-height:20px;}
.product-alert{ font-size:1.7rem; color:#f8ad4d; width:100%; text-align:center; padding:10px 0;}
.product-list .am-btn-small{ font-size:1.6rem; padding:0.625em 1em 0.625em 0; margin:10px 0 20px 0;}
.am-btn-yellow .arrows-yellow{ background:url(../images/icon.png) -254px 0px no-repeat; width:18px; height:18px;position: absolute;right: 4%;top: 11px; border-radius:5px;}
.am-btn-green .arrows-green{ background:url(../images/icon.png) -236px 0px no-repeat; width:18px; height:18px;position: absolute;right: 4%;top: 11px; border-radius:5px;}
.product-tab-box{height:46px; border-bottom:2px solid #ccc; width:100%; z-index:11; position:relative;}
.product-tab-prev{width:30px; height:100%; position:absolute; cursor:pointer;left:0;}
.product-tab-prev i{ background:url(../images/icon.png) -21px -18px no-repeat; width:11px; height:19px; position:absolute;top:13px;left:13px; cursor:pointer;}
.product-tab-next{width:30px; height:100%; position:absolute; cursor:pointer;right:0;}
.product-tab-next i{ background:url(../images/icon.png) -32px -18px no-repeat; width:11px; height:19px; position:absolute;top:13px;right:13px;cursor:pointer;}
.product-tab-info{ width:80%; margin:0 10%; height:46px;position:relative; overflow:hidden; z-index:12;}
#ProductTabs .am-tabs-nav{ width:100%;position:relative; float:left; z-index:13;}
#ProductTabs .am-tabs-nav li{ width:33.3333%; left:0px;top:0px; z-index:14;}
#ProductTabs .am-nav-tabs.am-nav-justify > li > a{ font-size:1.6rem; padding:9px 0 10px 0; border-bottom-width:2px;}

.am-tabs-nav li a{ font-style:normal;}

/*
* Assess
*/
.assess-form{ width:100%; padding:0 10px; float:left;}
.assess-form ul{margin:0px;padding:0px;}
.assess-form .form-li{ width:89%; border:1px solid #ccc; border-radius:3px; padding:10px 0; float:left; margin:10px 0 0 0; position:relative;}
.assess-form .form-key{ width:29%; padding:0 3% 0 0;  height:30px; line-height:30px; float:left; text-align:right;}
.assess-form .form-value{ width:68%; float:left; border-left:1px solid #ccc; padding:0 3%; position:relative;line-height:30px; color:#797979}
.assess-form .input-text{ background:none; border:none; color:#333; width:100%; height:30px; line-height:30px; padding:0px;margin:0px;}
.assess-form .form-value .input-text-02{background:none; border:none; color:#333; width:90%; height:30px; line-height:30px;padding:0px;margin:0px;}
.assess-form .form-value .input-text-03{background:none; border:none; color:#333; width:75%; height:30px; line-height:30px;padding:0px;margin:0px;}
.assess-form .form-value .form-other{ float:right; color:#333;}
.assess-form .form-value .select-name{ line-height:30px; width:100%; cursor:pointer;color:#bfbfbf; float:left;}
.assess-form .form-value .select-name span{ color:#999;}
.assess-form .form-value .selectedValue{ width:90%; float:left;}
.assess-form .form-salary{ display:none;}
.assess-form .form-value .icon-arrows{background:url(../images/icon.png) -43px -18px no-repeat; width:13px; height:12px; float:right; margin:10px 0 0 0;}
.assess-form .form-value .am-dropdown-content{ top:35px; right:auto; width:100%; border-radius:5px; left:0px; position:absolute;}
.assess-form .form-value .am-dropdown-content a{ font-size:1.3rem;}
.assess-form .form-value .am-dropdown-content:before{left:10%;}
.assess-form .form-value-special{ width:50%;float:left; padding:0 0 0 5%; position:relative;line-height:30px; color:#797979;}
.assess-form .form-value-special .selectedValue{ width:80%; float:left;}
.assess-form .alert-box-month{ width:95%; text-align:center;}
.assess-form .form-doubt{ position:absolute; left:104%; top:13px;}
.assess-form .form-doubt .doubt-info{ width:280px; background:#FFF; border:1px solid #ccc; padding:10px 0; position:absolute;left:-250px; top:40px; z-index:4; border-radius:5px; display:none;}
.assess-form .form-doubt .doubt-info:before {content: "";position: absolute;top: -8px;left:auto;right:10px;display: inline-block;width: 0;height: 0;vertical-align: middle;border-bottom: 8px solid #CCC;border-right: 8px solid transparent;border-left: 8px solid transparent;border-top: 0 dotted;-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}
.assess-form .form-doubt .doubt-info .show-title{ width:100%; float:left; font-size:1.6rem; color:#797979; float:left; margin:0 0 5px 0; padding:0 5%;}
.assess-form .form-doubt .doubt-info .show-info{ width:100%; float:left; font-size:1.4rem; line-height:20px; float:left; padding:0 5%; color:#a0a0a0;}
.assess-form .form-doubt .doubt-info .text-01{ float:left; }
.assess-form .form-doubt .doubt-info .text-02{ float:left; width:85%;}
.icon-doubt{background:url(../images/icon.png) -299px 0px no-repeat; width:25px; height:25px; float:left;}
/*
* Product Detail
*/
.product-detail{ width:100%; float:left;}
.product-detail-banner{ width:100%; float:left; margin:0px 0 0 0; text-align:center; position:relative; background:url(images/bg_shadow.png) repeat;}
.product-detail-banner2{ width:100%; float:left; margin:0px 0 0 0; text-align:center; position:relative;}
.product-detail-banner a{ text-align:center;}
.product-detail-banner a img{ width:100%;}
.product-detail-banner .product-banner-close{background:url(images/btn_close.png) no-repeat; position:absolute; z-index:1004; width:30px;height:26px; right:0; top:0px;}
.product-about{ width:100%; border:1px solid #ccc; border-radius:6px; float:left; margin:0 0 20px 0;}
.product-about .show_title{ width:100%; float:left; height:38px;font-size:16px;color:#FFF; text-align:center; line-height:38px;background:#9ecc45;border-radius:5px 5px 0 0;}
.product-about .show_info{ padding:10px; float:left; width:100%;}
.product-about .show_info .show_text{ line-height:20px;  color:#8d8d8d;}
.product-about .show_info .show_text .p_name{ font-weight:normal;  color:#fb6e62;}
.product-about .show_info .show_about{ background-color:#f6f6f6; margin:10px 0;padding:10px 10px; float:left; width:100%;}
.product-about .show_about ul{ width:100%; padding:0px; margin:0px;}
.product-about .show_about li{ line-height:20px;font-size:12px;  padding:5px 0; border-bottom:1px solid #ccc; width:100%; float:left; list-style:none;}
.product-about .show_about li .info_icon{ width:18%;height:30px; text-align:center;float:left; margin:10px 0 0 0; }
.product-about .show_about li .info_icon img{ width:100%; max-width:26px;}
.product-about .show_about li .info_other{ width:82%; float:left; padding:0 0 0 2%;}
.product-about .show_about li .info_title{ width:100%;height:25px; font-size:16px; color:#545454;float:left; line-height:25px; }
.product-about .show_about li .info_text{ width:100%;font-size:14px; color:#9c9c9c; float:left;}
.product-alert{ font-size:1.6rem; color:#f8ad4d; width:100%; text-align:center; padding:10px 0;}
.product-text-tab{ width:100%; float:left; border-radius:5px; border:1px solid #ccc; margin:0 0 50px 0;}
#ProductDetailTabs .am-tabs-nav li{ width:33.3333%;}
#ProductDetailTabs .am-tabs-bd .am-tab-panel{padding:10px 5px;}
.product-detail-text{ width:100%; float:left;}
.product-detail-text .show-title{ width:100%;  float:left; line-height:30px; font-size:1.8rem; color:#9ec84b; padding: 0 5px;}
.product-detail-text .title-border{ border-bottom:1px solid #ccc;}
.product-detail-text .show-info{ line-height:20px; color:#8d8d8d; width:100%; float:left; padding:5px 5px 20px 5px;}
.product-detail-text .show-list{ width:100%; float:left; padding:0 5px 20px 5px;}
.product-detail-text .show-list ul{ margin:0px; padding:0px;}
.product-detail-text .show-list li{ width:100%; float:left;padding:5px 0;}
.product-detail-text .show-icon{ text-align:center; padding:0 2%;  float:left; width:7%; vertical-align:middle;}
.product-detail-text .show-icon img{width:100%; float:left; margin:6px 0 0 0; max-width:8px;}
.product-detail-text .show-text{ width:90%; float:left; line-height:20px;color:#8d8d8d;}
.product-detail-text .show-condition{ width:100%; float:left; padding:20px 0;}
.product-detail-text .show-condition table{width:100%; margin:0px; padding:0px;}
.product-detail-text .show-condition .w20{ width:20%; text-align:center; padding:0 1rem;}
.product-detail-text .show-condition .w40{ width:40px; text-align:center; padding:0 1rem;}
.product-detail-text .show-condition .w40 img{ width:100%; max-width:185px;}
.product-detail-text .show-condition .w20 .icon-condition-arrows{ width:100%; max-width:49px; margin:-30px 0 0 0;}
.product-detail-text .show-condition .w40 .icon-condition-arrows-02{width:40%;max-width:49px; margin:13% 0 13% 20px;}
.product-detail-text .show-condition .fSize16{margin:0 0 0 20%;line-height:30px;color:#8d8d8d; width:80%; float:left;}

.hiden-apply-btn{ background:url(images/bg_gray.png) repeat; position:fixed; bottom:0px;width:100%; z-index:8001; display:none;}
.hidden-apply-info{ width:100%; float:left; padding:10px;}
.hidden-apply-text{ color:#ffcc73; text-align:center; margin:0px; padding:0;}

/*
* Branch
*/
.branch-info{ width:100%; background:#f3f3f3;  float:left; padding:0 0 20px 0;}
.branch-title{ height:44px; line-height:44px; width:100%; font-size:1.8rem;padding:0 10px; color:#e73628; float:left; position:relative;}
.branch-item{ width:100%; float:left;margin:5px 0;}
.branch-item .item-hot-list{ width:100%; float:left; padding:5px; background-color:#FFF;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.branch-item .item-hot-list a{ color:#505050; padding:0 4%; line-height:24px;}
.branch-item .item-title{background-color:#FFF;height:40px; line-height:40px; padding:0 15px; cursor:pointer;}
.branch-item .item-title span{ font-size:1.7rem; color:#505050; float:left;}
.branch-item .item-title i{background:url(../images/icon.png) no-repeat; width:7px; height:14px; background-position:0px -24px; float:right; margin:14px 3px 0 0;}
.branch-item .item-title .span-cheched { color:#ff8400; font-weight:normal; }
.branch-item .item-title .i-cheched { width:14px; height:7px; background-position:-7px -24px; float:right; margin:18px 0 0 14px;}
.branch-item .item-title-sel span{ color:#f5a237;}
.branch-item .item-title-sel i{ width:14px; height:7px; margin:17px 0 0 0; background-position:-7px -24px;}
.branch-item .item-list{ width:100%; padding:5px; border-top:1px solid #ccc;}
.branch-item .item-list a{ color:#505050; padding:0 4%; line-height:24px;}

/*
* Branch List 
*/
.branch-list-info{ width:100%; background:#f3f3f3;  float:left;}
.branch-list-title{width:100%; padding:0 10px; float:left; position:relative;}
.branch-list-title h3{ margin:0px; padding:0px;height:40px; line-height:40px; font-size:1.8rem; color:#e73628; font-weight:normal;}
.branch-list-title .list-title{ color:#FE8A01;}
.branch-list-title .icon-maps{ background:url(../images/icon.png) -350px 0px no-repeat; width:19px; height:27px; top:5px; right:50px; position:absolute;}
.branch-list-title .icon-branch-tel{ background:url(../images/icon.png) -369px 0px no-repeat; width:26px; height:27px; top:5px; right:10px; position:absolute;}
.branch-tel-dialog{background:url(images/bg_shadow.png) repeat; width:210px; padding:10px; border-radius:5px; position:absolute;right:10px; top:45px; z-index:7001; display:none;}
.branch-tel-dialog:before {content: "";position: absolute;top: -8px;left:auto;right:10px;display: inline-block;width: 0;height: 0;vertical-align: middle;border-bottom: 8px solid #000;border-right: 8px solid transparent;border-left: 8px solid transparent;border-top: 0 dotted;-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);filter:alpha(opacity=70);opacity:0.70;-moz-opacity:0.70;}
.branch-tel-dialog p{ color:#FFF; font-size:1.5rem; margin:0; padding:0;}
.branch-tel-dialog a{ background-color:#000; border-radius:5px; padding:5px;color:#FFF; font-size:1.6rem; margin:4px 0; float:left; width:100%; text-align:center;}
.branch-tel-dialog .touchSel{ background:#FFF; color:#000;}
.branch-address{ width:100%; float:left; padding:5px 0; background:#FFF;}
.branch-address .col-sm-4{ padding:0 0 0 10px; text-align:right; }
.branch-address .col-sm-8{ padding:0 10px 0 0; text-align:left;}

.branch-list-tabs-box{height:46px;background:#ffffff;  border-bottom:2px solid #ccc; width:100%; z-index:11; position:relative;}
.branch-list-tabs-prev{width:30px; height:100%; position:absolute; cursor:pointer;left:0;}
.branch-list-tabs-prev i{ background:url(../images/icon.png) -21px -18px no-repeat; width:11px; height:19px; position:absolute;top:13px;left:13px; cursor:pointer;}
.branch-list-tabs-next{width:30px; height:100%; position:absolute; cursor:pointer;right:0;}
.branch-list-tabs-next i{ background:url(../images/icon.png) -32px -18px no-repeat; width:11px; height:19px; position:absolute;top:13px;right:13px;cursor:pointer;}
.branch-list-tabs-info{ width:80%; margin:0 10%; height:46px;position:relative; overflow:hidden; z-index:12;}
#BranchListTabs .am-tabs-nav{ width:100%;position:relative; float:left; z-index:13;}
#BranchListTabs .am-tabs-nav li{ width:33.3333%; left:0px;top:0px; z-index:14;}
#BranchListTabs .am-nav-tabs.am-nav-justify > li > a{ font-size:1.6rem; padding:9px 0 10px 0;}

/*
* Partner
*/
.partner-info{ width:100%; padding:0 10px; float:left;}
.partner-info a{ border:1px solid #ccc; float:left; width:100%; text-align:center; margin:10px 0; padding:8px 0;}
.partner-info a img{  width:100%; max-width:258px;}
.partner-info .col-sm-6{ padding:0 0.5rem;}

/*
* About
*/
.about-info{ width:100%; float:left; padding:10px}
.about-item{ width:100%; float:left; border:1px solid #ccc; border-radius:6px; float:left; margin:0 0 20px 0;}
.about-item .show_title{ width:100%; float:left; height:38px;font-size:1.8rem; color:#FFF; text-align:center; line-height:38px;background:#9ecc45;border-radius:5px 5px 0 0;}
.about-item .show_info{ padding:10px; float:left; width:100%; padding:10px 0;}
.about-item .show_info .show_text{ line-height:20px;color:#8d8d8d; padding:0 10px;}
.about-item .show_text .p_name{ font-weight:normal; color:#17BEFF;}
.about-item .show_text_list{padding:0 5px; float:left;}
.about-item .show_text_list ul{ width:100%; padding:0;margin:0px;}
.about-item .show_text_list li{width:100%; padding:5px 0; float:left;list-style:none;}
.about-item .show_text_list li .c-icon{ text-align:center; padding:0 2%;  float:left; width:7%; vertical-align:middle;}
.about-item .show_text_list li .c-icon img{width:100%; float:left; margin:6px 0 0 0; max-width:8px;}
.about-item .show_text_list li .c-text{width:90%; float:left; line-height:20px;color:#8d8d8d; font-size:1.5rem;}
.about-item .contact_text{ line-height:20px; padding:0 10px; color:#808080; font-size:1.5rem;}
.about-item .contact_text a{ color:#FFA838; text-decoration:underline;}
.about-item .contact_text span{color:#8d8d8d;}
.about-item .acceptance_text{ width:100%; border-top:1px solid #ccc; padding:5px 0; margin:5px 0; font-size:16px;}
.about-item .acceptance_text b{ color:#4f4f4f;  font-size:1.5rem;}
.about-item .acceptance_text span{ color:#fb6e62;  font-size:1.4rem;}

/*
* Help
*/
.help-list{ width:100%; float:left; padding:10px;}
.help-list ul{ margin:0px; padding:0px;}
.help-list li{border:1px solid #ccc; border-radius:3px; margin:0 0 12px 0;float:left; width:100%;list-style:none;}
.help-list li .help-title{  cursor:pointer; width:100%; padding:0 4%; float:left;}
.help-list li .title-name{ width:88%; line-height:20px; font-size:16px; color:#797979; display:inline-block;  float:left; padding:10px 0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-binding:url("ellipsis.xml#ellipsis");}
.help-list li .title-icon{ width:10%;height:40px; margin:0 0 0 2%; float:right;}
.help-list li .title-icon i{ background:url(../images/icon.png) -395px 0px no-repeat; width:22px; height:22px; float:right; margin:10px 0px 0 0px; }
.help-list li .help-info{ border-top:1px solid #ccc; line-height:20px; font-size:14px; color:#959595; margin:0 0 0 3%; text-indent:23px; display:none; width:92%; float:left; padding:10px 1%;}
.help-list li .help-info a{ color:#fa7166; font-size:14px;}
.help-list li .help-info img{ width:100%;}
.help-list .li-sel .title-icon i{ background:url(../images/icon.png) -417px 0px no-repeat; }
.help-list .li-sel .title-name{overflow:visible; white-space:inherit;text-overflow:none;text-overflow:none;-ms-text-overflow:none;-o-text-overflow:none;-moz-binding:none;}

/*
* NewsList
*/
.news-info{ width:100%; float:left;}
#NewsTabs .am-tabs-nav li{ width:33.3333%;}
#NewsTabs .am-tabs-bd .am-tab-panel{padding:10px;}
.news-list{ width:100%; float:left; }
.news-list ul{ width:100%; padding:0px; margin:0px;}
.news-list li{ width:100%;float:left; padding:10px 0; border-bottom:1px solid #ccc; }
.news-list .icon-news{ text-align:center; padding:0 2%;  float:left; width:7%; vertical-align:middle;}
.news-list .icon-news img{width:100%; float:left; margin:6px 0 0 0; max-width:8px;}
.news-list .text-news{ width:90%; float:left; height:20px; line-height:20px;overflow:hidden;}
.news-list .text-news a{ color:#4f4f4f;}

.page-control{ width:100%; float:left; margin:10px 0;}
.page-control .am-text-center{ padding:0; }
.page-control .col-sm-2{ font-size:1.8rem; color:#555555; line-height:33px;}
.btn-page-prev{ background:url(../images/icon.png) 0px -40px no-repeat; width:78px; height:33px; line-height:33px; display:inline-table; text-align:center; color:#FFF;}
.btn-page-next{ background:url(../images/icon.png) -79px -40px no-repeat; width:78px; height:33px; line-height:33px; display:inline-table; text-align:center; color:#FFF;}

/*
* Case
*/
.case-box{ padding:20px 10px; width:100%; float:left;}
.case-info{ width:100%; float:left; background:#FFF; border-radius:5px;}
.case-tab-box{height:46px; border-bottom:2px solid #ccc; width:100%; z-index:11; position:relative;}
.case-tab-prev{width:30px; height:100%; position:absolute; cursor:pointer;left:0;}
.case-tab-prev i{ background:url(../images/icon.png) -21px -18px no-repeat; width:11px; height:19px; position:absolute;top:13px;left:13px; cursor:pointer;}
.case-tab-next{width:30px; height:100%; position:absolute; cursor:pointer;right:0;}
.case-tab-next i{ background:url(../images/icon.png) -32px -18px no-repeat; width:11px; height:19px; position:absolute;top:13px;right:13px;cursor:pointer;}
.case-tab-info{ width:80%; margin:0 10%; height:46px;position:relative; overflow:hidden; z-index:12;}
#CaseTabs{ width:100%; float:left; position:relative;}
#CaseTabs .am-tabs-bd{ margin:-30px 0 0 0; float:left; width:100%;}
#CaseTabs .am-tabs-nav{ width:100%;position:relative; float:left; z-index:13;}
#CaseTabs .am-tabs-nav li{ width:33.3333%;left:0px;top:0px; z-index:14;}
#CaseTabs .am-nav-tabs.am-nav-justify > li > a{ font-size:1.6rem; padding:9px 0 10px 0;}
.case-banner{ width:100%; float:left; text-align:center; }
.case-item{ width:100%; float:left;padding:10px;}
.case-item li{ width:100%; float:left; border-bottom:1px solid #ccc; padding:10px 0;}
.case-item li .show-photo{ width:40%; float:left;border:1px solid #ccc; border-radius:5px;}
.case-item li .show-photo a{ float:left; padding:5px; text-align:center; width:100%;}
.case-item li .show-photo img{ width:100%; max-width:169px;}
.case-item li .show-info{ width:60%;float:left; padding:0 0 0 5%;}
.case-item li .show-title{ width:100%; float:left;margin:5px 0;white-space:nowrap;text-overflow:ellipsis;text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-binding:url("ellipsis.xml#ellipsis");overflow:hidden;}
.case-item li .show-title a{ color:#4f4f4f;}
.case-item li .show-text{ width:100%; float:left; position:relative; color:#9c9c9c; font-size:1.4rem;}
.case-item li .show-more{ background:url(../images/icon.png) -236px -18px no-repeat; width:18px; height:18px; position:absolute; right:5px; bottom:0px;}

/*
* Ad
*/
.banners-ad{ width:100%; float:left; margin:0; text-align:center;}
.banners-ad img{ }
.tel-ad{ width:100%; float:left; padding:10px 15px 6px 15px; background:#f9f9f9; border-bottom:1px solid #ebebeb;-webkit-box-shadow:inset 0 1px 5px rgba(0,0,0,.125);box-shadow:inset 0 1px 5px rgba(0,0,0,.125)}
.tel-ad a{ width:100%;color:#e16954; float:left;vertical-align:top; padding:0 0 0 10px; }
.tel-ad .show-icon{ background:url(../images/icon.png) 0 -73px no-repeat; width:20px; height:30px; display:inline-table; margin:0px 10px 0 0;}
.tel-ad .show-text{ font-size:1.7rem; color:#e16954; display:inline-table; vertical-align:top;}

.simple-ad{ width:100%; float:left; margin:10px 0 0 0;}
.simple-ad-title{ width:100%; float:left; border-bottom:3px solid #1DC0FF; position:relative;height:22px;margin:10px 0 20px 0;}
.simple-ad-title span{ background:#1DC0FF; padding:6px 15px; font-size:1.8rem; color:#FFF; border-radius:25px; position:absolute;top:0px; left:15px;}

.simple-apply-step{ background:#f8f8f8;}
.simple-step-box{ width:300px; margin: 0 auto;}
.simple-apply-step i{ background:url(../images/icon.png) no-repeat; width:11px; height:14px;margin:5px 3px; float:left;}
.simple-apply-step .icon-one{ background-position:-20px -73px;}
.simple-apply-step .icon-two{ background-position:-31px -73px;}
.simple-apply-step .icon-three{ background-position:-42px -73px;}
.simple-apply-step .icon-step-arrows{ background-position:-53px -73px;}
.simple-apply-step span{ color:#a0a0a0; font-size:1.4rem; float:left;}
.step-esd i{ margin:2px 2px;}
.step-esd span{ font-size:12px;}
.step-esd-new i{ margin:5px 7px;}
.step-esd-new span{ font-size:1.4rem;}

.simple-apply-alert{ width:100%; float:left; margin:10px 0; text-align:center; color:#999;}

.regard-ad{ width:100%;float:left;}
.regard-about-content{ width:100%; margin:0 auto; max-width:640px;}
.regard-about-title{ width:100%;}
.regard-about-info{ width:100%; background-color:#f7f7f7; padding:0 15px; float:left;}
.regard-about-info .show-text{ width:100%; color:#797979; float:left;}
.regard-about-info .show-text span{ color:#f45337;}
.regard-about-info .show-info{ width:100%; margin:10px 0; float:left;}
.regard-about-info .show-info ul{ width:100%; padding:0px; margin:0px;}
.regard-about-info .show-info li{ width:100%;float:left; padding:8px 0;}
.regard-about-info .show-info .show-icon{ text-align:center; padding:0 1%;  float:left; width:5%; vertical-align:middle;}
.regard-about-info .show-info .show-icon img{width:100%; float:left; margin:6px 0 0 0; max-width:8px;}
.regard-about-info .show-info .show-about{ width:30%; float:left; padding:0 2%; height:20px; line-height:20px; color:#545454;}
.regard-about-info .show-info .show-describe{ width:65%; float:left; line-height:20px; color:#9c9c9c;}
.regard-about-info .show-info .show-describe span{ color:#f45337;}

.root-ad{ width:100%; border-top:3px solid #1DC0FF; text-align:center; padding:10px 0 50px 0; float:left;color:#999; }
.root-ad a{ color:#1DC0FF;}
.root-ad span{ color:#999; }

/*app*/
.app_recommend{ width:100%; position:fixed; bottom:0px;left:0px; z-index:1002;}
.app_recommend_info{ height:85px; width:100%; float:left;position:relative; z-index:1003; background:url(images/app_recommend_bg.png) repeat;}
.app_recommend_info .icon_phone{ background:url(images/icon_iphone.png) no-repeat; position:absolute; z-index:1004; width:28px;height:73px; left:2%; top:5px;}
.app_recommend_info .app_text{ font-size:1.5rem; color:#ffffff; line-height:25px; position:absolute; left:13%; z-index:1004; top:10px; width:50%;}
.app_recommend_info .app_text b{ color:#ffde00; font-weight:bold; padding:0 5px;}
.app_recommend_info a{ text-decoration:none;}
.app_recommend_info .btn_download{ background:url(images/btn_download.png) no-repeat; position:absolute; z-index:1004; width:94px; height:32px; right:6%; top:40px;}
.app_recommend_info .btn_close{ background:url(images/btn_close.png) no-repeat; position:absolute; z-index:1004; width:30px;height:26px; right:0; top:0px;}
.app_recommend_info .btn_download:hover,.app_recommend_info .btn_download:active{filter:alpha(opacity=70);opacity:0.70;-moz-opacity:0.70;}
.app_recommend_info .btn_close:hover,.app_recommend_info .btn_close:active{filter:alpha(opacity=70);opacity:0.70;-moz-opacity:0.70;}

/*download*/
.header-download{ padding:0 10px; float:left; width:100%; background:#e73628;} 
.header-download .show-icon{ width:15%; text-align:center; float:left;}
.header-download .show-icon a{ color:#FFF; padding:5px 0; display:inline-block;}
.header-download .show-icon a img{ width:100%; padding:0 10px; width:41px;}
.header-download .show-text{ width:70%; float:left; text-align:center;}
.header-download h1{ font-size:2.0rem; font-weight:normal; color:#FFF; margin:15px 0 0 0; padding:0;}
.header-download .touchSel{ background:none;}
 
.download-info{ width:100%; float:left;}
.download-info .show-banner{ width:100%; float:left; text-align:center;}
.download-info .show-info{ width:100%; text-align:center; padding:20px 0; float:left;}

/*404error*/
.error-info{ width:100%; float:left; padding:0 10px;}
.error-info .show-photo{ width:100%; float:left; text-align:center;}
.error-info .show-photo img{ width:100%; max-width:640px;}
.error-info .show-text{ width:100%; float:left; text-align:center; color:#393939;}
.error-info .show-text p{ color:#09855b;}

/*float-css*/
.box-fixed-top{top: 0;left: 0;position: fixed;width: 100%;z-index: 1002;}
.box-fixed-bottom{bottom: 0;left: 0;position: fixed;width: 100%;z-index: 1002;}
.box-fixed-center{top: 20%;position: fixed;width: 100%;z-index: 9999;}

/*common css*/
.red{color:#e73628; }  


/*2014-11-19 FFY ADD*/
.tel-dialog .am-modal-btn:hover{ color:#717171;}

#IndexProductTabs .am-nav-justify{ padding:0px; height:50px; float:left;}
#IndexProductTabs .am-tabs-bd{ float:left;}

/*a的样式*/
.phone{ padding:5px;color:#FFF; font-size:1.6rem; margin:4px 0;clear:both;   }
.abs{position: absolute;z-index: 9999;right: 100px;top: 235px;}
.abs a{color:#ccc;}

input::-webkit-outer-spin-button,
		input::-webkit-inner-spin-button {
    	-webkit-appearance: none !important;
    	margin: 0;
	 	}
	 	
.ad01-header-menu .info-prev{  height:53px;position:absolute;  z-index:1002;}
.ad01-header-menu .info-prev a{padding:15px 20px 15px 10px; float:left;}
.ad01-header-menu .info-prev .icon-prev{background:url(../images/icon.png) 0 0 no-repeat; width:15px; height:24px; float:left;}
.ad01-header-menu{ width:100%; text-align:center;background:#F06DA3;}
.ad01-header-menu img{ width:100%; max-width:340px;}
.ad01-btn-apply{width:100%;display:inline-block;text-align:center;background:#F06DA3;clear:both;margin:20px 0 3px 0;}
.ad01-btn-apply img{width:100%;max-width:330px;}