
@charset "utf-8";


/* CSS Document */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }


body { width: 100%; color: #272727; font-family: Microsoft YaHei, Simsun, Arial, Helvetica, sans-serif; font-size: 14px; min-width: 1280px; }


fieldset, img { border: 0; }


img { display: block; height: auto; }


ol, ul { list-style: none; }


h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }


em, i { font-style: normal; }


input, button, select, textarea { outline: none; }


textarea { resize: none; }


a { text-decoration: none; }


.clearfix:before, .clearfix:after { display: table; content: ""; }


.clearfix:after { clear: both; }


.clearfix { zoom: 1; }
/*

a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #096;
}
a:active {
	color: #333;
}

*/
/*--------------------------------------------------------------------------------------------------------------------------------*/





/*导航*/


.index_navbox { width: 100%; height: 70px; overflow: hidden; }


.index_nav { width: 1200px; height: 70px; margin: 0 auto; }


.index_nav_logobox { float: left; width: 286px; height: 70px; }


.index_nav_logobox a { padding-top: 20px; display: block; }


.index_nav_menubox { float: left; width: auto; height: 70px; }


.index_nav_menu li { float: left; line-height: 70px; }


.index_nav_menu li a { font-size: 15px; color: #272727; display: block; padding: 0 18px; }


.index_nav_menu li:hover a { color: #00ad66; }


.index_nav_menu li.current { display: inline-block; *display: inline; border-bottom: 2px solid #00ad66; height: 68px; }


.index_nav_menu li.current a { font-weight: bold; color: #00ad66; }


.index_nav_registerbox { float: right; }


.index_nav_register a { font-size: 14px; color: #fff; height: 70px; padding: 0 20px; background-color: #00ad66; line-height: 70px; display: block; }


.currentdh { display: inline-block; *display: inline; border-bottom: 2px solid #00ad66; height: 68px; }
.currentdh a { font-weight: bold; color: #00ad66; }
.currentdh a:link { font-weight: bold; color: #00ad66; }




/* 头部二维码扫描 */


/* 入 */


@keyframes bounceInLeft {


	0% { opacity: 0; transform: translateX(-600px); }


	60% { opacity: 1; transform: translateX(30px); }


	80% { transform: translateX(-10px); }


	100% { transform: translateX(0); }


}





@-webkit-keyframes bounceInLeft {


	0% { opacity: 0; -webkit-transform: translateX(-600px); }


	60% { opacity: 1; -webkit-transform: translateX(30px); }


	80% { -webkit-transform: translateX(-10px); }


	100% { -webkit-transform: translateX(0); }


}





@-moz-keyframes bounceInLeft {


	0% { opacity: 0; -moz-transform: translateX(-600px); }


	60% { opacity: 1; -moz-transform: translateX(30px); }


	80% { -moz-transform: translateX(-10px); }


	100% { -moz-transform: translateX(0); }


}


/* 出 */


@keyframes bounceOutLeft {


	0% { transform: translateX(0); }


	20% { opacity: 1; transform: translateX(20px); }


	100% { opacity: 0; transform: translateX(-600px); }


}





@-webkit-keyframes bounceOutLeft {


	0% { -webkit-transform: translateX(0); }


	20% { opacity: 1; -webkit-transform: translateX(20px); }


	100% { opacity: 0; -webkit-transform: translateX(-600px); }


}





@-moz-keyframes bounceOutLeft {


	0% { -moz-transform: translateX(0); }


	20% { opacity: 1; -moz-transform: translateX(20px); }


	100% { opacity: 0; -moz-transform: translateX(-600px); }


}





.wx_pic { position: fixed;  z-index: 101; background-color: #8c8c8c; padding: 5px; display: none; }


.wx_pic_in { animation: bounceInLeft .6s .2s ease both; -webkit-animation: bounceInLeft .6s .2s ease both; -moz-animation: bounceInLeft .6s .2s ease both; }


.wx_pic_out { animation: bounceOutLeft 1s .2s ease both; -webkit-animation: bounceOutLeft 1s .2s ease both; -moz-animation: bounceOutLeft 1s .2s ease both; }





/* 对话框风格 */


.ui-widget-header { border: none; background: url("../Images/img.png")/*tpa=http://www.meixin.cn/Content/images/img.png*/ no-repeat 0 -283px; font-weight: bold; height: 36px; }


.ui-widget-content { font-size: 12px; }


.ui-widget-content .ui-icon { background-image: url("../Images/img.png")/*tpa=http://www.meixin.cn/Content/images/img.png*/; }


.ui-dialog { position: fixed; }


.ui-dialog .ui-dialog-titlebar { background: #3cac4a; position: relative; padding: 0; }


.ui-dialog .ui-dialog-title { font-size: 15px; color: #f9f7f7; line-height: 33px; padding-left: 10px; }


.ui-dialog .ui-dialog-content { padding: 0; overflow: hidden; }


.ui-dialog .ui-dialog-titlebar-close { border: 0; right: 10px; top: 18px; background: none; }


.ui-icon-closethick { width: 19px; height: 19px; background: url("../Images/img.png")/*tpa=http://www.meixin.cn/Content/images/img.png*/ no-repeat -482px -69px; float: right; margin-right: 10px; margin-top: 5px; }





/* 无标题对话框 */


.no_title_dialog { border: none; padding: 0; width: auto; overflow: visible; }


.no_title_dialog .ui-dialog-titlebar { display: none; }





/* 透明对话框 */


.transparent_dialog { padding: 0; width: auto; filter: Alpha(Opacity=0); opacity: 0.0; position: relative; }


.transparent_dialog .ui-dialog-titlebar { display: none; }





/* 登录 */


.login, .sign { width: 395px; height: 242px; box-shadow: 0 0 5px #cecece; margin: 5px; border: 1px solid #cfcfcf; }


.login_title { width: 100%; height: 36px; background: url("../Images/img.png")/*tpa=http://www.meixin.cn/Content/images/img.png*/ no-repeat 0 -283px; }


.login_title_name { width: 100px; height: 36px; float: left; font-size: 15px; color: #fff; text-shadow: 0px 1px 0px #004979; line-height: 36px; text-indent: 12px; }


.login_title_close { width: 18px; height: 18px; padding: 7px 13px; float: right; }


.button_close { width: 18px; height: 18px; background: url("../Images/img.png")/*tpa=http://www.meixin.cn/Content/images/img.png*/ no-repeat -482px -69px; }


.login_content { width: 100%; overflow: hidden; margin: 12px 0; }


.login_content li { float: left; }


.login_content_name { width: 100px; overflow: hidden; text-align: right; color: #828284; line-height: 36px; }


.login_content_input { width: 210px; overflow: hidden; }


.login_content_input input { width: 198px; height: 28px; border: 1px solid #b1b1b2; border-radius: 5px; margin: 3px; line-height: 28px; }


.login_content_input input:hover { width: 198px; height: 28px; line-height: 28px; border: 1px solid #73b16b; border-radius: 5px; box-shadow: 0 0 3px #73b16b; margin: 3px; }


.login_content_other { overflow: hidden; text-align: left; line-height: 36px; }


.login_content a { color: #3c7bc5; line-height: 36px; padding-left: 5px; }


.login_content #CodeImg { width: 90px; height: 32px; margin-top: 3px; cursor: pointer; }


.login_left_button { height: 50px; float: left; }


.login_left_button li { float: left; margin: 10px 10px 0 5px; }


.login_left_button li:hover { text-decoration: underline; }


.login_right_button { height: 50px; float: right; }


.login_right_button li { float: right; margin: 10px 10px 0 5px; }


.login_right_button li:hover { text-decoration: underline; }


.login_button_login { width: 81px; height: 33px; background: #3cac4a; text-align: center; font-size: 14px; color: #fff; line-height: 33px; cursor: pointer; border-radius: 5px; }


.login_button_login1 { width: 81px; height: 33px; background: #dddddd; text-align: center; font-size: 14px; color: #999; line-height: 33px; cursor: pointer; border-radius: 5px; }


.login_button_cancle { width: 30px; height: 33px; text-align: center; line-height: 33px; color: #646464; text-shadow: 0px 1px 0px #fff; cursor: pointer; }


.login_button_loginQQ { width: auto; overflow: hidden; line-height: 33px; font-size: 14px; color: #999; float: left; cursor: pointer; background: #ddd; padding: 0 10px; border-radius: 5px; min-width: 61px; text-align: center; }





/* 在线客服 */


.Consult_Box_frame { position: fixed; right: 18px; bottom: 40px; z-index: 20; width: 90px; }


.Consult_Box { width: 90px; overflow: hidden; border: 1px solid #d9d9d9; background: #fff; border-radius: 5px; padding-bottom: 10px; }


.Consult_People { width: 90px; height: 63px; background: url("../Images/consult_people.png")/*tpa=http://www.meixin.cn/Content/images/Consult_People.png*/ no-repeat; }


.Consult_QQBox { width: 76px; overflow: hidden; margin: 0 auto; border: 1px solid #e3e3e3; background: #fff; margin-top: 5px; padding: 0 3px; }


.Consult_QQ { width: 51px; height: 24px; border-bottom: 1px dashed #dadada; padding-left: 25px; line-height: 24px; color: #757575; background: url("../Images/icon_consult_qq.png")/*tpa=http://www.meixin.cn/Content/images/icon_Consult_QQ.png*/ no-repeat 3px 3px; }


.Consult_QQ a { line-height: 24px; color: #757575; }


.Consult_QQ:last-child { border-bottom: none; }


.Consult_ButtonBox { width: 83px; overflow: hidden; margin: 0 auto; margin-top: 5px; }


.Consult_ButtonBox_01 { width: 83px; height: 23px; background: #189dde; color: #fff; line-height: 23px; text-align: center; cursor: pointer; border-radius: 3px; }


.Consult_ButtonBox_01 a { line-height: 23px; text-align: center; color: #fff; }


.Consult_ButtonBox_01:hover { background: #148ed8; text-decoration: underline; }


.Consult_ButtonBox_02 { width: 83px; height: 23px; background: #ed9864; color: #fff; line-height: 23px; text-align: center; margin-top: 5px; cursor: pointer; border-radius: 3px; }


.Consult_ButtonBox_02:hover { background: #e98855; text-decoration: underline; }


.Consult_ButtonBox_03 { width: 83px; height: 23px; background: #72cd75; color: #fff; line-height: 23px; text-align: center; cursor: pointer; margin-top: 5px; border-radius: 3px; }


.Consult_ButtonBox_03:hover { background: #62c465; text-decoration: underline; }


.Consult_ButtonBox_04 { width: 83px; height: 23px; background: #e27777; color: #fff; line-height: 23px; text-align: center; cursor: pointer; margin-top: 5px; border-radius: 3px; }


.Consult_ButtonBox_04:hover { background: #dd6969; text-decoration: underline; }


.Consult_Weixin { width: 90px; overflow: hidden; margin: 0 auto; background: url("../Images/weixin_consult.png")/*tpa=http://www.meixin.cn/Content/images/weixin_Consult.png*/ no-repeat 7px 0; padding-top: 76px; margin-top: 10px; line-height: 20px; text-align: center; color: #3b81c3; }


.Consult_Box_frame .online_space { height: 30px; }


.Consult_Box_frame .icon_top { width: 51px; height: 51px; margin: 0 auto; }


.Consult_Box_frame .icon_top_hover { margin: 0 auto; }





.Consult_Box_Top { width: 100%; overflow: hidden; margin-top: 5px; }


.Consult_Box_Top .icon_top { width: 83px; height: 40px; overflow: hidden; margin: 0 auto; background-color: #dbdbdb; line-height: 40px; text-indent: 40px; color: #fff; border-radius: 3px; font-weight: bold; background-image: url("../Images/icon_top.png")/*tpa=http://www.meixin.cn/Content/images/Icon_Top.png*/; background-repeat: no-repeat; background-position: center 12px; }


.Consult_Box_Top .icon_top_hover { width: 83px; height: 40px; overflow: hidden; margin: 0 auto; background-color: #cccccc; line-height: 40px; text-indent: 40px; color: #fff; border-radius: 3px; font-weight: bold; background-image: url("../Images/icon_top.png")/*tpa=http://www.meixin.cn/Content/images/Icon_Top.png*/; background-repeat: no-repeat; background-position: center 12px; }





/* 在线留言 */


.message { width: 460px; overflow: hidden; border: 1px solid #dddddd; background: #f8f8f8; position: relative; }


.message_title { width: 374px; overflow: hidden; border-bottom: 1px solid #bfbfbf; line-height: 36px; font-size: 23px; font-weight: normal; color: #4c4c4c; margin: 0 auto; margin-top: 17px; }


.message_content { width: 374px; overflow: hidden; margin: 0 auto; border-top: 1px solid #fff; padding-top: 13px; }


.message_frame { width: 100%; overflow: hidden; margin-bottom: 10px; }


.message_frame li { float: left; }


.message_select { width: 220px; overflow: hidden; margin: 0 auto; margin-bottom: 10px; }


.message_select li { color: #959593; float: left; }


.input-radio { width: 13px; height: 13px; position: relative; top: -1px; vertical-align: middle; margin: 0 5px; color: #666; }


.message_phone { width: 95%; text-align: right; font-size: 14px; color: #658dc1; font-weight: bold; }


.message_name { width: 65px; overflow: hidden; text-align: right; line-height: 39px; color: #959593; font-size: 13px; }


.message_input { width: 294px; overflow: hidden; }


.message_input input { width: 292px; height: 36px; border: 1px solid #d3d3d3; }


.message_input textarea { width: 290px; height: 103px; border: 1px solid #d3d3d3; }


.button_submit { width: 80px; height: 30px; background: url("../Images/img.png")/*tpa=http://www.meixin.cn/Content/images/img.png*/ no-repeat -482px -90px; float: right; margin-right: 15px; text-align: center; line-height: 30px; font-size: 14px; color: #fff; margin-bottom: 17px; cursor: pointer; }


.button_submit:hover { width: 80px; height: 30px; background: url("../Images/img.png")/*tpa=http://www.meixin.cn/Content/images/img.png*/ no-repeat -482px -120px; float: right; margin-right: 15px; text-align: center; line-height: 30px; font-size: 14px; color: #fff; margin-bottom: 17px; }


.message_close { width: 22px; height: 22px; background: url("../Images/img.png")/*tpa=http://www.meixin.cn/Content/images/img.png*/ no-repeat -504px -68px; position: absolute; top: 15px; right: 15px; cursor: pointer; }


.message_close:hover { width: 22px; height: 22px; background: url("../Images/img.png")/*tpa=http://www.meixin.cn/Content/images/img.png*/ no-repeat -529px -68px; position: absolute; top: 15px; right: 15px; cursor: pointer; }





/*首页预约地区样式*/


.pop_up_city_list_box { width: 333px; height: auto; border: 1px solid #bdc1c4; background-color: #fff; }


.pop_up_city_list_box ul li { width: 320px; height: 38px; padding-left: 13px; color: #777; line-height: 38px; font-size: 14px; }


.pop_up_city_list_box ul li:hover { color: #3179cb; font-weight: 600; background-color: #ecf1f5; }





.index_download_center { background: url("../Images/download_center_video_img.jpg")/*tpa=http://www.meixin.cn/Content/images/download_center_video_img.jpg*/ no-repeat left 6px; }


.index_download_center a { display: block; height: 70px; padding-left: 80px; width: 220px; padding-top: 14px; line-height: 25px; }


.index_download_center a:hover { text-decoration: underline; }





.index_demobox_inputbox_date .index_demobox_inputbox_date_icon { width: 38px; height: 38px; float: right; }


.index_demobox_inputbox_date .index_demobox_inputbox_date_icon button { border: none; width: 38px; height: 38px; background: url("../Images/index_demo_icon.png")/*tpa=http://www.meixin.cn/Content/images/index_demo_icon.png*/ no-repeat -76px 0; cursor: pointer; float: right; }


.index_demobox_inputbox_date .index_demobox_inputbox_date_icon:hover button { background: url("../Images/index_demo_icon.png")/*tpa=http://www.meixin.cn/Content/images/index_demo_icon.png*/ no-repeat -114px 0; }





.index_demobox_inputbox_date { float: right; }


.index_demobox_inputbox_city_input input { width: 202px; height: 28px; border: none; font-size: 14px; }


.index_demobox_inputbox_city_input .ui-datepicker-trigger { border: none; width: 38px; height: 38px; background: url("../Images/index_demo_icon.png")/*tpa=http://www.meixin.cn/Content/images/index_demo_icon.png*/ no-repeat -76px 0; cursor: pointer; float: right; }











/*banner*/


.index_bannerbox { width: 100%; height: 620px; overflow: hidden; position: relative; }


.banner_listbox { width: 100%; height: 620px; overflow: hidden; position: absolute; left: 0; top: 0; }


.banner_list { width: auto; height: 620px; z-index: 99; }


.banner_listbox ul { width: auto; height: 620px; overflow: hidden; }


.banner_listbox ul li {width: auto; height: 620px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }


.index_banner1 { height: 620px; }


.banner_list_text { width: 1200px; height: 620px; margin: 0 auto; position: relative; }


.banner_registerbg { width: 100%; height: 620px; position: absolute; top: 0; left: 0; }


.banner_registerbox { width: 1200px; height: 620px; margin: 0 auto; }


.banner_register_main { width: 260px; height: auto; padding: 20px 16px 30px; background-color: rgba(255,255,255,0.9); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff); /*float:right; margin-top:110px;margin-right: 98px;*/ position: absolute; top: 110px; right: 120px; }


.register_main_title { width: auto; border-bottom: 1px dashed #c7c7c7; line-height: 50px; background: url("../Images/wx_icon01.png")/*tpa=http://www.meixin.cn/Content/images/wx_icon01.png*/ no-repeat left center; padding-left: 40px; font-size: 20px; color: #272727; margin-bottom: 24px; }


.register_main_content { width: auto; height: auto; margin: 14px 0; overflow: hidden; }


.register_main_content li h3 { float: left; font-size: 14px; color: #666; line-height: 34px; }


.register_main_content_input { float: right; }


.input_190 { width: 170px; height: 34px; border: 1px solid #e5e5e5; line-height: 34px; padding: 0 10px; font-size: 14px; color: #666; }


.input_92 { width: 72px; height: 34px; border: 1px solid #e5e5e5; line-height: 34px; padding: 0 10px; font-size: 14px; color: #666; float: right; }


.register_main_content_input input:hover { border: 1px solid #c7c7c7; }


.register_main_content_input span { float: right; width: 92px; height: 36px; background-color: #c7c7c7; text-align: center; line-height: 36px; font-size: 14px; color: #666; cursor: pointer; margin-left: 6px; }


.register_main_content_input img { float: right; width: 92px; height: 36px; background-color: #c7c7c7; text-align: center; line-height: 36px; font-size: 14px; color: #666; cursor: pointer; margin-left: 6px; }


.register_main_button a { width: 100%; height: 40px; border-radius: 2px; color: #fff; font-size: 18px; background-color: #00ad66; text-align: center; line-height: 40px; margin-top: 24px; display: block; }


.register_main_button a:hover { background-color: #008f54; }





.banner_icon { display: block; width: 58px; height: 58px; border-radius: 50%; margin: auto; margin-bottom: 8px; }


.banner_icon01 { background: url("../Images/00.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/01.png*/ no-repeat center center; background-color: #fff; }


.banner_icon02 { background: url("../Images/01.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/02.png*/ no-repeat center center; background-color: #fff; }


.banner_icon03 { background: url("../Images/02.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/03.png*/ no-repeat center center; background-color: #fff; }


.banner_icon04 { background: url("../Images/03.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/04.png*/ no-repeat center center; background-color: #fff; }


.banner_icon05 { background: url("../Images/04.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/05.png*/ no-repeat center center; background-color: #fff; }


.banner_icon06 { background: url("../Images/05.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/06.png*/ no-repeat center center; background-color: #fff; }


.banner_icon07 { background: url("../Images/06.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/07.png*/ no-repeat center center; background-color: #fff; }


.banner_icon08 { background: url("../Images/07.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/08.png*/ no-repeat center center; background-color: #fff; }


.banner_icon09 { background: url("../Images/08.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/09.png*/ no-repeat center center; background-color: #fff; }


.banner_icon10 { background: url("../Images/09.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/10.png*/ no-repeat center center; background-color: #fff; }


.banner_icon11 { background: url("../Images/10.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/11.png*/ no-repeat center center; background-color: #fff; }


.banner_icon12 { background: url("../Images/11.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/12.png*/ no-repeat center center; background-color: #fff; }


.banner_icon13 { background: url("../Images/12.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/13.png*/ no-repeat center center; background-color: #fff; }


.banner_icon14 { background: url("../Images/13.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/14.png*/ no-repeat center center; background-color: #fff; }


.banner_icon15 { background: url("../Images/14.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/15.png*/ no-repeat center center; background-color: #fff; }


.banner_icon16 { background: url("../Images/16.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/16.png*/ no-repeat center center; background-color: #fff; }


.banner_regist_box { width: 1200px; height: 0px; margin: auto; position: absolute; left: 0; right: 0; }


.banner_iconmenubox { width: 1200px; height: 82px; overflow: hidden; margin: auto; position: absolute; left: 0; bottom: 20px; right: 0; }


.banner_iconmenubox li { float: left; width: 74px; margin: auto; text-align: center; font-size: 12px; color: #fff; }


.banner_iconmenubox li:hover { color: #00ad66; cursor: pointer; }


.banner_iconmenubox li:hover .banner_icon01 { background: url("../Images/00_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/01_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon02 { background: url("../Images/01_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/02_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon03 { background: url("../Images/02_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/03_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon04 { background: url("../Images/03_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/04_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon05 { background: url("../Images/04_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/05_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon06 { background: url("../Images/05_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/06_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon07 { background: url("../Images/06_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/07_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon08 { background: url("../Images/07_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/08_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon09 { background: url("../Images/08_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/09_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon10 { background: url("../Images/09_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/10_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon11 { background: url("../Images/10_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/11_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon12 { background: url("../Images/11_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/12_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon13 { background: url("../Images/12_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/13_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon14 { background: url("../Images/13_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/14_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon15 { background: url("../Images/14_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/15_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox li:hover .banner_icon16 { background: url("../Images/16_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/16_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current { color: #00ad66; cursor: pointer; }


.banner_iconmenubox .current .banner_icon01 { background: url("../Images/00_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/01_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon02 { background: url("../Images/01_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/02_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon03 { background: url("../Images/02_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/03_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon04 { background: url("../Images/03_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/04_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon05 { background: url("../Images/04_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/05_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon06 { background: url("../Images/05_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/06_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon07 { background: url("../Images/06_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/07_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon08 { background: url("../Images/07_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/08_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon09 { background: url("../Images/08_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/09_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon10 { background: url("../Images/09_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/10_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon11 { background: url("../Images/10_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/11_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon12 { background: url("../Images/11_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/12_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon13 { background: url("../Images/12_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/13_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon14 { background: url("../Images/13_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/14_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon15 { background: url("../Images/14_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/15_hover.png*/ no-repeat center center; background-color: #00ad66; }


.banner_iconmenubox .current .banner_icon16 { background: url("../Images/16_hover.png")/*tpa=http://www.meixin.cn/Content/images/banner_icon/16_hover.png*/ no-repeat center center; background-color: #00ad66; }





.banner_register_main .popupsignbox_signbox_hint { width: 100%; overflow: hidden; }


.banner_register_main .popupsignbox_signbox_hint .popupsignbox_signbox_password a { display: block; color: #00ad66; float: left; }


.banner_register_main .popupsignbox_signbox_hint .popupsignbox_signbox_sign a { display: block; float: right; color: #666; }








/*首页banner大图*/


.meixin_banner_content { width: 1200px; height: 350px; position: absolute; left: 20px; top: 0; bottom: 0; margin: auto; }


.banner_content_title a { font-size: 60px; color: #fff; }


.banner_content_title a i { font-size: 30px; color: #fff; font-style: normal; }


/*.banner_content_title a:hover{ text-decoration:underline; color:#00ad66;}


.banner_content_title a:hover i{ color:#00ad66;}*/


.banner_content_title a:hover span { text-decoration: underline; color: #00ad66; }


.banner_content_subtitle { font-size: 22px; color: #fefefe; padding-top: 14px; max-width: 470px; line-height: 38px; }


.banner_content_btnbox { padding-top: 60px;/*padding-left:45px;*/  }


.banner_content_btnbox a { padding: 15px 156px; font-size: 38px; color: #FF0000; border: 2px solid #FF0000; border-radius: 5px; width:800px;}


.banner_content_btnbox a:hover { text-decoration: underline; background-color: #00ad66; border: 2px solid #00ad66; color:#FFF }


.index_banner1 { width: 100%; background: url("../Images/banner_0.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_1.jpg*/ no-repeat scroll center top transparent }


.index_banner2 { width: 100%; background: url("../Images/banner_1.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_2.jpg*/ no-repeat scroll center top transparent }


.index_banner3 { width: 100%; background: url("../Images/banner_2.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_3.jpg*/ no-repeat scroll center top transparent }


.index_banner4 { width: 100%; background: url("../Images/banner_3.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_4.jpg*/ no-repeat scroll center top transparent }


.index_banner5 { width: 100%; background: url("../Images/banner_4.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_5.jpg*/ no-repeat scroll center top transparent }


.index_banner6 { width: 100%; background: url("../Images/banner_5.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_6.jpg*/ no-repeat scroll center top transparent }


.index_banner7 { width: 100%; background: url("../Images/banner_6.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_7.jpg*/ no-repeat scroll center top transparent }


.index_banner8 { width: 100%; background: url("../Images/banner_7.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_8.jpg*/ no-repeat scroll center top transparent }


.index_banner9 { width: 100%; background: url("../Images/banner_8.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_9.jpg*/ no-repeat scroll center top transparent }


.index_banner10 { width: 100%; background: url("../Images/banner_9.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_10.jpg*/ no-repeat scroll center top transparent }


.index_banner11 { width: 100%; background: url("../Images/banner_10.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_11.jpg*/no-repeat scroll center top transparent }


.index_banner12 { width: 100%; background: url("../Images/banner_11.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_12.jpg*/ no-repeat scroll center top transparent }


.index_banner13 { width: 100%; background: url("../Images/banner_12.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_13.jpg*/ no-repeat scroll center top transparent }


.index_banner14 { width: 100%; background: url("../Images/banner_13.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_14.jpg*/ no-repeat scroll center top transparent }


.index_banner15 { width: 100%; background: url("../Images/banner_14.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_15.jpg*/ no-repeat scroll center top transparent }


.index_banner16 { width: 100%; background: url("../Images/banner_16.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/banner_16.jpg*/ no-repeat scroll center top transparent }


/*首页banner结束*/











/*微信公众号系统*/

.index_xia_bgbox { width: 100%; height: auto; padding: 20px 0; background-color: #fff; }

.index_main_bgbox { width: 100%; height: auto; padding: 20px 0; background-color: #f5f5f5; }


.index_main_box { width: 1200px; height: auto; margin: 0 auto; overflow: hidden; position: relative; }


.index_main_titlebox { width: auto;  background: url("../Images/01.png")/*tpa=http://www.meixin.cn/Content/images/title/01.png*/ no-repeat center center; margin-bottom: 0px; }


.index_main_titlebox h1 { font-size: 36px; color: #272727; text-align: center; margin-left: 42px; padding-top: 6px; }


.index_main_titlebox p { text-align: center; font-size: 18px; color: #666; margin-top: 45px; line-height: 36px; }


.index_main_titlebox p a { font-size: 18px; color: #00ad66; text-decoration: underline; padding-top: 10px; }


.index_main_titlebox_zhuyun { width: auto; height: 72px; background: url("../Images/06.png")/*tpa=http://www.meixin.cn/Content/images/title/06.png*/ no-repeat center center; margin-bottom: 60px; }


.index_main_titlebox_zhuyun h1 { font-size: 36px; color: #272727; text-align: center; margin-left: 18px; padding-top: 6px; }


.index_wxsystem_title { margin-bottom: 180px; }


.index_system_mainbox { width: 100%; height: 500px; position: relative; }


.index_system_listbox { width: 298px; position: absolute; left: 0; top: 0; z-index: 1; border: 1px solid #c7c7c7; background-color: #fff; clear: both; }


.index_system_iconbox { width: 100%; height: 160px; background-color: #252d30; padding-top: 24px; }


.index_system_icon { width: 76px; height: 76px; background: url("../Images/price_iconbox.png")/*tpa=http://www.meixin.cn/Content/images/price_iconbox.png*/ no-repeat center top; margin: 0 auto; }


.system_icon01 { width: 100%; height: 76px; background: url("../Images/price_icon01.png")/*tpa=http://www.meixin.cn/Content/images/price_icon01.png*/ no-repeat center center; display: block; }


.system_icon02 { width: 100%; height: 76px; background: url("../Images/price_icon02.png")/*tpa=http://www.meixin.cn/Content/images/price_icon02.png*/ no-repeat 23px center; display: block; }


.system_icon03 { width: 100%; height: 76px; background: url("../Images/price_icon03.png")/*tpa=http://www.meixin.cn/Content/images/price_icon03.png*/ no-repeat 23px center; display: block; }


.system_icon04 { width: 100%; height: 76px; background: url("../Images/price_icon04.png")/*tpa=http://www.meixin.cn/Content/images/price_icon04.png*/ no-repeat center center; display: block; }


.index_system_title { width: 100%; margin-top: 12px; text-align: center; }


.index_system_title a { font-size: 24px; color: #fff; }


.index_system_title a:hover { font-size: 24px; color: #fff; text-decoration: underline; }


.index_system_title p { font-size: 14px; color: #fff; opacity: 0.5; margin-top: 2px; }


.index_system_pricebox { width: auto; padding: 0 20px; overflow: hidden; }


.index_system_price { width: 100%; border-bottom: 1px dashed #e5e5e5; height: 70px; text-align: center; line-height: 70px; }


.index_system_price h2 { font-size: 36px; font-family: Arial, Helvetica, sans-serif; letter-spacing: -1; font-weight: bold; color: #00ad66; }


.index_system_price h2 i { font-size: 20px; font-weight: normal; }


.system_price_functionbox { width: 100%; margin-top: 6px; overflow: hidden; }


.system_price_functionbox ul { margin: 15px 0; overflow: hidden; }


.system_price_functionbox ul li { float: left; font-size: 14px; color: #777; background: url("../Images/icon_check.png")/*tpa=http://www.meixin.cn/Content/images/icon_check.png*/ no-repeat 20px center; padding-left: 40px; width: 89px; }


.system_price_functionbox ul li.system_price_function_uncheck { background: url("../Images/icon_uncheck.png")/*tpa=http://www.meixin.cn/Content/images/icon_uncheck.png*/ no-repeat 20px center; }


.system_price_function_btn { width: auto; height: auto; overflow: hidden; margin: 20px 10px 30px; }


.system_price_function_btn a { width: 106px; height: 32px; border-radius: 2px; color: #00ad66; border: 1px solid #00ad66; line-height: 32px; text-align: center; font-size: 16px; display: block; float: left; }


.system_price_function_btn a.system_price_function_btn_r { float: right; }


.system_price_function_btn a:hover { background-color: #00ad66; color: #fff; }


.index_system_list02 { left: 298px; top: 0; }


.index_system_list03 { left: 596px; top: 0; }


.index_system_list04 { left: 892px; top: 0; }


.index_system_listbox:hover { border: 2px solid #00ad66; z-index: 2; top: -1px; box-shadow: 0 0 10px #00ad66; }


.index_system_listbox:hover .index_system_iconbox { background-color: #00ad66; }


.index_system_listbox:hover .index_system_icon { background: url("../Images/price_iconbox.png")/*tpa=http://www.meixin.cn/Content/images/price_iconbox.png*/ no-repeat center bottom; }


.index_system_listbox:hover .system_icon01 { background: url("../Images/price_icon01_hover.png")/*tpa=http://www.meixin.cn/Content/images/price_icon01_hover.png*/ no-repeat center center; }


.index_system_listbox:hover .system_icon02 { background: url("../Images/price_icon02_hover.png")/*tpa=http://www.meixin.cn/Content/images/price_icon02_hover.png*/ no-repeat 23px center; }


.index_system_listbox:hover .system_icon03 { background: url("../Images/price_icon03_hover.png")/*tpa=http://www.meixin.cn/Content/images/price_icon03_hover.png*/ no-repeat 23px center; }


.index_system_listbox:hover .system_icon04 { background: url("../Images/price_icon04_hover.png")/*tpa=http://www.meixin.cn/Content/images/price_icon04_hover.png*/ no-repeat center center; }


.index_system_btn { width: 100%; margin-top: 50px; overflow: hidden; }


.index_system_btn a { width: 228px; height: 44px; border-radius: 2px; border: 1px solid #272727; color: #272727; font-size: 20px; text-align: center; line-height: 44px; display: block; margin: 0 auto; }


.index_system_btn a:hover { background-color: #00ad66; border: 1px solid #00ad66; color: #fff; }





/*特点功能*/


.index_function_mianbox { width: 100%; height: auto; padding: 80px 0; }


.index_function_titlebox { width: auto; height: 72px; background: url("../Images/02.png")/*tpa=http://www.meixin.cn/Content/images/title/02.png*/ no-repeat center center; margin-bottom: 35px; }


.index_function_titlebox h1 { font-size: 36px; color: #272727; text-align: center; margin-left: 15px; padding-top: 6px; }


.index_function_mian_listbox { width: 100%; height: auto; /*overflow: hidden;*/ }


.index_function_mian_listbox ul { padding: 35px 0; clear: both; }


.index_function_mian_listbox ul li { float: left; width: 270px; height: 146px; border: 1px solid #ebebeb; margin-right: 37px; background-color: #f5f5f5; position: relative; }


.index_function_mian_listbox ul li:hover { box-shadow: 0 0 10px #ccc; }


.index_function_mian_listbox ul li:last-child { margin-right: 0; }


.function_mian_list_text { width: auto; height: auto; padding: 15px 0; overflow: hidden; }


.function_list_icon { float: left; width: 67px; height: 67px; border: 2px solid #00ad66; background: url("../Images/01.png")/*tpa=http://www.meixin.cn/Content/images/function_icon/01.png*/ no-repeat center center; border-radius: 50%; margin-left: 25px; }


.function_list_icon02 { border: 2px solid #fd9525; background: url("../Images/02.png")/*tpa=http://www.meixin.cn/Content/images/function_icon/02.png*/ no-repeat center center; }


.function_list_icon03 { border: 2px solid #129cfd; background: url("../Images/03.png")/*tpa=http://www.meixin.cn/Content/images/function_icon/03.png*/ no-repeat center center; }


.function_list_icon04 { border: 2px solid #f1c100; background: url("../Images/04.png")/*tpa=http://www.meixin.cn/Content/images/function_icon/04.png*/ no-repeat center center; }


.function_list_icon05 { border: 2px solid #00c6f1; background: url("../Images/05.png")/*tpa=http://www.meixin.cn/Content/images/function_icon/05.png*/ no-repeat center center; }


.function_list_icon06 { border: 2px solid #00a7ad; background: url("../Images/06.png")/*tpa=http://www.meixin.cn/Content/images/function_icon/06.png*/ no-repeat center center; }


.function_list_icon07 { border: 2px solid #dfd641; background: url("../Images/07.png")/*tpa=http://www.meixin.cn/Content/images/function_icon/07.png*/ no-repeat center center; }


.function_list_icon08 { border: 2px solid #c32102; background: url("../Images/08.png")/*tpa=http://www.meixin.cn/Content/images/function_icon/08.png*/ no-repeat center center; }


.function_list_icon09 { border: 2px solid #1e8dcc; background: url("../Images/09.png")/*tpa=http://www.meixin.cn/Content/images/function_icon/09.png*/ no-repeat center center; }


.function_list_icon10 { border: 2px solid #3ecf94; background: url("../Images/10.png")/*tpa=http://www.meixin.cn/Content/images/function_icon/10.png*/ no-repeat center center; }


.function_list_icon11 { border: 2px solid #ddb100; background: url("../Images/11.png")/*tpa=http://www.meixin.cn/Content/images/function_icon/11.png*/ no-repeat center center; }


.function_list_icon12 { border: 2px solid #ff8e15; background: url("../Images/12.png")/*tpa=http://www.meixin.cn/Content/images/function_icon/12.png*/ no-repeat center center; }


.function_list_text { float: left; margin-left: 15px; }


.function_list_text h2 { font-size: 22px; color: #272727; margin: 8px 0 2px; }


.function_list_text p { font-size: 14px; color: #777; }


.function_mian_list_btn { width: auto; height: auto; padding: 0 10px; text-align: center; }


.function_mian_list_btn a { display: inline-block; *display: inline; width: 96px; height: 28px; border: 1px solid #c7c7c7; border-radius: 2px; color: #666; font-size: 15px; text-align: center; line-height: 28px; margin: 0 10px; }


.function_mian_list_btn a:hover { background-color: #00ad66; color: #fff; border: 1px solid #00ad66; }





/*试用*/


.main_consultbg { width: 100%; height: 190px; background: url("../Images/bg_img.png")/*tpa=http://www.meixin.cn/Content/images/bg_img.png*/ no-repeat center center; background-color: #00ad66; }


.main_consultbox { width: 1100px; height: 100%; overflow: hidden; margin: 0 auto; }


.main_consultbox table { width: 100%; height: 100%; border-collapse: collapse; }


.main_consultbox_people { width: 135px; height: 157px; background: url("../Images/consult_people-1.png")/*tpa=http://www.meixin.cn/Content/images/consult_people.png*/ no-repeat left center; }


.main_consultbox_content { width: 690px; overflow: hidden; }


.main_consultbox_content_title { width: 100%; overflow: hidden; font-size: 24px; color: #fff; line-height: 37px; border-bottom: 1px solid #48c491; }


.main_consultbox_content_hint { width: 100%; overflow: hidden; font-size: 16px; color: #fff; opacity: 0.6; line-height: 27px; padding-top: 5px; }


.main_consultbox_content a { color: #3179cb; }


.main_consultbox_button { float: right; }


.main_consultbox_button a { width: 128px; height: 32px; border: 1px solid #272727; border-radius: 2px; text-align: center; line-height: 32px; display: block; color: #272727; font-size: 16px; }


.main_consultbox_button a:hover { background-color: #272727; color: #fff; }





/*应用场景*/


.index_scenarios_title { background: url("../Images/07.png")/*tpa=http://www.meixin.cn/Content/images/title/03.png*/ no-repeat 500px 15px; }


.index_scenarios_title h1 { font-size: 36px; color: #272727; text-align: center; margin-left: 24px; padding-top: 6px; }


.index_scenarios_mian_listbox { width: 100%; height: auto; overflow: hidden; }


.index_scenarios_mian_listbox ul { margin: 20px 0; overflow: hidden; }


.index_scenarios_mian_listbox ul li { float: left; margin-left: 10px;margin-right: 10px; width: 380px; height: auto; position: relative; margin-top:20px; }


.index_scenarios_mian_listbox ul li:last-child { margin-right: 0; }


.index_scenarios_mian_listbox ul li span { width: 43px; height: 43px; border-radius: 50%; background-color: rgba(0,0,0,0.5); font-size: 24px; color: #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); display: block; position: absolute; top: 5px; left: 5px; text-align: center; line-height: 42px; }


.scenarios_list_img img{ width: 380px; height: 280px; overflow: hidden; }


.scenarios_list_textbox { width: auto; background-color: #333333; padding: 22px; overflow: hidden; }


.scenarios_list_code { float: left; width: 78px; height: auto; text-align: center; font-size: 12px; color: #c7c7c7; }


.scenarios_list_code img { width: 78px; height: auto; margin-bottom: 6px; }


.scenarios_list_text { float: left; margin-left: 25px; }


.scenarios_list_text h3 { font-size: 24px; color: #fff; }


.scenarios_list_text p { font-size: 14px; color: #fff; opacity: 0.6; margin-top: 2px; }


.scenarios_list_btnbox { width: 92px; height: 26px; border: 1px solid #999999; font-size: 16px; color: #9c9c9c; border-radius: 2px; text-align: center; line-height: 26px; display: block; margin-top: 15px; }


.scenarios_list_btnbox:hover { background-color: #00ad66; border: 1px solid #00ad66; color: #fff; }





/*微信系统页面*/


.index_system_page_box { width: 100%; height: auto; overflow: hidden; position: relative;  }


.index_system_page_main { width: 1200px; height: auto; overflow: hidden; position: relative; }


.index_system_page_mainlist { width: 2022px; height: 570px; position: absolute; }


.index_system_page_mainlist li { float: left; width: auto; height: auto; margin-right: 25px; text-align: center; }


.index_system_page_img { width: 310px; height: 518px; border: 1px solid #c7c7c7; overflow: hidden; }


.index_system_page_img img { transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; }


/*.index_system_page_mainlist li:hover img { transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); -webkit-transform: scale(1.4); }*/


.index_system_page_title { width: auto; padding: 20px 30px 0; overflow: hidden; }


.index_system_page_title span { display: block; width: 100%; border-top: 1px dashed #e5e5e5; margin-top: 10px; }


.index_system_page_title h5 { font-size: 14px; color: #777; padding: 0 20px; background-color: #fff; display: inline-block; *display: inline; margin-top: -12px; }


.index_system_page_arrow_l { width: 188px; height: 520px; background-color: rgba(0,0,0,0.4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); position: absolute; top: 0; left: 0; cursor: pointer; }


.index_system_page_arrow_l span { display: block; width: 26px; height: 70px; background: url("../Images/arrow.png")/*tpa=http://www.meixin.cn/Content/images/arrow.png*/ no-repeat left center; position: absolute; top: 50%; left: 50%; margin-top: -35px; margin-left: -13px; }


.index_system_page_arrow_r { width: 188px; height: 520px; background-color: rgba(0,0,0,0.4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); position: absolute; top: 0; right: 0; cursor: pointer; }


.index_system_page_arrow_r span { display: block; width: 26px; height: 70px; background: url("../Images/arrow.png")/*tpa=http://www.meixin.cn/Content/images/arrow.png*/ no-repeat right center; position: absolute; top: 50%; left: 50%; margin-top: -35px; margin-left: -13px; }





/*三级分销*/


.index_distribution_title { background: url("../Images/03.png")/*tpa=http://www.meixin.cn/Content/images/title/04.png*/ no-repeat 490px 15px; }


.index_distribution_title h1 { font-size: 36px; color: #272727; text-align: center; margin-left: 20px; padding-top: 6px; }

.index_distribution_title h2 { font-size: 14px; color: #272727; text-align: center; margin-left: 20px; padding-top: 6px; }

.system_page_title_bg h5 { background-color: #f5f5f5; }





/*每日更新*/


.index_news_mianbox { width: 100%; padding: 10px 0; overflow: hidden; height: auto; }


.index_news_main { width: 1170px; height: auto; padding: 0 20px; overflow: hidden; margin: 0 auto; background: url("../Images/line.png")/*tpa=http://www.meixin.cn/Content/images/line.png*/ no-repeat center 50px; }


.news_main_l { width: 478px; float: left; height: auto; }


.index_news_main_l h2 { font-size: 30px; color: #272727; line-height: 60px; border-bottom: 1px solid #e5e5e5; }

.index_news_main_l h2 span{ font-size: 14px; float:right;}


.news_main_textbox { width: 100%; margin-top: 30px; overflow: hidden; }


.news_main_text_img { width: 478px; height: 129px; overflow: hidden; }


.news_main_text h5 { width: 456px; height: auto; padding: 20px 0; padding-right: 20px; text-indent: 14px; font-size: 16px; color: #333; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border: 1px solid #e5e5e5; border-top: none; }


.news_main_text h5 a { color: inherit; }


.news_main_text_list { width: auto; /*overflow: hidden;*/ }


.news_main_text_list ul li { margin: 20px 0; overflow: hidden; }


.news_main_text_list ul li a { font-size: 14px; color: #666; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }


.news_main_text_list ul li a i { margin: 0 10px 0 15px; }


.news_main_text_list ul li a:hover { color: #00ad66; text-decoration: underline; }


.index_news_main_r { float: right; }





/*增值服务*/


.index_addservices_bgbox { width: 100%; height: auto; background-color: #f5f5f5; overflow: hidden; }


.index_addservices_mainbox { width: 1200px; height: auto; overflow: hidden; margin: 0 auto; padding: 30px 0; }


.index_addservices_mainbox ul li { float: left; width: 210px; padding: 0 58px; border-right: 1px solid #c7c7c7; }


.index_addservices_mainbox ul li:first-child { padding-left: 0; }


.index_addservices_mainbox ul li:last-child { border-right: 0; padding-right: 0; }


.addservices_main_list { width: 100%; text-align: center; overflow: hidden; }


.addservices_main_list h5 { font-size: 24px; color: #272727; line-height: 40px; background: url("../Images/addservice_icon01.png")/*tpa=http://www.meixin.cn/Content/images/addservice_icon01.png*/ no-repeat 30px center; padding-left: 40px; }


.index_addservices_mainbox ul li p { font-size: 14px; color: #666; line-height: 24px; margin-top: 10px; text-align: center; }


.addservices_main_list02 h5 { background: url("../Images/addservice_icon02.png")/*tpa=http://www.meixin.cn/Content/images/addservice_icon02.png*/ no-repeat 30px center; }


.addservices_main_list03 h5 { background: url("../Images/addservice_icon03.png")/*tpa=http://www.meixin.cn/Content/images/addservice_icon03.png*/ no-repeat 10px center; padding-left: 44px; }


.addservices_main_list04 h5 { background: url("../Images/addservice_icon04.png")/*tpa=http://www.meixin.cn/Content/images/addservice_icon04.png*/ no-repeat 30px center; }





/*现场演示*/


.index_demobg { width: 100%; overflow: hidden; }


.index_demobox { width: 700px; overflow: hidden; margin: 0 auto; padding: 14px 0px 0px 470px; background: url("../Images/index_demo.png")/*tpa=http://www.meixin.cn/Content/images/index_demo.png*/ no-repeat left 50px; min-height: 560px; }


.index_demobox_hint { width: 100%; overflow: hidden; font-size: 16px; color: #777; line-height: 29px; padding: 10px 0px 15px 0; }


.index_demobox_inputbox { width: 100%; overflow: hidden; margin-bottom: 10px; }


.index_demobox_inputbox_city, .index_demobox_inputbox_date { width: 333px; height: 38px; background: #fff; border: 1px solid #bdc1c4; float: left; font-size: 14px; color: #222; }


.index_demobox_inputbox_city li, .index_demobox_inputbox_date li, .index_demobox_inputbox_messagebox li { float: left; line-height: 38px; }


.index_demobox_inputbox_name { padding-left: 8px; color: #777; }


.index_demobox_inputbox_city .index_demobox_inputbox_city_icon { width: 38px; height: 38px; background: url("../Images/index_demo_icon.png")/*tpa=http://www.meixin.cn/Content/images/index_demo_icon.png*/ no-repeat 0 0; cursor: pointer; float: right; }


.index_demobox_inputbox_city .index_demobox_inputbox_city_icon:hover { background: url("../Images/index_demo_icon.png")/*tpa=http://www.meixin.cn/Content/images/index_demo_icon.png*/ no-repeat -38px 0; }


.index_demobox_inputbox_date { float: right; }


.index_demobox_inputbox_input input { width: 235px; height: 28px; border: none; }


.index_demobox_inputbox_messagebox { width: auto; overflow: hidden; background: #fff; border: 1px solid #bdc1c4; font-size: 14px; color: #222; }


.index_demobox_inputbox_message { float: left; }


.index_demobox_inputbox_message textarea { width: 580px; height: 130px; margin-top: 7px; border: none; font-size: 14px; line-height: 25px; }


.index_demobox_button { margin: 0 auto; }


.index_titlebox_black, .index_titlebox_white { width: 365px; height: 100px; margin: 0 auto; position: relative; }


.index_titlebox_name { width: 100%; overflow: hidden; text-align: center; font-size: 36px; color: #272727; position: absolute; top: 5px; left: 6px; }


.index_newsbox_list_newsbox_time_red { color: #cb3131; }


.index_newsbox_list_newsbox_time_bule { color: #3179cb; }


.index_demobox_inputbox_date .index_demobox_inputbox_date_icon { width: 38px; height: 38px; float: right; }


.index_demobox_inputbox_date .index_demobox_inputbox_date_icon button { border: none; width: 38px; height: 38px; background: url("../Images/index_demo_icon.png")/*tpa=http://www.meixin.cn/Content/images/index_demo_icon.png*/ no-repeat -76px 0; cursor: pointer; float: right; }


.index_demobox_inputbox_date .index_demobox_inputbox_date_icon:hover button { background: url("../Images/index_demo_icon.png")/*tpa=http://www.meixin.cn/Content/images/index_demo_icon.png*/ no-repeat -114px 0; }


.index_titlebox_english { width: 218px; overflow: hidden; padding: 0 10px; min-height: 72px; background-repeat: no-repeat; background-position: center top; margin: 0 auto; }


.index_titlebox_english07 { background-image: url("../Images/05 .png")  /*tpa=http://www.meixin.cn/Content/images/title/05.png*/; }


.index_demo_btn { margin-top: 30px; }





/*底部*/

/*
.index_footerbg { width: 100%; height: auto; background-color: #14000a; overflow: hidden; }
*/
.index_footerbg { width: 100%; height: auto; background-color: #0b0007; overflow: hidden; }


.index_footer_main { width: 1200px; height: auto; margin: 0 auto; overflow: hidden; }


.index_footer_main_inputbox { padding: 60px 0 0; }


.main_footerbox_phonebox { width: 740px; height: 55px; border-radius: 500px; background: #fff; margin: 0 auto; position: relative; margin-bottom: 50px; }


.main_footerbox_phonebox_input { width: 100%; overflow: hidden; line-height: 55px; float: left; }


.main_footerbox_phonebox_input input { width: 100%; overflow: hidden; height: 55px; text-indent: 12px; font-size: 16px; color: #999da5; border: none; border-radius: 500px; text-indent: 24px; }


.main_footerbox_phonebox_button { width: auto; overflow: hidden; padding: 0 50px; line-height: 49px; border-radius: 500px; float: right; background-color: #00ad66; color: #fff; position: absolute; top: 3px; right: 3px; font-size: 22px; cursor: pointer; }


.main_footerbox_phonebox_button:hover { background-color: #008f54; }


.index_footer_main_textbox { width: 100%; overflow: hidden; padding-bottom: 34px; }


.footer_main_companyinfo { float: left; width:400px; height: auto; }


.footer_companyinfo { width: 290px; font-size: 14px; color: #797d7d; line-height: 24px; }


.footer_companyinfo_logo { margin-bottom: 10px; }


.footer_main_textbox { width: 800px; float: left; height: auto; }


.footer_main_text { width: 100%; height: auto; overflow: hidden; }


.footer_main_text li { float: left; width: 200px; margin-right: 0px; }


.footer_main_text li:last-child { margin-right: 0; }


.footer_main_text_list dt { font-size: 18px; color: #fff; margin-bottom: 18px; }


.footer_main_text_list dd { padding: 6px 0; }


.footer_main_text_list dd a { font-size: 14px; color: #797d7d; }


.footer_main_text_list dd a:hover { color: #00ad66; text-decoration: underline; }


.footer_main_text_list dd span { font-size: 14px; color: #797d7d; }



.yqljz { width: 100%; padding-top:20px;  padding-bottom:20px;overflow:hidden; border-top: 1px solid rgba(255,255,255,0.08); text-align: center; font-size: 12px; color: #c1c5c3;}


.yqlj{width: 1200px; margin:0 auto; line-height:30px; border-top: 0px solid rgba(255,255,255,0.08); text-align: center; font-size: 12px; color: #797d7d;}

.yqlj li{ float:left; list-style-type:none; padding-right:10px;}
.yqlj li a:link{ color:#797d7d;}
.yqlj li a:visited{ color:#797d7d;}
.yqlj li a:active{ color:#797d7d;}
.yqlj li a:hover { color:#f60;}


.webfoot{width: 1200px; margin:0 auto; line-height:30px; color:#333; text-align:center; }
.webfoot a{ padding-left:10px; padding-right:10px;}
.webfoot  a:link{ color:#333;}
.webfoot  a:visited{ color:#333;}
.webfoot  a:active{ color:#333;}
.webfoot  a:hover { color:#333;}


.index_footer_copy { width: 100%; padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.08); text-align: center; font-size: 12px; color: #c1c5c3;}


.index_footer_copy p { font-size: 12px; line-height: 24px; color: #999; opacity: 1; }

.index_footer_copy a:link{ color:#999;}
.index_footer_copy a:visited{ color:#999;}
.index_footer_copy a:active{ color:#999;}
.index_footer_copy a:hover { color:#999;}


.index_footer_copy li{ float:left;}


.footer_main_text_list dd h5, .footer_main_text_list h6 { font-size: 18px; color: #797d7d; padding-left: 30px; }


.footer_main_text_list dd h5 { background: url("../Images/phone_icon.png")/*tpa=http://www.meixin.cn/Content/images/phone_icon.png*/ no-repeat left center; }


.footer_main_text_list dd h6 { background: url("../Images/qq_icon.png")/*tpa=http://www.meixin.cn/Content/images/qq_icon.png*/ no-repeat left center; }


.footer_main_text_list dd h6:hover { text-decoration: underline; }


.footer_main_text_list_btn { width: 156px; height: 36px; text-align: center; line-height: 36px; border-radius: 2px; color: #fff; background-color: #00ad66; font-size: 18px; margin-top: 10px; cursor: pointer; }


.footer_main_text_list_btn:hover { background-color: #008f54; }





.main_footerbox_helpbox_img{width:124px;overflow:hidden; margin:0 auto; margin-bottom:10px;}


.main_footerbox_helpbox_img li{width:124px;height:47px;float:left;margin-right:3px;margin-left:3px;border-radius:3px;/*background-color:#fff;*/}


.main_footerbox_helpbox_img li img {opacity:0.8;}


/*注册-登录*/


.web_login { width: 100%; min-width: 1195px; overflow: hidden; border-bottom: 1px solid #e5e5e5; background: #f7f7f7; }


.web_login_box { width:1195px; overflow: hidden; margin: 0 auto; font-size: 12px; height: 26px; padding: 2px 0px 0px 0px; }


.web_login_box li { height: 100%; line-height: 24px; float: right; color: #8c8c8c;  font-size: 12px; position: relative; margin-right: 15px; }


.web_login_box li a { color: #8c8c8c; font-size: 12px; }


.web_login_box li a:hover { text-decoration: underline; }


/*.web_login_box_leftborder{border-right:1px solid #dedede}*/


/*.web_login_box_rightborder{border-left:1px solid #dedede}*/


.web_login_box_leftborder em { color: #8c8c8c; font-size: 12px; }


.web_login_box_leftborder em:hover { text-decoration: underline; }


.web_login_box_leftborder span { color: #ff6600; font-weight: bold; }


.LoginIcon_Phone { width: 16px; height: 16px; background: url("../Images/loginicon_phone.png")/*tpa=http://www.meixin.cn/Content/images/LoginIcon_Phone.png*/; position: absolute; top: 4px; left: -5px; }


.LoginIcon_Message { width: 16px; height: 16px; background: url("../Images/loginicon_message.png")/*tpa=http://www.meixin.cn/Content/images/LoginIcon_Message.png*/; position: absolute; top: 4px; left: -5px; }


.LoginIcon_TryOut { width: 16px; height: 16px; background: url("../Images/loginicon_tryout.png")/*tpa=http://www.meixin.cn/Content/images/LoginIcon_TryOut.png*/; position: absolute; top: 4px; left: -5px; }


.LoginIcon_PassWord { width: 16px; height: 16px; background: url("../Images/loginicon_password.png")/*tpa=http://www.meixin.cn/Content/images/LoginIcon_PassWord.png*/; position: absolute; top: 4px; left: -5px; }


.Header_Hint h1 { display: inline; font-weight: normal; }


.Header_Hint a { color: #8c8c8c; }





/*路径*/


.function_main_sitebox { width: 100%; height: 44px; background-color: #f5f5f5; }


.function_main_site { width: 1200px; height: 44px; line-height: 44px; font-size: 14px; color: #666; margin: 0 auto; position: relative; }


.function_main_site h5 { padding-left: 18px; background: url("../Images/path_icon.png")/*tpa=http://www.meixin.cn/Content/images/path_icon.png*/ no-repeat left center; }


.function_main_site h5 a { font-size: 14px; color: #666; }


.function_main_site h5 a:hover { text-decoration: underline; }





/*功能列表*/


.store_online_selectbox { width: 1200px; height: 64px; overflow: hidden; margin: 0 auto; position: relative; margin-bottom: 40px; }


.store_online_selectbox_line { width: 100%; height: 2px; background: #e0e0e0; position: absolute; top: 31px; left: 0; z-index: 1; }


.store_online_selectbox_listbg { width: 100%; height: 64px; position: absolute; top: 0; left: 0; z-index: 2; }


.store_online_selectbox_listbox { width: 402px; height: 44px; background: #fff; border: 10px solid #fff; margin: 0 auto; }


.store_online_selectbox_list { width: 402px; height: 40px; border: 2px solid #00ad66; border-radius: 8px; overflow: hidden; }


.store_online_selectbox_list li { float: left; text-align: center; border-right: 2px solid #00ad66; width: 200px; font-size: 20px; line-height: 40px; cursor: pointer; color: #00ad66; }


.store_online_selectbox_list a { font-size: 20px; color: #00ad66; display: block; }


.store_online_selectbox_list li:hover { text-decoration: underline; }


.store_online_selectbox_list li:last-child { border-right: none; }


.store_online_selectbox_list .checked { background-color: #00ad66; }


.store_online_selectbox_list .checked a { color: #fff; }





.store_online_selectbox_listbox_buymain { width: 200px; height: 44px; background: #fff; border: 10px solid #fff; margin: 0 auto; }


.store_online_selectbox_list_buymain { width: 202px; height: 40px; border: 2px solid #00ad66; border-radius: 8px; overflow: hidden; text-align: center; }


.store_online_selectbox_list_buymain li { text-align: center; width: 203px; font-size: 20px; line-height: 40px; cursor: pointer; color: #fff; background-color: #00ad66; }


.store_online_selectbox_list_buymain a { font-size: 20px; color: #fff; display: block; }


.store_online_selectbox_list_buymain li:hover { text-decoration: underline; }











.function_main_bannerbox { width: 100%; height: 295px; background: url("../Images/sbanner.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/sbanner.jpg*/ no-repeat top center; overflow: hidden; }


.function_main_bannerbox01 { width: 100%; height: 295px; background: url("../Images/sbanner01.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/sbanner01.jpg*/ no-repeat top center; overflow: hidden; }


.function_main_bannerbox02 { width: 100%; height: 295px; background: url("../Images/sbanner02.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/sbanner02.jpg*/ no-repeat top center; overflow: hidden; }


.function_main_bannerbox03 { width: 100%; height: 295px; background: url("../Images/sbanner03.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/sbanner03.jpg*/ no-repeat top center; overflow: hidden; }


.function_main_bannerbox04 { width: 100%; height: 295px; background: url("../Images/sbanner04.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/sbanner04.jpg*/ no-repeat top center; overflow: hidden; }


.function_main_bannerbox05 { width: 100%; height: 295px; background: url("../Images/sbanner05.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/sbanner05.jpg*/ no-repeat top center; overflow: hidden; }


.function_main_bannerbox06 { width: 100%; height: 295px; background: url("../Images/sbanner06.jpg")/*tpa=http://www.meixin.cn/Content/images/banner/sbanner06.jpg*/ no-repeat top center; overflow: hidden; }


.function_main_banner_text { width: 1200px; height: 100%; margin: 0 auto; }


.function_main_banner_btn { width: auto; height: auto; text-align: center; padding-top: 190px; padding-left: 686px; }


.function_main_banner_btn li { display: inline-block; *display: inline; margin: 0 20px; }


.function_main_banner_btn li a { display: block; color: #00ad66; font-size: 20px; padding: 6px 30px; border: 2px solid #00ad66; border-radius: 5px; }


.function_main_banner_btn li .main_banner_btnsolid { background-color: #00ad66; color: #fff; }


.function_main_banner_btn li .main_banner_btnsolid:hover { border: 2px solid #00ad66; color: #00ad66; background-color: transparent; }


.function_main_banner_btn li .main_banner_btnhollow:hover { background-color: #00ad66; color: #fff; }


.function_list_titlebox { width: 1200px; text-align: center; margin:0 auto; }


.function_list_titlebox h2 { font-size: 36px; color: #272727; }


.function_list_titlebox span { display: block; width: 56px; height: 2px; background-color: #00ad66; margin: 15px auto; }


.function_list_titlebox h6 { font-size: 16px; color: #666; }


.function_list_titlebox h6 a { font-size: 16px; color: #00ad66; text-decoration: underline; }


.function_list_titlebox p a { font-size: 16px; color: #00ad66; text-decoration: underline; }


.function_list_tablebox { width: 100%; height: auto; overflow: hidden; }


.function_list_table { width: 1200px; height: auto; margin: 0 auto; }


.function_list_tablemain { width: 100%; border-collapse: collapse; border: 1px solid #e5e5e5; margin-top: 40px; }


.function_list_tablemain tr th { background-color: #00ad66; color: #fff; font-size: 18px; font-weight: normal; line-height: 50px; }


.function_list_tablemain tr td { height: 34px; padding: 5px 0; border: 1px solid #e5e5e5; font-size: 14px; color: #666; text-align: center; }


.function_list_tablemain tr td .table_text { text-align: left; padding: 0 10px; }


.function_list_tablemain tr:nth-child(2n+1) { background-color: #f5f5f5; }





/*微信公众号*/


.store_online_systemfunctionbg { width: 100%; overflow: hidden; font-size: 14px; color: #666; }


.store_online_systemfunction_white { width: 100%; overflow: hidden; padding: 60px 0; background: #fff; clear: both; }


.store_online_systemfunction_gray { width: 100%; overflow: hidden; padding: 60px 0; background: #f5f5f5; }


.store_online_systemfunction_listbox { width: 1200px; overflow: hidden; margin: 0 auto; }


.store_online_systemfunction_title { width: 100%; overflow: hidden; text-align: center; font-size: 40px; color: #272727; }


.store_online_systemfunction_subtitle { width: 100%; overflow: hidden; text-align: center; font-size: 18px; padding: 20px 0 24px; color: #777; line-height: 30px; }


.store_online_systemfunction_functionbox_3 { width: 1100px; margin: 0 auto; overflow: hidden; margin-top: 50px; }


.store_online_systemfunction_functionbox_2 { width: 708px; overflow: hidden; margin: 0 auto; margin-top: 50px; }


.store_online_systemfunction_functionbox_4 { width: 100%; overflow: hidden; }


.store_online_systemfunction_functionbox_4 .store_online_systemfunction_function { width: 225px; margin-right: 25px; }


.store_online_systemfunction_function { width: 324px; overflow: hidden; float: left; margin-right: 60px; }


.store_online_systemfunction_function:last-child { margin-right: 0px; }


.store_online_systemfunction_functionicon { width: 52px; height: 52px; margin: 0 auto; background: url("../Images/wx_system_icon.png")/*tpa=http://www.meixin.cn/Content/images/wx_system_icon.png*/ no-repeat; }


.store_online_systemfunction_functionicon01 { background-position: 0 0; }


.store_online_systemfunction_functionicon02 { background-position: -49px 0; }


.store_online_systemfunction_functionicon03 { background-position: -98px 0; }


.store_online_systemfunction_functionicon04 { width: 62px; background-position: -147px 0; }


.store_online_systemfunction_functionicon05 { width: 51px; background-position: -210px 0; }


.store_online_systemfunction_functionname { width: 100%; overflow: hidden; font-size: 20px; color: #333; text-align: center; line-height: 50px; }


.store_online_systemfunction_functionhint { width: 100%; overflow: hidden; line-height: 23px; text-align: center; color: #777; font-size: 16px; }


.store_online_systemfunction_img { width: 100%; height: 345px; margin-top: 30px; }


.store_online_systemfunction_img img { margin: 0 auto; }


.store_online_buttonbox { width: 302px; overflow: hidden; margin: 0 auto; margin-top: 30px; }


.store_online_buttonbox a { display: block; width: 135px; height: 37px; border-radius: 2px; float: left; text-align: center; line-height: 37px; margin-left: 8px; margin-right: 8px; }


.wx_system_icon02 { background-position: -53px 0; }


.wx_system_icon03 { background-position: -106px 0; }


.wx_system_icon04 { background-position: -159px 0; }


.wx_system_icon05 { background-position: -212px 0; }


.wx_system_icon08 { background-position: -265px 0; }


.wx_system_icon09 { background-position: -318px 0; }


.wx_system_icon10 { background-position: -371px 0; }


.wx_system_icon11 { background-position: -424px 0; }


.wx_system_icon12 { background-position: -477px 0; }


.wx_system_icon13 { background-position: 0 -55px; }


.wx_system_icon14 { background-position: -53px -55px; }


.wx_system_icon15 { background-position: -106px -55px; }


.wx_system_icon16 { background-position: -159px -55px; }


.wx_system_icon17 { background-position: -212px -55px; }


.wx_system_icon18 { background-position: -265px -55px; }


.wx_system_icon19 { background-position: -318px -55px; }


.wx_system_icon20 { background-position: -371px -55px; }


.wx_system_icon21 { background-position: -424px -55px; }


.wx_system_icon22 { background-position: -477px -55px; }


.wx_system_activityimg { width: 1100px; margin: 0 auto; }


.wx_system_activityimg li { float: left; margin-right: 46px; width: 240px; height: 280px; background-color: #00ad66; }


.wx_system_activityimg li:last-child { margin-right: 0; }





/*蓝色按钮*/


.blue_button { width: 150px; line-height: 40px; color: #fff; border-radius: 2px; font-size: 18px; background-color: #00ad66; }


.blue_button a { display: block; text-decoration: none; color: #fff; text-align: center; }


.blue_button:hover { background: #008f54; }


.blue_button a:hover { text-decoration: underline; }





.gray_button { width: 150px; line-height: 40px; color: #fff; border-radius: 3px; font-size: 18px; background-color: #3a474d; }


.gray_button a { display: block; text-decoration: none; color: #fff; text-align: center; }


.gray_button:hover { background-color: #252d30; }


.gray_button a:hover { text-decoration: underline; }





/*购买*/


.buy_main_box { width: 100%; height: auto; }


.buy_main_in { width: 1200px; height: auto; margin: 0 auto; padding: 40px 0; }


.buy_main_in table { width: 100%; border-collapse: collapse; }


.buy_main_in table tr { border: 1px solid #e5e5e5; }


.buy_main_in table tr td { border: 1px solid #e5e5e5; text-align: center; }


.buy_main_in table tr.buy_main_title_bg { background-color: #00ad66; color: #fff; font-size: 18px; }


.buy_main_in table tr.buy_main_title_bg th { border: 1px solid #4dc694; font-size: 20px; line-height: 32px; padding: 15px 0; font-weight: normal; }


.buy_main_table_titile { width: 235px; }


.buy_main_table_titile a { color: #fff; }


.buy_main_table_titile a:hover { color: #fff; text-decoration: underline; }


.buy_main_in table tr.buy_main_price_bg { background-color: #00ad66; }


.buy_main_price_title { text-align: center; position: relative; }


.buy_main_price_title h3 { padding-bottom: 6px; width: 80px; font-size: 20px; color: #2c323f; border-bottom: 1px solid #ccc; margin: 0 auto; }


.buy_main_price_title p { margin-top: 6px; font-size: 14px; color: #3179cb; }


.buy_main_price_title i { color: #3179cb; font-size: 40px; position: absolute; top: 0; left: 0; }


.buy_main_price_title i.buy_main_price_l { top: 32px; left: 26px; }


.buy_main_price_title i.buy_main_price_r { top: 54px; right: -94px; }


.buy_main_price { width: 69px; height: 28px; position: absolute; top: 0; left: 0; font-size: 30px; font-family: Arial, Helvetica, sans-serif; font-weight: 600; color: #3179cb; }


.buy_main_price_1 { top: -6px; left: 50px; background-position: 0 -4px; }


.buy_main_price_title span { color: #3179cb; font-size: 16px; margin: 10px 0 0 74px; }


.buy_main_price_title_btnbox a { display: block; width: 86px; height: 24px; border: 2px solid #fff; color: #fff; line-height: 24px; text-align: center; margin: 0 auto; border-radius: 10px; margin-top: 2px; }


.buy_main_price_title_btnbox a:hover { background-color: #fff; border: 2px solid #fff; color: #00ad66; }


/*.buy_main_price_2{ top:-6px; left:50px; background-position:0 -45px; }


.buy_main_price_3{ top:-6px; left:50px; background-position:0 -85px; }


.buy_main_price_4{ top:-6px; left:36px; background-position:0 -126px; }*/


.buy_main_table_listbox:nth-child(2n) { background-color: #eff6f3; }


.buy_main_table_listbox .buy_main_list_title1 { background-color: #fff; font-size: 16px; color: #2c323f; }


.buy_main_list { font-size: 14px; line-height: 34px; }


.buy_main_list_textleft { text-align: left; text-indent: 24px; }


.buy_main_list_iconyes { width: 19px; height: 15px; background: url("../Images/buy_icon.png")/*tpa=http://www.meixin.cn/Content/images/buy_icon.png*/ no-repeat 0 top; margin: 0 auto; }


.buy_main_list_iconnone { width: 13px; height: 13px; background: url("../Images/buy_icon.png")/*tpa=http://www.meixin.cn/Content/images/buy_icon.png*/ no-repeat 0 bottom; }


.buy_main_table_listbox .buy_main_list_title2 { background-color: #f1f8f5; font-size: 16px; color: #2c323f; }


/*.buy_main_table_li.stbox2 td{ background-color:#e9ebf3; }*/


.buy_main_list_btnbox .buy_main_list_btn { font-size: 14px; padding: 6px 20px; }


.buy_main_list_btn:hover { background-color: #008f54; text-decoration: underline; }


.buy_main_transform_bannerbox { width: 100%; height: 201px; background: url("../Images/buy_bg.jpg")/*tpa=http://www.meixin.cn/Content/images/buy_bg.jpg*/ no-repeat center; background-color: #548fd1; }


.buy_main_transform_banner_text { width: 977px; height: auto; margin: 0 auto; padding-top: 32px; text-align: center; position: relative; }


.buy_main_transform_banner_text p { font-size: 16px; color: #fff; line-height: 30px; }


.buy_main_transform_banner_text p span { color: #2c323f; }


.buy_main_transform_banner_text_l, .buy_main_transform_banner_text_r { font-size: 70px; color: #fff; position: absolute; }


.buy_main_transform_banner_text_l { top: 18px; left: 148px; }


.buy_main_transform_banner_text_r { top: 18px; right: 185px; }


.buy_main_transform_banner_btnbox a { display: block; width: 108px; height: 32px; border-radius: 3px; border: 2px solid #2c323f; text-align: center; line-height: 32px; color: #2c323f; font-size: 15px; margin: 0 auto; margin-top: 18px; }


.buy_main_transform_banner_btnbox a:hover { border: 2px solid #fff; background-color: #fff; color: #2c323f; }


.buy_main_box_teb_box { width: 977px; margin: 0 auto; }


.buy_main_box_teb_box ul { margin-left: 323px; margin-top: 40px; padding-bottom: 18px; }


.buy_main_box_teb_box ul li { float: left; margin: 0 6px; position: relative; }


.buy_main_box_teb_box ul li a { display: block; padding: 10px 46px; background-color: #2c323f; font-size: 18px; color: #fff; border-radius: 3px; }


.buy_main_box_teb_box ul li i { display: block; width: 0; height: 0; border-top: 14px solid #3179cb; border-left: 12px solid transparent; border-right: 12px solid transparent; position: absolute; bottom: -13px; left: 50%; margin-left: -10px; }


.buy_main_box_teb_box ul li.current a { background-color: #3179cb; }


.buy_main_table_titile_text { width: auto; text-align: center; }


.buy_main_list_btn_box { width: 60px; height: 30px; border-radius: 3px; background-color: #3179cb; font-size: 14px; margin: 0 auto; line-height: 30px; }


.buy_main_list_btn_box a { display: block; color: #fff; }


.buy_main_list_btn_box a:hover { background-color: #2c323f; color: #fff; border-radius: 3px; }


.buy_main_rmb { font-size: 18px; color: #fff; }


.buy_main_rmb em { font-size: 36px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #fff; }





/*购买详情*/


.buy_main_intablebox { padding-top: 0; }


.buy_details_main_textbox { width: 100%; overflow: hidden; padding-bottom: 40px; }


.buy_details_main_imgbox_l { float: left; width: 380px; margin-right: 44px; margin-top: 10px; margin-left: 74px; }


.buy_details_main_introduce_r { float: left; width: 615px; }


.buy_details_main_imgbox_l h2 { font-size: 18px; color: #222; text-align: center; }


.buy_details_main_product_explain { width: 100%; margin-top: 10px; }


.buy_details_main_product_explain h3 { font-size: 18px; color: #00ad66; line-height: 30px; }


.buy_details_main_product_explain p { line-height: 20px; }


.buy_details_main_introduce_title { width: 100%; text-align: left; border-bottom: 1px solid #ccc; padding-bottom: 12px; }


.buy_details_main_introduce_title h1 { font-size: 30px; color: #222; }


.buy_details_main_introduce_title p { font-size: 16px; color: #00ad66; line-height: 26px; }


.buy_details_main_introduce_table { width: 100%; margin-top: 20px; overflow: hidden; }


.buy_details_main_introduce_table p { font-size: 16px; color: #222; margin-bottom: 10px; }


.buy_details_main_introduce_table table { border-collapse: collapse; width: 100%; }


.buy_details_main_introduce_table table tr td { border: 1px solid #ccc; text-align: center; height: 36px; }


.buy_details_main_introduce_table_titlebg { background-color: #f1f1f1; color: #444; }


.buy_details_main_introduce_table_iconyes { width: 24px; height: 24px; background: url("../Images/buy_details_number_icon.png")/*tpa=http://www.meixin.cn/Content/images/buy_details_number_icon.png*/ no-repeat 0 top; margin: 0 auto; }


.buy_details_main_introduce_table_iconnone { background-position: 0 -28px; }


.buy_details_main_introduce_sevice, .buy_details_main_introduce_years { margin-top: 20px; overflow: hidden; }


.buy_details_main_introduce_sevice p, .buy_details_main_introduce_years p { font-size: 16px; color: #222; margin-bottom: 10px; }


.buy_details_main_introduce_sevice ul li { float: left; margin-right: 4px; width: 82px; height: 28px; border: 1px solid #ccc; background-color: #f1f1f1; text-align: center; line-height: 28px; }


.buy_details_main_introduce_sevice ul li:last-child { margin-right: 0; }


.buy_details_main_introduce_years ul li { float: left; margin-right: 10px; }


.buy_details_main_introduce_years ul li a { display: block; width: 146px; height: 28px; border: 2px solid #c7c7c7; text-align: center; line-height: 28px; color: #777; }


.buy_details_main_introduce_years ul li a:hover { border: 2px solid #00ad66; text-decoration: none; }


.buy_details_main_introduce_years ul li a.current { background-color: #00ad66; border: 2px solid #00ad66; color: #fff; }


.buy_details_main_introduce_price { width: 100%; margin-top: 36px; font-size: 16px; overflow: hidden; }


.buy_details_main_introduce_price ul li { float: left; font-size: 16px; line-height: 42px; color: #00ad66; }


.buy_details_main_introduce_price_box { width: auto; height: 34px; font-family: Arial, Helvetica, sans-serif; /*background:url(../Images/buy_details_number_icon.png) no-repeat 0 -59px;*/ font-size: 36px; font-weight: bold; color: #00ad66; line-height: 34px; }


.buy_details_main_introduce_price ul li i { color: #00ad66; font-style: normal; }


.buy_details_main_introduce_btn_box { width: 100%; margin-top: 26px; }


.buy_details_main_introduce_btn_box ul li { float: left; margin-right: 10px; }


.buy_details_main_introduce_btn_box .buy_details_main_introduce_btn { padding: 8px 40px; line-height: normal; }


.buy_details_main_table_list_box { width: 100%; height: auto; padding: 30px 0 0; overflow: hidden; }


.buy_details_main_table_list_title ul li { float: left; width: 295px; height: 38px; color: #fff; background-color: #3a474d; text-align: center; line-height: 38px; position: relative; margin-right: 5px; cursor: pointer; font-size: 16px; }


.buy_details_main_table_list_title ul li:nth-child(4) { margin-right: 0; }


.buy_details_main_table_list_title ul li.current { background-color: #00ad66; }


.buy_details_main_table_list_title ul li.current i { display: block; width: 0; height: 0; border-top: 8px solid #00ad66; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; top: 38px; left: 50%; margin-left: -8px; }


.buy_details_main_table_list_function { width: 100%; height: auto; overflow: hidden; padding: 30px 0 0; }


.buy_main_intablebox .buy_details_main_table_list_function_table tr td { text-align: left; border: 1px solid #c7c7c7; color: #666; }


.buy_main_intablebox table tr.buy_details_main_table_list_function_title td { text-align: center; background-color: #00ad66; color: #fff; font-size: 18px; }


.buy_details_main_table_list_function table { border-collapse: collapse; width: 100%; }


.buy_details_main_table_list_function table td { height: 34px; border: 1px solid #ccc; text-align: left; padding: 10px; }


.buy_main_intablebox .buy_details_main_table_list_function_table tr:nth-child(2n) { background-color: #eff6f3; }


.buy_details_main_table_list_function_l { text-align: center; text-indent: 0; }


.buy_details_main_table_parameter_bg { background-color: #f1f1f1; }


.buy_details_main_table_list_parameter table td { text-align: center; text-indent: 0; }


.buy_details_main_table_list_parameter_bg { text-indent: 56px; text-align: left; }





.buy_details_main_table_list_parameter_iconyes { width: 24px; height: 24px; background: url("../Images/buy_details_number_icon.png")/*tpa=http://www.meixin.cn/Content/images/buy_details_number_icon.png*/ no-repeat 0 0; margin: 0 auto; }


.buy_details_main_table_list_parameter_iconnone { background-position: 0 -28px; }


.buy_details_main_tab_list_QA_textbox { width: 100%; height: auto; padding-bottom: 20px; }


.buy_details_main_tab_list_QA_title { width: 100%; height: 46px; background-color: #ecf1f5; position: relative; }


.buy_details_main_tab_list_QA_title h2 { width: 90%; padding-left: 60px; line-height: 46px; font-size: 16px; color: #222; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }


.buy_details_main_tab_list_QA_title span { display: block; width: 34px; height: 34px; background: url("../Images/buy_details_qa_icon.png")/*tpa=http://www.meixin.cn/Content/images/buy_details_QA_icon.png*/ no-repeat 0 0; position: absolute; top: 6px; left: 16px; }


.buy_details_main_tab_list_QA_title i { display: block; width: 18px; height: 18px; background: url("../Images/buy_details_qa_icon.png")/*tpa=http://www.meixin.cn/Content/images/buy_details_QA_icon.png*/ no-repeat 0 -112px; position: absolute; top: 16px; right: 20px; }


.buy_details_main_tab_list_QA_text { padding: 24px 16px 24px 60px; border: 1px solid #ccc; border-top: none; line-height: 23px; position: relative; }


.buy_details_main_tab_list_QA_text i { display: block; width: 34px; height: 26px; background: url("../Images/buy_details_qa_icon.png")/*tpa=http://www.meixin.cn/Content/images/buy_details_QA_icon.png*/ no-repeat 0 -79px; position: absolute; top: 29px; left: 17px; }


.buy_details_main_tab_list_QA_title_check { background-color: #00ad66; }


.buy_details_main_tab_list_QA_title_check h2 { color: #fff; }


.buy_details_main_tab_list_QA_title_check span { background-position: 0 -39px; }


.buy_details_main_tab_list_QA_title_check i { background-position: 0 -133px; }


.buy_details_main_table_list_comments ul li { width: 100%; padding: 20px 0 10px; border-bottom: 1px solid #e5e5e5; overflow: hidden; }


.buy_details_main_user_img, .buy_details_main_user_comments_textbox { float: left; }


.buy_details_main_user_img { width: 90px; padding-left: 30px; }


.buy_details_main_user_img img { width: 65px; height: 65px; overflow: hidden; }


.buy_details_main_user_comments_textbox { width: 1040px; padding-right: 27px; }


.buy_details_main_user_comments_text_name { padding-bottom: 5px; overflow: hidden; color: #777; }


.buy_details_main_user_comments_text_name p { float: left; }


.buy_details_main_user_comments_text_name span { float: right; }


.buy_details_main_user_comments_text { color: #222; }





.buy_details_main_introduce_product ul li a { width: 138px; height: 28px; color: #777; }


.function_list_main_table_list_box { padding-top: 0; }


.buy_main_box .function_list_box { padding-top: 0; }


.buy_details_main_product_img img { margin: 0 auto; }





/*通用-路径*/


.PathBg { width: 100%; overflow: hidden; border-top: 3px solid #ececec; }


.PathBox { width: 985px; overflow: hidden; margin: 0 auto; font-size: 12px; color: #92928f; padding: 15px 0 20px 15px; border-bottom: 1px dotted #d4d4d4; background: url("../Images/pathicon.png")/*tpa=http://www.meixin.cn/Content/images/PathIcon.png*/ no-repeat 0 18px; position: relative; }


.PathBox a { color: #92928f; }


.PathBox a:hover { color: #3cac4a; text-decoration: underline; }


.HotLineBox { width: 485px; height: 30px; position: absolute; top: -2px; right: 0; }


.HotLine_Phone { width: 285px; height: 40px; background: url("../Images/hotline_phone.png")/*tpa=http://www.meixin.cn/Content/images/HotLine_Phone.png*/ no-repeat 0 9px; float: left; font-size: 35px; font-weight: bold; font-family: Arial; text-indent: 72px; color: #92928f; letter-spacing: -2px; line-height: 47px; }


.HotLine_QQ { width: 198px; height: 40px; background: url("../Images/hotline_qq.png")/*tpa=http://www.meixin.cn/Content/images/HotLine_QQ.png*/ no-repeat 0 9px; float: left; cursor: pointer; font-size: 35px; font-weight: bold; font-family: Arial; text-indent: 42px; color: #92928f; letter-spacing: -2px; line-height: 47px; }


.HotLine_QQ:hover { color: #3cac4a; }





/*通用-联系方式*/


.ContactsPhoto { width: 202px; height: 48px; margin: 0 auto; background: url("../Images/phone.png")/*tpa=http://www.meixin.cn/Content/images/Phone.png*/; margin-top: 20px; }





/*技术支持-文章页内容*/


.SupportArticle_Title { width: 100%; overflow: hidden; font-size: 26px; color: #323232; text-align: center; margin-top: 15px; }


.SupportArticle_Date { width: 100%; overflow: hidden; font-size: 12px; color: #8f8e8e; text-align: center; line-height: 30px; margin-top: 10px; border-bottom: 1px solid #dfdfdf; }


.SupportArticle_Content { width: 100%; overflow: hidden; font-size: 15px; color: #666666; line-height: 35px; margin-top: 20px; }


.SupportArticle_Lable { overflow: hidden; margin-top: 10px; float: left; }


.SupportArticle_Lable li { width: auto; height: 20px; float: left; margin-right: 10px; }


.SupportArticle_Lable a { display: block; padding: 0 5px; font-size: 12px; color: #fff; line-height: 20px; }


.SupportArticle_Lable a:hover { text-decoration: underline; }





/*技术支持-列表页内容*/


.Support_Content { width: 1200px; overflow: hidden; margin: 0 auto; }


.Support_LeftBox { width: 215px; overflow: hidden; float: left; background: #f7f7f7; padding: 10px; margin: 15px 0px 40px 0px; }


.Support_RightBox { width: 865px; overflow: hidden; float: right; margin-top: 20px; }


.Support_NewsMenu { width: 100%; overflow: hidden; line-height: 40px; border-bottom: 1px solid #e3e3e3; color: #999; background: url("../Images/support_newsarrow.png")/*tpa=http://www.meixin.cn/Content/images/Support_NewsArrow.png*/ no-repeat right 18px; cursor: pointer; font-size: 15px; }


.Support_NewsMenuHover { width: 100%; overflow: hidden; line-height: 40px; border-bottom: 1px solid #e3e3e3; color: #3cac4a; font-weight: bold; background: url("../Images/support_newsarrow01.png")/*tpa=http://www.meixin.cn/Content/images/Support_NewsArrow01.png*/ no-repeat right 13px; font-size: 15px; cursor: pointer; }


.Support_NewsSubMenu { width: 100%; overflow: hidden; padding-top: 10px; }


.Support_NewsSubMenu li { width: 100%; height: 25px; overflow: hidden; font-size: 12px; line-height: 25px; text-indent: 20px; white-space: nowrap; text-overflow: ellipsis; }


.Support_NewsSubMenu a { width: 100%; height: 25px; overflow: hidden; display: block; color: #aeaeae; background: url("../Images/support_newsarrow02.png")/*tpa=http://www.meixin.cn/Content/images/Support_NewsArrow02.png*/ no-repeat 10px 10px; white-space: nowrap; text-overflow: ellipsis; }


.Support_NewsSubMenu a:hover { text-decoration: underline; }


.Support_NewsSubMenu .checked { display: block; color: #3cac4a; background: url("../Images/support_newsarrow03.png")/*tpa=http://www.meixin.cn/Content/images/Support_NewsArrow03.png*/ no-repeat 10px 10px; }


.Support_NewsList { width: 865px; overflow: hidden; float: right; padding-top: 15px; }


.Support_NewsDate { width: 80px; height: 80px; background: url("../Images/support_newsdate.png")/*tpa=http://www.meixin.cn/Content/images/Support_NewsDate.png*/ no-repeat; float: left; }


.Support_NewsDay { width: 100%; overflow: hidden; font-size: 35px; color: #6d6d6d; font-weight: bold; font-family: impact; text-align: center; margin-top: 5px; }


.Support_NewsMonth { width: 100%; overflow: hidden; font-size: 16px; color: #c1c0c0; font-family: Arial; text-align: center; }


.Support_NewsContent { width: 750px; overflow: hidden; float: right; border-bottom: 1px dotted #d4d4d4; padding-bottom: 15px; }


.Support_NewsTitle { width: 100%; overflow: hidden; margin-bottom: 5px; }


.Support_NewsTitle a { font-size: 15px; color: #5d5d5d; font-weight: bold; line-height: 20px; }


.Support_NewsTitle a:hover { color: #3cac4a; text-decoration: underline; }


.Support_NewsPreorder { width: 100%; overflow: hidden; font-size: 13px; color: #8f8f8f; line-height: 22px; }


.Support_NewsMore { width: 70px; height: 25px; border-radius: 3px; background: #eaeaea; font-size: 12px; color: #f76301; line-height: 25px; text-align: center; float: right; margin-top: 5px; }


.Support_NewsMore a { display: block; width: 70px; height: 25px; border-radius: 3px; color: #f76301; }


.Support_NewsMore a:hover { background: #f76301; color: #fff; }





/*微信营销-列表页内容*/


.Marketing_Content { width: 1200px; overflow: hidden; margin: 10px auto 40px auto; }


.Marketing_LeftBox { width: 865px; overflow: hidden; float: left; }


.Marketing_RightBox { width: 215px; overflow: hidden; float: right; }


.Marketing_List { width: 100%; overflow: hidden; padding: 15px 0; border-bottom: 1px dotted #d4d4d4; }


.Marketing_Photo { width: 197px; height: 150px; border-radius: 5px; float: left; border: 1px solid #e8e8e8; }


.Marketing_Photo img { width: 197px; height: 150px; border-radius: 5px; }


.Marketing_Info { width: 640px; overflow: hidden; float: right; }


.Marketing_Title { width: 100%; overflow: hidden; margin-bottom: 5px; }


.Marketing_Title a { font-size: 15px; color: #5d5d5d; font-weight: bold; }


.Marketing_Title a:hover { color: #3cac4a; text-decoration: underline; }


.Marketing_Date { width: 100%; overflow: hidden; font-size: 12px; color: #999; }


.Marketing_Preorder { width: 100%; overflow: hidden; font-size: 13px; color: #666; line-height: 25px; }


.Marketing_More { width: 70px; height: 25px; border-radius: 3px; background: #eaeaea; font-size: 12px; color: #f76301; line-height: 25px; text-align: center; float: right; margin-top: 5px; }


.Marketing_More a { display: block; width: 70px; height: 25px; border-radius: 3px; color: #f76301; }


.Marketing_More a:hover { background: #f76301; color: #fff; }


.Marketing_Column { width: 100%; overflow: hidden; margin-top: 15px; }


.Marketing_ColumnTitle { width: 100%; overflow: hidden; font-size: 14px; font-weight: bold; color: #333; padding-bottom: 5px; border-bottom: 1px solid #dcdcdc; }


.Marketing_ColumnTitle span { font-weight: normal; color: #333; }


.Marketing_ColumnList { width: 100%; overflow: hidden; }


.Marketing_ColumnList li { width: 100%; height: 30px; overflow: hidden; line-height: 30px; border-bottom: 1px dotted #dcdcdc; color: #858585; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }


.Marketing_ColumnList .Important { color: red; }


.Marketing_ColumnList a { color: #858585; }


.Marketing_ColumnList a:hover { color: #3cac4a; text-decoration: underline; }





/*应用场景*/


.scenarios_mainbox { width: 1200px; height: auto; margin: 0 auto; }


.function_list_titlebox h6 { width: 70%; text-align: center; margin: 0 auto; line-height: 28px; }


.scenarios_main { width: 100%; height: auto; background-color: #f9f9f9; border: 1px solid #c7c7c7; border-top: 3px solid #00ad66; margin-top: 50px; overflow: hidden; }


.scenarios_side_nav { float: left; height: auto; background-color: #fff; width: 210px; border-right: 1px solid #c7c7c7; }


.scenarios_side_nav_list { width: 100%; height: 46px; border-bottom: 1px solid #e5e5e5; padding: 13px 0; position: relative; }


.scenarios_side_nav_list h4 { width: auto; padding: 0 20px; font-size: 16px; color: #272727; cursor: pointer; font-weight: 500; }


.side_nav_listicon { display: block; float: left; width: 23px; height: 23px; line-height: 23px; margin-right: 6px; border-radius: 50%; background: url("../Images/01.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/01.png*/ no-repeat center center; background-color: #0077dc; }


.side_nav_listicon02 { background: url("../Images/02.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/02.png*/ no-repeat center; background-color: #dcba00; }


.side_nav_listicon03 { background: url("../Images/03.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/03.png*/ no-repeat center; background-color: #0bb92b; }


.side_nav_listicon04 { background: url("../Images/04.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/04.png*/ no-repeat center; background-color: #acd84d; }


.side_nav_listicon05 { background: url("../Images/05.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/05.png*/ no-repeat center; background-color: #0077dc; }


.side_nav_listicon06 { background: url("../Images/06.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/06.png*/ no-repeat center; background-color: #dcba00; }


.side_nav_listicon07 { background: url("../Images/07.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/07.png*/ no-repeat center; background-color: #9ed22e; }


.side_nav_listicon08 { background: url("../Images/08.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/08.png*/ no-repeat center; background-color: #0077dc; }


.side_nav_listicon09 { background: url("../Images/09.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/09.png*/ no-repeat center; background-color: #0bb92b; }


.side_nav_listicon10 { background: url("../Images/10.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/10.png*/ no-repeat center; background-color: #dcba00; }


.side_nav_listicon11 { background: url("../Images/11.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/11.png*/ no-repeat center; background-color: #e7827b; }


.side_nav_listicon12 { background: url("../Images/12.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/12.png*/ no-repeat center; background-color: #0077dc; }


.side_nav_listicon13 { background: url("../Images/13.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/13.png*/ no-repeat center; background-color: #9ed22e; }


.side_nav_listicon14 { background: url("../Images/14.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/14.png*/ no-repeat center; background-color: #dcba00; }


.side_nav_listicon15 { background: url("../Images/15.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/15.png*/ no-repeat center; background-color: #e7827b; }


.side_nav_listicon16 { background: url("../Images/16.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/16.png*/ no-repeat center; background-color: #0bb92b; }


.scenarios_side_nav_listtext { width: auto; margin-top: 10px; padding-left: 20px; overflow: hidden; }


.scenarios_side_nav_listtext li { float: left; margin-right: 10px; font-size: 12px; color: #777; cursor: pointer; }


.scenarios_side_nav_list:hover { background-color: #eff6f3; }


.side_nav_list_current { background-color: #00ad66; }


.side_nav_list_current h4 { color: #fff; }


.side_nav_list_current .side_nav_listicon { background: url("../Images/01_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/01_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon02 { background: url("../Images/02_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/02_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon03 { background: url("../Images/03_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/03_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon04 { background: url("../Images/04_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/04_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon05 { background: url("../Images/05_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/05_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon06 { background: url("../Images/06_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/06_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon07 { background: url("../Images/07_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/07_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon08 { background: url("../Images/08_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/08_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon09 { background: url("../Images/09_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/09_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon10 { background: url("../Images/10_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/10_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon11 { background: url("../Images/11_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/11_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon12 { background: url("../Images/12_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/12_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon13 { background: url("../Images/13_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/13_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon14 { background: url("../Images/14_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/14_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon15 { background: url("../Images/15_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/15_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .side_nav_listicon16 { background: url("../Images/16_hover.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_icon/16_hover.png*/ no-repeat center center; background-color: #fff; }


.side_nav_list_current .scenarios_side_nav_listtext li { color: #fff; opacity: 0.7; }


.side_nav_list_current .scenarios_side_nav_listtext li.current { color: #fff; opacity: 1; font-weight: bold; }


.side_nav_list_current em { position: absolute; top: 0; right: -34px; width: 0; height: 0; border-left: 34px solid #00ad66; border-top: 36px solid transparent; border-bottom: 36px solid transparent; }


.side_nav_list_current:hover { background-color: #00ad66; }


.scenarios_side_nav_list:last-child { border-bottom: none; }


.scenarios_main_content { float: left; width: 989px; height: auto; position: relative; }


.scenarios_main_content_tab { width: auto; height: auto; padding-top: 76px; }


.scenarios_main_content_tab ul { width: 570px; height: auto; margin: 0 auto; }


.scenarios_main_content_tab ul li { width: 180px; height: 40px; border-radius: 2px; background-color: #3a474d; text-align: center; line-height: 40px; position: relative; float: left; margin-right: 10px; }


.scenarios_main_content_tab ul li a { font-size: 18px; color: #fff; display: block; }


.scenarios_main_content_tab ul li.current { background-color: #00ad66; }


.scenarios_main_content_tab ul li.current i { width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 11px solid #00ad66; margin-left: 5px; }


.scenarios_main_content_subtitle h5 { font-size: 16px; color: #777; line-height: 30px; text-align: center; margin: 50px 0; }


.scenarios_main_content_subtitle h5 a { font-size: 16px; color: #00ad66; text-decoration: underline; padding-top: 20px; }


.scenarios_main_content_caseshow { width: 700px; height: auto; min-height: 661px; position: relative; right: -100px; }


.scenarios_caseshow_list { position: absolute; top: -1000px; left: -1000px; cursor: pointer; background: url("../Images/phone_bg.png")/*tpa=http://www.meixin.cn/Content/images/phone_bg.png*/ no-repeat top center; padding: 66px 66px 130px 60px; background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; }


.scenarios_caseshow_list_img { width: 256px; }


.scenarios_caseshow_list_img img { border: 0; display: block; }


.scenarios_caseshow_list h6 { margin-top: 100px; font-size: 16px; color: #666; text-align: center; }


.scenarios_caseshow_list02 { width: 343px; left: 268px; z-index: 9; top: 45px; }


.scenarios_caseshow_list02 .scenarios_caseshow_list_imgbox { width: 343px; height: 591px; background: url("../Images/phone_bg.png")/*tpa=http://www.meixin.cn/Content/images/phone_bg.png*/ no-repeat center center; background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; }


.scenarios_caseshow_list02 .scenarios_caseshow_list_img img { width: 230px; height: 411px; padding: 60px 0 0 53px; }


.scenarios_caseshow_list03 { left: 752px; }


.scenarios_main_content_labelbox { width: 100%; height: auto; margin-top: 40px; overflow: hidden; }


.scenarios_content_labeltitle h2 { width:100%;  font-size: 24px; text-align:center; }


.scenarios_content_labeltitle span{ display:block; width:56px; height:2px; background-color:#00ad66; margin: 15px auto; }


.scenarios_main_content_label_list { width: 100%; padding-top: 10px; height: auto; overflow: hidden; }


.scenarios_main_content_label_list ul { width: auto; text-align: center; margin-bottom: 14px; padding: 0 50px; }


.scenarios_main_content_label_list ul li { display: inline-block; *display: inline; width: 132px; height: 34px; border: 1px solid #dadada; background-color: #eee; color: #777; font-size: 16px; text-align: center; line-height: 32px; margin: 6px 5px; }


.scenarios_main_code { width: 120px; height: 120px; border: 1px solid #e5e5e5; position: absolute; top: 76px; right: 10px; text-align: center; }


.scenarios_main_code span img { width: 120px; height: 120px; }


.scenarios_main_code p { font-size: 14px; color: #666; margin-top: 10px; }


.scenarios_caseshow_hoverarrow_l { display: block; width: 86px; height: 86px; background: url("../Images/scenarios_arrow.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_arrow.png*/ no-repeat center; position: absolute; top: 540px; right: 15px; cursor: pointer; z-index: 99; }


.scenarios_caseshow_hoverarrow_r { display: block; width: 86px; height: 86px; background: url("../Images/scenarios_arrow01.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_arrow01.png*/ no-repeat center; position: absolute; top: 540px; left: 45px; cursor: pointer; z-index: 99; }





/* 订单确认 */


.Pay_goods_Box { width: 1050px; height: 227px; overflow: hidden; margin: 0 auto; margin-top: 10px; position: relative; }


.Pay_goods_Box .icon_pay_goods { position: absolute; top: 200px; left: 117px; }


.Pay_goods { width: 1048px; height: 199px; border: 1px solid #f5ecbf; background: url("../Images/bg_pay_goods.png")/*tpa=http://www.meixin.cn/Content/images/bg_pay_goods.png*/; }


.Pay_goods_introduce { width: 800px; margin-top: 30px; }


.Pay_goods_product { width: 200px; margin-top: 30px; margin-left: 20px; }


.Pay_Payment_Box { width: 1014px; margin: 0 auto; background: url("../Images/bg_pay.png")/*tpa=http://www.meixin.cn/Content/images/bg_pay.png*/ no-repeat; margin-top: 10px; padding: 40px 18px; }


.Pay_Payment_Box .icon_pay { position: absolute; top: 35px; left: 7px; }


.Pay_Payment_RMBBox { width: 100%; overflow: hidden; }


.Pay_Payment_RMB { width: auto; overflow: hidden; height: 74px; margin-right: 10px; font-size: 16px; color: #6e6e6e; float: left; }


.Pay_Payment_RMB em { font-size: 43px; color: #d72525; font-weight: bold; font-family: Tahoma; margin-right: 5px; }


.Pay_Payment_RMB1 { width: 200px; height: 35px; overflow: hidden; line-height: 34px; background: #fff8cd; border: 1px solid #d9c074; margin: 20px 0; text-indent: 24px; font-size: 16px; color: #c30000; float: left; margin-top: 20px; font-weight: bold; }


.Pay_Payment_RMB1 select { width: 60px; height: 22px; }


.Pay_Payment_sale { width: auto; overflow: hidden; float: left; font-size: 16px; color: #d72525; padding-top: 27px; position: relative; }


.Pay_Payment_sale em { font-size: 16px; color: #d72525; padding-top: 27px; margin-left: 15px; margin-right: 2px; }


.Pay_Payment_recommend { width: 100%; overflow: hidden; padding-top: 20px; }


.Pay_Payment_recommend li { float: left; margin-right: 10px; font-size: 14px; color: #6d6d6d; }


.Pay_Payment_recommend .recommend_radio { padding-top: 5px; }


.Pay_Payment_recommend .recommend_radio input { width: 13px; height: 13px; position: relative; top: -1px; vertical-align: middle; margin-right: 5px; }


.Pay_Payment_recommend .recomment_text input { width: 154px; height: 27px; line-height: 27px; color: #bdbdbd; font-size: 16px; border: 1px solid #e1e0df; }


.Pay_Payment_recommend .recomment_submit { cursor: pointer; }


.Pay_Payment_Tabs { width: 1010px; background: #fff; border: 1px solid #f5e6b1; margin-top: 20px; }


.Pay_Payment_title { width: 100%; overflow: hidden; }


.Pay_Payment_title li { width: 146px; height: 47px; padding: 1px; background: url("../Images/bg_pay_select.png")/*tpa=http://www.meixin.cn/Content/images/bg_pay_select.png*/; float: left; line-height: 47px; text-align: center; font-size: 18px; color: #a1a1a1; border-right: 1px solid #f5e6b1; border-bottom: 1px solid #f5e6b1; cursor: pointer; }


.Pay_Payment_title .checked:last-child { border-right: none; }


.Pay_Payment_title .checked { border-bottom: none; font-size: 20px; color: #d68835; background: #fff; }


.Pay_Payment_content { width: 970px; padding: 20px; position: relative; }


.pay_Payment_button { width: 970px; overflow: hidden; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; cursor: pointer; }


.pay_Payment_now { width: 188px; height: 56px; background: url("../Images/pay_now.png")/*tpa=http://www.meixin.cn/Content/images/pay_now.png*/; text-align: center; line-height: 50px; font-size: 27px; color: #793317; text-shadow: 0px 1px 0px #fff; float: right; }


.Pay_Payment_Weixin { width: 200px; height: 200px; margin: 0 auto; padding: 30px; }


.Pay_Payment_Weixi { width: 170px; overflow: hidden; margin: 0 auto; font-size: 16px; color: #fff; background-color: #d68835; border: 1px solid #b06c24; border-radius: 3px; padding: 10px 0px 10px 90px; line-height: 26px; background-image: url("../Images/pay_payment_weixin.png")/*tpa=http://www.meixin.cn/Content/images/Pay_Payment_Weixin.png*/; background-repeat: no-repeat; background-position: 26px 12px; }


.Pay_Payment_Complete { width: auto; overflow: hidden; font-size: 20px; color: #999; position: absolute; bottom: -40px; right: 220px; }





/*扫码体验*/


.index_system_listbox .Case_QrcodeWrap { width: 200px; height: 180px; overflow: hidden; position: absolute; top: 140px; left: 50%; z-index: 10; margin-left: -100px; background-color: #fff; text-align: center; opacity: 0; -webkit-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); -webkit-transition: .3s all ease-in-out; -moz-transition: .3s all ease-in-out; transition: .3s all ease-in-out; }


.index_system_listbox .Case_QrcodeWrap_hover { height: 220px; top: 180px; opacity: 1; -webkit-transition: .3s all ease-in-out .2s; -moz-transition: .3s all ease-in-out .2s; transition: .3s all ease-in-out .2s; }





/*扫码体验 特点功能*/


.index_function_mian_listbox .Case_QrcodeWrap { width: 170px; height: 135px; overflow: hidden; position: absolute; top: -35px; left: 50%; z-index: 10; margin-left: -100px; background-color: #fff; text-align: center; opacity: 0; -webkit-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); -webkit-transition: .3s all ease-in-out; -moz-transition: .3s all ease-in-out; transition: .3s all ease-in-out; }


.index_function_mian_listbox .Case_QrcodeWrap_hover { height: 180px; top: -90px; opacity: 1; -webkit-transition: .3s all ease-in-out .2s; -moz-transition: .3s all ease-in-out .2s; transition: .3s all ease-in-out .2s; }





.Case_QrcodeWrap span { position: relative; top: auto; font-size: 14px; }


.Case_QrcodeWrap_Img { margin: 10px auto; }





/*扫码体验 公众号系统*/


.system_main_box .Case_QrcodeWrap { width: 200px; height: 140px; overflow: hidden; position: absolute; top: 600px; left: 50%; z-index: 10; margin-left: -100px; background-color: #fff; text-align: center; opacity: 0; -webkit-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); -webkit-transition: .3s all ease-in-out; -moz-transition: .3s all ease-in-out; transition: .3s all ease-in-out; }


.system_main_box .Case_QrcodeWrap_hover { height: 210px; top: 530px; opacity: 1; -webkit-transition: .3s all ease-in-out .2s; -moz-transition: .3s all ease-in-out .2s; transition: .3s all ease-in-out .2s; z-index: 9999; }





.buy_details_main_introduce_years_sale { background-color: #FFB27E; border-radius: 1px; color: #FFF; height: 16px; line-height: 16px; margin: 0px 2px 4px 6px; padding: 1px 5px; position: relative; font-weight: normal; font-size: 14px; }


.buy_details_main_introduce_years_sale i { position: absolute; width: 0px; display: block; font-size: 0px; left: -4px; bottom: 0px; height: 0px; border-width: 3px; border-style: solid; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-color: transparent #FFB27E #FFB27E transparent; }


.buy_details_main_introduce_price ul li em { font-size: 14px; font-weight: normal; color: #999; }


.buy_details_main_introduce_price ul li s { font-size: 14px; color: #999; font-weight: normal; }





/*购买详情-参数配置*/


.Buy_Details { width: 1050px; overflow: hidden; margin: 0 auto; background: url("../Images/buy_details_bg.png")/*tpa=http://www.meixin.cn/Content/images/buy_details_bg.png*/ no-repeat; padding-top: 25px; margin-top: 10px; }


.Buy_Details_product { /*width:200px;*/ height: 270px; overflow: hidden; float: left; }


.Buy_Details_introduce { /*width:764px;*/ overflow: hidden; float: left; }


.Buy_Details_introduce_title { width: 100%; overflow: hidden; color: #5d5d5d; font-size: 20px; }


.Buy_Details_introduce_title1 { width: 100%; overflow: hidden; color: #ed6e6e; font-size: 17px; line-height: 33px; border-bottom: 1px dotted #999; }


.Buy_Details_introduce_table { width: 100%; overflow: hidden; margin-top: 13px; }


.Buy_Details_introduce_table td { font-size: 14px; border: 1px solid #d5d5d5; }


.Icon_Support { width: 24px; height: 24px; background: url("../Images/icon_support.png")/*tpa=http://www.meixin.cn/Content/images/Icon_support.png*/; margin: 0 auto; }


.Icon_Nosupport { width: 24px; height: 24px; background: url("../Images/icon_nosupport.png")/*tpa=http://www.meixin.cn/Content/images/Icon_Nosupport.png*/; margin: 0 auto; }


.Buy_Details_years { width: 100%; overflow: hidden; margin-top: 10px; }


.Buy_Details_years li { float: left; margin-right: 5px; }


.Buy_Details_years .verision_sel { width: 88px; height: 88px; cursor: pointer; border: 1px solid #e2e2e2; }


.Buy_Details_years .Buy_Details_years_name { font-size: 14px; color: #6d6d6d; line-height: 30px; }


.Buy_Details_years .Buy_Details_years_select, .Buy_Details_years_serve { width: 600px; height: 30px; margin-top: 8px; }


.Buy_Details_years .Buy_Details_years_select select { width: 78px; height: 30px; line-height: 30px; }


.Buy_Details_years_select input { width: 13px; height: 13px; position: relative; top: -1px; vertical-align: middle; margin-right: 5px; color: #6d6d6d; font-size: 14px; }


.Buy_Details_years_select_color { color: #fff; font-weight: bold; }


.Buy_Details_years_sale { font-size: 14px; color: #b10000; line-height: 30px; }





.Buy_Details_years_serve em { padding: 0px 5px; margin-right: 5px; color: #fff; background: #6a77b6; }


.Buy_Details_RMB { width: 100%; overflow: hidden; margin-top: 10px; font-size: 40px; color: #c00000; font-family: Tahoma; font-weight: 700; }


.Buy_Details_RMB em { color: #767676; font-size: 14px; font-weight: normal; }


.Buy_Details_RMB span { padding: 0 5px; background: #fff5f5; border: 1px solid #ffdddd; margin-left: 5px; font-weight: normal; color: #d10000; }


.Buy_Details_RMB i { color: #767676; font-style: normal; text-decoration: line-through; font-weight: bold; }


.Buy_Details_buttonBox { width: 100%; overflow: hidden; border-bottom: 1px dotted #999; }


.Buy_Details_button, .Buy_Details_button1 { width: 130px; height: 40px; float: left; margin-right: 10px; background: url("../Images/buy_details_button.png")/*tpa=http://www.meixin.cn/Content/images/buy_details_button.png*/; text-align: center; line-height: 37px; font-size: 19px; color: #793317; margin-bottom: 15px; margin-top: 10px; cursor: pointer; text-shadow: 0px 1px 0px #fff; }


.Buy_Details_button1 { background: url("../Images/buy_details_button1.png")/*tpa=http://www.meixin.cn/Content/images/buy_details_button1.png*/; color: #fff; text-shadow: 0px 1px 0px #296cba; }


.Buy_Details_Tab { width: 1050px; overflow: hidden; margin: 0 auto; margin-top: 50px; }


.Buy_Details_Tab .bg_table { width: 100%; height: 28px; background: url("../Images/bg_table.png")/*tpa=http://www.meixin.cn/Content/images/bg_table.png*/ repeat-x; text-align: center; color: #575757; }


.Buy_Details_Tab li { float: left; width: 118px; height: 26px; border: 1px solid #c3c4c7; border-bottom: none; margin-right: 5px; text-align: center; line-height: 26px; background: url("../Images/bg_tab.png")/*tpa=http://www.meixin.cn/Content/images/bg_Tab.png*/ repeat-x; font-size: 14px; color: #666; cursor: pointer; }


.Buy_Details_Tab .checked { background: url("../Images/bg_tab_hover.png")/*tpa=http://www.meixin.cn/Content/images/bg_Tab_hover.png*/ repeat-x; border: 1px solid #c64d02; border-bottom: none; color: #fff; }


.Buy_Details_Tab_Function { width: 1048px; overflow: hidden; margin: 0 auto; border-top: 1px solid #e8e8e8; padding: 10px 0; margin-bottom: 20px; }


.Buy_Details_Tab_parameter { width: 800px; overflow: hidden; margin: 0 auto; margin-top: 20px; }


.Buy_Details_Tab_parameter .bg_tabletitle { background: url("../Images/bg_tabletitle.jpg")/*tpa=http://www.meixin.cn/Content/images/bg_tabletitle.jpg*/; }


.Buy_Details_Tab_parameter td { text-align: center; color: #666; border: 1px solid #d5d5d5; }


.Buy_Details_Tab_QA { width: 1000px; overflow: hidden; margin: 0 auto; margin-bottom: 10px; }


.Buy_Details_Tab_Q { width: 970px; overflow: hidden; padding-left: 30px; font-size: 18px; color: #363b45; line-height: 30px; background: url("../Images/q.png")/*tpa=http://www.meixin.cn/Content/images/Q.png*/ no-repeat 0 6px; margin-top: 15px; margin-bottom: 15px; }


.Buy_Details_Tab_A { width: 930px; overflow: hidden; padding-left: 70px; font-size: 14px; color: #7f7f7f; line-height: 30px; background: url("../Images/a.png")/*tpa=http://www.meixin.cn/Content/images/A.png*/ no-repeat 40px 5px; }





/*三级分销*/


.distribution_icon01 { width: 52px; height: 52px; background: url("../Images/distribution_icon.png")/*tpa=http://www.meixin.cn/Content/images/distribution_icon.png*/ no-repeat 0 0; }


.distribution_icon02 { width: 52px; height: 52px; background: url("../Images/distribution_icon.png")/*tpa=http://www.meixin.cn/Content/images/distribution_icon.png*/ no-repeat 0 -55px; }


.distribution_icon03 { width: 52px; height: 52px; background: url("../Images/distribution_icon.png")/*tpa=http://www.meixin.cn/Content/images/distribution_icon.png*/ no-repeat 0 -109px; }


.distribution_icon04 { width: 52px; height: 52px; background: url("../Images/distribution_icon.png")/*tpa=http://www.meixin.cn/Content/images/distribution_icon.png*/ no-repeat 0 -163px; }


.distribution_icon05 { width: 52px; height: 52px; background: url("../Images/distribution_icon.png")/*tpa=http://www.meixin.cn/Content/images/distribution_icon.png*/ no-repeat 0 -217px; }


.distribution_icon06 { width: 52px; height: 52px; background: url("../Images/distribution_icon.png")/*tpa=http://www.meixin.cn/Content/images/distribution_icon.png*/ no-repeat 0 -271px; }


.distribution_icon07 { width: 52px; height: 52px; background: url("../Images/distribution_icon.png")/*tpa=http://www.meixin.cn/Content/images/distribution_icon.png*/ no-repeat 0 -325px; }


.distribution_imglist_box { width: 100%; min-height: 426px; overflow: hidden; }


.distribution_imglist li { float: left; width: 213px; height: 426px; background: url("../Images/distribution_bg.png")/*tpa=http://www.meixin.cn/Content/images/distribution_bg.png*/ no-repeat center; position: relative; margin: 0 13px; }


.distribution_imglist li span { width: 185px; height: 317px; position: absolute; top: 51px; left: 15px; }





/* 在线客服浮框开始 */


.popupservicebgbox { width: 120px; overflow: hidden; padding-left: 22px; position: relative; }


.popupservicebox_small { width: 32px; height: 146px; background: url("../Images/small_service.png")/*tpa=http://www.meixin.cn/Content/images/small_service.png*/ no-repeat; position: absolute; top: 30%; left: 0; display: none; }


.popupservicebg { width: 120px; overflow: hidden; padding-top: 5px; background: url("../Images/popupservice_line.png")/*tpa=http://www.meixin.cn/Content/images/popupservice_line.png*/ no-repeat 10px top; }


.popupservicebox { width: 110px; overflow: hidden; margin: 10px; margin-top: 0px; background-color: #f5f5f5; box-shadow: 0 0 10px rgba(0,0,0,0.2); padding-top: 20px; border-radius: 5px; background-image: url("../Images/popupservice_bg.png")/*tpa=http://www.meixin.cn/Content/images/popupservice_bg.png*/; background-repeat: no-repeat; background-position: 0 0; }


.popupservicebox_icon { width: 82px; height: 82px; margin: 0 auto; background-color: #00ad66; border-radius: 500px; border: 3px solid #fff; background-image: url("../Images/popupservice_qq.png")/*tpa=http://www.meixin.cn/Content/images/popupservice_QQ.png*/; background-repeat: no-repeat; background-position: center center; }


.popupservicebox_VIP { width: 68px; height: 30px; margin: 0 auto; background: #00ad66; color: #fff; line-height: 30px; border-radius: 5px; font-size: 14px; padding-left: 34px; margin-top: 15px; position: relative; }


.popupservicebox_VIP:hover { background: #008f54; }


.popupservicebox_VIP a { color: #fff; }


.popupservicebox_VIPicon { width: 19px; height: 16px; background: url("../Images/header_login.png")/*tpa=http://www.meixin.cn/Content/images/header_login.png*/ no-repeat 0 -71px; position: absolute; top: 7px; left: 10px; }


.popupservicebox_QQlistbg { width: 100%; overflow: hidden; padding-top: 15px; margin-bottom: 15px; }


.popupservicebox_QQlistbox { width: 100%; overflow: hidden; }


.popupservicebox_QQlist { width: auto; overflow: hidden; line-height: 25px; color: #444; position: relative; padding: 3px 0 3px 42px; font-size: 14px; cursor: pointer; }


.popupservicebox_QQlist:hover { color: #00ad66; text-decoration: underline; }


.popupservicebox_QQlist_img { width: 25px; height: 25px; position: absolute; top: 3px; left: 10px; }


.popupservicebox_QQlist_img img { width: 25px; height: 25px; border-radius: 500px; }


.popupservicebox_contentbox { width: 100%; overflow: hidden; }


.popupservicebox_contentbox li { width: auto; overflow: hidden; background: #00ad66; color: #fff; line-height: 35px; border-bottom: 2px solid #13B774; padding-left: 42px; font-size: 14px; position: relative; cursor: pointer; }


.popupservicebox_contentbox li:hover { background: #008f54; }


.popupservicebox_contentbox .popupservicebox_contentbox_a { color: #fff; }


.popupservicebox_contentbox_icon { width: 23px; height: 23px; position: absolute; top: 5px; left: 10px; }


.popupservicebox_contentbox_icon01 { background: url("../Images/popupservice_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupservice_icon.png*/ no-repeat 0 0; }


.popupservicebox_contentbox_icon02 { background: url("../Images/popupservice_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupservice_icon.png*/ no-repeat 0 -23px; }


.popupservicebox_contentbox_icon03 { background: url("../Images/popupservice_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupservice_icon.png*/ no-repeat 0 -46px; }


.popupservicebox_contentbox_icon04 { background: url("../Images/popupservice_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupservice_icon.png*/ no-repeat 0 -69px; }


.popupservicebox_contentbox_icon05 { background: url("../Images/popupservice_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupservice_icon.png*/ no-repeat 0 -92px; }


.popupservicebox_contentbox_icon06 { background: url("../Images/popupservice_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupservice_icon.png*/ no-repeat 0 -115px; }


.popupservicebox_top { width: 100%; overflow: hidden; margin-top: 13px; display: none; }


.popupservicebox_top_icon { width: 39px; height: 39px; background: url("../Images/popupservice_top.png")/*tpa=http://www.meixin.cn/Content/images/popupservice_top.png*/ no-repeat 0 0; margin: 0 auto; }


.popupservicebox_top_icon:hover { background: url("../Images/popupservice_top.png")/*tpa=http://www.meixin.cn/Content/images/popupservice_top.png*/ no-repeat -39px 0; }





/*头部导航弹窗_给您回电*/


.popupsignbox_close { width: 20px; height: 20px; background: url("../Images/popup_close.png")/*tpa=http://www.meixin.cn/Content/images/popup_close.png*/ no-repeat center center; position: absolute; right: 10px; top: 10px; cursor: pointer; }





.main_headerbox_iconbox_freephonebg { width: 100%; overflow: hidden; padding: 30px 0; position: relative; }


.main_headerbox_iconbox_freephonebox { width: auto; overflow: hidden; padding: 0 10px; }


.main_headerbox_iconbox_freephone_title { width: 100%; overflow: hidden; text-align: center; font-size: 25px; color: #00ad66; }


.main_headerbox_iconbox_freephone_input { width: 100%; overflow: hidden; padding-top: 20px; }


.main_headerbox_iconbox_freephone_input input { display: block; width: 300px; height: 36px; margin: 0 auto; color: #777; font-size: 14px; line-height: 36px; border: 1px solid #d9d9d9; border-radius: 5px; padding: 0 5px; }


.main_headerbox_iconbox_freephonebg .main_headerbox_iconbox_freephone_btn { width: 150px; height: 34px; border-radius: 5px; background-color: #00ad66; padding: 0; margin: 0 auto; margin-top: 20px; }


.main_headerbox_iconbox_freephonebg .main_headerbox_iconbox_freephone_btn a { display: block; text-align: center; line-height: 34px; font-size: 16px; color: #fff; }


.main_headerbox_iconbox_freephonebg .main_headerbox_iconbox_freephone_btn a:hover { text-decoration: underline; }











.password_content { position: relative; width: 500px; overflow: hidden; margin: 50px auto; background: #fff; border-radius: 5px; border: 2px solid #e7e7e7; padding: 20px 0px 30px 0; }


.Password_ContentTitle { width: 350px; overflow: hidden; margin: 0 auto; font-size: 30px; color: #333; font-weight: bold; text-align: center; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #E7E7E7; }


.password_content .password_content_a { width: 350px; overflow: hidden; margin: 0 auto; margin-top: 10px; }


.password_content .password_content_a a { display: block; height: 35px; float: left; line-height: 35px; margin-left: 5px; color: #3c7bc5; border: 1px solid #cccccc; padding: 0 5px; color: #333; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f1f1f1)); background: -webkit-linear-gradient(#fff, #f1f1f1); background: -moz-linear-gradient(#fff, #f1f1f1); background: -ms-linear-gradient(#fff, #f1f1f1); background: -o-linear-gradient(#fff, #f1f1f1); background: linear-gradient(#fff, #f1f1f1); -pie-background: linear-gradient(#fff, #f1f1f1); }


.password_content .password_content_a a:hover { text-decoration: underline; }


.password_content .password_content_a .password_content_a_text { width: 100px; overflow: hidden; line-height: 35px; text-align: right; float: left; color: #404040; }


.password_content .password_content_a .password_content_a_input { width: auto; overflow: hidden; float: left; }


.password_content .password_content_a .password_content_a_input input { width: 238px; height: 35px; border: 1px solid #c8c8c8; color: #999999; margin-bottom: 5px; padding: 0 5px; }





.password_content .password_content_b { width: 450px; overflow: hidden; margin: 0 auto; margin-top: 12px; }


.password_content .password_content_b img { height: 32px; }


.password_content .password_content_b .password_content_a_text { width: 100px; overflow: hidden; line-height: 30px; text-align: right; float: left; color: #404040; }


.password_content .password_content_b .password_content_a_input { width: 172px; overflow: hidden; float: left; }


.password_content .password_content_b .password_content_a_input a { color: #3366cc; padding-left: 5px; }


.password_content .password_content_b .password_content_a_input input { width: 165px; height: 30px; border: 1px solid #c8c8c8; color: #999; }





.password_submit { width: 350px; height: 48px; margin: 0 auto; background: #00ad66; text-align: center; line-height: 48px; font-size: 16px; color: #fff; cursor: pointer; margin-top: 20px; }


.password_submit:hover { background: #008f54; }








/*订单支付*/


.order_content { width: 100%; overflow: hidden; margin: 0 auto; /*border-top: 10px solid #3cac4a;*/ }


.order_content_a { width: 1050px; overflow: hidden; margin: 0 auto; }


.order_submit_title { font-size: 20px; color: #666; padding: 30px 0 10px 0; border-bottom: 1px dotted #999; }


.order_submit_title #error_text { font-size: 20px; color: #F00; padding: 30px 0 10px 0; }


.order_content_pay { width: 1050px; overflow: hidden; margin: 0 auto; font-size: 14px; color: #929292; margin-top: 10px; }


.order_content_pay em { font-size: 16px; color: #E40000; padding: 0px 5px; }


.order_pay_option { width: 1030px; overflow: hidden; margin: 0 auto; border: 1px solid #a1c8f7; background: #e2ecfa; margin-top: 20px; padding: 10px; }


.order_pay_option p { font-size: 14px; color: #666; margin: 10px 0; text-indent: 15px; }





.order_pay:hover { text-decoration: underline; }


.Buy_table .button_buy { width: 105px; height: 32px; margin: 0 auto; text-align: center; line-height: 30px; color: #793317; text-shadow: 0px 1px 0px #fceac4; cursor: pointer; }


.Buy_table input { width: 170px; height: 25px; }


.button_buy_two { width: 52px; height: 30px; text-align: center; float: left; line-height: 30px; margin: 3px 5px; color: #793317; text-shadow: 0px 1px 0px #fceac4; cursor: pointer; }


.button_buy_two:hover { text-decoration: underline; }


.Order_ButtonBox { width: 85px; overflow: hidden; margin: 0 auto; }


.Order_ButtonBox .order_cancel { width: 39px; height: 22px; text-align: center; float: left; line-height: 22px; color: #666; cursor: pointer; background: #f3f3f3; border: 1px solid #999; border-radius: 2px; margin-left: 3px; }


.order_cancel { width: 39px; height: 22px; text-align: center; margin: 0 auto; line-height: 22px; color: #666; cursor: pointer; background: #f3f3f3; border: 1px solid #999; border-radius: 2px; }


.order_cancel:hover { text-decoration: underline; }








/*线下付款*/


.order_content_b, .buycart_content_footer { width: 1050px; overflow: hidden; margin: 0 auto; }


.order_content_b li { float: left; margin-right: 10px; font-size: 14px; color: #666; margin-top: 10px; }


.order_content_b em { font-size: 16px; color: #e40000; }


.buycart_content_footer li { float: left; margin-top: 10px; }


.buycart_content_footer a { color: #3c7bc5; }





/* 支付中对话框 */


.Paying { width: 400px; height: 190px; border: 2px solid #d1d1d1; background: #fff; position: relative; }


.Paying_title { width: 100%; overflow: hidden; line-height: 30px; border-bottom: 1px solid #c4c4c4; font-size: 14px; text-indent: 12px; color: #333333; background: #f3f3f3; }


.Paying_content { width: 345px; overflow: hidden; margin: 0 auto; margin-top: 20px; color: #333; line-height: 18px; }


.Paying_submit { width: 220px; overflow: hidden; margin: 0 auto; margin-top: 20px; }


.Paying_submit li { margin: 0 5px; float: left; }


.Paying_submit a { line-height: 25px; display: block; padding: 0 10px; border: 1px solid #dddddd; border-radius: 2px; background: #f5f5f5; color: #333; }


.Paying_return { width: 100%; overflow: hidden; margin-top: 20px; text-indent: 12px; }


.Paying_return a { color: #005ea7; }


.Paying .icon_pay_close { position: absolute; top: 8px; right: 8px; cursor: pointer; }





/* 确认对话框 */


.popup_affirm { width: auto; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; margin-top: 20px; padding-left: 12px; }


.ErrorPrompt { width: 400px; overflow: hidden; line-height: 20px; color: #c30000; text-align: center; margin-bottom: 10px; }





/*通用-页码*/


.PageBox { overflow: hidden; padding-top: 20px; float: right; }


.PageBox li { float: left; margin-right: 5px; }


.PageBox a { display: block; padding: 0 5px; color: #6d6d6d; border: 1px solid #dadddd; }


.PageBox a:hover { display: block; padding: 0 5px; color: #3cac4a; border: 1px solid #3cac4a; }





/*文章左内容-页码*/


.web_list_page { width: 100%; overflow: hidden; margin-bottom: 10px; margin-top: 10px; padding-top: 10px; border-top: 1px dotted #ddd; }


.web_list_page .news_page { width: 705px; overflow: hidden; float: right; }


.web_list_page .pages { float: right; }


.web_list_page li { float: left; margin-right: 5px; }


.web_list_page a { display: block; color: #343535; padding: 0 8px; line-height: 25px; border: 1px solid #c4c8ca; }


.web_list_page a:hover { display: block; color: #4780cb; padding: 0 8px; line-height: 25px; text-decoration: underline; }


.web_list_page span { display: block; color: #4780cb; padding: 0 8px; line-height: 25px; border: 1px solid #f5f5f5; }





.tab_con_share { float: right; margin-top: 5px; }





/*新闻详细页-文章*/


.news_article { width: 100%; overflow: hidden; color: #4f4f4f; line-height: 24px; text-indent: 24px; margin-bottom: 10px; font-size: 13px; }


.news_page { width: 705px; overflow: hidden; margin-bottom: 15px; }


.news_path { width: 100%; overflow: hidden; border-top: 1px dotted #ddd; padding-top: 10px; }


.news_path a { color: #666666; }


.news_path a:hover { text-decoration: underline; }


.news_path .news_back { width: 50%; height: 40px; line-height: 40px; float: left; color: #666666; }


.news_path .news_next { width: 50%; height: 40px; line-height: 40px; float: right; text-align: right; color: #666666; }


#page_total { float: right; margin-right: 5px; color: #343535; line-height: 25px; padding-top: 17px; padding-left: 10px; }





/***************************************************************弹出框***************************************************************/


.PopupBox_TitleStyle_ContentBox { width: auto; overflow: hidden; padding: 10px; }


.PopupBox_Query { width: 100%; overflow: hidden; font-size: 14px; color: #666; padding: 20px 0; }





/*认证类型按钮*/


.PopupBox_TitleStyle_FooterBg { width: 100%; overflow: hidden; border-top: 1px solid #aaa; }


.PopupBox_TitleStyle_FooterBox_BtnBox { width: 110px; overflow: hidden; float: right; padding: 10px 15px 10px 0px; }


.PopupBox_Cancel, .PopupBox_Save { width: 50px; float: right; margin-left: 5px; }


.PopupBox_TitleStyle_FooterBox_BtnBox a { display: block; width: 48px; height: 26px; border-radius: 3px; line-height: 26px; text-align: center; color: #555; font-weight: 400; text-decoration: none; border: 1px solid #d3d3d3; background: #e8e8e8; }


.PopupBox_TitleStyle_FooterBox_BtnBox a:hover { border: 1px solid #999; background: #e0e0e0; color: #212121; }





/*一元购*/


.activity_main_box { width: 1200px; height: auto; margin: 0 auto; }


.activity_main_textbox { width: 100%; height: auto; overflow: hidden; margin: 90px auto 0; }


.activity_main_text { width: 946px; height: auto; float: left; padding-top: 26px; }


.activity_main_text ul li { float: left; width: 285px; height: auto; overflow: hidden; }


.activity_main_text_icon { float: left; width: 80px; height: auto; padding-top: 10px; }


.activity_main_text_icon span { width: 80px; height: 80px; border-radius: 50%; display: block; }


.icon_01 { background: url("../Images/activity_title_icon01.png")/*tpa=http://www.meixin.cn/Content/images/activity_title_icon01.png*/ no-repeat center center; background-color: #00ad66; }


.icon_02 { background: url("../Images/activity_title_icon02.png")/*tpa=http://www.meixin.cn/Content/images/activity_title_icon02.png*/ no-repeat center center; background-color: #00ad66; }


.icon_03 { background: url("../Images/activity_title_icon03.png")/*tpa=http://www.meixin.cn/Content/images/activity_title_icon03.png*/ no-repeat center center; background-color: #00ad66; }


.icon_04 { background: url("../Images/activity_title_icon04.png")/*tpa=http://www.meixin.cn/Content/images/activity_title_icon04.png*/ no-repeat center center; background-color: #00ad66; }


.activity_main_text_content { float: right; width: 196px; height: auto; }


.activity_main_text_content h2 { font-size: 22px; color: #333; margin: 8px 0; }


.activity_main_text_content p { font-size: 14px; color: #777; line-height: 26px; margin-bottom: 20px; }


.activity_main_text_bor { margin: 0 45px; }


.activity_main_code { width: 182px; height: auto; float: right; text-align: center; }


.activity_main_code span img { width: 180px; height: 180px; border: 1px solid #e5e5e5; }


.activity_main_code p { font-size: 14px; color: #666; margin-top: 10px; }





.activity_subtitle { width: 100%; height: auto; }


.activity_subtitle h2 { font-size: 30px; color: #272727; background: url("../Images/title_icon.png")/*tpa=http://www.meixin.cn/Content/images/title_icon.png*/ no-repeat left center; line-height: 30px; padding-left: 45px; }


.activity_subtitle h2 span { margin-left: 14px; font-size: 16px; color: #666; }


.activity_process_mainbox { width: 100%; height: auto; overflow: hidden; margin: 60px 0; }


.activity_process_main { width: 100%; height: auto; overflow: hidden; }


.activity_process_main_list li { float: left; width: 238px; height: 460px; position: relative; margin: 0 31px; background: url("../Images/activity_phonebg.png")/*tpa=http://www.meixin.cn/Content/images/activity_phonebg.png*/ no-repeat center; }


.activity_process_main_list li span { display: block; width: 208px; height: 348px; position: absolute; top: 56px; left: 16px; cursor: pointer; overflow: hidden; }


.activity_process_main_list li img { width: 208px; height: 348px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }


.activity_process_main_list li:hover img { transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transform: scale(1.1); }


.activity_process_sketchmap { width: 100%; height: auto; padding: 115px 0; background: url("../Images/activity_bg.png")/*tpa=http://www.meixin.cn/Content/images/activity_bg.png*/ no-repeat center center; position: relative; }


.activity_sketchmap_text_t { width: 976px; margin: 0 auto; }


.activity_sketchmap_text_t ul { margin-top: -84px; }


.activity_sketchmap_text_t ul li { width: 244px; height: 30px; line-height: 30px; float: left; text-align: center; }


.activity_sketchmap_text_b ul { position: absolute; bottom: 32px; }


.activity_sketchmap_text_t ul li span { font-size: 16px; color: #666; }


.activity_sketchmap_text_t ul li.current span { display: inline-block; *display: inline; padding: 0 20px; line-height: 30px; border-radius: 40px; background-color: #00ad66; color: #fff; -webkit-transition: .3s all ease-in-out .2s; -moz-transition: .3s all ease-in-out .2s; transition: .3s all ease-in-out .2s; }


.activity_function_mainlistbox { width: 100%; overflow: hidden; height: auto; margin: 60px 0 25px; }


.activity_function_listbox { width: 100%; height: auto; margin-bottom: 30px; overflow: hidden; }


.activity_function_listbox li { float: left; width: 232px; border: 1px solid #ebebeb; margin-right: 34px; padding: 20px; background-color: #f5f5f5; }


.activity_function_icon { width: 74px; height: 74px; border-radius: 50%; border: 1px solid #00ad66; margin: 0 auto; background: url("../Images/activity_icon01.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon01.png*/ no-repeat center; }


.activity_function_title { text-align: center; font-size: 22px; color: #333; line-height: 48px; border-bottom: 1px dotted #d5d5d5; }


.activity_function_hint { font-size: 15px; color: #777; line-height: 28px; padding-top: 10px; }


.activity_function_listbox li:last-child { margin-right: 0; }





.service_advantage_listbox { width: 100%; height: auto; border-bottom: 1px dotted #d5d5d5; overflow: hidden; }


.service_advantage_listbox li { float: left; width: 398px; height: auto; padding: 30px 0; border-right: 1px dotted #d5d5d5; text-align: center; font-size: 18px; color: #333; }


.service_advantage_listbox li:last-child { border-right: 0; }


.service_advantage_listbox li h5 { font-size: 20px; color: #333; }


.service_advantage_listbox li h6 { font-size: 14px; color: #777; padding-top: 6px; }


.service_advantage_listbox li span { display: block; width: 140px; height: 140px; border-radius: 50%; border: 2px solid #00ad66; margin: 0 auto; margin-bottom: 20px; }


.service_advantage_list_nomar { border-bottom: 0; }


.function_icon02 { background: url("../Images/activity_icon02.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon02.png*/ no-repeat center; }


.function_icon03 { background: url("../Images/activity_icon03.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon03.png*/ no-repeat center; }


.function_icon04 { background: url("../Images/activity_icon04.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon04.png*/ no-repeat center; }


.function_icon05 { background: url("../Images/activity_icon05.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon05.png*/ no-repeat center; }


.function_icon06 { background: url("../Images/activity_icon06.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon06.png*/ no-repeat center; }


.function_icon07 { background: url("../Images/activity_icon07.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon07.png*/ no-repeat center; }


.function_icon08 { background: url("../Images/activity_icon08.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon08.png*/ no-repeat center; }


.function_icon09 { background: url("../Images/activity_icon09.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon09.png*/ no-repeat center; }


.function_icon10 { background: url("../Images/activity_icon10.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon10.png*/ no-repeat center; }


.function_icon11 { background: url("../Images/activity_icon11.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon11.png*/ no-repeat center; }


.function_icon12 { background: url("../Images/activity_icon12.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon12.png*/ no-repeat center; }


.function_icon13 { background: url("../Images/activity_icon13.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon13.png*/ no-repeat center; }


.function_icon14 { background: url("../Images/activity_icon14.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon14.png*/ no-repeat center; }


.function_icon15 { background: url("../Images/activity_icon15.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon15.png*/ no-repeat center; }


.function_icon16 { background: url("../Images/activity_icon16.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon16.png*/ no-repeat center; }


.function_icon17 { background: url("../Images/activity_icon17.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon17.png*/ no-repeat center; }


.function_icon18 { background: url("../Images/activity_icon18.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon18.png*/ no-repeat center; }


.function_icon19 { background: url("../Images/activity_icon19.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon19.png*/ no-repeat center; }


.function_icon20 { background: url("../Images/activity_icon20.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon20.png*/ no-repeat center; }


.function_icon21 { background: url("../Images/activity_icon21.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon21.png*/ no-repeat center; }


.function_icon22 { background: url("../Images/activity_icon22.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon22.png*/ no-repeat center; }


.function_icon23 { background: url("../Images/activity_icon23.png")/*tpa=http://www.meixin.cn/Content/images/activity_icon23.png*/ no-repeat center; }








/* 注册登录框开始 */


.popupsignbg { width: 900px; overflow: hidden; padding: 20px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative; }


.popupsignbox_close { width: 20px; height: 20px; background: url("../Images/popup_close.png")/*tpa=http://www.meixin.cn/Content/images/popup_close.png*/ no-repeat center center; position: absolute; right: 10px; top: 10px; cursor: pointer; }


.popupsignbox { width: 100%; overflow: hidden; }


.popupsignbox_bannerbg { width: 517px; overflow: hidden; float: left; }


.popupsignbox_bannerbox { width: auto; overflow: hidden; background: #f2f2f2; padding: 10px 20px; }


.popupsignbox_bannerbox_title { width: 100%; overflow: hidden; font-size: 24px; color: #2c323f; border-bottom: 2px solid #d9d9d9; line-height: 48px; }


.popupsignbox_bannerbox_img { width: 100%; overflow: hidden; padding: 20px 0; }


.popupsignbox_bannerbox_img img { display: block; margin: 0 auto; }


.popupsignbox_bannerbox_list { width: auto; overflow: hidden; padding-bottom: 10px; padding-left: 34px; }


.popupsignbox_bannerbox_list li { width: auto; overflow: hidden; line-height: 38px; font-size: 15px; color: #59595c; padding-left: 33px; position: relative; }


.popupsignbox_bannerbox_listicon { width: 33px; height: 24px; position: absolute; top: 7px; left: 0; }


.popupsignbox_bannerbox_listicon01 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 0; }


.popupsignbox_bannerbox_listicon02 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -24px; }


.popupsignbox_bannerbox_listicon03 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -48px; }


.popupsignbox_bannerbox_listicon04 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -72px; }


.popupsignbox_bannerbox_listicon05 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -96px; }


.popupsignbox_signbox { width: 340px; overflow: hidden; float: left; padding-left: 40px; background: url("../Images/popupsign_arrow.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_arrow.png*/ no-repeat left center; }


.popupsignbox_signbox_title { width: 100%; overflow: hidden; font-size: 30px; color: #2c323f; line-height: 89px; padding-top: 10px; border-bottom: 2px solid #d9d9d9; }


.popupsignbox_signbox_inputbg { width: 100%; overflow: hidden; padding-top: 10px; }


.popupsignbox_signbox_inputbox { width: 100%; overflow: hidden; margin-top: 17px; }


.popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }


.popupsignbox_signbox_inputbox_input { width: 239px; height: 36px; float: left; border: 1px solid #bcbcbc; background: #fff; padding: 0 5px; }


.popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }


.popupsignbox_signbox_inputbox01 { width: 100%; overflow: hidden; margin-top: 17px; }


.popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }


.popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input { width: 112px; height: 36px; float: left; padding: 0 5px; border: 1px solid #bcbcbc; background: #fff; }


.popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }


.popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button { width: 115px; height: 34px; background: #d9dadd; float: right; border: 1px solid #cdcdcd; }


.popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button a { display: block; text-align: center; line-height: 34px; font-size: 14px; color: #4a4a49; }


.popupsignbox_signbox_button { margin-top: 17px; }


.popupsignbox_signbox_hint { width: 100%; overflow: hidden; text-align: center; line-height: 48px; font-size: 16px; color: #373737; }


.popupsignbox_signbox_inputbox_position { width: 100%; height: 20px; margin: 0 auto; line-height: 20px; color: #e6393d; font-size: 12px; position: absolute; top: 39px; left: 0px; background: url("../Images/icon_error.png")/*tpa=http://www.meixin.cn/Content/images/Icon_Error.png*/ no-repeat 89px 4px; padding-left: 104px; }





.button_blue { height: 37px; text-align: center; background: #00ad66; border-radius: 3px; }


.button_blue:hover { background: #008f54; }


.button_blue a { display: block; text-align: center; line-height: 37px; color: #fff; font-size: 18px; cursor: pointer; }


/* 注册登录框结束 */





/*小屏登录框开始*/


.popupsignbox_1040 a:hover { text-decoration: underline; }


.popupsignbox_1040 { width: 100%; overflow: hidden; padding: 20px 0 20px; }


.popupsignbox_1040 .popupsignbg { width: 420px; overflow: hidden; padding: 20px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative; margin: 0 auto; padding-bottom: 50px; }


.popupsignbox_1040 .popupsignbox_close { width: 20px; height: 20px; position: absolute; right: 10px; top: 10px; }


.popupsignbox_1040 .popupsignbox { width: 100%; overflow: hidden; }


.popupsignbox_1040 .popupsignbox_bannerbg { width: 517px; overflow: hidden; float: left; }


.popupsignbox_1040 .popupsignbox_bannerbox { width: auto; overflow: hidden; background: #f2f2f2; padding: 10px 20px; }


.popupsignbox_1040 .popupsignbox_bannerbox_title { width: 100%; overflow: hidden; font-size: 24px; color: #2c323f; border-bottom: 2px solid #d9d9d9; line-height: 48px; }


.popupsignbox_1040 .popupsignbox_bannerbox_img { width: 100%; overflow: hidden; padding: 20px 0; }


.popupsignbox_1040 .popupsignbox_bannerbox_img img { display: block; margin: 0 auto; }


.popupsignbox_1040 .popupsignbox_bannerbox_list { width: auto; overflow: hidden; padding-bottom: 10px; padding-left: 34px; }


.popupsignbox_1040 .popupsignbox_bannerbox_list li { width: auto; overflow: hidden; line-height: 38px; font-size: 15px; color: #59595c; padding-left: 33px; position: relative; }


.popupsignbox_1040 .popupsignbox_bannerbox_listicon { width: 33px; height: 24px; position: absolute; top: 7px; left: 0; }


.popupsignbox_1040 .popupsignbox_bannerbox_listicon01 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 0; }


.popupsignbox_1040 .popupsignbox_bannerbox_listicon02 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -24px; }


.popupsignbox_1040 .popupsignbox_bannerbox_listicon03 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -48px; }


.popupsignbox_1040 .popupsignbox_bannerbox_listicon04 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -72px; }


.popupsignbox_1040 .popupsignbox_bannerbox_listicon05 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -96px; }


.popupsignbox_1040 .popupsignbox_signbox { width: 340px; overflow: hidden; float: left; padding-left: 40px; background: #fff; }


.popupsignbox_1040 .popupsignbox_signbox_title { width: 100%; overflow: hidden; font-size: 25px; color: #2c323f; line-height: 60px; border-bottom: 2px solid #d9d9d9; }


.popupsignbox_1040 .popupsignbox_signbox_inputbg { width: 100%; overflow: hidden; padding-top: 37px; }


.popupsignbox_1040 .popupsignbox_signbox_inputbox { width: 100%; overflow: hidden; margin-top: 0px; padding-bottom: 15px; position: relative; }


.popupsignbox_1040 .popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }


.popupsignbox_1040 .popupsignbox_signbox_inputbox_input { width: 239px; height: 36px; float: left; border: 1px solid #bcbcbc; background: #fff; padding: 0 5px; }


.popupsignbox_1040 .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }


.popupsignbox_1040 .popupsignbox_signbox_inputbox01 { width: 100%; overflow: hidden; margin-top: 0px; padding-bottom: 15px; position: relative; }


.popupsignbox_1040 .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }


.popupsignbox_1040 .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input { width: 112px; height: 36px; float: left; padding: 0 5px; border: 1px solid #bcbcbc; background: #fff; }


.popupsignbox_1040 .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }


.popupsignbox_1040 .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button { width: 115px; height: 34px; background: #d9dadd; float: right; border: 1px solid #cdcdcd; }


.popupsignbox_1040 .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button a { display: block; text-align: center; line-height: 34px; font-size: 13px; color: #4a4a49; }


.popupsignbox_1040 .popupsignbox_signbox_button { margin-top: 5px; }


.popupsignbox_1040 .popupsignbox_signbox_hint { width: 100%; overflow: hidden; }


.popupsignbox_1040 .popupsignbox_signbox_hint .popupsignbox_signbox_password a { display: block; color: #00ad66; float: left; }


.popupsignbox_1040 .popupsignbox_signbox_hint .popupsignbox_signbox_sign a { display: block; float: right; color: #666; }








/*小屏登录框结束*/





/*弹框*/


.popup_affirmbox { width: 100%; overflow: hidden; padding: 50px 0 10px 0; }


.popup_affirm { width: 100%; overflow: hidden; text-align: center; font-size: 30px; color: #00ad66; padding: 35px 0px; background: url("../Images/icon_signwin.png")/*tpa=http://www.meixin.cn/Content/images/icon_signwin.png*/ no-repeat center top; border-bottom: 1px solid #ccc; }


.popup_affirm span { display: block; font-size: 16px; padding-top: 20px; color: #999; }


.popup_affirm_button { width: 232px; overflow: hidden; margin: 0 auto; margin-top: 10px; }


.popup_affirm_button li { width: 110px; overflow: hidden; float: left; text-align: center; line-height: 40px; border-radius: 3px; margin-left: 3px; margin-right: 3px; font-size: 16px; }


.popup_affirm_button_save { background: #00ad66; color: #fff; cursor: pointer; }


.popup_affirm_button_save:hover { background: #008f54; }


.popup_affirm_button_cancel { background: #bdc1c4; color: #555; cursor: pointer; }


/*弹框 结束*/








/*************************************************************************弹框样式*****************************************************************************************************/





/*会员中心登录框开始*/


.buyercenter_logon { width: 100%; overflow: hidden; padding: 70px 0; }


.buyercenter_logon .popupsignbg { width: 420px; overflow: hidden; padding: 20px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative; margin: 0 auto; padding-bottom: 50px; }


.buyercenter_logon .popupsignbox_close { width: 20px; height: 20px; background: url("../Images/popup_close.png")/*tpa=http://www.meixin.cn/Content/images/popup_close.png*/ no-repeat center center; position: absolute; right: 10px; top: 10px; }


.buyercenter_logon .popupsignbox { width: 100%; overflow: hidden; }


.buyercenter_logon .popupsignbox_bannerbg { width: 517px; overflow: hidden; float: left; }


.buyercenter_logon .popupsignbox_bannerbox { width: auto; overflow: hidden; background: #f2f2f2; padding: 10px 20px; }


.buyercenter_logon .popupsignbox_bannerbox_title { width: 100%; overflow: hidden; font-size: 24px; color: #2c323f; border-bottom: 2px solid #d9d9d9; line-height: 48px; }


.buyercenter_logon .popupsignbox_bannerbox_img { width: 100%; overflow: hidden; padding: 20px 0; }


.buyercenter_logon .popupsignbox_bannerbox_img img { display: block; margin: 0 auto; }


.buyercenter_logon .popupsignbox_bannerbox_list { width: auto; overflow: hidden; padding-bottom: 10px; padding-left: 34px; }


.buyercenter_logon .popupsignbox_bannerbox_list li { width: auto; overflow: hidden; line-height: 38px; font-size: 15px; color: #59595c; padding-left: 33px; position: relative; }


.buyercenter_logon .popupsignbox_bannerbox_listicon { width: 33px; height: 24px; position: absolute; top: 7px; left: 0; }


.buyercenter_logon .popupsignbox_bannerbox_listicon01 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 0; }


.buyercenter_logon .popupsignbox_bannerbox_listicon02 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -24px; }


.buyercenter_logon .popupsignbox_bannerbox_listicon03 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -48px; }


.buyercenter_logon .popupsignbox_bannerbox_listicon04 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -72px; }


.buyercenter_logon .popupsignbox_bannerbox_listicon05 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -96px; }


.buyercenter_logon .popupsignbox_signbox { width: 340px; overflow: hidden; float: left; padding-left: 40px; background: #fff; }


.buyercenter_logon .popupsignbox_signbox_title { width: 100%; overflow: hidden; font-size: 25px; color: #2c323f; line-height: 85px; padding-top: 10px; border-bottom: 2px solid #d9d9d9; }


.buyercenter_logon .popupsignbox_signbox_inputbg { width: 100%; overflow: hidden; padding-top: 37px; }


.buyercenter_logon .popupsignbox_signbox_inputbox { width: 100%; overflow: hidden; margin-top: 0px; padding-bottom: 25px; position: relative; }


.buyercenter_logon .popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }


.buyercenter_logon .popupsignbox_signbox_inputbox_input { width: 239px; height: 36px; float: left; border: 1px solid #bcbcbc; background: #fff; padding: 0 5px; }


.buyercenter_logon .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }


.buyercenter_logon .popupsignbox_signbox_inputbox01 { width: 100%; overflow: hidden; margin-top: 0px; padding-bottom: 25px; position: relative; }


.buyercenter_logon .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }


.buyercenter_logon .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input { width: 112px; height: 36px; float: left; padding: 0 5px; border: 1px solid #bcbcbc; background: #fff; }


.buyercenter_logon .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }


.buyercenter_logon .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button { width: 115px; height: 34px; background: #d9dadd; float: right; border: 1px solid #cdcdcd; }


.buyercenter_logon .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button a { display: block; text-align: center; line-height: 34px; font-size: 14px; color: #4a4a49; }


.buyercenter_logon .popupsignbox_signbox_button { margin-top: 5px; }


.buyercenter_logon .popupsignbox_signbox_hint { width: auto; overflow: hidden; text-align: right; line-height: 48px; font-size: 14px; color: #373737; }


.buyercenter_logon .popupsignbox_signbox_hint a { color: #373737; cursor: pointer; }


.buyercenter_logon .popupsignbox_signbox_hint a:hover { color: #3179cb; text-decoration: underline; }


/*会员中心登录框结束*/





/*在线客服留言框开始*/


.online_message { width: 100%; overflow: hidden; }


.online_message .popupsignbg { width: 420px; overflow: hidden; padding: 20px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative; margin: 0 auto; padding-bottom: 50px; }


.online_message .popupsignbox_close { width: 20px; height: 20px; background: url("../Images/popup_close.png")/*tpa=http://www.meixin.cn/Content/images/popup_close.png*/ no-repeat center center; position: absolute; right: 10px; top: 10px; }


.online_message .popupsignbox { width: 100%; overflow: hidden; }


.online_message .popupsignbox_bannerbg { width: 517px; overflow: hidden; float: left; }


.online_message .popupsignbox_bannerbox { width: auto; overflow: hidden; background: #f2f2f2; padding: 10px 20px; }


.online_message .popupsignbox_bannerbox_title { width: 100%; overflow: hidden; font-size: 24px; color: #2c323f; border-bottom: 2px solid #d9d9d9; line-height: 48px; }


.online_message .popupsignbox_bannerbox_img { width: 100%; overflow: hidden; padding: 20px 0; }


.online_message .popupsignbox_bannerbox_img img { display: block; margin: 0 auto; }


.online_message .popupsignbox_bannerbox_list { width: auto; overflow: hidden; padding-bottom: 10px; padding-left: 34px; }


.online_message .popupsignbox_bannerbox_list li { width: auto; overflow: hidden; line-height: 38px; font-size: 15px; color: #59595c; padding-left: 33px; position: relative; }


.online_message .popupsignbox_bannerbox_listicon { width: 33px; height: 24px; position: absolute; top: 7px; left: 0; }


.online_message .popupsignbox_bannerbox_listicon01 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 0; }


.online_message .popupsignbox_bannerbox_listicon02 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -24px; }


.online_message .popupsignbox_bannerbox_listicon03 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -48px; }


.online_message .popupsignbox_bannerbox_listicon04 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -72px; }


.online_message .popupsignbox_bannerbox_listicon05 { background: url("../Images/popupsign_button_icon.png")/*tpa=http://www.meixin.cn/Content/images/popupsign_button_icon.png*/ no-repeat 0 -96px; }


.online_message .popupsignbox_signbox { width: 340px; overflow: hidden; float: left; padding-left: 55px; background: #fff; }


.online_message .popupsignbox_signbox_title { width: 100%; overflow: hidden; font-size: 25px; color: #2c323f; line-height: 85px; padding-top: 10px; border-bottom: 2px solid #d9d9d9; }


.online_message .popupsignbox_signbox_inputbg { width: 100%; overflow: hidden; padding-top: 10px; }


.online_message .popupsignbox_signbox_inputbox { width: 100%; overflow: hidden; margin-top: 17px; }


.online_message .popupsignbox_signbox_inputbox_name { width: 65px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }


.online_message .popupsignbox_signbox_inputbox_input { width: 263px; height: 36px; float: left; border: 1px solid #bcbcbc; background: #fff; padding: 0 5px; }


.online_message .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }


.online_message .popupsignbox_signbox_inputbox01 { width: 100%; overflow: hidden; margin-top: 17px; }


.online_message .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }


.online_message .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input { width: 112px; height: 36px; float: left; padding: 0 5px; border: 1px solid #bcbcbc; background: #fff; }


.online_message .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }


.online_message .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button { width: 115px; height: 34px; background: #d9dadd; float: right; border: 1px solid #cdcdcd; }


.online_message .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button a { display: block; text-align: center; line-height: 34px; font-size: 14px; color: #4a4a49; }


.online_message .popupsignbox_signbox_inputbox_textarea { width: 263px; height: 100px; float: left; padding: 5px; border: 1px solid #bcbcbc; background: #fff; }


.online_message .popupsignbox_signbox_inputbox_textarea textarea { width: 100%; height: 100px; border: none; }


.online_message .popupsignbox_signbox_button { margin-top: 17px; }


.online_message .popupsignbox_signbox_hint { width: 100%; overflow: hidden; text-align: right; line-height: 48px; font-size: 14px; color: #373737; cursor: pointer; }


.online_message .popupsignbox_signbox_hint:hover { text-decoration: underline; }


.online_message .popupsignbox_signbox_select { width: 100%; overflow: hidden; padding-top: 20px; }


.online_message .popupsignbox_signbox_select li { width: auto; overflow: hidden; float: left; font-size: 16px; margin-right: 15px; }


.online_message .popupsignbox_signbox_select input { width: 13px; height: 13px; position: relative; top: 1px; margin-right: 3px; }


.online_message .popupsignbox_signbox_phone { width: 100%; overflow: hidden; font-size: 16px; color: #3179cb; font-weight: bold; padding-top: 10px; text-align: right; }


/*在线客服留言框结束*/





/*首页微信公众号*/


.roundabout-holder { margin: 0px auto; width: 850px; height: 496px; }


.roundabout-moveable-item { border-radius: 4px; border: 3px solid rgba(0, 0, 0, 0.08); width: 312px; height: 570px; cursor: pointer; -moz-border-radius: 4px; -webkit-border-radius: 4px; }


.roundabout-moveable-item img { width: 100%; }


.roundabout-in-focus { border: 3px solid rgba(0, 0, 0, 0.2); }








.lanrenzhijia { overflow: hidden; margin: 0 auto; position: relative; height: 404px; padding-top: 200px; }


.bac { position: absolute; bottom: 0; left: 50px; }


.lanrenzhijia_box { width: 700px; margin: auto; }


.lanrenzhijia_inbox { overflow: hidden; position: relative; }


.lanrenzhijia_inbox p { text-indent: 1em; font-size: 14px; width: 100%; color: #FFFFFF; line-height: 30px; background: #000000; }


.lanrenzhijia_inbox a { padding: 5px; display: block; position: absolute; top: 220px; left: 90px; background: #0066CC; color: #FFF; }


.lanrenzhijia_inbox img { width: 100%; height: 100%; }








/*.imageflow{overflow:hidden; position:relative; text-align:left; visibility:hidden; width:100%}


.imageflow img{border:none; position:absolute; top:0px; visibility:hidden; -ms-interpolation-mode:bicubic}


.imageflow p{margin:0 auto; text-align:center}


.imageflow .loading{border:1px solid #ccc; height:15px; left:50%; margin-left:-106px; padding:5px; position:relative; visibility:visible; width:200px}


.imageflow .loading_bar{background:#ccc; height:15px; visibility:visible; width:1%}


.imageflow .caption{font-weight:bold; position:relative; text-align:center; z-index:10000}


.imageflow .scrollbar{border-bottom:1px solid #b3b3b3; position:relative; visibility:hidden; z-index:10001; height:1px}


/*.imageflow .slider{background-image:url(../Images/slider.png); background-repeat:no-repeat; height:14px; margin:-6px 0 0 -7px; position:absolute; width:14px; z-index:10002}*/


/*.imageflow .images{overflow:hidden; white-space:nowrap}


.imageflow .button{cursor:pointer; height:17px; position:relative; width:17px}*/








.imageflow { width: 1200px; height: 600px; margin: 0 auto; position: relative; }


.imageflow ul { position: relative; height: 600px; }


.imageflow li { position: absolute; width: 0; height: 0; z-index: 0; cursor: pointer; overflow: hidden; top: 152px; left: 10px; }


.imageflow li img { width: 100%; height: 100%; vertical-align: top; float: left; }





/*首页微信公众号结束*/











/*-------------------------------------------------------------手机扫描注册页面-------------------------------------------------------------------*/


.popup_mobile_mainbox { width: 640px; min-height: 1136px; background-color: #fff; }


.popup_mobile_title { width: 100%; height: 60px; background: url("../Images/popup_mobile_linebg.png")/*tpa=http://www.meixin.cn/Content/images/popup_mobile_linebg.png*/ no-repeat center center; text-align: center; padding: 68px 0; }


.popup_mobile_title h1 { font-size: 48px; color: #272727; line-height: 54px; }


.popup_mobile_text_box { width: auto; padding: 0 36px; }


.popup_mobile_text { width: 100%; height: auto; overflow: hidden; }


.popup_mobile_text_list { width: 100%; height: 90px; margin-bottom: 26px; border-bottom: 1px solid #00ad66; }


.popup_mobile_text_list li { width: auto; height: 90px; background: url("../Images/popup_mobile_icon01.png")/*tpa=http://www.meixin.cn/Content/images/popup_mobile_icon01.png*/ no-repeat left center; padding-left: 60px; }


.popup_mobile_text_list li input { width: 100%; height: 88px; border: 0; font-size: 30px; color: #999999; line-height: 88px; }


.popup_mobile_text_list li img { width: 203px; height: 70px; border: 0; font-size: 30px; color: #999999; line-height: 88px; }


.popup_mobile_text_list li span { float: right; width: 170px; height: 70px; border-radius: 2px; background-color: #c7c7c7; text-align: center; color: #fff; line-height: 70px; cursor: pointer; font-size:28px; }


.popup_mobile_text_list li span a{background-color: #c7c7c7; text-align: center; color: #fff;}


.popup_mobile_text_list li span a:hover { text-decoration:underline;background-color: #c7c7c7; text-align: center; color: #fff;}


.popup_mobile_text_listcode li { background: url("../Images/popup_mobile_icon02.png")/*tpa=http://www.meixin.cn/Content/images/popup_mobile_icon02.png*/ no-repeat left center; }


.popup_mobile_text_listcode li input { float: left; width: 57%; border: 0; }


.popup_mobile_text_listcode li span { float: right; width: 210px; height: 70px; border-radius: 2px; background-color: #c7c7c7; text-align: center; color: #fff; line-height: 70px; cursor: pointer; }


.popup_mobile_text ul:nth-child(3) li { background: url("../Images/popup_mobile_icon03.png")/*tpa=http://www.meixin.cn/Content/images/popup_mobile_icon03.png*/ no-repeat left center; }


.popup_mobile_text ul:nth-child(4) li { background: url("../Images/popup_mobile_icon03.png")/*tpa=http://www.meixin.cn/Content/images/popup_mobile_icon03.png*/ no-repeat left center; }





.popup_mobile_text_btnbox { padding-top: 90px; width: 100%; height: auto; text-align: center; }


.popup_mobile_text_btn a { display: block; width: 100%; border-radius: 2px; background-color: #00ad66; color: #fff; font-size: 34px; height: 86px; text-align: center; line-height: 86px; }


.popup_mobile_text_btnbox p { font-size: 30px; color: #9b9b9b; padding-top: 30px; }


.popup_mobile_text_btnbox p a { font-size: 30px; color: #9b9b9b; text-decoration: underline; }





/*--------------------------------------------------------------------------------------------------------------------------------*/


/*可以生成APP提示框*/


.banner_title_apphint{ display:inline-block; *display:inline; font-size:14px; color:#fff; background:url("../Images/apphint_icon.png")/*tpa=http://www.meixin.cn/Content/images/apphint_icon.png*/ no-repeat 6px center; background-color:#00ad66; 


padding:4px 6px 4px 18px; border:1px solid #67caa1; position:relative; top:-40px; left:9px;}


.banner_title_apphint em{ display:block; background:url("../Images/apphint_arrow.png")/*tpa=http://www.meixin.cn/Content/images/apphint_arrow.png*/ no-repeat; width:11px; height:14px; position:absolute; top:27px; left:-1px;}


.function_list_titlebox h2{ width:100%; position:relative; height:48px; }


.function_list_titlebox h2 i{ /*display:inline-block; *display:inline;*/ display:block; background:url("../Images/scenarios_titleicon.png")/*tpa=http://www.meixin.cn/Content/images/scenarios_titleicon.png*/ no-repeat; width:16px; height:30px;


 position:absolute; top:12px; left:57%; }


.function_list_titlebox .banner_title_apphint{ background-image:none; top:-50px; left:141px; padding:2px 5px; font-size:12px; }


.function_list_titlebox .banner_title_apphint em{ display:block; background:url("../Images/apphint_arrow.png")/*tpa=http://www.meixin.cn/Content/images/apphint_arrow.png*/ no-repeat left bottom; width:11px; height:12px; position:absolute; top:21px; left:-1px;}


.function_list_titlebox02 h2 i{ left:58.5%;}


.function_list_titlebox02 .banner_title_apphint{ background-image:none; top:-50px; left:158px; padding:2px 5px; font-size:12px; }


.function_list_titlebox .banner_title_apphint02{ top:-75px;}


.store_selectbox_listbox02{width:604px;height:44px;background:#fff;border:10px solid #fff;margin:0 auto;}


.store_selectbox_list02{width:604px;height:40px;border:2px solid #00ad66;border-radius:8px;overflow:hidden;}








/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*banner*/


.sup_bannerbox{ width:100%; height:300px; background:url("../Images/s_banner.jpg")/*tpa=http://www.meixin.cn/Content/images/S_banner.jpg*/ no-repeat top center; overflow:hidden;}


.sup_banner{ width:977px; height:auto; margin:0 auto;}


.sup_banner_text{color:#3b3b3b; margin-top:50px; overflow:hidden; }


.sup_banner_text h1{ font-size:46px; line-height:69px; font-weight:bold; }


.sup_banner_text p{ font-size:18px; line-height:28px; width:316px; }


.sup_banner_btn{ width:100%; padding-top:25px; overflow:hidden;}


.sup_banner_btn li{ float:left; margin-right:16px; }


.sup_banner_btn li a{ border:2px solid #3b3b3b; border-radius:5px; font-size:20px; line-height:38px; padding:0 18px; display:block; color:#3b3b3b; }





/*内容*/


.sup_content_main_bg{ width:100%; height:auto; background-color:#fff;}


.sup_content_main{ width:977px; height:auto; margin:0 auto; padding:50px 0;}


.sup_content_main_title{ width:100%; text-align:center; overflow:hidden; margin-top:20px; }


.sup_content_main_title h2{ color:#000; font-size:40px; overflow:hidden; width:100%; }


.sup_content_main_title h5{ color:#999; font-size:20px; padding:10px 0; }


.sup_system_functionbox_2{ width:680px; margin:50px auto 0; overflow:hidden; text-align:center;}


.sup_system_function{ width:290px; float:left; margin-right:100px; }


.sup_system_function:last-child{ margin-right:0;}


.sup_system_function_icon{ width:46px; height:46px; border:2px solid #3179cb; border-radius:50%; margin:0 auto; position:relative;}


.sup_function_icon{ width:26px; height:16px; display:block; background:url("../Images/s_icon.png")/*tpa=http://www.meixin.cn/Content/images/S_icon.png*/ no-repeat;}


.sup_function_icon01{ background-position:0 0; position:absolute; top:16px; left:50%; margin-left:-13px; }


.sup_system_function_title{ font-size:20px; color:#222; padding:20px 0 8px;}


.sup_system_function_text{ font-size:16px; color:#999; line-height:26px;}


.sup_function_icon02{ width:21px; height:23px; background-position:0 -19px; position:absolute; top:11px; left:50%; margin-left:-11px; }


.sup_system_function_imgbox{ width:100%; height:auto; margin:40px auto 0;}


.sup_system_function_imgbox img{ margin:0 auto;}


.website_buttonbox{margin:40px auto 0; overflow:hidden;  width: 302px;}


.website_buttonbox a{ float:left; margin:0 6px; width:138px;}


.sup_content_functionlistbox{ width:100%; height:auto; overflow:hidden; padding-top:80px;}


.sup_content_functionlist{ width:100%; height:auto; border-bottom:1px dashed #e5e5e5; overflow:hidden; }


.sup_content_functionlist li{ width:274px; height:auto; padding:0 25px; border-right:1px dashed #e5e5e5; text-align:center; float:left;  padding-bottom:40px;}


.sup_content_functionlist li:last-child{ border-right:none;}


.sup_functionlist_iconbox{ width:140px; height:140px; border:2px solid #3179cb; margin:0 auto; position:relative; border-radius:50%;}


.sup_functionlist_icon{ width:49px; height:38px; background:url("../Images/s_icon.png")/*tpa=http://www.meixin.cn/Content/images/S_icon.png*/ no-repeat; position:absolute;}


.functionlist_icon01{ background-position:-25px 0; top:53px; left:45px; }


.sup_functionlist_title{ font-size:20px; color:#222; padding:20px 0 10px;}


.sup_functionlist_text{ font-size:16px; color:#999; line-height:26px;/* padding-bottom:40px;*/}


.sup_functionlist_text span{ display:inline-block; *display:inline; padding:0 6px; height:22px; line-height:22px; border:2px solid #FC0; color:#fc0; border-radius:3px; font-size:14px;}


.functionlist_icon02{ width:47px; height:46px; background-position:-76px 0; top:49px; left:44px; }


.functionlist_icon03{ width:56px; height:45px; background-position:-126px 0; top:51px; left:45px; }


.sup_content_functionlist_clrbor{ max-height:387px; min-height:386px; border-bottom:none;}


.sup_content_functionlist_clrbor li{ padding-top:40px;}


.functionlist_icon04{ width:57px; height:43px; background-position:0 -45px; top:51px; left:43px; }


.functionlist_icon05{ width:40px; height:48px; background-position:-59px -48px; top:50px; left:50px; }


.functionlist_icon06{ width:41px; height:53px; background-position:-101px -46px; top:46px; left:52px; }


.sup_content_btnbox{ width:100%; height:auto; padding:40px 0; overflow:hidden;}


.sup_content_btnbox a{ display:block; width:190px; height:44px; border-radius:3px; background-color:#00ad66; text-align:center; line-height:44px; font-size:20px; color:#fff; margin:0 auto;}


.sup_content_btnbox a:hover{ background-color:#008f54;}





/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*APP样式*/


/*banner*/


.app_bannerbox{ width:100%; height:295px; background:url("../Images/app_banner.jpg")/*tpa=http://www.meixin.cn/Content/images/App_banner.jpg*/ no-repeat top center; overflow:hidden;}


.mx_app_banner{ width:1200px;}


.sup_banner_text h1 span{ font-weight:normal;}


.app_banner_text{ margin-top:68px; }


.app_system_function_icon{ width:60px; height:60px; border:2px solid #00ad66; border-radius:50%; margin:0 auto; position:relative;}


.app_function_icon{ width:32px; height:37px; display:block; background:url("../Images/a_icon.png")/*tpa=http://www.meixin.cn/Content/images/A_icon.png*/ no-repeat;}


.app_function_icon01{ background-position:0 0; position:absolute; top:10px; left:50%; margin-left:-16px; }


.app_function_icon02{ width:30px; height:39px; background-position:-34px 0; position:absolute; top:10px; left:50%; margin-left:-15px; }


.app_system_functionbox_2{ width:736px;}


.app_system_functionbox_2 .sup_system_function{ width:318px;}


.app_content_box{ width:977px; padding-top:80px; overflow:hidden;}


.app_functionlist_box li{ width:272px; float:left; padding-bottom:40px; overflow:hidden; margin-right:80px; text-align:center; }


.app_functionlist_box li:last-child{ margin-right:0;}


.app_functionlist_iconbox{ width:66px; height:66px; background-color:#00ad66; margin:0 auto; position:relative; border-radius:50%;}


.app_functionlist_icon{ width:36px; height:33px; background:url("../Images/a_icon.png")/*tpa=http://www.meixin.cn/Content/images/A_icon.png*/ no-repeat; position:absolute;}


.functionlist_icon01{ background-position:-66px 0; top:17px; left:15px; }


.app_functionlist_title{ font-size:20px; color:#222; padding:20px 0 10px;  }


.app_functionlist_text{ font-size:16px; color:#999; line-height:26px;}


.functionlist_icon02{ width:40px; height:28px; background-position:-105px 0; top:21px; left:15px; }


.functionlist_icon03{ width:48px; height:19px; background-position:-102px -50px; top:25px; left:9px; }


.functionlist_icon04{width:33px; height:35px; background-position:0 -41px; top:14px; left:17px; }


.functionlist_icon05{ width:22px; height:40px; background-position:-37px -42px; top:13px; left:23px; }


.functionlist_icon06{ width:34px; height:38px; background-position:-66px -41px; top:15px; left:17px; }


.app_functionlist_clrmar li{ padding-bottom:10px;}


.sup_content_main_title h5 span{ display:inline-block; *display:inline; padding:0 6px; height:22px; line-height:22px; border:2px solid #FC0; color:#fc0; border-radius:3px; font-size:14px; }


.app_store_contentbox{ width:100%; padding:50px 0 0; overflow:hidden;}


.app_store_contentlist{ width:338px; height:auto; padding:25px 38px 20px; border:1px solid #e9eff6; border-radius:5px; float:left; min-height:280px; margin:0 30px;}


.app_store_title{ width:100%; height:auto; font-size:24px; color:#222; border-bottom:1px solid #e9eff6;  padding-bottom:15px; }


.app_store_icon01{ width:32px; height:37px; display:inline-block; *display:inline; background:url("../Images/app_titleicon.png")/*tpa=http://www.meixin.cn/Content/images/APP_titleicon.png*/ no-repeat 0 0; float:left; margin-left:105px; margin-top:-5px; margin-right:10px;}


.app_store_main{ text-align:center; padding-top:53px;}


.app_store_mainicon{ width:116px; height:110px; background:url("../Images/app_icon.png")/*tpa=http://www.meixin.cn/Content/images/App_icon.png*/ no-repeat 0 0; margin:0 auto;}


.app_store_main h6{ font-size:18px; color:#555; line-height:38px;}


.app_store_icon02{ width:30px; height:39px; background:url("../Images/app_titleicon.png")/*tpa=http://www.meixin.cn/Content/images/APP_titleicon.png*/ no-repeat -34px 0;display:inline-block; *display:inline;float:left; margin-left:78px; margin-top:-5px; margin-right:10px;}


.app_store_android{ width:100%; height:auto; overflow:hidden; padding-top:17px;}


.app_store_android ul{ margin-top:20px; overflow:hidden;}


.app_store_android ul li{ float:left; width:84px; text-align:center; min-width:84px;}


.app_store_android ul li:last-child{ margin-right:0;}


.app_store_icon{ width:55px; height:56px; background:url("../Images/app_icon.png")/*tpa=http://www.meixin.cn/Content/images/App_icon.png*/ no-repeat; margin:0 auto; margin-bottom:5px;}


.app_store_android ul li span{ font-size:13px; color:#555;}


.app_store_icon03{ background-position:0 -114px; }


.app_store_icon04{ background-position:-58px -114px; }


.app_store_icon05{ background-position:0 -173px; }


.app_store_icon06{ background-position:-58px -173px; }


.app_store_icon07{ background-position:0 -231px; }


.app_store_icon08{ background-position:-58px -232px; }


.app_store_icon09{ background-position:0 -290px; }


.app_store_icon10{ background-position:-58px -290px; }





/*APP商城*/


.sup_content_main .website_buttonbox{ text-align:center;}


.aboutcontact_contactbg{ background-color:#f5f5f5; }




.home_partner_list {  height:auto;
	width: 1200px;
	margin: 40px auto;
	padding-bottom: 20px;
}
.home_partner_list table {	
	border-collapse: collapse;
	border: 0px solid #e6e6e6;
}
.home_partner_list table td { float:left;background-color:#FFF;
	width: 238px;
	height: 138px;
	border:1px solid #e6e6e6;
}
.home_partner_list table td .partner_box {
	width: 150px;
	height: 100px;
	padding: 19px 44px;
	position: relative;
	z-index: 1;
}
.home_partner_list table td .partner_box2:hover {
	border: 8px solid #f6f6f6;
	padding: 11px 36px;
}
.partner_box .cont1 {
	width: 150px;
	height: 100px;
	position: absolute;
	top: 19px;
	left: 44px;
	z-index: 2;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.partner_box .cont2 {
	width: 150px;
	height: 100px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 19px;
	left: 44px;
	z-index: 1;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.partner_box:hover .cont1 {
	transform: rotateY(180deg);
	z-index: 1;
alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.partner_box:hover .cont2 {
	transform: rotateY(360deg);
	z-index: 2;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
.partner_box:hover .cont2 {
	z-index: 2;
}
.partner_box .cont1 {
	transition: all .5s linear 10ms;
}
.partner_box .cont2 {
	transition: all .5s linear 10ms;
}

.newsbtxian{ width:100%; margin:0 auto; line-height:32px; border-bottom:1px solid #ccc; text-align:right; }

.sxtbt{ width:100%; margin:0 auto; line-height:32px; border-top:1px solid #ccc; }

.xian{ width:1200px; margin:0 auto; height:1px; background-color:#000; overflow:hidden; }

.sxtbt li { width:100%; float:left; list-style-type:none; line-height:32px;}

.sxtbt li a:link {
	color: #333;
}
.sxtbt li a:visited {
	color: #333;
}
.sxtbt li a:hover {
	color: #096;
}
.sxtbt li a:active {
	color: #333;
}



.tbt{ width:1200px; margin:0 auto; line-height:32px; border-bottom:1px solid #B2BFCF; }

.callnrz{ width:1200px; margin:0 auto; overflow:hidden; } 
.callnrzl{ width:680px; float:left; overflow:hidden;}
.callnrzr{ width:500px; float:right;overflow:hidden;}

.allnr{ width:1200px; margin:0 auto; overflow:hidden; } 

.allnrz{ margin-top:20px; margin-bottom:20px; } 
.allnrz h1{width:1200px; margin:0 auto; font-size:22px; line-height:50px; text-align:center;}

.allnrzl { width:280px; float:left;}

.allnrzr { width:900px; float:right; border:1px solid #e2e2e2; }
.allnrzrbt{ height:42px; line-height:42px; text-align:left; border-bottom:1px solid #e2e2e2; font-size:15px; font-weight:100; background-color:#f1f1f1; padding-left:20px;}
.allnrzrz{  padding:20px; overflow:hidden;}


.aboutleft{ width:100%; overflow:hidden;border:1px solid #e2e2e2;}
.aboutleftbt{ height:42px; line-height:42px; text-align:center; border-bottom:1px solid #e2e2e2; font-size:16px; font-weight:bold; background-color:#f1f1f1}
.aboutleftbtl{ float:left; padding-left:20px;}
.aboutleftbtr{ float:right; padding-right:20px;font-size:12px; font-weight:100;}
.aboutleftbtr a{ color:#666;}
.aboutleft ul{padding:0px;}
.aboutleft li{ height:38px; line-height:38px; text-align:left; border-bottom:1px dashed #e2e2e2; font-size:14px; }
.aboutleft li a{ display:block; padding-left:20px; padding-right:20px; color:#333;}
.aboutleft li  a:hover{  display:block; padding-left:20px; padding-right:20px;background-color:#f4f4f4;color:#41448b;}


.hang{ clear:both; height:10px; overflow:hidden;}

a.page,.page  {  display:block; border:1px solid #999; background:#ffffff; float:left; margin-right:4px; height:25px; line-height:25px; padding:0px 6px;font-size:14px; margin-bottom:10px; color:#333;   }
a.page:hover { border:1px solid #ff6600; background:#F7F7F7;font-size:14px; text-decoration:none; color:#ff6600 }
.page input { border:1px; background:none; height:18px;line-height:18px; width:18px;font-size:14px}
#on { border:1px solid #ff6600; background:#F7F7F7; color:#ff6600;font-size:14px; }

.seach{width:380px; margin:0  auto;}
#keys{ color:#999;width:380px; height:32px; line-height:32px;  padding:5px; font-size:14px; border-radius:30px;}
#keystj{  position:absolute; 
}

.keystjs{height:32px;line-height:32px; 
width: auto; overflow: hidden; padding: 0 10px; line-height: 32px; border-radius: 500px; float: right; background-color: #00ad66; color: #fff; position: absolute; top: 3px; right: 3px; font-size: 18px; cursor: pointer; font-family:"微软雅黑";border:0;
}

.seachcx{ width:380px; margin:0 auto;}
.seachcxa{width:380px; margin:0 auto;}
.seachcxb{ position:absolute; z-index:1000; padding-left:380px; margin-top:-42px;}


.zbt{ width:850px; margin:0 auto; text-align:center; font-size:36px; margin-top:20px;}

.fbt{ width:850px; margin:0 auto; text-align:center; font-size:16px; margin-top:10px;}

.zfl{ width:850px; margin:0 auto;margin-top:10px; margin-bottom:20px;}
.zfl li { float:left; padding-right:10px;}

.zfl li a{ display:block; padding-left:20px; padding-right:20px; line-height:35px; color:#333;border:1px solid #666; background-color:#f2f2f2; overflow:hidden; }

.zfl li a:link{border:1px solid #666; background-color:#f2f2f2;}
.zfl li a:visited {border:1px solid #666; background-color:#f2f2f2;}
.zfl li a:hover{  display:block; padding-left:20px; padding-right:20px; line-height:35px; border:1px solid #41448b;color:#41448b;}
.zfl li a:active {border:1px solid #666; background-color:#f2f2f2;}


.news{ clear:both; width:1200px; margin:0 auto;margin-top:30px;}

.fl {
	float: left;
}
.fr {
	float: right;
}

.cpznr{ clear:both; width:850px; margin:0 auto; margin-top:10px; }


.znr{ clear:both; width:1200px; margin:0 auto; margin-top:10px; }


.case_list_201601 {
	width: 1000px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.portfolio-grid {
	width: 1060px;
}
.thumbnail img {width: 270px; height:200px;}


.thumbnail {
	overflow: hidden;
	position: relative;
	display: inline-block;
	float: left;
	width: 270px;
	margin-right: 20px;
	margin-top: 20px;
}
.thumbnail a.thumbnail_a:hover {
	cursor: url('../images/index201601/more.cur'), crosshair;
	cursor: url('../images/index201601/cases_shi.png') 40 40, crosshair;
}

.projectinfo {
	position: absolute;
	z-index: 2;
	top: -60px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(126,127,115);
	background: rgba(126,127,115,.4);
	height: 0\9;
}
.thumbnail .meta {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: left;
	overflow: hidden;
	background-color: #f0f0f0;
}
.thumbnail .meta h4 {
	font-size: 18px;
	padding-left: 10px;
	font-weight: normal;
	width: 285px;
}
.thumbnail .meta h4 a {
	color: #000;
}
.thumbnail .meta .fr {
	width: 80px;
	text-align: right;
	padding-right: 10px;
}
.thumbnail .meta .fr a {
	display: inline-block;
	padding: 0px 2px;
	padding-right: 12px;
	width: 20px;
	height: 60px;
}
.thumbnail .meta .fr a.cases_a_pc { 
	background: url(../img/cases_ico_pc_b.png) no-repeat center;
}
.thumbnail .meta .fr a.cases_a_phone {
	background: url(../img/cases_ico_phone_b.png) no-repeat center;
}
.thumbnail:hover .meta {
	background-color: #41448b;
}
.thumbnail:hover img {
	opacity:0.9;
	filter:Alpha(opacity=90);
    position:static;
}

.thumbnail:hover .meta h4 a {
	color: #fff;
}
.thumbnail:hover .meta .fr a.cases_a_pc {
	background: url(../img/cases_ico_pc_w.png) no-repeat center;
}
.thumbnail:hover .meta .fr a.cases_a_phone {
	background: url(../img/cases_ico_phone_w.png) no-repeat center;
}


/*news*/
.news_tab {
	width: 1200px;
	margin: 60px auto 0;
}
.news_tab ul {
	margin-right: -40px;
}
.news_tab li {
	float: left;
	width: 205px;
	height: 70px;
	overflow: hidden;
	padding-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.news_tab h2 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding-top: 12px;
}
.news_tab .eg {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 12px;
	font-family: Arial;
}
.news_tab li:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.news_tab li.sel {
	opacity: 0.8;
	filter: alpha(opacity=80)
}
.news_tab .cyan {
	background: #43bcc7;
	opacity: 0.8;
	filter: alpha(opacity=80)
}
.news_tab .red {
	background: #de6764;
	opacity: 0.8;
	filter: alpha(opacity=80)
}
.news_tab .blue {
	background: #31a0e1;
	opacity: 0.8;
	filter: alpha(opacity=80)
}
.news_tab .purple {
	background: #6a8bd2;
	opacity: 0.8;
	filter: alpha(opacity=80)
}
.news_tab .green {
	background: #9ac047;
	opacity: 0.8;
	filter: alpha(opacity=80)
}
.news_tab .black {
	background: #000000;
}
.news_tab .cyansel {
	background: #43bcc7;
	opacity: 1;
	filter: alpha(opacity=100)
}
.news_tab .redsel {
	background: #de6764;
	opacity: 1;
	filter: alpha(opacity=100)
}
.news_tab .bluesel {
	background: #31a0e1;
	opacity: 1;
	filter: alpha(opacity=100)
}
.news_tab .purplesel {
	background: #6a8bd2;
	opacity: 1;
	filter: alpha(opacity=100)
}
.news_tab .greensel {
	background: #9ac047;
	opacity: 1;
	filter: alpha(opacity=100)
}
.news_list {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.news_list li {
	background: #f7f7f7;
	zoom: 1;
	margin-top: 20px;
	position: relative;
}
.news_list .line {
	display: block;
	position: absolute;
	background: #2eafbb;
}
.news_list li:after {
	content: "";
	clear: both;
	display: table;
}
.news_time {
	background: #41448b;
	width: 120px;
	height: 100%;
	padding: 18px 20px 40px 0;
}
.news_time .day {
	display: block;
	font-size: 70px;
	color: #fff;
	font-family: "Impact";
	text-align: right;
}
.news_time .year {
	display: block;
	color: #eee;
	text-align: right;
	line-height: 22px;
}
.news_time .author {
	display: block;
	color: #eee;
	text-align: right;
	line-height: 22px;
}
.news_time .type {
	display: block;
	text-align: right;
	background: url("../img/n01.jpg") no-repeat right top;
	padding-top: 6px;
	margin-top: 4px;
}
.news_time .type a {
	color: #fff;
	font-family: '宋体', Arial;
}
.news_cont {
	width: 980px;
	margin-right: 40px;
}
.news_cont h2 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 26px;
}
.news_cont h2 a {
	color: #333;
}
.news_cont a:hover {
	color: #41448b;
}
.news_cont .demo {
	line-height: 24px;color: #333;
	margin-top: 14px;
}
.news_cont .demo a{
	color: #999;

}
.news_cont .demo a:hover {
	color: #41448b;
}


.news_cont .vis {
	color: #999;
	line-height: 38px;
	margin-top: 12px;
}
.news_cont .more {
	float: right;
	color: #2eafbb;
	display: inline-block;
	border: 1px solid #2eafbb;
	line-height: 38px;
	padding: 0 24px;
}

.news_cont .vis a:hover {

border: 1px solid #41448b;

}

.news_more {
	width: 1200px;
	margin: 40px auto 80px;
	text-align: center;
}
.news_more a {
	display: block;
	font-size: 14px;
	color: #2eafbb;
	border: 1px solid #2eafbb;
	line-height: 38px;
}



.backg_new {
	background: #f7f7f7;
	padding: 1px 0 40px;
	margin-bottom: -40px;
}
.news_info {
	width: 1200px;
	margin: 0 auto;
}
.news_box {
	width: 840px;
}
.news_title {
	border-bottom: 1px solid #eeeeee;
	margin-top: 40px;
	padding-bottom: 18px;
}
.news_title h2 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
.news_title .sign {
	color: #999;
	margin-top: 12px;
}
.news_title .label {
	color: #2eafbb;
}
.news_title .mark {
	padding-right: 20px;
}
.news_page {
	text-align: center;
	margin-top: 16px;
}
.news_page a {
	display: inline-block;
	font-size: 20px;
	font-weight: 200;
	line-height: 38px;
	width: 38px;
	text-align: center;
	margin: 0 0px 0 10px;
	color: #999;
	border: 1px solid #999;
}
.news_page a:hover {
	color: #333;
	border-color: #333;
}
.news_box .demo {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin-top: 30px;
}
.news_box .notice {
	font-size: 12px;
	color: #999;
	padding-top: 20px;
	clear: both;
}
.page_list {
	border-top: 1px dashed #d3d3d3;
	margin-top: 16px;
	padding-top: 10px;
	margin-bottom: 30px;
}
.page_list li {
	line-height: 24px;
	color: #999;
}
.page_list li a {
	color: #999;
}
.page_list li a:hover {
	color: #2eafbb;
}
.page_list .return {
	float: right;
	font-size: 14px;
	color: #2eafbb;
	border: 1px solid #2eafbb;
	line-height: 38px;
	padding: 0 20px;
	margin-top: 6px;
}
.news_menu {
	width: 240px;
	background: #f7f7f7;
	padding: 30px;
	margin-top: 40px;
}
.news_menu dt {
	font-size: 20px;
	color: #333;
	margin-bottom: 24px;
}
.news_menu dd {
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 20px;
}
.news_menu dd h3 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.news_menu a:hover {
	color: #2eafbb;
}
.news_menu .text {
	color: #666;
	line-height: 24px;
	margin-bottom: 14px;
}
.news_menu .time {
	color: #999999;
	line-height: 24px;
	margin-bottom: 6px;
}
.news_seek {
	border: 1px solid #fff;
	display: inline-block;
*display:inline;
	zoom: 1;
	background: none;
	position: absolute;
	left: 0;
	top: 280px;
}
.news_seek input {
	border: 0;
	background: none;
	color: #fff;
	width: 0;
	text-indent: 10px;
}
.news_seek img {
	padding: 10px;
	cursor: pointer;
}
.news_img {
	position: absolute;
	right: 0;
	top: 76px;
}
/*news*/
/* banner-box */
.banner-boxs{min-width:100%;height:100%;position:relative;overflow:hidden;}
.banner-box .bds{ width:100% !important;}
.banner-box .bd li .m-width {width:100%;margin:0 auto;overflow:hidden;}
.banner-box .bd li img{width:100% !important;height:620px;}
.banner-box .bd li a{display:block;background-size:auto;}

.banner-btn{width:100%;position:absolute;left:0%; margin-top:-380px;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;}
.banner-btn a.prev{left:20px;background:url(../images/foot.png) no-repeat 0 0;} 
.banner-btn a.next{right:20px;background:url(../images/foot.png) no-repeat -49px 0px;}

.banner-box .hd { clear:both; position:absolute;left:45%; margin-top:-30px;}
.banner-box .hd ul {}
.banner-box .hd ul li{width:12px;height:12px;border-radius :0;text-indent:-9999px;margin-right:20px;margin-bottom:10px;background:#c5c2c2;float:left;cursor:pointer;}
.banner-box .hd ul li.on{background:#fff;}



/*
.menu 
*/

.topdh{ width:100%; height:34px; line-height:34px; background:url(../images/topdhbg.gif) left top repeat-x;}
.topdhz{width:1195px; margin:0 auto; }
.topdhl{ float:left;}
.topdhr{ float:right;}

.webtop{ width:100%; height:108px; background:url(../images/topbg.jpg) left top repeat-x;}
.webtopz{width:1200px; margin:0 auto;  padding-top:5px; }
.webtopl{ width:200px;float:left;}
.webtopr{ width:1000px; float:right;  padding-top:50px;}

/*
.dh{ width:100%; height:40px; background-color:#ee1c23;}
*/
.dh{ width:100%; margin:0 auto; height:40px;   z-index:2000;}
.dhz{width:1195px; margin:0 auto; }

.dhb{ width:100%; height:10px; background:url(../images/dhb.jpg) left top repeat-x;}


.menu { clear:both;margin-top:-3px;TEXT-ALIGN: center; LINE-HEIGHT: 40px; MARGIN: auto auto 0px; PADDING-LEFT: 0px; HEIGHT: 40px}
.menu a{ width:166px; text-align:center; float:left; color: #333; font-size:16px; font-weight:bold; text-shadow:0 1px 0 rgba(0,0,0,0.25);display:block; margin-right:1px; }
.menu a:link {color: #333;text-decoration: none;}
.menu a:visited {color: #333;text-decoration: none;}
.menu a:hover {color: #333;text-decoration: none;}
.menu a:active {color: #333;text-decoration: none;}
/*
.menu .select {PADDING-RIGHT: 15px; BACKGROUND: url(s-menu-bg.gif) repeat-x right top;}
*/
.select {background-color:;}

DIV.menu-list { z-index:10000; BORDER-BOTTOM: #d6d6d6 0px solid; POSITION: absolute; BORDER-LEFT: #d6d6d6 0px solid; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 166px; PADDING-RIGHT: 0px; DISPLAY: none;  BORDER-TOP: #d6d6d6 0px solid; BORDER-RIGHT: #d6d6d6 0px solid; PADDING-TOP: 0px; }
DIV.menu-list UL LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN:  0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DIV.menu-list UL LI A {text-shadow:0 1px 0 rgba(0,0,0,0.25);TEXT-ALIGN: center; font-size:14px; LINE-HEIGHT: 39px; WIDTH: 100%; DISPLAY: block; HEIGHT: 39px; COLOR: #333; CURSOR: pointer; text-decoration:none;BACKGROUND:#fff;opacity: 0.9;filter:alpha(opacity=90);BORDER: #d6d6d6 1px solid;}
DIV.menu-list UL LI A SPAN {WIDTH: 100%; DISPLAY: block; HEIGHT: 100%}
DIV.menu-list UL LI A:hover {BACKGROUND: #0f4da5 no-repeat 0px 0px; COLOR: #fff;text-decoration:none;opacity:1;filter:alpha(opacity=100);}
DIV.menu-list UL LI A:hover SPAN {BACKGROUND:  no-repeat right top}

/*
.menu 
*/


.lltj{clear:both; position:absolute; margin-top:7px;opacity: 0.5; display:none;}


.jkzxz{ position:fixed;width:284px; top:220px; right:0px; text-align:right; float:right; z-index:10000;}
.jkzx{ width:284px; right:0; z-index:10000;}
.closes a{ position:absolute; width:274px;display:block; height:20px; line-height:50px; font-size:18px;  z-index:10000; margin-right:10px; padding-right:10px; }


.back_top {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 40px;
  cursor: pointer;
  z-index: 200;
}

.sygsjj{ height:200px; line-height:25px; overflow:hidden; padding-top:10px;}
.toptupian{ width:100%;}

.toptupian img { width:100%; height:300px;}
.allnrzrzl{ width:385px; float:left;}
.allnrzrzr{ width:455px; padding-left:20px; float:left; overflow:hidden;}

.bt{ font-size:16px; font-weight:bold;}
.cpbt{BORDER-BOTTOM: #d6d6d6 1px solid; line-height:32px; font-size:16px;}

