@charset "utf-8";
/* CSS Document */

html {}
body {margin:0; padding:0;font:12px "\5B8B\4F53",san-serif;background:#ffffff;}
div,ul,li{padding:0; margin:0;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
/* ---------------------CSS Reset----------------------- */
body{line-height:1.4;color:#333;font-family:"Microsoft Yahei";font-size: 12px;}
input,textarea,select{font-family:inherit;font-size:100%;}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,form{ margin:0;}
h4,h5,h6{font-size:12px;}
ul,ol,dl,li{padding-left:0; list-style-type:none;}
/*image with no-border*/
img{border:0;}
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
}
a{color:#333;text-decoration: none;}
a:hover{color:#592903;text-decoration: underline;}

input[type="radio"],input[type="checkbox"],label{display: inline-block;margin: 0;padding: 0;width: auto;vertical-align: middle;}
input[type="text"]{min-width: 100px;margin-bottom: 0;}
/* ---------------------single CSS----------------------- */
/* display */
.dn{display:none;}.di{display:inline;}.db{display:block;}.dib{display:inline-block;} /* if the element is block level(eg. div, li), using 'inline_any' instead */
/* height */
.h14{height:14px;}.h16{height:16px;}.h18{height:18px;}.h20{height:20px;}.h22{height:22px;}.h24{height:24px;}
/* width */
/* fixed width value */
.w20{width:20px;}.w50{width:50px;}.w70{width:70px;}.w100{width:100px;}.w120{width:120px;}.w140{width:140px;}.w160{width:160px;}.w180{width:180px;}.w200{width:200px;}.w220{width:220px;}.w250{width:250px;}.w280{width:280px;}.w300{width:280px;}.w320{width:320px;}.w360{width:360px;}.w400{width:400px;}.w460{width:460px;}.w500{width:500px;}.w600{width:600px;}.w640{width:640px;}.w700{width:700px;}
/* percent width value */
.pct10{width:10%;}.pct15{width:15%;}.pct20{width:20%;}.pct25{width:25%;}.pct30{width:30%;}.pct33{width:33.3%;}.pct40{width:40%;}.pct50{width:50%;}.pct60{width:60%;}.pct66{width:66.6%;}.pct70{width:70%;}.pct75{width:75%;}.pct80{width:80%;}.pct90{width:90%;}.pct100{width:100%;}
/* line-height */
.lh14{line-height:14px;}.lh16{line-height:16px;}.lh18{line-height:18px;}.lh20{line-height:20px;}.lh22{line-height:22px;}.lh24{line-height:24px;}
.lh32{line-height: 32px;}.lh34{line-height: 34px;}.lh30{line-height: 30px;}
/* margin */
.m0{margin:0;}.ml1{margin-left:1px;}.ml2{margin-left:2px;}.ml5{margin-left:5px;}.ml10{margin-left:10px;}.ml15{margin-left:15px;}.ml20{margin-left:20px;}.ml30{margin-left:30px;}.mr1{margin-right:1px;}.mr2{margin-right:2px;}.mr5{margin-right:5px;}.mr10{margin-right:10px;}.mr15{margin-right:15px;}.mr20{margin-right:20px;}.mr30{margin-right:30px;}.mt1{margin-top:1px;}.mt2{margin-top:2px;}.mt5{margin-top:5px;}.mt10{margin-top:10px;}.mt15{margin-top:15px;}.mt20{margin-top:20px;}.mt30{margin-top:30px;}.mb1{margin-bottom:1px;}.mb2{margin-bottom:2px;}.mb5{margin-bottom:5px;}.mb10{margin-bottom:10px;}.mb15{margin-bottom:15px;}.mb20{margin-bottom:20px;}.mb30{margin-bottom:30px;}
.mb35{margin-bottom: 35px;}.mb18{margin-bottom: 18px;}
/* margin negative */
.ml-1{margin-left:-1px;}.mr-1{margin-right:-1px;}.mt-1{margin-top:-1px;}.mb-1{margin-bottom:-1px;}.ml-3{margin-left:-3px;}.mr-3{margin-right:-3px;}.mt-3{margin-top:-3px;}.mb-3{margin-bottom:-3px;}.ml-20{margin-left:-20px;}.mr-20{margin-right:-20px;}.mt-20{margin-top:-20px;}.mb-20{margin-bottom:-20px;}
.mt25{margin-top: 25px;}.mt50{margin-top: 50px;}
/* padding */
.p0{padding:0;}.p1{padding:1px;}.pl1{padding-left:1px;}.pt1{padding-top:1px;}.pr1{padding-right:1px;}.pb1{padding-bottom:1px;}.p2{padding:2px;}.pl2{padding-left:2px;}.pt2{padding-top:2px;}.pr2{padding-right:2px;}.pb2{padding-bottom:2px;}.pl5{padding-left:5px;}.p5{padding:5px;}.pt5{padding-top:5px;}.pr5{padding-right:5px;}.pb5{padding-bottom:5px;}.p10{padding:10px;}.pl10{padding-left:10px;}
.pt10{padding-top:10px;}.pr10{padding-right:10px;}.pb10{padding-bottom:10px;}.p15{padding:15px;}.pl15{padding-left:15px;}.pt15{padding-top:15px;}.pr15{padding-right:15px;}.pb15{padding-bottom:15px;}.p20{padding:20px;}.pl20{padding-left:20px;}.pt20{padding-top:20px;}.pr20{padding-right:20px;}.pb20{padding-bottom:20px;}.p30{padding:30px;}.pl30{padding-left:30px;}.pt30{padding-top:30px;}.pr30{padding-right:30px;}.pb30{padding-bottom:30px;}
.pt25{padding-top: 25px;}.pt35{padding-top: 35px;}.pb25{padding-bottom: 25px;}
/* border-color name rule: border(b)-position(l/r/t/b/d)-width(null/2)-style(null/sh)-color(first one letter/first two letter) |-> All colors are safe color*/
.bdc{border:1px solid #ccc;}.blc{border-left:1px solid #ccc;}.brc{border-right:1px solid #ccc;}.btc{border-top:1px solid #ccc;}.bbc{border-bottom:1px solid #ccc;}.bdd{border:1px solid #ddd;}.bld{border-left:1px solid #ddd;}
.brd{border-right:1px solid #ddd;}.btd{border-top:1px solid #ddd;}.bbd{border-bottom:1px solid #ddd;}.bde{border:1px solid #eee;}.ble{border-left:1px solid #eee;}.bre{border-right:1px solid #eee;}.bte{border-top:1px solid #eee;}.bbe{border-bottom:1px solid #eee;}
/* background-color name rule: bg - (key word/Hex color) |-> All colors are safe color */
.bgwh{background-color:#fff;}.bgfb{background-color:#fbfbfb;}.bgf5{background-color:#f5f5f5;}.bgf0{background-color:#f0f0f0;}.bgeb{background-color:#ebebeb;}.bge0{background-color:#e0e0e0;}
/* safe color */
.g0{color:#000;}.g3{color:#333;}.g6{color:#666;}.g9{color:#999;}.gc{color:#ccc;}.wh{color:white;}.g65{color:#656565;}.gf60{color:#f60;}
/* font-size */
.f0{font-size:0;}.f10{font-size:10px;}.f12{font-size:12px;}.f13{font-size:13px;}.f14{font-size:14px;}.f16{font-size:16px;}.f18{font-size:18px;}.f20{font-size:20px;}.f24{font-size:24px;}
/* font-family */
.fa{font-family:Arial;}.ft{font-family:Tahoma;}.fv{font-family:Verdana;}.fs{font-family:Simsun;}.fl{font-family:'Lucida Console';}.fw{font-family:'Microsoft Yahei';}
/* font-style */
.n{font-weight:normal; font-style:normal;}.b{font-weight:bold;}.i{font-style:italic;}
/* text-align */
.tc{text-align:center;}.tr{text-align:right;}.tl{text-align:left;}.tj{text-align:justify;}
/* text-decoration */
.tdl{text-decoration:underline;}.tdn,.tdn:hover,.tdn a:hover,a.tdl:hover{text-decoration:none;}
/* letter-spacing */
.lt-1{letter-spacing:-1px;}.lt0{letter-spacing:0;}.lt1{letter-spacing:1px;}
/* white-space */
.nowrap{white-space:nowrap;}
/* word-wrap */
.bk{word-wrap:break-word;}
/* vertical-align */
.vm{vertical-align:middle;}.vtb{vertical-align:text-bottom;}.vb{vertical-align:bottom;}.vt{vertical-align:top;}.vn{vertical-align:-2px;}
/* float */
.l{float:left;}.r{float:right;}
/* clear */
.cl{clear:both;}
/* position */
.rel{position:relative;}.abs{position:absolute;}
/*z-index*/
.zx1{z-index:1;}.zx2{z-index:2;}.zx3{z-index:3;}
/* cursor */
.poi{cursor:pointer;}.def{cursor:default;}
/* overflow */
.ovh{overflow:hidden;}.ova{overflow:auto;}
/* visibility */
.vh{visibility:hidden;}.vv{visibility:visible;}
/* zoom */
.z{*zoom:1;}


/* ------------------- multiply CSS ------------------ */
/* 块状元素水平居中 */
.auto{margin-left:auto; margin-right:auto;}
/* 清除浮动*/
.fix{*zoom:1;}.fix:after{display:table; content:''; clear:both;}
/* 基于display:table-cell的自适应布局 */
.cell{display:table-cell; *display:inline-block; width:2000px; *width:auto;}
/* 双栏自适应cell部分连续英文字符换行 */
.cell_bk{display:table; width:100%; table-layout:fixed; word-wrap:break-word;}
/* 单行文字溢出虚点显 示*/
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
/* css3过渡动画效果 */
.trans{
	-webkit-transition:all 0.3s;	
	        transition:all 0.3s;
}
/* 大小不定元素垂直居中 */
.dib_vm{display:inline-block; width:0; height:100%; vertical-align:middle;}
/* 加载中背景图片 - 如果您使用该CSS小库，务必修改此图片地址 
.loading{background:url() no-repeat center;}*/
/* 无框文本框文本域 */.bd_none{border:0; outline:none;}
/* 绝对定位隐藏 */
.abs_out{position:absolute; left:-999em; top:-999em;}
.abs_clip{position:absolute; clip:rect(0 0 0 0);}
/* 按钮禁用 */
.disabled{color:#acacac!important; border-color:#acacac!important; text-shadow:1px 1px #fff!important; outline:0!important; cursor:default!important; pointer-events:none;}
.disabled:hover{text-decoration:none!important;}
/*inline-block与float等宽列表*/
.inline_box{font-size:1em; letter-spacing:-.25em; font-family:Arial;}
.inline_two, .inline_three, .inline_four, .inline_five, .inline_six, .inline_any{display:inline-block; *display:inline; letter-spacing:0; vertical-align:top; *zoom:1;}
.float_two, .float_three, .float_four, .float_five, .float_six{float:left;}
.inline_two, .float_two{width:49.9%;}
.inline_three, .float_three{width:33.3%;}
.inline_four, .float_four{width:24.9%;}
.inline_five, .float_five{width:19.9%;}
.inline_six, .float_six{width:16.6%;}
.inline_fix{display:inline-block; width:100%; height:0; overflow:hidden;}

.dib{display:inline-block;*display: inline;zoom:1;}

.p0-20{padding: 0 20px;}
.header{height:80px;background: #126BB0;padding-top: 10px;}
.menu li{float: left;width: 120px;margin-right: 30px;text-align: center;margin-bottom:30px;}
.menu li em{display: inline-block;width: 48px;height: 48px;background: #fff;vertical-align: middle;background: url(../images/t-icon.png) no-repeat;}
.menu li em.e01{background-position: 0 0;}
.menu li em.e02{background-position: 0 -48px;}
.menu li em.e03{background-position: 0 -96px;}
.menu li em.e04{background-position: 0 -144px;}
.menu li em.e05{background-position: 0 -192px;}
.menu li em.e06{background-position: 0 -240px;}
.menu li em.e07{background-position: 0 -288px;}
.menu li em.e08{background-position: 0 -336px;}
.menu li em.e09{background-position: 0 -384px;}
.menu li em.e10{background-position: 0 -432px;}
.menu li em.e11{background-position: 0 -480px;}
.menu li em.e12{background-position: 0 -528px;}
.menu li em.e13{background-position: 0 -576px;}


.menu li span{display:block;margin-top: 7px;line-height: 19px;font-size: 12px;}
.menu li a{display: inline-block;color:#fff; text-decoration: none;}
.logo-b{width:280px;}
.logo{width: 123px;height: 73px;background: url(../images/logo-bg.png) no-repeat;}
.logo a {display:table-cell;text-align:center;vertical-align:middle;}
.logo a{*display:block;*font-family:Arial;*line-height:1;}
.logo a {width: 123px;;height: 73px;}
.logo a img {vertical-align:middle;}
.logo a img {max-width: 123px;max-height: 73px;}
.cp_name{color:#fff;width: 147px;}
.cp_name h1{font-size: 14px;color:#fff;font-weight: normal;}
.main-tit{line-height: 28px;border-bottom:1px #E7E7E7 solid;padding-bottom: 6px;}
.main-tit a{color:#999;}
.btngroup{padding: 20px 0;}
.btngroup a{margin-right: 5px;}
.btngroup a,.btngroup span{vertical-align: middle;}
.table-tit{line-height: 50px;border:1px #e7e7e7 solid;background:#FAFAFA;padding-left: 20px;}

.table1{border-collapse: collapse;width:100%;}
.table1 th,.table1 td{border:1px #E7E7E7 solid;text-align: center;}
.table1 th{border-top:none;}
.table1 input[type=checkbox]{margin-top: 0;}
.table1 th{height: 38px;}
.table1 td{height: 30px;}
.w50{width: 50px;}
.w170{width: 170px;}.w90{width: 90px;}.w70{width: 70px;}.w160{width: 160px;}.w120{width: 120px;}
.test-t{height:120px;background: url(../images/test-t-bg.jpg) repeat-x;border-bottom:1px #dadada solid;}
.green{color:#008000;}.red{color:#ff0000;}.orange{color:#ff6600;}
.test-list{margin-top: 40px;}
.test-list li{display: block;}
.test-list-t1,.test-list-t2{background: url(../images/u47.png) left center no-repeat;color:#333;font-weight: bold;line-height: 30px;margin-bottom: 10px;padding-left: 20px;}
.test-list-t2{background: url(../images/u46.png) left center no-repeat;}
.test-list-i{background: url(../images/u48.png) left center no-repeat;padding-left: 20px;line-height: 22px;color:#999;}
.form1{border:1px #e7e7e7 solid;border-top:none;padding-bottom: 30px;}
.form1 dl{overflow: hidden;}
.form1 dt{width: 120px;float:left;text-align: right;line-height: 30px;color:#656565;}
.form1 dd{margin-left: 120px;}
.form1 dt label{display: inline-block;*display: inline;zoom:1;margin-bottom: auto;}
.form1 dd .txt-i{width: 340px;margin-bottom: 20px;}
.btn{font-family:'Microsoft Yahei'; }
.main{margin-bottom: 30px;}
.main-box{border:1px #e7e7e7 solid;border-radius: 5px;}
.default-cb label,.default-cb input[type="checkbox"],.default-cb input[type="radio"]{display: inline-block;*display: inline;zoom:1;margin-top: 0;margin-bottom: 0;vertical-align: middle;}
.tabel2{border: none;}
.tabel2 td{border: none;padding:10px 0;}
.w140{width: 140px;}
.table2{width: 100%;}
.table2 .box1,.table2 .box2,.table2 .box3{height: 60px;width: 110px;padding:10px 5px;border-radius: 3px;background: #339900;color:#fff;}
.table2 .box2{background: #FF6600;}
.table2 .box3{background: #0066CC;}
.main-box .tit{position: absolute;left:10px;top:-10px;display: inline-block;*display:inline;zoom:1;height: 20px;line-height: 20px;padding:0 15px;background: #fff;color:#333;}

.left-block{float:left;width:160px;}
.left-block-b{border-right:1px #E7E7E7 solid;height:100%; }
.right-block{margin-left: 180px;}
.right-block-b{height:100%;overflow-y:auto;}
.left-block-b ul{}
.left-block-b li{display: block;}
.left-block-b li h3{height:40px;line-height: 40px;border-bottom:1px #E5E5E5 solid;padding-left: 9px;font-size: 14px;font-weight: normal;}
.left-block-b li.current h3{background: #efefef;}
.left-block-b li h3 em,.sub-nav a span{background: url(../images/u-49.png) no-repeat;}
.left-block-b li h3 em{display: inline-block;width: 10px;height: 10px;margin-right:3px;background-position: 0 0; vertical-align:middle;}
.left-block-b li.current h3 em{background-position: 0 -10px;}
.left-block-b li h3 a{color:#333;}
.left-block-b li h3 a:hover{color:#0753B2;}
.left-block-b li.current h3 a{color:#0652B2;}
.sub-nav{display: none;border-bottom:1px #E5E5E5 solid;}
.left-block-b li.current .sub-nav{display: block;}
.sub-nav a{display: block;height:30px;line-height: 30px;padding-left:22px;position:relative;}
.sub-nav a span{display: none;width:4px;height:8px;background-position: 0 -20px;position: absolute;right:10px;top:13px;}
.sub-nav a:hover,.sub-nav a.active{background: #f5f5f5;color:#0652B2;;}
.sub-nav a:hover span,.sub-nav a.active span{display: inline-block;}
.tr-even{background: #fafafa;}
.left-block-b a:hover{text-decoration: none;}

.table3{border-collapse: collapse;width:100%;}
.table3 th,.table3 td{border:1px #E7E7E7 solid;text-align: center;}
.table3 input[type=checkbox]{margin-top: 0;}
.table3 th,.table3 td{line-height: 21px;padding: 10px 0;}

.home-main{background: url(../images/u01.png) right top repeat-y;}
.pt50{padding-top: 50px;}
.main-r{float: right;width: 249px;padding-left: 1px;}
.main-l{margin-right: 250px;}
.tj-btn .btn-large{border-radius: 6px;
    font-size: 21.5px;
    padding: 21px 24px 17px;}
.search-icon{display: inline-block;width: 34px;height: 34px;margin-right: 5px;background: url(../images/u02.png) no-repeat;vertical-align: middle;}
.main-r-b1{padding:23px 0 16px;border-bottom:1px #E5E5E5 solid; background:  #FAF9F1;}
.main-r-b1-cpn{height:54px;background: url(../images/u03.png) no-repeat;line-height: 44px;font-size: 16px;width: 238px;padding-left: 7px;}
.main-r-b2,.main-r-b3{border-bottom:1px #E5E5E5 solid;padding: 14px 0;}
.main-r-b2 a{display: inline-block;width: 55px;text-align: center;color:#999;text-decoration: none;margin-right: 15px;}
.main-r-b2 a.last{margin-right: 0;}
.main-r-b2 a span,.main-r-b3 a span,.main-r-b5 em,.main-r-b4 li{background: url(../images/u04.png) no-repeat;}
.main-r-b2 a span,.main-r-b3 a span{display: inline-block;width: 40px;height: 40px;}
.main-r-b2 a span.sp01{background-position: 0 0;}
.main-r-b2 a span.sp02{background-position: -50px 0;}
.main-r-b2 a span.sp03{background-position: -100px 0;}
.main-r-b2 a p{padding-top: 2px;line-height: 19px;}
.main-r-b3{background: #F9F9FB;}
.main-r-b3 a {display: inline-block;width: 55px;text-align: center;color:#999;text-decoration: none;margin-right: 3px;}
.main-r-b3 a span{width: 32px;height: 32px;}
.main-r-b3 a span.sp01{background-position: -150px 0;}
.main-r-b3 a span.sp02{background-position: -190px 0;}
.main-r-b3 a span.sp03{background-position: -230px 0;}
.main-r-b3 a span.sp04{background-position: -270px 0;}
.main-r-b5{height: 37px;line-height: 37px;background: #fff;bottom:0;left:1px;width: 241px;border-top:1px #E5E5E5 solid;padding-left: 8px;}
.main-r-b5 em{display: inline-block;width: 28px;height: 19px;background-position: -310px 0;vertical-align: middle;margin-right: 8px;}
.main-r-b4-t{padding: 13px 10px;line-height: 21px;}
.main-r-b4-t strong{color:#019745;}
.main-r-b4 li{display: block;margin-left: 5px;padding-left: 10px;margin-bottom: 13px;line-height: 19px;background-position: -395px -10px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.default-i label,.default-i input[type="checkbox"],.default-i input[type="radio"]{display: inline-block;font-size: 12px;width: auto;margin: 0;vertical-align: middle;margin-right: 5px;}
.star01,.star02,.star03,.star04,.star05{display: inline-block;width: 99px;height: 19px;background: url(../images/u05.png) no-repeat;}
.star02{background-position: 0 -19px;}
.star03{background-position: 0 -38px;}
.star04{background-position: 0 -57px;}
.star05{background-position: 0 -76px;}
.service-icon{width: 48px;height: 48px;margin-right: 5px;}
.service-icon img{width: 48px;height: 48px;}
.service-i01{background-position: 0 0;}
.service-i02{background-position: 0 -50px;}
.service-i03{background-position: 0 -100px;}
.service-i04{background-position: 0 -150px;}
.service-i05{background-position: 0 -200px;}
.service-i06{background-position: 0 -250px;}
.wa{width: auto;}
.analyse{}
.analyse-tab{height:35px;border-bottom:1px #e5e5e5 solid;}
.analyse-tab li{float:left;line-height: 34px;margin-right: 10px;color:#656565;font-size: 14px;}
.analyse-tab li.current{border-bottom:2px #4D83C8 solid;}
.analyse-tab-c dl{}
.analyse-tab-c dt{float:left;width: 145px;}
.analyse-tab-c dd{margin-left: 200px;}
.analyse-case-1,.analyse-case-2,.analyse-case-3{display: inline-block;width: 15px;height: 10px;margin-right: 10px;background:#E94B3D;}
.analyse-case-2{background: #E77F23;}
.analyse-case-3{background: #1B9901;}
.gDD2B26{color:#DD2B26;}.bgf6{background: #f6f6f6;}
.m10{margin: 10px;}


.service-info{}
.service-info-r{width: 190px;}
.service-info-l{margin-right: 190px;}
.ml60{margin-left: 60px;}
.bbc9d{border-bottom: 1px #c9c9c9 dashed;}
.service-info-l dl{display: block;overflow-y: hidden;margin-top: 20px;color:#656565;}
.service-info-l dt{float: left;width: 70px;line-height: 30px;font-weight: normal;}
.service-info-l dd{margin-left: 70px;line-height: 30px;}
.spec-select span{display: inline-block;position: relative;height: 28px;font-size: 14px;line-height: 28px;border:1px #d7d7d7 solid;padding: 0 20px;margin-right: 10px;margin-bottom: 10px;}
.spec-select span.selected{border-color: #C40000;}
.spec-select span em{width: 17px;height: 17px;position: absolute;bottom: 0px;right: 0px;background: url(../images/u50.png) no-repeat;}
.gc30{color:#c30000;}
.service-info-btn {display: inline-block;height: 30px;line-height: 30px;background: #C30000;color:#fff;padding:0 30px;}
.share{border:1px #ddd solid;border-radius: 3px;line-height: 29px;padding:0 10px;}
.share a{display: inline-block;width: 18px;height: 18px;margin-right: 5px;background: url(../images/u51.png) no-repeat;}
.share a.sina{background-position: -1px  0px;}
.share a.tencent{background-position:-25px 0px;}
.share a.renren{background-position: -49px 0px;}
.share span,.share a{vertical-align: middle;}
.service-info-xq-t{height: 35px;background: #F6F6F6;border-bottom:1px #989898 solid;}
.service-info-xq-t h2{display: inline-block;line-height: 35px;padding:0 30px;background: #989898;font-size: 14px;color:#fff;font-weight: normal;}
.service-info-xq-c p{line-height: 24px;padding-bottom: 15px;color:#656565;}
.service-info-xq-c img{width: auto;height: auto;max-width: 100%;}
.w25p{width: 25%;}.lh48{line-height: 48px;}
.pay-tab ul{height: 40px;border-bottom:1px #e5e5e5 solid;margin-top: 20px;}
.pay-tab li{float:left;height:40px;font-size: 14px;line-height: 40px;border:1px #e5e5e5 solid;border-bottom:none;background: #fff;padding:0 18px;}
.pay-tab-c{border:1px #e5e5e5 solid;border-top: none;}
.pay-tab-c ul{overflow: hidden;padding: 40px 0 0 30px;}
.pay-tab-c li{float: left;width: 306px;height: 64px;}
.pay-tab-c dl{display: block;border:1px #D7D7D7 solid;height: 62px;line-height: 62px;}
.pay-tab-c dt{float:left;width: 60px;line-height: 62px;text-align: center;}
.pay-tab-c dd{margin-left: 60px;height:62px;line-height: 62px;}

.pay-tab-c label {display:table-cell;text-align:center;vertical-align:middle;margin-bottom: 0;}
.pay-tab-c label img {vertical-align:middle;}
.pay-tab-c label{*display:block;*font-family:Arial;*line-height:1;line-height: 62px;}
.pay-tab-c img {max-height:62px;max-width:240px;}
.go-account-btn{width: 135px;height: 36px;line-height: 36px;text-align: center;border: none;color:#fff;background: #D91F2D; border-radius: 3px;padding:0 20px;}
.go-account-btn:hover{color:#fff;}

.seo-t{padding: 10px 0px 10px 30px;overflow-y: hidden;}
.seo-li{width: 300px; overflow-y: hidden; padding-top: 10px;}
.seo-li li{float:left;width: 25%;height: 30px;}
.seo-tab {border:1px #e5e5e5 solid;height:34px;background: #F6F6F6;}
.seo-tab li{float:left;height:35px;line-height: 35px;width:60px;border-right: 1px #e5e5e5 solid;text-align: center;}
.seo-tab li.current{background: #fff;}
.seo-tab-c{border:1px #e5e5e5 solid;border-top:none;padding-top: 10px;height:340px;overflow-y:auto}
.seo-tab-c-b{}
.seo-tab-c-b table{width: 100%;}
.seo-tab-c-b th{border-top:1px #e3e3e3 solid;}
.seo-tab-c-b th,.seo-tab-c-b td{border-bottom:1px #e3e3e3 solid;border-right:1px #e3e3e3 solid;text-align: center;padding:10px 0;}
.seo-tab-c-b tr th:last-child,.seo-tab-c-b tr td:last-child{border-right:none;}

.service-select li{ float:left;width:100px;margin-right: 30px;margin-bottom: 20px;text-align: center;}

.templet-select dl{overflow-y: hidden;}
.templet-select dt{float:left;width: 90px;line-height: 22x;text-align: right;font-size: 14px;font-weight: normal;}
.templet-select dd{margin-left: 90px;}
.templet-select dd.color span{position: relative;vertical-align: middle;border: 1px solid #f5f5f5;display: inline-block;height: 20px;margin-right: 12px; width: 20px;}
/*.templet-select dd.color span.rgb_red{background: #fe0000;}
.templet-select dd.color span.rgb_orage{background: #ff6600;}
.templet-select dd.color span.rgb_yellow{background: #FFFF00;}
.templet-select dd.color span.rgb_green{background: #008001;}
.templet-select dd.color span.rgb_skyblue{background: #32cccc;}
.templet-select dd.color span.rgb_blue{background: #0000fd;}
.templet-select dd.color span.rgb_pink{background: #fe68ff;}
.templet-select dd.color span.rgb_purple{background: #81007f;}
.templet-select dd.color span.rgb_white{background: #fff;}
.templet-select dd.color span.rgb_gray{background:  #999999;}
.templet-select dd.color span.rgb_brown{background: #9a3101;}
.templet-select dd.color span.rgb_black{background: #000;}*/
.templet-select dd.color span.rgb_color{background:url(../images/reg-color.png)}
.templet-select dd.color span.selected{border-color: #999999;}
.templet-select dd.color span em{display:none;}
.templet-select dd.color span.selected em{display:inline-block;width: 13px;height: 12px;position: absolute;bottom: 0px;right: 0px;background: url(../images/selected.gif) no-repeat;}
.templet-list{padding: 20px;}
.templet-list li{float:left;margin-right: 20px;margin-bottom: 20px;}
.templet-list-b{width: 200px;padding:5px;border:1px #e3e3e3 solid;}
.templet-list-img,.templet-list-img img{width: 200px;height: 145px;}
.templet-list-img-ovh{display: none;width: 200px;height: 145px;left: 0;top: 0;background: url(../images/templt-ovh.png) no-repeat;}
.templet-list li:hover .templet-list-img-ovh{display: block;}
.templet-list-in{line-height: 35px;margin-top: 10px;border-top:1px #e3e3e3 solid;}
.templet-info img{width: auto;height: auto;max-width: 100%;}

.my-community{}
.my-community-tit{height: 38px;line-height: 38px;border-bottom: 1px #f0f0f0 solid;}
.my-community-tit h2{color:#D95363;}
.my-community-ul{}
.my-community-ul li{display: block;height:30px;line-height: 30px;margin-bottom: 20px;}
.my-community-ul li a{display: inline-block;text-decoration: none;font-size: 16px;color:#4B90A7}
.my-community-ul li a em{display: inline-block;;width: 30px;height: 30px;background: url(../images/u53.png) no-repeat;text-align: center;line-height: 30px;margin-right: 10px;font-size: 18px;color:#fff;}
.my-community-h3{background: url(../images/u54.png) left center no-repeat;line-height: 23px;padding-left: 20px;color:#F78F55;}
.my-community-ul2{}
.my-community-ul2 li{display: block;margin-bottom: 20px;}
.my-community-ul2 li a{text-decoration: none;}
.my-community-img,.my-community-img img{width: 80px;height: 60px;}
.my-community-t{line-height: 23px;font-size: 16px;color:#000;}
.my-community-i{padding-top: 10px;color:#999;line-height: 18px;height: 36px;overflow-y: hidden;}
.ml90{margin-left: 90px;}