/* --------------- start 关于我们 --------------- */
[v-cloak] {
    display: none;
}

.section-box h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.section-banner {
    position: relative;
    height: 400px;
}

.section-banner img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.about-container .section-banner {
}

.about-container .section-user {
    padding-top: 50px;
}

.about-container .section-user h3 {
    margin-bottom: 40px;
}

.about-container .section-user p {
    font-size: 18px;
    line-height: 40px;
}

.about-container .section-customer {
    margin-top: 60px;
}

.about-container .section-customer h3 {
    margin-bottom: 74px;
}

.about-container .section-customer li {
    float: left;
    position: relative;
    margin-right: 28px;
    padding: 18px 24px;
    padding-top: 50px;
    width: 380px;
    height: 180px;
    border: 2px solid #ff7200;
    border-radius: 4px;
}

.about-container .section-customer li .icon {
    position: absolute;
    top: -34px;
    left: 50%;
    margin-left: -34px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #ff7200;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 36px;
}

.about-container .section-customer li .icon.icon-dun {
    background-image: url(../images/icons/icon-dun.png);
}

.about-container .section-customer li .icon.icon-cus {
    background-image: url(../images/icons/icon-cus.png);
}

.about-container .section-customer li .icon.icon-lei {
    background-image: url(../images/icons/icon-lei.png);
}

.about-container .section-customer li:last-of-type {
    margin-right: 0;
}

.about-container .section-customer li h4 {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: bold;
}

.about-container .section-customer li p {
    width: 320px;
    font-size: 18px;
}

.about-container .section-customer .cus-address {
    padding-top: 50px;
}

.about-container .section-customer .cus-address img {
    width: 100%;
}

.about-container .section-award {
    margin-top: 50px;
    padding: 50px 0;
    background-color: #F7F8FB;
}

.about-container .section-award .item {
    float: left;
    width: 580px;
    height: 600px;
    background-color: #fff;
    background-position: right 30px bottom 20px;
    background-repeat: no-repeat;
    background-size: 260px;
    box-shadow: 0px 3px 15px 0px rgba(205, 208, 213, 0.5);
}

.about-container .section-award .item.left {
    margin-right: 40px;
    background-image: url(../images/abouts/zan.png);
}

.about-container .section-award .item.right {
    background-image: url(../images/abouts/xing.png);
}

.about-container .section-award h3 {
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-container .section-award .item.left h3 {
    background-image: url(../images/icons/gfrk.png);
}

.about-container .section-award .item.right h3 {
    background-image: url(../images/icons/shrk.png);
}

.about-container .section-award .detail {
    padding: 16px 40px;
}

.about-container .section-award p {
    line-height: 34px;
    letter-spacing: 2px;
}

.about-container .section-news {
    margin-bottom: 60px;
    padding-top: 50px;
}

.about-container .section-news h3 {
    margin-bottom: 50px;
}

.about-container .section-news li {
    float: left;
    margin-right: 80px;
    width: 340px;
    text-align: center;
}

.about-container .section-news li img {
    height: 54px;
}

.about-container .section-news li p {
    margin-top: 34px;
    font-weight: bold;
    text-align: justify;
    line-height: 26px;
}

.about-container .section-news li:last-of-type {
    margin-right: 0;
}

.section-certificate {
    padding-top: 60px;
    padding-bottom: 50px;
}

.section-certificate h3 {
    margin-bottom: 40px;
}

.section-certificate img {
    width: 100%;
}

/*成功客户*/
.success-customers h3 {
    margin-bottom: 60px;
}

.success-customers .section-customer {
    padding-top: 50px;
}

.success-customers .section-customer .left {
    position: relative;
    margin-top: -12px;
    width: 580px;
    height: 350px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}

.success-customers .section-customer .right {
    padding: 30px 50px;
    width: 620px;
    height: 328px;
    background-color: #f5f5f5;
    background-image: url(../images/icons/haier.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom;
    background-size: 415px auto;
}

.success-customers .section-customer .right h4 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
}

.success-customers .section-customer .right p {
    margin-bottom: 56px;
    line-height: 40px;
}

.success-customers .section-customer .right .button {
    width: 260px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
}

.success-customers .section-customer .left img {
    width: 580px;
    height: 350px;
}

.success-customers .section-company {
    padding-top: 60px;
    height: 560px;
    background: none;
}

.success-customers .section-company h3 {
    margin-bottom: 40px;
}

.success-customers .section-case {
    padding-top: 70px;
    padding-bottom: 50px;
}

.success-customers .section-case h3 {
    margin-bottom: 30px;
}

.success-customers .section-case .tip {
    font-size: 20px;
    color: #666;
    text-align: center;
}

.success-customers .section-case ul {
    margin-top: 60px;
}

.success-customers .section-case ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 285px;
    height: 180px;
    box-shadow: 0px 2px 6px 0px rgba(44, 48, 71, 0.2);
    border-radius: 4px;
}

.success-customers .section-case ul li:nth-of-type(4n) {
    margin-right: 0;
}

.success-customers .section-case ul li img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.success-customers .section-case ul li .bottom {
    padding: 0 28px;
}

.success-customers .section-case .bottom.tc {
    padding-top: 60px;
}

.success-customers .section-case .bottom.tc a {
    font-size: 20px;
    font-weight: bold;
    color: #ff7200;
}

.success-customers .section-case ul li h4 {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
}

.success-customers .section-case ul li p {
    color: #999;
    font-size: 12px;
}

.success-customers .top {
    padding-top: 24px;
    padding-bottom: 40px;
    background-color: #f9fbfe;
}

.success-customers .crumb {
    margin-bottom: 32px;
}

.success-customers .crumb a {
    color: #ff7200;
}

.success-customers .cus-detail {
    font-size: 14px;
    color: #222;
}

.success-customers .cus-detail .img-box {
    width: 290px;
    height: 250px;
    background-color: #fff;
    overflow: hidden;
}

.success-customers .cus-detail .img-box img {
    width: 99.5%;
    vertical-align: middle;
}

.success-customers .cus-detail .img-box:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
}

.success-customers .cus-detail .content {
    position: relative;
    margin-left: 50px;
    width: calc(100% - 340px);
    height: 250px;
}

.success-customers .cus-detail h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.success-customers .cus-detail p {
    line-height: 26px;
}

.success-customers .cus-detail .products {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}

.success-customers .cus-detail .products .item {
    margin-top: 15px;
}

.success-customers .cus-detail .products .right-link {
    display: inline-block;
    width: calc(100% - 80px);
}

.success-customers .cus-detail .products a {
    margin-left: 24px;
    color: #ff7200;
    text-decoration: underline;
}

.success-customers .cus-content {
    padding-top: 60px;
    padding-bottom: 50px;
}

.success-customers .cus-content h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #ff7200;
}

.success-customers .cus-content p {
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
}

.success-customers .cus-content p span {
    display: block;
    margin-bottom: 14px;
}

.success-customers .contact-box {
    padding-top: 50px;
    padding-bottom: 32px;
    text-align: center;
    background: url(../images/cus-b-bg.png) no-repeat center;
    background-size: 1920px auto;
}

.success-customers .contact-box h3 {
    margin-bottom: 30px;
    color: #666;
    font-size: 34px;
    font-weight: bold;
}

.success-customers .contact-box .button {
    width: 260px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.success-customers .contact-box p {
    margin-top: 18px;
    color: #666;
}

.customers-list .item h2 {
    margin-top: 50px;
    margin-bottom: 40px;
    padding-left: 14px;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: bold;
    border-left: 8px solid #ff7200;
}

.customers-list .item .logo-list span {
    display: block;
    float: left;
    margin-right: 24px;
    margin-bottom: 30px;
    width: 180px;
    height: 68px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.customers-list .item .logo-list span:nth-child(6n) {
    margin-right: 0;
}

.customers-list .item .logo-list span img {
    width: 100%;
}











/* --------------- start 联系我们 --------------- */
.aboutUs-wrap .bannerWrap{ width:100%; height:442px; min-width:1240px; }
.aboutUs-wrap .bannerWrap1{ width:100%; height:313px; min-width:1240px; }
/* --------------- end 联系我们 --------------- */

/* --------------- start 加入我们 --------------- */
.joinUs-wrap .bannerWrap{ width:100%; height:399px; min-width:1240px; }
/*招聘*/
.joinUs-wrap .recruitWrap{ width:1240px; margin:auto; padding: 0 0 50px; }
.joinUs-wrap .recruitWrap .i-header{ padding: 46px 0 0; }
.joinUs-wrap .recruitWrap .i-body{ margin: 30px 0 0; border: solid 1px #eaeaea; }
.joinUs-wrap .recruitWrap .i-body .mytab{ float: left; position: relative; z-index: 1; }
.joinUs-wrap .recruitWrap .i-body .mytab .mytap-header{ width: 255px; float: left; border: 0; }
.joinUs-wrap .recruitWrap .i-body .mytab .mytap-header .list{ float: none; cursor: default; padding: 0 18px; }
.joinUs-wrap .recruitWrap .i-body .mytab .mytap-header .list a{ height: 55px; line-height: 55px; border: 0; border-bottom: solid 1px #eaeaea; color: #555; }
.joinUs-wrap .recruitWrap .i-body .mytab .mytap-header .list a:hover{ color: #f08c2f; background-color: #fff; }
.joinUs-wrap .recruitWrap .i-body .mytab .mytap-header .list.selected a{ color: #f08c2f; background-color: #fff; }
.joinUs-wrap .recruitWrap .i-body .mytab .mytap-body{ width: 750px; float: left; padding: 25px 35px; color: #555; border-left: solid 1px #eaeaea; border-right: solid 1px #eaeaea; }
.joinUs-wrap .recruitWrap .i-body .mytab .mytap-body h3{ font-size: 28px; }
.joinUs-wrap .recruitWrap .i-body .mytab .mytap-body .t1{ font-size: 16px; line-height: 40px; margin-top: 30px; }
.joinUs-wrap .recruitWrap .i-body .mytab .mytap-body .t2{ font-size: 16px; line-height: 40px; margin-top: 30px; color: #777; }
.joinUs-wrap .recruitWrap .i-body .mytab .mytap-body .t2 p{ font-size: 14px; padding: 0 0 0 30px; }
.joinUs-wrap .recruitWrap .i-body .mytab .mytap-body .t2 p em{ display: inline-block; padding: 0 30px 0 0; }
.joinUs-wrap .recruitWrap .i-body .sendAddress{ float: right; width: 100%; margin: 0 0 0 -1005px; padding:  0 0 0 1005px; text-align: center; }
.joinUs-wrap .recruitWrap .i-body .sendAddress .icon-sendResume{ display: inline-block; width: 77px; height: 78px; margin: 100px 0 10px; }
.joinUs-wrap .recruitWrap .i-body .sendAddress .s1{ display: block; color: #555; line-height: 24px; }
/* --------------- end 加入我们 --------------- */


/* ------------------ start 常见问题 ------------------ */
.commonProblem-wrap{ width:100%; padding:30px 0 50px; }
.commonProblem-wrap .commonProblem{ width:1200px; margin:auto; background-color:#fff; }
/* 左导航 */
.commonProblem-wrap .sub-nav{ width:210px; float:left; background-color:#f5fbff; }
.commonProblem-wrap .sub-nav .sub-nav-header{ display:block; height:46px; line-height:46px; font-size:18px; font-weight:normal; color:#fff; background-color:#008cd7; margin-bottom:1px; text-align:center; }
.commonProblem-wrap .sub-nav li .dropdown-title{ display:block; height: 40px; line-height:40px; font-size:16px; font-weight:normal; }
.commonProblem-wrap .sub-nav li .dropdown-title .icon{ display:block; float:left; width:18px; height:18px; margin:9px 6px 0 40px; }
.commonProblem-wrap .sub-nav li .dropdown-title:hover{ background-color:#dde5e7; border-left:solid 4px #ee8b3c; }
.commonProblem-wrap .sub-nav li .dropdown-title:hover .icon{ margin-left:36px; }
.commonProblem-wrap .sub-nav li .dropdown-title .txt{ display:block; float:left; color: #666; }
.commonProblem-wrap .sub-nav li .dropdown-title .icon-wddd{ background-position:0px 0px; }
.commonProblem-wrap .sub-nav li .dropdown-title .icon-sbjk{ background-position:0px -18px; }
.commonProblem-wrap .sub-nav li .dropdown-title .icon-sbgl{ background-position:0px -34px; }
.commonProblem-wrap .sub-nav li .dropdown-title .icon-cysqr{ background-position:0px -52px; }
.commonProblem-wrap .sub-nav li .dropdown-title .icon-wsdlr{ background-position:0px -70px; }
.commonProblem-wrap .sub-nav li .dropdown-title .icon-setting{ background-position:0px -93px; }
.commonProblem-wrap .sub-nav li .dropdown-title .icon-arrow{ display:block; float:right; width:18px; height:18px; line-height:20px; margin:8px 14px 0 0px; text-align:center; font-family:"宋体"; font-size:12px; color:#008cd7; font-weight:bold; }
.commonProblem-wrap .sub-nav li .dropdown-menu{ display:none; }
.commonProblem-wrap .sub-nav li .dropdown-menu li a{display:block; height:38px; line-height:38px; text-indent:64px; font-size:14px; }
.commonProblem-wrap .sub-nav li .dropdown-menu li a:hover{ background-color:#dde5e7; }
.commonProblem-wrap .sub-nav .open .dropdown-title{ background-color:#dde5e7; border-left:solid 4px #ee8b3c; }
.commonProblem-wrap .sub-nav .open .dropdown-title .icon{ margin-left:36px; }
.commonProblem-wrap .sub-nav .open .dropdown-menu{ display:block; }
.commonProblem-wrap .sub-nav li .dropdown-menu .active{ background-color:#dde5e7; }
.commonProblem-wrap .right-content{ padding-left: 30px; width: 955px; float: left; margin-left: 35px; box-sizing: border-box; }
/* 右侧——常见文档 */
.agent-resume-wrap .agent-resume .right-content .common-doc{ margin:10px 0 40px 0; }
.agent-resume-wrap .agent-resume .right-content .common-doc .c-header{ font-size:18px; font-weight:normal; color:#000;  }
.agent-resume-wrap .agent-resume .right-content .common-doc .c-body{margin-left:-20px; *zoom:1;  }
.agent-resume-wrap .agent-resume .right-content .common-doc .c-body:after{ content:""; display:block; clear:both; height:0; visibility:hidden; }
.agent-resume-wrap .agent-resume .right-content .common-doc .c-body li{ width:279px; height:380px; float:left; margin:20px 0px 0 20px; border:solid 1px #ddd; position:relative; }
.agent-resume-wrap .agent-resume .right-content .common-doc .c-body li .pic{ display:block; width:100%; height:100%; overflow:hidden; }
.agent-resume-wrap .agent-resume .right-content .common-doc .c-body li .pic img{ width:100%; }
.agent-resume-wrap .agent-resume .right-content .common-doc .c-body li .txt{ display:none; width:100%; position:absolute; z-index:2; left:0; top:40%; color:#fff; font-size:30px; text-align:center; }
.agent-resume-wrap .agent-resume .right-content .common-doc .c-body li .shadow{ display:none; width:100%; height:100%; position:absolute; z-index:1; left:0; top:0; background-color:#1093FF; opacity:0.8; filter:alpha(opacity=80); }
.agent-resume-wrap .agent-resume .right-content .common-doc .c-body li:hover{ }
.agent-resume-wrap .agent-resume .right-content .common-doc .c-body li:hover .txt{ display:block; }
.agent-resume-wrap .agent-resume .right-content .common-doc .c-body li:hover .shadow{ display:block; }
.agent-resume-wrap .agent-resume .right-content .common-doc .down-file{ margin-top:20px; font-size:14px; }
.agent-resume-wrap .agent-resume .right-content .common-doc .down-file .fa{ font-size:16px; }
.agent-resume-wrap .agent-resume .right-content .common-doc .down-file a:hover{ text-decoration:underline; color:#ee8b3c; }
/* 右侧——常见问题 */
.commonProblem-wrap .right-content { 
	margin:0 0 40px;
	min-height: 400px;
}
.commonProblem-wrap .right-content .i-header {
	margin-bottom: 15px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	padding-left: 20px;
	background-color: #f7f7f7;
	font-size: 16px;
	color: #333;
}
.commonProblem-wrap .right-content .i-content {
	margin-bottom: 20px;
	padding: 0 20px;
	font-size: 14px;
}
.commonProblem-wrap .right-content .content{ 
	padding-left: 20px; 
}
.commonProblem-wrap .right-content .content .c-header {
	position: relative;
	height: 18px;
	line-height: 18px;
	padding: 0 8px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: normal;
}
.commonProblem-wrap .right-content .content .c-header:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background-color: #F08B2F;
	border-radius: 50%;
}
.commonProblem-wrap .right-content .content .c-body{ line-height:30px; padding:15px 0; }
.commonProblem-wrap .right-content .content .rule-li .c-body{ padding-top: 0px; }
.commonProblem-wrap .right-content .content .c-body li{ padding:0 15px; color:#666; font-size:14px;  }
.commonProblem-wrap .right-content .content .c-body .c-h5{ 
	position: relative;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #666;
	line-height: 1.6em;
}
.commonProblem-wrap .right-content .content .c-body .c-h5:before{
	content: "";
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #666;
}
.commonProblem-wrap .right-content .content .c-body li .c-h6{ 
	padding-left: 8px;
	font-size: 14px;
	line-height: 1.6em;
}
.rule-li .rule-content{
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}
.commonProblem-wrap .right-content .content .c-body li .c-p{ 
	padding-left: 10px;
}
.commonProblem-wrap .right-content .content .c-body li .rule-num .c-p{ 
	padding-left: 30px;
}
.commonProblem-wrap .right-content .content .c-body li p{
	line-height: 1.4em;
}
.bq{
	font-size: 14px;
	color: #999;
}
.common-problem-li{
	margin-bottom: 15px;
}
/* 右侧——费用说明 */
.costDescription{ height: 670px; }
.costDescription .right-content{ color: #666; }
.costDescription .right-content .p{ margin: 0 0 16px 0; padding-left: 20px; line-height: 25px;font-size: 14px;}
.costDescription .right-content a{ color:#ee8b3c; text-decoration:underline; }
.costDescription .right-content h3{ margin:25px 0 10px; font-size:16px; font-weight:normal; border-left:solid 4px #ee8b3c; text-indent:8px; height:16px; line-height:16px;}
/* 右侧——服务说明 */
.serviceDescription{ }
.serviceDescription .right-content{ color: #666; }
.serviceDescription .right-content .p{ margin: 0 0 16px 0;text-indent: 2em;line-height: 25px;font-size: 14px;}
.serviceDescription .right-content a{ color:#ee8b3c; text-decoration:underline; }
.serviceDescription .right-content h3{ margin:25px 0 10px; font-size:16px; font-weight:normal; border-left:solid 4px #ee8b3c; text-indent:8px; height:16px; line-height:16px;}
/* 右侧——常见文档 */
.commonDocWrap{ padding:40px 0; }
.commonDoc{ width:1200px; margin:auto; *zoom:1; }
.commonDoc:after{ content:""; display:block; clear:both; height:0; clear:both; }
.commonDoc .commonDoc-left{ width:210px; float:left; text-align:center; }
.commonDoc .commonDoc-left .left-nav-title{ height:46px; line-height:46px;font-weight:normal;font-size:16px; color:#fff; background:#008cd7; }
.commonDoc .commonDoc-left .dropdown-menu{ padding:12px 0; background-color:#f1f5f8; }
.commonDoc .commonDoc-left .dropdown-menu a{font-size:14px; transition:0; -webkit-transition:0;}
.commonDoc .commonDoc-left .dropdown-menu a:hover{ transition:0; -webkit-transition:0;}
.commonDoc .commonDoc-left .dropdown-menu li{ height:34px; line-height:34px; margin-bottom:1px; cursor:pointer; }
.commonDoc .commonDoc-left .dropdown-menu li a{ font-size:14px; color: #666; }
.commonDoc .commonDoc-left .dropdown-menu li:hover{ background-color:#dee5e7; }
.commonDoc .commonDoc-left .dropdown-menu .active{ border-left:solid 4px #ee8b3c; background-color:#dee5e7; text-indent:-4px; }
.commonDoc .commonDoc-right{ width:960px; float:left; margin-left:30px; }
.commonDoc .commonDoc-right .common-box{ display:none; }
.commonDoc .commonDoc-right .common-box.active{ display:block; }
.commonDoc .commonDoc-right .common-doc-title{ height:44px; line-height:44px; font-weight:normal; font-size:16px; color:#666; background-color:#f1f5f8; border:solid 1px #eee; padding:0 12px; margin-bottom:28px;}
.commonDoc .commonDoc-right .common-doc{ margin:10px 0 20px 0; }
.commonDoc .commonDoc-right .common-doc .c-header{ font-size:14px; font-weight:normal; border-left:solid 4px #ee8b3c; text-indent:10px; margin-bottom:12px; }
.commonDoc .commonDoc-right .common-doc .c-body{margin-left:-20px; *zoom:1;  }
.commonDoc .commonDoc-right .common-doc .c-body:after{ content:""; display:block; clear:both; height:0; visibility:hidden; }
.commonDoc .commonDoc-right .common-doc .c-body li{ width:200px; height:268px; float:left; margin:20px 0px 20px 40px; border:solid 1px #ddd; position:relative; }
.commonDoc .commonDoc-right .common-doc .c-body li .pic{ display:block; width:100%; height:100%; overflow:hidden; }
.commonDoc .commonDoc-right .common-doc .c-body li .pic img{ width:100%; }
.commonDoc .commonDoc-right .common-doc .c-body li .content{ display:none; width:100%; height:100%; position:absolute; z-index:2; left:0; top:0; }
.commonDoc .commonDoc-right .common-doc .c-body li .content .txt{ display:block; width:100%; position:absolute; z-index:2; left:0; top:50px; color:#fff; font-size:16px; text-align:center; }
.commonDoc .commonDoc-right .common-doc .c-body li .content .check{ display:block; width:100%; height:36px; position:absolute; z-index:2; left:0; top:115px; color:#fff; cursor:pointer; }
.commonDoc .commonDoc-right .common-doc .c-body li .content .s-1{ display:block; float:left; line-height:36px; font-size:14px; }
.commonDoc .commonDoc-right .common-doc .c-body li .content .icon{ display:block; float:left; margin:0 1px 0 53px; width:36px; height:36px; background-image:url(../image/icon-down-file.png); background-repeat:no-repeat; }
.commonDoc .commonDoc-right .common-doc .c-body li .content .icon-zoom{ background-position:0px 0px; }
.commonDoc .commonDoc-right .common-doc .c-body li .content .icon-download{ background-position:-34px 4px; }
.commonDoc .commonDoc-right .common-doc .c-body li .content .download-file{ display:block; width:100%; position:absolute; z-index:2; left:0; top:170px; color:#fff; font-size:20px; text-align:center; cursor:pointer;}
.commonDoc .commonDoc-right .common-doc .c-body li .content .shadow{ width:100%; height:100%; position:absolute; z-index:1; left:0; top:0; background-color:#000; opacity:0.7; filter:alpha(opacity=70); }
.commonDoc .commonDoc-right .common-doc .c-body li:hover .content{ display:block; }

/** ---------- start 联系我们 ---------- **/
.contactus-wrap .section-banner{}
.contactus-wrap .section-cont{ width: 1000px; margin: auto; border: solid 1px #ddd; background-color: #fff; position: relative; margin-top: -100px; padding: 10px 0 20px; border-radius: 3px; box-shadow: 0px 0px 10px #bbb; }
.contactus-wrap .section-cont .cont-left{ width: 660px; float: left; text-align: center; padding-left: 42px; }
.contactus-wrap .section-cont .menu{ display: inline-block; vertical-align: top; width: 280px; height: 230px; padding-top: 36px; white-space: nowrap; }
.contactus-wrap .section-cont .menu .icon{ display: inline-block; width: 46px; height: 50px; background-image: url(../images/icon-sprite-contactus.png); background-repeat: no-repeat; }
.contactus-wrap .section-cont .menu .icon-line{ display: inline-block; width: 20px; height: 3px; background-color: #f08b2f; border-radius: 5px; margin-top: 8px; }
.contactus-wrap .section-cont .menu .icon-ywzx{ background-position: 0px 9px; }
.contactus-wrap .section-cont .menu .icon-swqd{ background-position: -51px 8px; }
.contactus-wrap .section-cont .menu .icon-zxns{ background-position: -102px 0px; }
.contactus-wrap .section-cont .menu .icon-schd{ background-position: -150px 8px; }
.contactus-wrap .section-cont .menu .icon-gzwm{ background-position: -200px 6px; }
.contactus-wrap .section-cont .menu .lg-title{ font-size: 20px; color: #f08b2f; padding: 10px 0 10px; }
.contactus-wrap .section-cont .menu .sm-title{ font-size: 14px; color: #666; text-align: left; padding: 4px 0 0 45px; }
.contactus-wrap .section-cont .cont-right{ float: right; text-align: center; padding-right: 54px; }
.contactus-wrap .section-cont .cont-right .menu-ewm{ margin-top: -30px; }
.contactus-wrap .section-address{ margin-top: 80px; }
.contactus-wrap .section-address .address-header{ text-align: center; }
.contactus-wrap .section-address .address-header .icon-line{ display: inline-block; width: 20px; height: 3px; background-color: #f08b2f; border-radius: 5px; margin-top: 8px; }
.contactus-wrap .section-address .address-header .lg-title{ font-size: 20px; color: #f08b2f; padding: 10px 0 10px; }
.contactus-wrap .section-address .address-bodyer{ position: relative; margin-top: 20px; }
.contactus-wrap .section-address .address-bodyer img{ height: 280px; }
.contactus-wrap .section-address .address-bodyer .text{ position: absolute; top: 100px; left: 540px; background-color: #fff; color: #000; border: solid 1px #ddd; padding: 20px 40px; border-radius: 3px; }

/* 模板下载 */
.docList .list{
	width: 680px;
	line-height: 1.6em;
}
.docList .list a{
	color: #666;
}
.docList .list a.column-2{
	float: right;
}
.docList .list a.column-2:hover{
	color: #F08B2F;
}
/* 优先权证明 */
.yxqzm .p{
	padding: 0 15px;
	color: #666;
	line-height: 1.4em;
}
/* 变更订单信息 */
.commonProblem-wrap .right-content .content.change-info .c-header{
	margin-bottom: 20px;
	font-size: 14px;
}
.commonProblem-wrap .right-content .content.change-info .c-header a{
	color: #F08B2F;
	text-decoration: underline;
}
.commonProblem-wrap .right-content .content.change-info .c-header a.mail{
	color: #4a90e2;
}
.commonProblem-wrap .right-content .content.change-info .c-header i{
	color: #d0021b;
}
.commonProblem-wrap .right-content .content.change-info .c-content{
	margin-bottom: 20px;
	font-size: 16px;
}
.commonProblem-wrap .right-content .content .c-body.yxq-num{
	padding-left: 15px;
}
.service-description.commonProblem-wrap .right-content .c-header{
	margin-bottom: 5px;
	font-size: 14px;
}
.service-description .c-body li{
	line-height: 1.5em;
}
.service-description {
	
}
