<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*user czx
2016.11.26*/
@charset "utf-8";
body { font-size:14px;
    font-family:"微软雅黑";
    color:#333;
   background: #fafafa;
}
body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,select,b { margin:0; padding:0; font-weight: normal;}
em,i { font-style:normal; }
li { list-style:none; }
a {
	 text-decoration:none;
	 color:#333; 
}
img { border:none;
    vertical-align:middle;
}
table { border-collapse:collapse; cursor:default; }
th{ font-weight:normal;}
input,textarea,select {
    outline:none;
    border:none;
    border:solid 1px #ccc;
    vertical-align:middle;
    font-family: "微软雅黑";
}
textarea { resize:none; overflow:auto; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

.clearfix { zoom:1; }
.clearfix:after { content:'';
    display:block;
    clear:both;
}
.fl { float: left;}
.fr { float: right;}

.show {
	display: block;
}
.hidden {
	display: none;
}
    /* public */
.tab_seat1 {
    text-align: left;
}
.tab_seat2 {
    text-align: center;
}
.tab_seat3 {
    text-align: right;
    padding-right:10px;
}
.a_btn{
    height: 28px;
    display: block;
    float:left;
    padding: 0 15px;
    font-size:12px;
    color:#333;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
}
 .a_btn:hover {
	background: #feb41d;
	border:1px solid #feb41d;
	color:#fff;
}
.a_btn1 {
    height: 28px;
    display: block;
    float:left;
    padding: 0 15px;
    font-size:12px;
    color:#333;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
}
.inp_btn{
	height: 28px;
    display: block;
    float:left;
    padding: 0 15px;
    font-size:12px;
    color:#333;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    background: #fff;
    cursor: pointer;
}
 .inp_btn:hover {
	background: #feb41d;
	border:1px solid #feb41d;
	color:#fff;
}
.a_btn_active {
	background: #feb41d;
	color:#fff;
	border:1px solid #feb41d;
}

 /*滚动条*/
/* Track */

::-webkit-scrollbar {
    width: 1px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(204,204,204,0.3); 
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(204,204,204,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(204,204,204,0.4); 
}


/*index------------style*/
body {
    min-width:1100px;
}
.website_iebox {
    width: 100%;
    background: url(../../imgs/website/cuowu.jpg) no-repeat;
    background-size: 100%;
    display: none;
}
.website_box,
.website_header,
.website_register_box,
.website_nav_box,
.website_con_box,
.website_con,
.purchase_box,
.aboutUs_box
 {
	width:100%;
	
}
.website_box {
	position: relative;
	border-top:1px solid #d7d8d8;
	min-width: 1100px;
	/*display: none;*/
}
.website_register,
.nav {
	width:1000px;
	margin:0 auto;
}
/*header*/
.website_header_box {
	width:100%;
	position: absolute;
	top:0;
	left:0;
}
.website_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
}

.website_nav_box {
	height:70px;
	background: #fff;
	position: relative;
}
.nav {
	height:70px;
}
.nav h1 {
	width:84px;
	height:50px;
	background: url(../../imgs/website/hechilogo.png) no-repeat;
	margin:10px 0 0 0;
}
.nav_list_box {
	height:100%;
	margin-right:60px;
}
.nav_list_box .nav_list {
	float:left;
	width:50px;
	font-size: 16px;
	height:100%;
	line-height: 70px;
	text-align: right;
	cursor: pointer;
	position: relative;
	margin-left:30px;
}
.nav_list_box .nav_list2 {
	color:#72bcf9;
}
.nav_list_box .nav_list1 {
	width:70px;
}
.nav_list_box  span {
	width:7px;
	height:7px;
	display: block;
	background: url(../../imgs/website/666666.png) no-repeat;
	position: absolute;
	right:10px;
	bottom: 10px;
	display: none;
}
.nav_list_box .nav_list_pic{
	right:25px;
}
.dl_box {
	height:100%;
	position: absolute;
	top:0;
	right:10px;
}
 .dl_box li {
	float:left;
	margin-left:20px;
	cursor: pointer;
}
 .dl_box li a {
	display: block;
	color: #20a4f8;
	border:1px solid #20a4f8;
	font-size: 14px;
	line-height:26px;
	text-align: center;
	width:60px;
	height:26px;
	border-radius: 5px;
	margin-top:20px;

}
.dl_box li a:hover {
	background: #20a4f8;
	color:#fff;
}
.dl_box li .abactiv {
	background: #20a4f8;
	color:#fff;
}
.website_con_box {
	margin-top:70px;
}


/*首-------------------------------------------页*/
.website_index_box {
	width:100%;
	background: #fff;
	display: none;
}
.website_con_list {
	width:100%;
}
/*banner图*/
.website_con_banner {
	position: relative;
	background: #fff;
	height:700px;
}
.website_con_banner ul{
	width:100%;
	height:700px;
	position: absolute;
	top:0;
	left:0;
}
.website_con_banner ul li {
	width:100%;
	height:100%;
	/*display: none;*/
}
.website_con_banner .banner_pic1 {
	background: url(../../imgs/website/banner01.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
	top:0;
	left:0;
}
.website_con_banner .banner_pic2 {
	background: url(../../imgs/website/banner02.jpg) no-repeat;
	background-size: 100%;
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
}
.website_con_banner .banner_pic3 {
	background: url(../../imgs/website/banner03.jpg) no-repeat;
	background-size: 100%;
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
}
.website_banner_st {
	width:100%;
	height:700px;
	position: absolute;
	top:0;
	left:0;
	background: none;
}
.banner_show_box {
	background: none;
	width:1000px;
	margin:0 auto;
	height:700px;
	position: relative ;
}
.banner_btn {
	height:40px;
	position: absolute;
	bottom: 10px;
	right:-30px;
	z-index: 666666666;
	display: none;
}
.banner_btn li {
	width:20px;
	height:20px;
	border-radius: 50%;
	float:left;
	margin-right:15px;
	background: #ccc;
	cursor: pointer;
}
.banner_btn .banner_btn_active {
	background: #ff8118;
}
.banner_show_txt {
	width:100%;
	height:220px;
	position: absolute;
	top:118px;
}
.banner_show_txt .banner_show_txt1 {
	width:100%;
	font-size: 34px;
	text-align: center;
	color: #fff;
}
.banner_show_txt .banner_show_txt2 {
	width:600px;
	margin: 0 auto;
	font-size: 21px;
	text-align: center;
	color: #fff;
}
.banner_show_txt a {
	height:51px;
	width:179px;
	color: #fff;
	border-radius:30px;
	border:1px solid #fff;
	text-align:center;
	line-height:51px;
	display: block;
	font-size:22px;
	margin:20px 0 0 30px;
	margin-left:41%;
}
.banner_show {
	width:917px;
	height:531px;
	position: absolute;
	bottom:-190px;
	left:40px;
	z-index: 1000;
}

.banner_show img {
	width:100%;
}
.banner_show_bf {
	width:707px;
	height:447px;
	position: absolute;
	top:29px;
	left:105px;
	background: #000;
}
.sp_vid {
	width:705px;
	height:445px;
}
.loadbox { 
	width:700px; 
	height:10px; 
	border:1px solid #000; 
	position:absolute; 
	bottom:0; 
	left:2px;
	background:#ccc; 
	opacity:0.5;
	border-radius: 5px;
	display: none;
}
.loadbox span { 
	position:absolute; 
	height:100%;
	width:0; 
	background:#fff; 
	left:0; 
	top:0;
}
.banner_show_opa {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(../../imgs/website/banner_opa.jpg) no-repeat;
	background-size: 100%;
}
.bnaner_spic {
	width:92px;
	height:91px;
	background: url(../../imgs/website/banner_s11.png) no-repeat;
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-46px;
	margin-top:-45px;
	cursor: pointer;
}

/*合驰功能展示*/
.feature_intro {
	background: #fff;
	height:600px;
	margin-top:200px;
}
.feature_intro_box {
	width:1000px;
	margin: 0 auto;
	height:100%;
}
.intro_list_box {
	height:450px;
	position: relative;
}
.intro_list {
	position: absolute;
	/*border-radius: 50%;*/
}
.intro_list1 {
	bottom:0;
	left:5px;
	border-radius: 50%;
}
.intro_list2 {
	top:100px;
	left:170px;
}
.intro_list3 {
	bottom:97px;
	right:340px;
}
.intro_list4 {
	bottom:36px;
	right:210px;
}
.intro_list5 {
	bottom:40px;
	right:30px;
}
.intro_list6 {
	bottom:40px;
	left:320px;
}
.intro_list7 {
	bottom:150px;
	left:450px;
}
.intro_list8 {
	top:66px;
	left:360px;
}
.intro_list9 {
	bottom:80px;
	left:230px;
}
.intro_list10 {
	top:50px;
	right:108px;
}
.intro_list11 {
	bottom:181px;
	right:220px;
}
.intro_list12 {
	bottom:0;
	right:420px;
}

.intro_list13 {
	top:10px;
	right:300px;
}
.feature_intro_phone {
	height:170px;
	width:830px;
	margin:0 auto;
}


/*合驰功能小轮播图*/
.hechi_show {
	height:699px;
	border-top:1px solid #fef0f0;
	background: #fef0f0;
}
.hechi_show_box {
	width:1000px;
	height: 100%;
	margin:0 auto;
}
.hechi_show_pic {
	width:917px;
	height:574px;
	background: url(../../imgs/website/hechi_show.png) no-repeat;
	background-size: 100%;
	margin:80px 0 0 50px;
	position: relative;
}
.hechi_sr_box {
	width:675px;
	height:425px;
	background:#fff ;
	position: absolute;
	top: 35px;
    left: 122px;
    overflow: hidden;
    
}
.hechi_sr_con {
	width:2700px;
	height:425px;
	position: absolute;
	top:0;
	left:0;
	cursor: pointer;
}
.hechi_sr_list {
	width:675px;
	height:423px;
	float:left;
}
.hechi_sr_list img {
	width:100%;
}

.hechi_s_btns {
	width:200px;
	margin-left:428px;
}
.hechi_s_btns li {
	float:left;
	margin-right:25px;
	height:18px;
	width:18px;
	border-radius: 50%;
	background: #bab6b6;
	cursor: pointer;
}
.hechi_s_btns .hechi_s_active {
	background: #ff8118;
}


/*合驰功能上下层级展示*/
.website_function {
	height:700px;
	background: #fff;
}
.function_box {
	width:100%;
	height:100%;
	margin:0 auto;
}
.function_left {
	height:100%;
	width:50%;
}
.function_left_con {
	width:100%;
	height:100%;
	position: relative;
	margin:80px 0 0 0;
}
.function_left_con li {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
}
.function_left_con li img {
	width:100%;
}
.function_left_con .function_left_list1 {
	left:0;
}
.function_left_con .function_left_list2 {
	left:300px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0; 
}

.function_right {
	width:45%;
	position: relative;
	z-index: 666;
	margin-left:5%;
}
.function_right h5 {
	font-size: 26px;
	margin:156px 0 30px 30px;
}
.function_right .function_right_list {
	margin-left:30px;
}
.function_right .function_right_list li {
	height:30px;
	font-size: 20px;
	line-height: 18px;
	margin-bottom: 25px;
	cursor: pointer;
}
.function_right .function_right_list .function_right_actice {
	color:#4ab5f9;
	font-size:20px;
}
.function_right_btn {
	margin-left:30px;
	font-size: 20px;
	cursor: pointer;
}
.function_right_btn a {
	float:left;
	color:#4ab5f9;
}
.function_right_btn span {
	float:left;
	width:10px;
	height:16px;
	background: url(../../imgs/website/gw_icon.png) no-repeat -51px -16px;
	margin:6px 0 0 3px;
}



/*预算功能展示*/
.budget_box {
	height:700px;
	background: #e3f1fe;
}
.budget_con_box {
	width:1150px;
	margin: 0 auto;
	height:100%;
}
.budget_left {
	float:left;
	width:380px;
} 
.budget_left h5 {
	font-size: 26px;
	margin:156px 0 30px 0;
}
.budget_left .budget_left_list {
	
}
.budget_left .budget_left_list li {
	height:30px;
	font-size: 20px;
	line-height: 18px;
	margin-bottom: 25px;
	cursor: pointer;
}
.budget_left .budget_left_list .budget_left_active {
	color:#4ab5f9;
	font-size: 20px;
}
.budget_left_btn  {
	font-size: 20px;
	cursor: pointer;
}
.budget_left_btn a {
	float:left;
	color:#4ab5f9;
	display: block;
}
.budget_left_btn span {
	float:left;
	width:10px;
	height:16px;
	background: url(../../imgs/website/gw_icon.png) no-repeat -51px -16px;
	margin:6px 0 0 3px;
}
.budget_right {
	width:720px;
	float:left;
}
.budget_right_pic1 {
	width: 635px;
	height:465px;
	background: url(../../imgs/website/budget_01.png) no-repeat;
	position: relative;
	margin:130px 0 0 60px;
}
.budget_pic1_lbox {
	width:530px;
	height:305px;
	position: absolute;
	top: 20px;
    left: 56px;
	overflow: hidden;
}
.budget_pic1_list {
	width:2120px;
	position: absolute;
	top:0;
	left:0;
}
.budget_pic1_list li {
	width:530px;
	height:305px;
	float:left;
}
.budget_pic1_list li img {
	width:100%;
}

.budget_right_pic2 {
	width: 241px;
	height:317px;
	background: url(../../imgs/website/budget_02.png) no-repeat;
	position: absolute;
	bottom:0;
	left:-40px;
}
.budget_pic2_lbox {
	width:197px;
	height:260px;
	position: absolute;
	top: 23px;
    left: 30px;
	overflow: hidden;
}
.budget_pic2_list {
	width:788px;
	position: absolute;
	top:0;
	left:0;
}
.budget_pic2_list li {
	width:197px;
	height:260px;
	float:left;
}
.budget_pic2_list li img {
	width:100%;
}

.budget_right_pic3 {
	width: 136px;
	height:235px;
	background: url(../../imgs/website/budget_03.png) no-repeat;
	position: absolute;
	bottom:0;
	left:140px;
}
.budget_pic3_lbox {
	width:96px;
	height:173px;
	position: absolute;
	top: 29px;
    left: 32px;
	overflow: hidden;
}
.budget_pic3_list {
	width:384px;
	position: absolute;
	top:0;
	left:0;
}
.budget_pic3_list li {
	width:96px;
	height:173px;
	float:left;
}
.budget_pic3_list li img {
	width:100%;
}

.budget_right_pic4 {
	width: 167px;
	height:167px;
	background: url(../../imgs/website/budget_04.png) no-repeat;
	position: absolute;
	top:-60px;
	right:-60px;
	z-index: 66;
}

/*手机功能展示*/
.website_con_poduct {
	height:700px;
	background: #fff;
	position: relative;
}
.website_con_backg {
	width:100%;
	height:247px;
	background: url(../../imgs/website/poduct_02.png) no-repeat;
	position: absolute;
	top:150px;
}
.con_poduct_box {
	height:700px;
	width:1000px;
	margin: 0 auto;
	
}
.con_poduct_left {
	width:365px;
	height:100%;
	position: relative;
}
.con_poduct_back {
	width:818px;
	height:510px;
	background: url(../../imgs/website/poduct_01.png) no-repeat;
	position: absolute;
	bottom: 0;
	left:-450px;
	z-index: 666;
}
/*.con_poduct_bacb {
	width:818px;
	height:510px;
	background: url(../../imgs/website/poduct_01.png) no-repeat;
	position: absolute;
	bottom: 0;
	left:-450px;
	z-index: 666;

}*/
.poduct_pic_box {
	width:356px;
	height:342px;
	overflow: hidden;
	position: absolute;
	top: 225px;
    left: -43px;
}
.poduct_pic_listbox {
	width:972px;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.poduct_pic_list {
	width:324px;
	height:339px;
	float:left;
}
.poduct_pic_list img {
	width: 100%;
}
.poduct_pic_list2 {
	left:300px;
	 filter:alpha(opacity=0);
	 -moz-opacity:0;
	 -khtml-opacity: 0;
	 opacity: 0;
}
.con_poduct_right {
	width:610px;
	height:100%;
	margin-left:20px;
	position: relative;
	z-index: 666;
}
.con_poduct_right h5 {
	font-size: 26px;
	margin:156px 0 30px 30px;
}
.con_poduct_right .poduct_btn_box {
	margin-left:30px;
}
.con_poduct_right .poduct_btn_box li {
	height:30px;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 25px;
	cursor: pointer;
}
.con_poduct_actice {
	color:#4ab5f9;
}
.con_poduct_btn {
	margin-left:30px;
	font-size: 20px;
	cursor: pointer;
}
.con_poduct_btn a {
	float:left;
	display: block;
	color:#4ab5f9;
}
.con_poduct_btn span {
	float:left;
	width:10px;
	height:16px;
	background: url(../../imgs/website/gw_icon.png) no-repeat -51px -16px;
	margin:6px 0 0 3px;
}


/*客户案例展示*/
.client_box {
}
.website_client1{
	height:700px;
	background-size:100% ;
	position: relative;
	overflow: hidden;
}
.client_show_box {
	width:1000px;
	height:700px;
	margin:0 auto;
	position: relative;
	background: url(../../imgs/website/client_m.jpg) no-repeat;
}
.client_show_tit {
	width:100%;
	position: absolute;
	top:67px;
	left:0;
}
.client_show_tit h5 {
	width:100%;
	text-align: center;
	font-size: 32px;
	
}
.client_show_tit p {
	margin-top:20px;
	width:100%;
	text-align: center;
	font-size: 26px;
}

.client_show_left {
	width:460px;
	height:700px;
	background: url(../../imgs/website/client_l.jpg) no-repeat;
	position: absolute;
	top:0;
	left:-460px;
}
.client_show_right {
	width:460px;
	height:700px;
	background: url(../../imgs/website/client_r.jpg) no-repeat;
	position: absolute;
	top:0;
	right:-460px;
}
.client_show_list {
	position: absolute;
	top:200px;
	left:40px;
}
.client_show_list li {
	float:left;
	margin-right:45px;
	position: relative;
}
.client_show_list  .client_show_list11 {
	margin-right:0;
}
.client_show_list li img {
	width:100%;
}
.client_show_con {
	position: absolute;
	width:252px;
	height:396px;
	top:21px;
	left:20px;
}
.client_show_yuan {
	width:104px;
	height:104px;
	margin:0 0 3px 68px;
}
.client_show_yuan1 {
	 background: url(../../imgs/website/client_show01.png);
 }
.client_show_yuan2 {
	background: url(../../imgs/website/client_show02.png);
}
.client_show_yuan3 {
	background: url(../../imgs/website/client_show03.png);
}
.client_show_con .client_show_xx {
	width:100%;
	height:22px;
	text-align: center;
	color: #ed4956;
	letter-spacing:0;
	margin-bottom: 6px;
}
.client_show_con .client_show_xx1 {
	margin-bottom: 0;
}
.client_show_con p {
	line-height: 22px;
	letter-spacing:1.2px;
}
.client_show_con a {
	height:39px;
	width:138px;
	border-radius:30px;
	border:1px solid #000;
	text-align:center;
	line-height:39px;
	display: block;
	font-size:18px;
	position: absolute;
	left:50px;
	bottom:-8px;
}


/*购-------------------买*/
.purchase_box {
	background: #fff;
	display: none;
	overflow: hidden;
}
.purchase_box_banner {
	width:1000px;
	margin:0 auto;
	height:700px;
	background: url(../../imgs/website/buy_ban02.jpg) no-repeat;
	background-size:100% ;
	position: relative;
}
.purchase_banner_ren {
	width:371px;
	height:408px;
	position: absolute;
	bottom: 47px;
	left:-165px;
	background: url(../../imgs/website/buy_ren.png) no-repeat;
	background-size:100% ;
	z-index: 3;
}
.purchase_left_banner {
	width:460px;
	height:700px;
	background: url(../../imgs/website/buy_ban01.jpg) no-repeat;
	background-size:100% ;
	position: absolute;
	top:0;
	left:-460px;
}
.purchase_right_banner {
	width:460px;
	height:700px;
	background: url(../../imgs/website/buy_ban03.jpg) no-repeat;
	background-size:100% ;
	position: absolute;
	top:0;
	right:-460px;
}
.purchase_left_banner1 {
	width:460px;
	height:428px;
	background: url(../../imgs/website/buy_ban02.png) no-repeat;
	background-size:100% ;
	position: absolute;
	bottom:0;
	left:-460px;
	z-index: 8;
}
.purchase_middel_banner {
	width:1000px;
	height:117px;
	background: url(../../imgs/website/buy_ban01.png) no-repeat;
	background-size:100% ;
	position: absolute;
	bottom:-2px;
	left:0;
	z-index: 8;
}
.purchase_tit {
	height:160px;
	width:100%;
	position: absolute;
	top:0;
	left:0;
}
.purchase_tit h3 {
	width:100%;
	text-align: center;
	font-size:38px;
	margin:50px 0 15px 0;
}
.purchase_tit p {
	width:100%;
	text-align: center;
	font-size: 26px ;
}
.purchase_right_banner1 {
	width:460px;
	height:314px;
	background: url(../../imgs/website/buy_ban03.png) no-repeat;
	background-size:100% ;
	position: absolute;
	bottom:-3px;
	right:-460px;
}
.purchase_list_box {
	position: absolute;
	bottom: 0;
	left:125px;
	z-index: 5;
	height:600px;
}
.purchase_list_box li {
	float:left;
	cursor: pointer;
}
.purchase_list1 {
	margin:0 15px;
}
.purchase_list_show {
	width:250px;
	height:445px;
	border-radius: 15px;
	background:#fff ;
	margin-top:136px;
}
.purchase_list_show h5 {
	height:47px;
	width:100%;
	border-top-left-radius:12px ;
	border-top-right-radius:12px ;
	text-align: center;
	line-height: 47px;

	font-size: 14px;
	background: #f5f5f5;
}
.purchase_list_show .purchase_list_nub {
	width:100%;
	text-align: center;
	margin-top:68px;
}
.purchase_list_show .purchase_list_nub span {
	font-size: 40px;
}
.purchase_list_show .purchase_list_title {
	width:100%;
	text-align: center;
	margin:27px 0 22px 0;
	color:#21a4f6;
}
.purchase_list_show .purchase_list_title2 {
	width:200px;
	margin:0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.purchase_list_show .purchase_list_title3 {
	margin-bottom: 20px;
}
.purchase_list_show a {
	height:28px;
	width:94px;
	border-radius:15px;
	color:#42b0ef;
	border:1px solid #42b0ef;
	text-align:center;
	line-height:28px;
	display: block;
	font-size:14px;
	margin-left:80px;
}

.purchase_list_show1 {
	width:342px;
	height:492px;
	border-radius: 15px;
	background:#fff;
	margin-top:90px;
}
.purchase_list_show1 h5 {
	height:47px;
	width:100%;
	border-top-left-radius:12px ;
	border-top-right-radius:12px ;
	text-align: center;
	line-height: 47px;
	color:#fff;
	font-size: 14px;
	background: #47b1ee;
}
.purchase_list_show1 .purchase_list_nub {
	width:100%;
	text-align: center;
	margin-top:113px;
}
.purchase_list_show1 .purchase_list_nub span {
	font-size: 40px;
}
.purchase_list_show1 .purchase_list_title {
	width:100%;
	text-align: center;
	margin:27px 0 22px 0;
	color:#21a4f6;
}
.purchase_list_show1 .purchase_list_title2 {
	width:250px;
	margin:0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.purchase_list_show1 a {
	height:28px;
	width:94px;
	border-radius:15px;
	color:#42b0ef;
	border:1px solid #42b0ef;
	text-align:center;
	line-height:28px;
	display: block;
	font-size:14px;
	margin-left:128px;
}
.purchase_pic_show {
	width:1000px;
	height:699px;
	border: 1px solid #fff;
	margin:0 auto;
}
.purchase_pic_show .purchase_pic_show1 {
	margin:40px 0 0 66px;
}


/*关于--------------我们*/
.aboutUs_box {
	display: none;
}
.aboutUs_tit_box {
	width:100%;
	height:145px;
	background: #f7f7f7;
}
.aboutUs_tit {
	width:1000px;
	margin:0 auto;
	text-align: center;
	line-height: 145px;
	color: #22a5f7;
	font-size: 34px;
}
.aboutUs_relation {
	width:100%;
	height:500px;
	background: #fffdfe;
}
.relation_box {
	width:1000px;
	height:500px;
	border-top:1px solid #fffdfe;
	margin:0 auto;
}
.relation_box h5 {
	width:100%;
	text-align: center;
	font-size: 34px;
	margin:60px 0 80px 0;
}
.relation_list {
	width:100%;
	margin-top:80px;
}
.relation_list li {
    float: left;
    width: 235px;
    height: 410px;
    margin-right: 128px;
}
.relation_list .relation_list11 {
	margin-right:0;
}
.relation_list_pic {
	width:167px;
	height:167px;
	margin-left:33px;
}
.relation_list_pic1 {
	background: url(../../imgs/website/wangchao.png) no-repeat;
}
.relation_list_pic2 {
	background: url(../../imgs/website/zhangling.png) no-repeat;
}
.relation_list_pic3 {
	background: url(../../imgs/website/renyunjie.png) no-repeat;
}
.relation_list_pic4 {
	background: url(../../imgs/website/zhangying.png) no-repeat;
}
.relation_list_name {
	width:135px;
	height:27px;
	font-size: 16px;
	margin:10px 0 0 41px;
	border-bottom: 3px solid #71b649;
}
.relation_list_name span{
	float:left;
	height:27px;
	line-height: 27px;
}
.relation_list_name i{
	float:right;
	height:27px;
	line-height: 27px;
}
.relation_list_name  .relation_list_name1 {
	margin-left:20px;
}
.relation_list_name  .relation_list_name2 {
	margin-right: 20px;
}
.relation_list_tit {
	margin-top:20px;
	font-size: 12px;
}


.aboutUs_show {
	width:100%;
	background: #f7f7f7;
}
.asc_txt_box {
	width:100%;
	background: #fff;
}
.aboutUs_show_con {
	width:1000px;
	margin:0 auto;
	height:390px;
	background: #fff;
}
.asc_txt {
	width:630px;
	height:100%;
}
.asc_txt p {
	width:580px;
	margin-left:30px;
	font-size: 14px;
}
.asc_txt1 {
	margin-top:125px;
	line-height:25px;
}
.asc_txt p span {
	font-size:16px;
	padding-left:28px;
}
.asc_pic {
	width:321px;
	height:301px;
	margin:50px 0 0 20px;
}
.asc_pic img {
	width:100%;
}
.au_tzf_box {
	width:100%;
	height:146px;
	background: #f7f7f7;
}
.au_tzf_tit {
	width:1000px;
	margin:0 auto;
	height:100%;
	text-align: center;
	line-height:180px;
	font-size:32px;
}
.au_tzf_cbox {
	width:100%;
	background: #fffefe;
}
.au_tzf_con {
	width:1000px;
	height:355px;
	margin: 0 auto;
}
.au_tzf_pic {
	width:194px;
	height:158px;
	margin:75px 0 0 30px;
}
.au_tzf_pic img {
	width:100%;
}
.au_tzf_js {
	width:710px;
	margin-left:66px;
}
.au_tzf_js h5 {
	font-size:34px;
	margin:95px 0 20px 0;
}
.au_tzf_js p {
	font-size: 14px;
	line-height: 23px;
}
.jr_us_box {
	width:100%;
	height:120px;
	background: #f7f7f7;
}
.jr_us {

}


/*官网---------------------------foot*/
.website_foot_box {
	width:100%;
	height:300px;
	background: #3a3a3a;
}
.website_foot {
	width:1000px;
	height:80%;
	margin:0 auto;
}
.website_foot li {
	float:left;
	width:120px;
	height:100%;
	margin-right:30px;
}
.website_foot .website_foot_list1 {
	width:500px;
	margin-right:0;
}
.website_foot .website_foot_list1 p {
	text-align: left;
	margin:55px 0 20px 0;
}
.website_foot li p {
	width:100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin:55px 0 20px 0;
}
.website_foot .web_f_pic {
	width:120px;
	height:120px;
}
.website_foot .web_f_pic img {
	width:100%;
}
.website_foot .web_f_con {
	width:100%;
	color:#fff;
	font-size: 16px;
}
.website_foot .web_f_con .web_f_con1 {
	margin:40px 0 20px 0;
}
.website_foot .web_f_con span{
	display: block;
	float:left;
	margin-right:12px;
}
.website_foot .web_f_con b{
	display: block;
	float:left;
}
.website_foot_box .banquan {
    text-align:center;
    color:#fff;
    font-size:14px;
}

/*官网固定定位*/
.website_fiexd_box {
	position: fixed;
	width:60px;
	height:290px;
	right: 0;
	bottom: 10px;
	z-index: 999999999;
}
.website_fiexd_box li {
	border-top:1px solid #161c1d ;
	width:50px;
	height:50px;
	border-radius:3px;
	background: #161c1d;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}
.website_fiexd_box li a{
	display: block;
	height:100%;
	width:100%;
}
.website_fiexd_box .website_fiexd_list1 {
	margin-bottom: 0;
}
#btn {
	display: none;
}
#btnNext {
	margin-top:60px;
}
.website_fiexd_box li .bac_pic {
	display: block;
	width:30px;
	margin:10px 0 0 11px;
}
.website_fiexd_box li .bac_pic1 {
	height:16px;
	margin:15px 0 0 12px;
	background: url(../../imgs/website/gw_icon.png) no-repeat 0 0;
}
.website_fiexd_box li .bac_pic2 {
	height:29px;
	background: url(../../imgs/website/gw_icon.png) no-repeat 0 -29px;
}
.website_fiexd_box li .bac_pic3 {
	height:30px;
	background: url(../../imgs/website/gw_icon.png) no-repeat 0 -73px;
}
.website_fiexd_show {
	height:32px;
	background:#161c1d ;
	position: absolute;
	padding:0 15px;
	border-radius: 3px;
	top:10px;
	left: -90px;
	color:#fff;
	line-height: 32px;
}
.website_fiexd_show1 {
	left:-100px;
}
.website_fiexd_show2 {
	left:-140px;
}
.website_fiexd_show span {
	width:8px;
	height:13px;
	position: absolute;
	top:10px;
	right:-7px;
	background: url(../../imgs/website/gw_icon.png) no-repeat -50px 0;
}

.website_box .index_show {
	display: block;
}

  .robot_nav {
            width: 340px;
            height: 60px;
            background: #fff;
            position: absolute;
            top: 70px;
            left:-113px;
            box-shadow: 0 0 10px #ececec;
            display:none;
        }
        .robot_nav_btn {
            width:50%;
            height:100%;
            line-height:60px;
            text-align:center;
        }
        .robot_nav .robot_nav_active {
            color: #20a4f6;
        }
        .robot_telphone {
            width: 290px;
            height: 210px;
            background: #fff;
            position: fixed;
            bottom: 60px;
            left: 10px;
            box-shadow: 0 0 15px #000;
            display: none;
        }
        .robot_telphone_tit {
            position:relative;
            height:30px;
            margin-top:30px;
        }
        .robot_telphone input{
            width:150px;
            height:28px;
            padding-left:5px;
            border:1px solid #ccc;
            margin:0 0px 0px 15px;
        }
          .robot_telphone span{
            width:80px;
            height:30px;
            line-height:30px;
           background:#20a4f7;
           color:#fff;
           text-align:center;
           font-size:12px;
           position:absolute;
           top:0; 
           right:15px;
           border-radius:3px;
           cursor:pointer;
        }
        .robot_telphone1 {
            width:100%;
            margin-top:60px;
        }
        .robot_telphone2 {
            width:100%;
            margin-top:30px;
        }
         .robot_telphone2 li {
            height:30px;
            line-height:30px;
            width:95%;
            padding-left:10px;
            cursor:pointer;
            position:relative;
            overflow:hidden;
        }
         .play1 {
             position:absolute;
             left:83px;
         }
         .robot_telphone_open {
             position:absolute;
             top:80px;
             right:-97px;
             z-index:99999;
             cursor:pointer;
             display:none;
         }

/*内容=================高度*/
.robot_con {
    height:2747px;
}
/*记账*/
.website_tally_con {
	height: 4300px;
}
/*OA*/
.website_OA_con {
	height: 3879px;
}
/*CRM*/
.website_CRM_con {
	height: 3694px;
}
/*呼叫中心*/
.website_cus_con {
	height: 3088px;
}
/*联系我们*/
.website_contact_con {
	height: 1681px;
}
.robot_telphone_btn {
    position:absolute;
    top:3px;
    right:5px;
    cursor:pointer;
}

@media (max-width: 1024px) { /*当屏幕尺寸小于1024px时，应用下面的CSS样式*/
.website_register li {
	font-size: 14px;
}
.nav_list_box {
	height: 100%;
	margin-right: 500px;
}
.nav_list_box .nav_list {
	font-size: 14px;
}
	.nav_list_box {
		height: 100%;
		margin-right: 300px;
	}
.banner_show {
	width:616px;
	height:360px;
	bottom:125px;
    left: 160px;
}
.banner_show_txt {
	width:100%;
	height:220px;
	position: absolute;
	top:36px;
}
.banner_show_bf {
	 width: 469px;
    height: 295px;
    position: absolute;
    top: 22px;
    left: 75px;
	background: #000;
}
.sp_vid {
	width:467px;
	height:293px;
}
.loadbox { 
	width:460px; 
	height:10px; 
	border:1px solid #000; 
	position:absolute; 
	bottom:0; 
	left:2px;
	background:#ccc; 
	opacity:0.5;
	border-radius: 5px;
	display: none;
}
.loadbox span { 
	position:absolute; 
	height:100%;
	width:0; 
	background:#fff; 
	left:0; 
	top:0;
}
.feature_intro {
	background: #fff;
	height:600px;
	margin-top:-80px;
}
/*OA*/
.website_OA_con {
	height: 3265px;
}
/*CRM*/
.website_CRM_con {
	height: 3080px;
}
/*呼叫中心*/
.website_cus_con {
	height: 2430px;
}
}


@media (min-width: 1024px) and (max-width: 1100px) { 
.website_register li {
	font-size: 14px;
}
	.nav_list_box {
		height: 100%;
		margin-right: 180px;
	}
.nav_list_box .nav_list {
	font-size: 14px;
}	
.banner_show {
	width:730px;
	height:421px;
	bottom: 66px;
    left: 126px;
}
.banner_show_txt {
	width:100%;
	height:220px;
	position: absolute;
	top:32px;
}
.banner_show_bf {
	width: 557px;
    height: 350px;
    position: absolute;
    top: 25px;
    left: 88px;
	background: #000;
}
.sp_vid {
	width:555px;
	height:349px;
}
.loadbox { 
	width:551px; 
	height:10px; 
	border:1px solid #000; 
	position:absolute; 
	bottom:0; 
	left:2px;
	background:#ccc; 
	opacity:0.5;
	border-radius: 5px;
	display: none;
}
.loadbox span { 
	position:absolute; 
	height:100%;
	width:0; 
	background:#fff; 
	left:0; 
	top:0;
}
.feature_intro {
	background: #fff;
	height:600px;
	margin-top:-50px;
}
/*OA*/
.website_OA_con {
	height: 3265px;
}
/*CRM*/
.website_CRM_con {
	height: 3080px;
}
/*呼叫中心*/
.website_cus_con {
	height: 2430px;
}
}

@media (min-width: 1100px) and (max-width: 1200px) { 
.website_register li {
	font-size: 14px;
}
.nav_list_box {
	height: 100%;
	margin-right: 160px;
}
.nav_list_box .nav_list {
	font-size: 14px;
}	
.banner_show {
	width:730px;
	height:421px;
	bottom: 40px;
    left: 117px;
}
.banner_show_txt {
	width:100%;
	height:220px;
	position: absolute;
	top:45px;
}
.banner_show_bf {
	width: 557px;
    height: 350px;
    position: absolute;
    top: 25px;
    left: 88px;
	background: #000;
}
.sp_vid {
	width:555px;
	height:349px;
}
.loadbox { 
	width:551px; 
	height:10px; 
	border:1px solid #000; 
	position:absolute; 
	bottom:0; 
	left:2px;
	background:#ccc; 
	opacity:0.5;
	border-radius: 5px;
	display: none;
}
.loadbox span { 
	position:absolute; 
	height:100%;
	width:0; 
	background:#fff; 
	left:0; 
	top:0;
}
.feature_intro {
	background: #fff;
	height:600px;
	margin-top:-30px;
}
/*记账*/
.website_tally_con {
	height: 4090px;
}
/*OA*/
.website_OA_con {
	height: 3265px;
}
/*CRM*/
.website_CRM_con {
	height: 3080px;
}
/*呼叫中心*/
.website_cus_con {
	height: 2340px;
}
/*联系我们*/
.website_contact_con {
	height: 1281px;
}
.robot_con {
    height: 2557px;
}
}
@media (min-width: 1200px) and (max-width: 1300px) { 
.website_register li {
	font-size: 14px;
}
.nav_list_box {
	height: 100%;
	margin-right: 160px;
}
.nav_list_box .nav_list {
	font-size: 14px;
}
.banner_show {
	width:730px;
	height:421px;
	bottom: 10px;
    left: 120px;
}
.banner_show_txt {
	width:100%;
	height:220px;
	position: absolute;
	top:90px;
}
.banner_show_bf {
	width: 557px;
    height: 350px;
    position: absolute;
    top: 25px;
    left: 88px;
	background: #000;
}
.sp_vid {
	width:555px;
	height:349px;
}
.loadbox { 
	width:551px; 
	height:10px; 
	border:1px solid #000; 
	position:absolute; 
	bottom:0; 
	left:2px;
	background:#ccc; 
	opacity:0.5;
	border-radius: 5px;
	display: none;
}
.loadbox span { 
	position:absolute; 
	height:100%;
	width:0; 
	background:#fff; 
	left:0; 
	top:0;
}
.feature_intro {
	background: #fff;
	height:600px;
	margin-top:-10px;
}
/*记账*/
.website_tally_con {
	height: 4090px;
}
/*OA*/
.website_OA_con {
	height: 3265px;
}
/*CRM*/
.website_CRM_con {
	height: 3080px;
}
/*呼叫中心*/
.website_cus_con {
	height: 2430px;
}
/*联系我们*/
.website_contact_con {
	height: 1281px;
}
.robot_con {
    height: 2567px;
}
}


@media (min-width: 1300px) and (max-width: 1370px) { 
.website_register li {
	font-size: 14px;
}
.nav_list_box .nav_list {
	font-size: 14px;
}
.banner_show {
	width:730px;
	height:421px;
	bottom: 30px;
    left: 130px;
}
.banner_show_txt {
	width:100%;
	height:220px;
	position: absolute;
	top:70px;
}
.banner_show_bf {
	width: 557px;
    height: 350px;
    position: absolute;
    top: 25px;
    left: 88px;
	background: #000;
}
.sp_vid {
	width:555px;
	height:349px;
}
.loadbox { 
	width:551px; 
	height:10px; 
	border:1px solid #000; 
	position:absolute; 
	bottom:0; 
	left:2px;
	background:#ccc; 
	opacity:0.5;
	border-radius: 5px;
	display: none;
}
.loadbox span { 
	position:absolute; 
	height:100%;
	width:0; 
	background:#fff; 
	left:0; 
	top:0;
}
.feature_intro {
	background: #fff;
	height:600px;
	margin-top:-10px;
}
/*记账*/
.website_tally_con {
	height: 4090px;
}
/*OA*/
.website_OA_con {
	height: 3265px;
}
/*CRM*/
.website_CRM_con {
	height: 3080px;
}
/*呼叫中心*/
.website_cus_con {
	height: 2430px;
}
/*联系我们*/
.website_contact_con {
	height: 1681px;
}
.robot_con {
    height: 2567px;
}
}

@media (min-width: 1370px) and (max-width: 1450px) { 

.banner_show {
	width:730px;
	height:421px;
	bottom: -15px;
    left: 134px;
}
.banner_show_txt {
	width:100%;
	height:220px;
	position: absolute;
	top:95px;
}
.banner_show_bf {
	width: 557px;
    height: 350px;
    position: absolute;
    top: 25px;
    left: 88px;
	background: #000;
}
.sp_vid {
	width:555px;
	height:349px;
}
.loadbox { 
	width:551px; 
	height:10px; 
	border:1px solid #000; 
	position:absolute; 
	bottom:0; 
	left:2px;
	background:#ccc; 
	opacity:0.5;
	border-radius: 5px;
	display: none;
}
.loadbox span { 
	position:absolute; 
	height:100%;
	width:0; 
	background:#fff; 
	left:0; 
	top:0;
}
.feature_intro {
	background: #fff;
	height:600px;
	margin-top:10px;
}
/*记账*/
.website_tally_con {
	height: 4090px;
}
/*OA*/
.website_OA_con {
	height: 3275px;
}
/*CRM*/
.website_CRM_con {
	height: 3080px;
}
/*呼叫中心*/
.website_cus_con {
	height: 2340px;
}
/*联系我们*/
.website_contact_con {
	height: 1681px;
}
}


@media (min-width: 1450px) and (max-width: 1550px) { 

.banner_show {
	width:730px;
	height:421px;
	bottom: -10px;
    left: 128px;
}
.banner_show_bf {
	width: 557px;
    height: 350px;
    position: absolute;
    top: 25px;
    left: 88px;
	background: #000;
}
.sp_vid {
	width:555px;
	height:349px;
}
.banner_show_txt {
	width:100%;
	height:220px;
	position: absolute;
	top:100px;
}
.loadbox { 
	width:551px; 
	height:10px; 
	border:1px solid #000; 
	position:absolute; 
	bottom:0; 
	left:2px;
	background:#ccc; 
	opacity:0.5;
	border-radius: 5px;
	display: none;
}
.loadbox span { 
	position:absolute; 
	height:100%;
	width:0; 
	background:#fff; 
	left:0; 
	top:0;
}

.feature_intro {
	background: #fff;
	height:600px;
	margin-top:30px;
}
/*记账*/
.website_tally_con {
	height: 4090px;
}
/*OA*/
.website_OA_con {
	height: 3275px;
}
/*CRM*/
.website_CRM_con {
	height: 3080px;
}
/*呼叫中心*/
.website_cus_con {
	height: 2340px;
}
/*联系我们*/
.website_contact_con {
	height: 1681px;
}
}




@media (min-width: 1550px) and (max-width: 1650px) { 

.banner_show {
	bottom: -136px;
    left: 56px;
}
/*CRM*/
.website_CRM_con {
	height: 3080px;
}
/*呼叫中心*/
.website_cus_con {
	height: 2941px;
}
/*联系我们*/
.website_contact_con {
	height: 1681px;
}
}

@media (min-width: 1650px) and (max-width: 1750px) { 

.banner_show {
	bottom:-160px;
    left: 55px;
}

}
@media (min-width: 1750px) and (max-width: 1830px) { 

.banner_show {
	bottom:-170px;
    left: 50px;
}

}



/*注册*/
.register_box {
	width:100%;
	height:800px;
	position: relative;
}
.register_back1 {
	width:100%;
	height:470px;
	background: -moz-linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));*/
	background: -webkit-linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
	background: -ms-linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
	background: linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
}
.register_back2 {
	width:100%;
	height:330px;
	background: #fff;
}
.register_box_tit {
	height:116px;
	position: absolute;
	top:0;
	left:50%;
	margin-left: -135px;
	font-size: 32px;
	color:#fff;
	line-height: 116px;
}
.register_wicket_box {
	height:570px;
	width:560px;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	left:50%;
	top:115px;
	margin-left: -225px;
	-webkit-box-shadow:0 0 3px 3px #e5ecf6;
	-moz-box-shadow:0 0 3px 3px #e5ecf6;
	box-shadow:0 0 3px 3px #e5ecf6;
}

.register_wicket_con {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.register_wicket_list {
	margin-top:67px;
}
.register_wicket_list li {
	margin:0 0 24px 93px;
	position: relative;
}
.register_wicket_list .register_list_btn {
	margin-top: 50px;
}
.register_wicket_list ::-moz-placeholder {
	color: #acaaaa;
}

.register_wicket_list input:-ms-input-placeholder{
	color: #acaaaa;
}

.register_wicket_list input::-webkit-input-placeholder{
	color: #acaaaa;
}

.register_wicket_list li i {
	margin:8px 18px 0 0;
	color:#333;
}
.register_wicket_list li input {
	background: none;
	border:1px solid #d9d9d9;
	height:32px;
	width:288px;
	padding-left:10px;
	border-radius: 3px;
}
.register_wicket_list .register_wicket_inp1 {
	width:180px;
	margin-right: 18px;
}
.register_wicket_list .register_wicket_inp2 {
	width:90px;
	border: 0;
	background: #f2f2f2;
	padding: 0;
	height:34px;
	cursor: pointer;
}
.register_wicket_list .register_wicket_inp3 {
	width:375px;
	border: 0;
	color:#fff;
	font-size: 18px;
	background: #20a4f7;
	padding: 0;
	height:50px;
	cursor: pointer;
}
.register_wicket_tit {
	position: absolute;
	top:0;
	right:-170px;
	color: #da4343;
	/*display: none;*/
}
.register_wicket_tit1 {
	right:-115px;
}
.register_wicket_tit b {
	width:15px;
	height:15px;
	background: url(../../imgs/website/gw_icon.png) no-repeat -73px 0;
	margin:10px 5px 0 0;
}
.register_wicket_tit p {

	margin:7px 0 0 0;
}

/*登录*/
.enter_box {
	width:100%;
	height:570px;
	position: relative;
}
.enter_back1 {
	width:100%;
	height:370px;
	background: -moz-linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));*/
	background: -webkit-linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
	background: -ms-linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
	background: linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
}
.enter_back2 {
	width:100%;
	height:200px;
	background: #fff;
}
.register_wicket_box1 {
	height:376px;
}
.register_wicket_list1 {
	margin-top:98px;
}</pre></body></html>