@charset "utf-8";

.fl {
	float: left;
}

.fr {
	float: right;
}

.nosee {
	display: none;
}

p {
	margin: 0px;
}


/*ERP旗舰版*/

.activeli {
	background-color: #4ca7eb;
}

.dropdown:hover {
	background-color: #4ca7eb;
}

.erp_bannerbg {
	background: url(../images/banner_erp.png);
	width: 100%;
	height: 453px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #1e8ee4;
}

.erp_posi {
	position: relative;
}

.banner_word {
	position: absolute;
	top: 150px;
	left: 10px;
}
.banner_word_ware{
        top: 150px;
	left: 760px;
}
.erp_name img {
	/*width: 90%;*/
}

.erp_introduction1 {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	padding: 10px 0px;
}

.buy_now {
	border: 1px solid #fd8f00;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #fd8f00;
	display: inline-block;
	padding: 8px 27px;
	margin-right: 20px;
}

.pro_price {
	border: 1px solid #1d8de4;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #1d8de4;
	display: inline-block;
	padding: 8px 27px;
}

.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 9999;
}

.erp_menu {
	border-bottom: 1px solid #dbdbdd;
}

.erp_menu ul {
	float: right;
	margin-bottom: 0px;
}

.erp_menu ul li {
	padding: 20px 0px;
	display: inline-block;
	margin: 0px 17px -1px;
}

.erp_menu ul li a {
	color: #333333;
	padding:8px;
	border-radius:5px;
}

.erp_menu ul li:hover a {
	background:#1d8de4;
	color:#ffffff;
}

.erp_menu ul li.active_erp a{
	background:#1d8de4;
	color:#ffffff;
}

.erp_introduction {
	margin: 60px auto;
}

.title_introduction {
	font-size: 36px;
	color: #333333;
	text-align: center;
}

.brief_introduction {
	font-size: 18px;
	color: #808080;
	text-align: center;
	padding: 10px 0px;
}

.detailed_introduction {
	font-size: 14px;
	color: #808080;
	width: 80%;
	margin: 0 auto;
	text-indent: 2em;
	padding: 8px 0px;
	line-height: 26px;
}

.button_introduction {
	text-align: center;
}

.button_introduction a .try_login,
.button_introduction a .try_use {
	font-size: 18px;
	color: #FFFFFF;
	margin: 30px 10px 0px;
}

.try_login {
	display: inline-block;
	background: url(../images/icon1.png) no-repeat 30px center #fd8f00;
	padding: 9px 30px 8px 58px;
	border-radius: 20px;
}

.try_use {
	display: inline-block;
	background: url(../images/icon2.png) no-repeat 30px center #1d8de4;
	padding: 9px 30px 8px 58px;
	border-radius: 20px;
}

.erp_data {
	background: url(../images/bg1.png) no-repeat top center;
	padding: 60px 0px;
}

.title_data {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
}

.brief_data {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 10px;
}

.detailed_data {
	padding: 30px 140px 0px;
}

.txt_detailed {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	padding-top: 40px;
}

.txt_detailed span {
	font-weight: bold;
	color: #FFFFFF;
}

.erp_features {
	padding: 60px 0px;
	text-align: center;
}

.title_features {
	font-size: 36px;
	color: #333333;
}

.brief_features {
	font-size: 16px;
	color: #808080;
	padding: 10px 0px;
}

.detailed_features {
	width: 810px;
	margin: 40px auto 10px;
}

.features {
	margin: 0px 20px;
	color: #262626;
	font-size: 14px;
	display: inline-block;
	padding: 5px 0px;
}

.detailed_txt {
	padding: 10px 0px;
}

.erp_charact {
	background: url(../images/bg2.jpg) no-repeat center;
	padding: 60px 0px;
}

.title_charact {
	font-size: 36px;
	color: #262626;
	text-align: center;
}

.brief_charact {
	font-size: 16px;
	color: #808080;
	text-align: center;
	margin: 10px auto;
}


/*.slideBox {
	position: relative;
}

.slideBox .bd {
	width: 870px;
	margin: 0 auto;
	overflow: hidden;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	padding: 45px 0px;
}

.slideBox .bd img {
	display: block;
}*/


/* 下面是前/后按钮代码，如果不需要删除即可 */


/*.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -39px;
	display: block;
	width: 79px;
	height: 79px;
	background: url(../images/arrow_left.png) center no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background: url(../images/arrow_right.png) center no-repeat;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.slideBox .bd li .txt_item {
	width: 54%;
}

.slideBox .bd li .txt_title {
	font-size: 20px;
	color: #000000;
}

.slideBox .bd li .txt_num {
	background-color: #dcd5f2;
	border: 1px solid #8b75a1;
	color: #8b75a1;
	font-size: 18px;
	margin-right: 10px;
	padding: 3px 12px 3px 8px;
	font-weight: bold;
	font-style: italic;
}

.slideBox .bd li .txt_num2 {
	background-color: #c2e8ff;
	border: 1px solid #4e7ab5;
	color: #4e7ab5;
}

.slideBox .bd li .txt_num3 {
	background-color: #f78f8f;
	border: 1px solid #c74343;
	color: #c74343;
}

.slideBox .bd li .txt_num4 {
	background-color: #bae0bd;
	border: 1px solid #5a9a75;
	color: #5a9a75;
}

.slideBox .bd li .txt_num5 {
	background-color: #ffc49c;
	border: 1px solid #a16a4a;
	color: #a16a4a;
}

.slideBox .bd li .txt_num6 {
	background-color: #9cfff5;
	border: 1px solid #17ab9c;
	color: #17ab9c;
}

.slideBox .bd li .txt_num7 {
	background-color: #ffb1d0;
	border: 1px solid #b2275f;
	color: #b2275f;
}

.slideBox .bd li .txt_num8 {
	background-color: #bbd0ff;
	border: 1px solid #3b63bc;
	color: #3b63bc;
}

.slideBox .bd li .txt_txt {
	font-size: 14px;
	color: #323232;
	line-height: 25px;
	width: 80%;
	padding: 10px 10px 10px 0px;
}

.slideBox .bd li .img_item {
	width: 46%;
}*/

.swiper-slide {
	padding: 0px 100px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../images/arrow_left.png);
	left: 0px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/arrow_right.png);
	right: 0px;
	left: auto;
}

.swiper-button-next,
.swiper-button-prev {
	width: 79px;
	height: 79px;
	background-size: 100% 100%;
	margin-top: -40px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.swiper-slide .txt_item {
	width: 46%;
	margin-top: 10px;
}

.swiper-slide .txt_title {
	font-size: 20px;
	color: #000000;
}

.swiper-slide .txt_num {
	background-color: #dcd5f2;
	border: 1px solid #8b75a1;
	color: #8b75a1;
	font-size: 18px;
	margin-right: 10px;
	padding: 3px 12px 3px 8px;
	font-weight: bold;
	font-style: italic;
}

.swiper-slide .txt_num2 {
	background-color: #c2e8ff;
	border: 1px solid #4e7ab5;
	color: #4e7ab5;
}

.swiper-slide .txt_num3 {
	background-color: #f78f8f;
	border: 1px solid #c74343;
	color: #c74343;
}

.swiper-slide .txt_num4 {
	background-color: #bae0bd;
	border: 1px solid #5a9a75;
	color: #5a9a75;
}

.swiper-slide .txt_num5 {
	background-color: #ffc49c;
	border: 1px solid #a16a4a;
	color: #a16a4a;
}

.swiper-slide .txt_num6 {
	background-color: #9cfff5;
	border: 1px solid #17ab9c;
	color: #17ab9c;
}

.swiper-slide .txt_num7 {
	background-color: #ffb1d0;
	border: 1px solid #b2275f;
	color: #b2275f;
}

.swiper-slide .txt_num8 {
	background-color: #bbd0ff;
	border: 1px solid #3b63bc;
	color: #3b63bc;
}

.swiper-slide .txt_txt {
	font-size: 14px;
	color: #323232;
	line-height: 25px;
	width: 100%;
	padding: 10px 10px 10px 0px;
}
.swiper-slide .img_item {
	width: 50%;
}
.swiper-slide .img_item .erp_1{
	width: 75%;
    margin-left: 13%;
}
.swiper-slide .img_item .pro_1{
	width: 60%;
    margin-left: 24%;
}
.swiper-slide .img_item .pro_2{
	width: 84%;
    margin-left: 10%;
}
.swiper-slide .img_item .pro_3{
	width: 94%;
    margin-left: 3%;
}
.swiper-slide .img_item .pro_4{
	width: 80%;
    margin-left: 15%;
}
.swiper-slide .img_item .pro_5{
	width: 66%;
    margin-left: 16%;
}
.swiper-slide .img_item .pro_6{
	width: 88%;
    margin-left: 8%;
}
.swiper-slide .img_item .pro_7{
	width: 74%;
    margin-left: 15%;
}
.erp_intro {
	padding: 60px 0px;
}

.title_intro {
	font-size: 36px;
	color: #333333;
	text-align: center;
}

.brief_intro {
	font-size: 16px;
	color: #808080;
	text-align: center;
	margin: 10px 0px;
}

.img_intro {
	width: 50%;
}

.txt_intro {
	width: 50%;
	padding: 80px;
	font-size: 14px;
	color: #323232;
	line-height: 30px;
}

.erp_app {
	background: url(../images/bg3.jpg) no-repeat center;
	padding: 45px 0px;
}

.title_app {
	font-size: 36px;
	color: #333333;
	text-align: center;
}

.txt_app {
	width: 68%;
	padding: 45px 80px;
	font-size: 14px;
	line-height: 30px;
}

.txt_app p {
	text-indent: 2em;
	color: #333333;
}

.txt_app p span {
	color: #fd8f00;
}

.img_app {
	padding: 80px 80px 0px;
	text-align: center;
}

.erweima_app {
	text-align: center;
	padding-top: 15px;
}

.erp_advantage {
	padding: 60px 0px;
}

.title_advantage {
	font-size: 36px;
	color: #333333;
	text-align: center;
}

.brief_advantage {
	font-size: 16px;
	color: #808080;
	text-align: center;
}

.detailed_advantage {
	padding: 35px;
}

.detailed_item {
	margin: 10px 35px;
}

.item_top1 {
	background: url(../images/advantage1.png) no-repeat;
	background-color: #37bf8d;
}

.item_top2 {
	background: url(../images/advantage2.png) no-repeat;
	background-color: #1db9eb;
}

.item_top3 {
	background: url(../images/advantage3.png) no-repeat;
	background-color: #ff89b4;
}

.item_top4 {
	background: url(../images/advantage4.png) no-repeat;
	background-color: #b4a7dc;
}

.item_top5 {
	background: url(../images/advantage5.png) no-repeat;
	background-color: #37bdbf;
}

.item_top6 {
	background: url(../images/advantage6.png) no-repeat;
	background-color: #eeb223;
}

.item_top {
	width: 486px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 25px;
	font-size: 24px;
	color: #FFFFFF;
	background-position: center 25px;
}

.com_name {
	font-size: 16px;
	color: #301d4e;
	text-align: center;
	line-height: 30px;
}

.item_new,
.item_old {
	font-size: 14px;
	color: #6e6e6e;
	padding: 24px 30px;
	border: 1px solid #e5e5e5;
	width: 243px;
	height: 140px;
	overflow: hidden;
}

.item_old {
	border-left: none;
}

.erp_price {
	background-color: #FAFAFA;
	padding: 60px 0px;
}

.title_price {
	font-size: 36px;
	color: #262626;
	text-align: center;
}

.breif_price {
	font-size: 16px;
	color: #808080;
	text-align: center;
}

.img_price {
	width: 50%;
	padding: 50px 0px 0px 75px;
}

.step_price {
	padding: 24px 0px;
}

.step_button1 {
	color: #FD8F00;
	border-color: #FD8F00;
	background: url(../images/icon3.png) no-repeat;
}

.step_button2 {
	color: #1d8de4;
	border-color: #1d8de4;
	background: url(../images/icon4.png) no-repeat;
}

.step_button3 {
	color: #9479e5;
	border-color: #9479e5;
	background: url(../images/icon5.png) no-repeat;
}

.step_button {
	font-size: 18px;
	padding-top: 50px;
	padding-bottom: 15px;
	border: 1px solid;
	border-radius: 8px;
	display: inline-block;
	margin-right: 24px;
	width: 136px;
	text-align: center;
	background-position: center 15px;
	background-color: #FFFFFF;
}

.txt_price {
	width: 50%;
	padding: 50px 65px 0px 65px;
}

.prompt_button {
	width: 145px;
	border: 1px solid #ef6356;
	border-radius: 8px;
	background: url(../images/heart.png) no-repeat 20px center #FFFFFF;
	line-height: 45px;
	font-size: 18px;
	padding-left: 50px;
	color: #ef6356;
	margin-bottom: 10px;
}

.txt_price p {
	font-size: 14px;
	color: #464c5a;
	line-height: 30px;
}

.price_button {
	border: 1px solid #9193a0;
	border-radius: 8px;
	color: #9193A0;
	font-size: 20px;
	background-color: #ffffff;
	padding: 25px 30px;
	margin-top: 35px;
}
#ERP_part8 .price_button{
        margin-top:48px;
}
.buy_button {
	width: 160px;
	border: 1px solid #fd8f00;
	border-radius: 8px;
	color: #fd8f00;
	background: url(../images/cart.png) no-repeat 20px center;
	padding: 13px 25px 13px 50px;
	line-height: 50px;
	margin-left: 25px;
}

.register_now {
	background: url(../images/zctp.png) no-repeat center;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	padding: 48px 0px;
}

.register_now_btn {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 18px;
	padding: 8px 32px;
	margin-left: 50px;
}

.register_now_btn:hover {
	color: #FFFFFF;
}


/*凌云仓库管理系统*/

.warehouse_bannerbg {
	background: url(../images/banner_ware.png) no-repeat center bottom #1e8ee4;
        height:454px;
}

.ware_account {
	font-size: 14px;
	color: #fe1818;
	text-align: center;
	padding-top: 10px;
	line-height: 26px;
}

.ware_value {
	background-color: #1d8de4;
	padding: 50px 0px;
}

.ware_value_detail {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
}

.img_value {
	padding: 55px 0px 30px;
}

.detailed_ware_charact {
	padding: 50px 0px 0px;
}

.ware_charact {
	width: 356px;
	padding: 60px 65px 22px 0px;
	vertical-align: bottom;
	display: inline-block;
	margin: 0px 25px 30px 0px;
}

.ware_charact1 {
	background: url(../images/num_bg1.png) no-repeat;
}

.ware_charact2 {
	background: url(../images/num_bg2.png) no-repeat;
}

.ware_charact3 {
	background: url(../images/num_bg3.png) no-repeat;
	margin-right: 0px;
}

.ware_charact4 {
	background: url(../images/num_bg4.png) no-repeat;
}

.ware_charact5 {
	background: url(../images/num_bg5.png) no-repeat;
}

.ware_charact6 {
	background: url(../images/num_bg6.png) no-repeat;
	margin-right: 0px;
}

.ware_charact_txt1,
.ware_charact_txt2 {
	text-align: right;
	color: #FFFFFF;
}

.ware_charact_txt1 {
	font-size: 20px;
}

.ware_charact_txt2 {
	font-size: 14px;
}

.ware_intro {
	background-color: #fafafa;
	padding: 60px 0px 50px;
	border-bottom: 1px solid #ebeaea;
	border-top: 1px solid #ebeaea;
}

.detailed_ware_intro {
	padding-top: 50px;
}

.ware_intro_box {
	margin: 0px 15px 30px;
}

.ware_intro_txt {
	border: 1px solid #e5e5e5;
	padding: 30px 15px 20px;
	width: 250px;
	background-color: #FFFFFF;
}

.ware_tit {
	font-size: 22px;
	color: #301d4e;
	text-align: center;
	padding-bottom: 15px;
}

.ware_cont {
	font-size: 14px;
	color: #6e6e6e;
	line-height: 21px;
}

.ware_app {
	background: url(../images/bg4.jpg) no-repeat center;
	padding: 60px 0px;
}

.left_app {
	padding-left: 20px;
	padding-right: 20px;
}

.code_app {
	padding: 200px 25px 0px;
}

.code_app_txt {
	font-size: 22px;
	color: #1d8de4;
	padding-bottom: 20px;
}

.detailed_ware_app {
	width: 410px;
	padding: 0px 60px;
}

.title_ware_app {
	font-size: 36px;
	color: #333333;
	text-align: center;
}

.detailed_ware_app ul {
	padding-left: 50px;
	padding-top: 10px;
}

.detailed_ware_app ul li {
	padding-left: 20px;
	font-size: 16px;
	line-height: 40px;
}

.detailed_ware_app ul li:nth-child(2n-1) {
	background: url(../images/blue.png) no-repeat center left;
}

.detailed_ware_app ul li:nth-child(2n) {
	background: url(../images/orange.png) no-repeat center left;
}

.detailed_ware_comp {
	padding-top: 30px;
}

.comp_table {
	background: url(../images/nine.png) no-repeat center 50px;
}

.comp_list {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	width: 300px;
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

.comp_list1 {
	background-color: #edbd72;
}

.comp_list2 {
	background-color: #74d0ed;
}

.comp_list3 {
	background-color: #4ad197;
}

.comp_list4 {
	background-color: #b9a8ec;
}

.comp_table td {
	height: 265px;
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
}

.comp_table tr td:first-child {
	font-size: 20px;
}

.detailed_ware_price .step_price {
	padding: 30px 0px;
}

.txt_ware_price p {
	line-height: 26px;
}

.detailed_ware_price .price_button {
	margin-top: 25px;
	padding: 23px 0px 23px 15px;
        font-size: 18px;
}

.detailed_ware_price .buy_button {
	margin-left: 50px;
}

.detailed_ware_price .txt_price {
	padding: 50px 75px 0px 75px;
}

.sales_bannerbg {
	background: url(../images/banner_common.jpg);
	width: 100%;
	height: 457px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #1e8ee4;
}

.sales_two .detailed_data .txt_detailed {
	width: 49%;
	text-indent: 2em;
	padding-right: 65px;
}

.detailed_sales_value {
	padding-top: 50px;
}

.sales_value_box {
	width: 335px;
}

.sales_value_box ul {
	background: url(../images/border.png) no-repeat center;
	padding: 20px 0px;
	/*width: 335px;*/
}

.sales_value_box ul li {
	display: inline-block;
	width: 96px;
	height: 96px;
	text-align: center;
	background-color: #f7fafc;
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.05);
	margin: 6px 6px;
	border-radius: 10px;
}

.sales_value_box ul li img {
	padding-top: 27px;
	padding-bottom: 9px;
}

.txt_sales_li {
	font-size: 12px;
	color: #6b8ea2;
}

.txt_sales_value {
	font-size: 20px;
	color: #7790a3;
	text-align: center;
}

.arrow_next_pc {
	padding: 110px 30px;
}

.arrow_next_phone {
	display: none;
}

.sales_module {
	background: url(../images/bg5.png) repeat-y center;
}

.sales_top1 {
	background: url(../images/advantage5.png) no-repeat;
	background-color: #37bf8d;
	background-position: center 25px;
}

.sales_top2 {
	background: url(../images/advantage4.png) no-repeat;
	background-color: #1db9eb;
	background-position: center 25px;
}

.sales_top3 {
	background: url(../images/icon24.png) no-repeat;
	background-color: #ff89b4;
	background-position: center 25px;
}

.sales_top4 {
	background: url(../images/icon25.png) no-repeat;
	background-color: #b4a7dc;
	background-position: center 25px;
}

.sales_adv .detailed_item {
	text-align: center;
}

.sales_adv .item_new,
.sales_adv .item_old {
	height: auto;
}

.sales_charact {
	background: url(../images/bg6.png) no-repeat center;
	padding: 55px 0px;
}

.sales_price {
	padding-top: 45px;
}

.retail_bannerbg {
	background: url(../images/banner_retail.png) no-repeat center bottom #1e8ee4;
}

.retail_value_detail {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font36 {
	font-size: 36px;
}

.retail_core {
	background: url(../images/bg_retail_part4.jpg) no-repeat center;
	padding: 60px 0px 10px;
}

.title_core,
.brief_core {
	color: #FFFFFF;
	text-align: center;
}

.title_core {
	font-size: 36px;
}

.detailed_core {
	padding-top: 60px;
}

.tab_core {
	padding-bottom: 20px;
}

.tab_core_left {
	width: 24%;
	float: left;
}

.tab_core_right {
	width: 76%;
	float: right;
	border-left: 1px solid #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 188px;
}

.tab_core_left ul {
	padding-right: 40px;
}

.tab_core_left ul li {
	width: 170px;
	font-size: 22px;
	color: #FFFFFF;
	background-color: #01b0f1;
	margin-bottom: 15px;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	padding: 10px 35px 10px 0px;
	float: right;
	text-align: right;
}

.tab_core_left ul li.now_on {
	background-color: #0172c2;
	width: 200px;
}

.title_tab_core {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 12px 0px;
}

.txt_tab_core {
	color: #FFFFFF;
	line-height: 30px;
}

.icon_core_border {
	border-left: 1px solid #FFFFFF;
	width: 76%;
	float: right;
	/*padding-left: 20px;
	padding-top: 10px;*/
}

.icon_core_border li {
	color: #FFFFFF;
	padding-top: 70px;
	display: inline-block;
	width: 13%;
	text-align: center;
	font-size: 18px;
}

.core_icon1 {
	background: url(../images/core1.png) no-repeat center top;
}

.core_icon2 {
	background: url(../images/core2.png) no-repeat center top;
}

.core_icon3 {
	background: url(../images/core3.png) no-repeat center top;
}

.core_icon4 {
	background: url(../images/core4.png) no-repeat center top;
}

.core_icon5 {
	background: url(../images/core5.png) no-repeat center top;
}

.core_icon6 {
	background: url(../images/core6.png) no-repeat center top;
}

.step_retail1 {
	background: url(../images/icon3_1.png) no-repeat center 15px #FFFFFF;
	color: #9193a0;
	border-color: #9193a0;
}

.step_retail2 {
	background: url(../images/icon4_1.png) no-repeat center 15px #FFFFFF;
	color: #9193a0;
	border-color: #9193a0;
}

.step_retail3 {
	background: url(../images/icon5_1.png) no-repeat center 15px #FFFFFF;
	color: #fd8f00;
	border-color: #9193a0;
}

.txt_retail_price .price_button {
	padding: 0px 45px;
	position: relative;
	line-height: 40px;
}

.txt_retail_price .price_button .buy_button {
	border: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 50px;
	position: absolute;
	right: 15px;
	line-height: 40px;
}

.detail_core_pc {
	display: block;
}

.detail_core_phone {
	display: none;
}


/*进销存食品版*/

.food_bannerbg {
	background: url(../images/banner_food.jpg) no-repeat center bottom #1e8ee4;
}

.banner_word_food {
	position: absolute;
	top: 150px;
	right: 10px;
	text-align: right;
}

.food_intro {
	color: #FFFFFF;
}

.food_button {
	margin-top: 30px;
}

.food_buy_now,
.food_pro_price {
	border: 1px solid #ffffff;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	padding: 8px 27px;
	font-size: 14px;
}

.food_buy_now {
	margin-right: 20px;
}

.food_charact {
	background: url(../images/bg7.jpg) no-repeat center;
	padding: 70px 0px 40px;
}

.food_charact_txt {
	width: 50%;
	font-size: 14px;
	color: #323232;
	line-height: 34px;
	padding: 55px 50px;
	font-weight: bold;
}

.food_charact_txt span {
	color: #2ca7ce;
}

.food_charact_img {
	padding: 50px;
}


/*.little-txt {
	color: #666666;
	position: absolute;
	left: 20px;
	opacity: .9;
	padding: 0px 5px;
	font-size: 16px;
	top: 13px;
}
.little-txt:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 2px;
	top: 7px;
	left: 0;
	background: #fff;
}*/

.detailed_ware_charact {
	padding: 20px;
}

.food_function {
	padding: 60px 0px;
}

.title_function {
	font-size: 36px;
	color: #333333;
	text-align: center;
}

.food_func {
	width: 280px;
	margin: 60px 5px 0px;
	box-shadow: 0px 2px 10px 2px rgba(31, 164, 207, 0.21);
	padding: 38px 25px 0px;
	position: relative;
	min-height: 237px;
	border-radius: 8px;
}

.title_func {
	font-size: 16px;
	color: #323232;
	font-weight: bold;
}

.cont_func {
	font-size: 14px;
	color: #868686;
	line-height: 28px;
	padding-top: 10px;
}

.func {
	position: absolute;
	top: -30px;
	left: 25px;
	background: url(../images/module_food.png) no-repeat;
}

.func1 {
	background-position: 0px 0px;
	width: 57px;
	height: 57px;
}

.func2 {
	background-position: -98px 0px;
	width: 67px;
	height: 67px;
}

.func3 {
	background-position: -197px 0px;
	width: 67px;
	height: 67px;
}

.func4 {
	background-position: -290px 0px;
	width: 57px;
	height: 57px;
}

.func5 {
	background-position: 0px -76px;
	width: 65px;
	height: 65px;
}

.func6 {
	background-position: -98px -76px;
	width: 65px;
	height: 58px;
}

.func7 {
	background-position: -197px -76px;
	width: 57px;
	height: 57px;
}

.func8 {
	background-position: -290px -74px;
	width: 63px;
	height: 68px;
}

.prompt_button_food {
	width: 145px;
	background: url(../images/heart.png) no-repeat 0px center;
	line-height: 45px;
	font-size: 18px;
	padding-left: 30px;
	color: #ef6356;
	font-weight: bold;
	margin-top: 50px;
}

.step_button_food {
	font-size: 18px;
	padding-top: 50px;
	padding-bottom: 15px;
	border: 1px solid;
	border-radius: 8px;
	display: inline-block;
	margin-right: 17px;
	margin-left: 17px;
	width: 200px;
	text-align: center;
	background-position: center 15px;
	background-color: #FFFFFF;
}

.txt_p_cont p {
	line-height: 24px;
}

.price_button_food {
	border: 1px solid #fd8f00;
	color: #fd8f00;
	font-size: 18px;
	padding-left: 15px;
        padding-right: 15px;
	border-radius: 8px;
	margin-top: 15px;
	line-height: 44px;
}

.buy_button_food {
	background: url(../images/cart_1.png) no-repeat 10px center;
	background-color: #fd8f00;
	color: #FFFFFF;
	padding: 11px 15px 11px 40px;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	margin-left: 10px;
}

.more_service {
	margin-top: 15px;
	margin-left: 10px;
	padding: 11px 15px;
	background-color: #fd8f00;
	color: #FFFFFF;
	border-radius: 8px;
	font-size: 18px;
}


/*进销存通用版*/

.common_bannerbg {
	background: url(../images/banner_common.jpg) no-repeat center bottom #1e8ee4;
}

.common_posi {
	padding-top: 150px;
	text-align: center;
}

.common_intro {
	width: 521px;
	margin: 10px auto 20px;
	font-size: 16px;
	color: #808080;
	line-height: 30px;
}

#common_part1 {
	background-color: #f6f6f6;
	padding: 60px 0px;
}

#common_part1 .detailed_introduction {
	font-size: 16px;
}

#common_part2 {
	padding: 50px 0px;
}

#common_part2 .title_value {
	font-size: 36px;
	color: #333333;
	text-align: center;
}

.common_value_box {
	width: 470px;
	margin: 25px 0px;
}

.c_v_box1,
.c_v_box3,
.c_v_box5 {
	text-align: left;
}

.c_v_box2,
.c_v_box4,
.c_v_box6 {
	text-align: right;
}

.c_v_box1 {
	margin-left: 90px;
}

.c_v_box2 {
	margin-right: 90px;
}

.c_v_box5 {
	margin-left: 76px;
}

.c_v_box6 {
	margin-right: 90px;
}

.value_img1 {
	background: url(../images/common_icon_01.png) no-repeat;
}

.value_img2 {
	background: url(../images/common_icon_07.png) no-repeat;
}

.value_img3 {
	background: url(../images/common_icon_03.png) no-repeat;
}

.value_img4 {
	background: url(../images/common_icon_09.png) no-repeat;
}

.value_img5 {
	background: url(../images/common_icon_05.png) no-repeat;
}

.value_img6 {
	background: url(../images/common_icon_11.png) no-repeat;
}

.value_img {
	display: inline-block;
	vertical-align: top;
	width: 92px;
	height: 92px;
}

.c_v_txt {
	display: inline-block;
	padding: 10px 0px 10px 10px;
	line-height: 30px;
}

.c_v_box3 .c_v_txt,
.c_v_box5 .c_v_txt {
	padding-right: 24px;
}

.c_v_box2 .c_v_txt,
.c_v_box4 .c_v_txt,
.c_v_box6 .c_v_txt {
	padding-right: 24px;
}

.value_title {
	font-size: 20px;
	color: #282828;
}

.value_brief {
	font-size: 16px;
	color: #838383;
}

.detailed_value {
	position: relative;
}

.common_logo_img {
	background: url(../images/common_icon_13.png) no-repeat;
	width: 170px;
	height: 184px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -85px;
	margin-left: -92px;
}

.common_features {
	padding: 60px 0px;
	background: url(../images/bg8.jpg) no-repeat center;
}

.common_features .title_features {
	text-align: center;
}

.detailed_common_function {
	padding: 60px 160px 0px;
}

.com_c_box {
	width: 280px;
	height: 324px;
	margin: 0px 5px 10px;
	box-shadow: 0px 3px 10px 2px rgba(170, 170, 170, 0.2);
	border-radius: 8px;
	background-color: #FFFFFF;
}

.com_c_title {
	font-size: 18px;
	color: #006ce5;
	text-align: center;
	width: ;
}

.cct {
	width: 78px;
	margin: 15px auto 8px;
}

.com_c_title .cct img {
	display: block;
}

.com_c_cont {
	padding: 5px 20px;
	font-size: 16px;
	color: #868686;
	line-height: 28px;
}

.common_charact {
	background: url(../images/bg9.jpg) no-repeat center;
	padding: 60px 0px;
}

#common_part5 .food_charact_txt,
#common_part6 .food_charact_txt {
	font-size: 16px;
	font-weight: normal;
	padding: 55px 0px 55px 50px;
}

#common_part6 {
	padding: 60px 0px 30px;
}

#common_part7 .txt_p_cont p {
	font-size: 16px;
}

#common_part7 .prompt_button_food {
	margin-top: 0px;
}

.more_edition {
	font-size: 20px;
	color: #1d8de4;
	border: 1px solid #1d8de4;
	border-radius: 20px;
	line-height: 40px;
	padding: 0px 9px;
	margin-top: 40px;
	margin-right: 10px;
	background-color: #FFFFFF;
}

#common_part7 .price_button_food,
#common_part7 .more_service {
	margin-top: 25px;
}

.add_bannerbg {
	background: url(../images/banner_add.jpg);
	width: 100%;
	height: 457px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #1e8ee4;
}

.add_part1 {
	padding: 90px;
}

.system_box {
	width: 31%;
	box-shadow: 0px 2px 15px 1px rgba(0, 102, 183, 0.35);
	margin: 10px;
	text-align: center;
}

.box_title {
	font-size: 22px;
	color: #323232;
	padding: 40px 0px 30px;
}

.box_brief {
	font-size: 18px;
	color: #d0021b;
	height: 79px;
}

.box_brief .pay {
	font-size: 36px;
	color: #d0021b;
}

.box_num {
	padding: 40px 0px 15px;
	font-size: 16px;
	color: #969696;
}

.box_btn {
	width: 220px;
	background: url(../images/bg_btn.jpg) no-repeat;
	line-height: 38px;
	margin: 0px auto 45px;
	font-size: 16px;
	color: #FFFFFF;
}

.add_part2 {
	background-color: #f7f7f7;
	padding: 70px 0px;
}

.title_add_part2 {
	font-size: 36px;
	color: #323232;
	text-align: center;
}

table.warehouse_table {
	border: 1px solid #d7e3eb;
	margin: 60px auto;
}

.warehouse_table th {
	text-align: center;
	background-color: #108cee;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 70px;
}

.warehouse_table td {
	text-align: center;
	background-color: #FFFFFF;
	padding: 25px 35px;
	font-size: 16px;
}

.warehouse_table td.td_last {
	text-align: left;
}

.warehouse_table td.td_first {
	background-color: #eef7ff;
	vertical-align: top;
	color: #108cee;
}

.one {
	width: 200px;
}

.two {
	width: 250px;
}

.three {
	width: 250px;
}

.four {
	width: 500px;
}

.swiper-pagination {
	display: none;
}

.value_add {
	border-top: 1px solid #c2c4cc;
	width: 83%;
	margin: 40px auto 0px;
}

.title_value_add {
	font-size: 24px;
	color: #4c4c4c;
	padding: 50px 0px 20px;
	text-align: center;
}

.v_a_box {
	width: 25%;
	padding: 15px;
}

.v_a_img {
	vertical-align: middle;
}

.v_a_txt {
	font-size: 14px;
	line-height: 22px;
	color: #4c4c4c;
	padding: 5px 10px;
}

.va_txt_three {
	line-height: 17px;
}


/*申请试用*/

.form_content {
	width: 72%;
	margin: 20px auto;
}

.try_label {
	width: 88px;
	text-align: right;
	font-size: 16px;
	color: #555555;
	display: inline-block;
	line-height: 50px;
}

.form_content ul li input.try_input {
	width: 80%;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	border: 1px solid #BBBBBB;
}

.form_content ul li input.try_input_code {
	width: 30%;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	border: 1px solid #BBBBBB;
}

.try_select {
	width: 30%;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	border: 1px solid #BBBBBB!important;
	padding: 0px 14px 0px 5px;
	-webkit-appearance: button;
	background: url(../images/arrow_select.png) no-repeat right center;
}

.form_content ul li input {
	padding: 0px 10px;
	font-size: 14px;
	margin-bottom: 0px;
}

.form_content ul li input[type=text]:disabled {
	color: #ACA899;
	background-color: rgb(235, 235, 228)
}

.form_content ul li img {
	vertical-align: middle;
}

.form_content ul li input[type=submit] {
	width: 180px;
	margin: 20px auto;
	background-color: #1081d5;
	font-size: 20px;
	color: #FFFFFF;
	padding: 8px 0px;
	border: none;
	display: block;
	text-align: center;
	border-radius: 8px;
}

.try_submit {
	width: 180px;
	margin: 20px auto;
	background-color: #1081d5;
	font-size: 20px;
	color: #FFFFFF;
	padding: 8px 0px;
	border: none;
	display: block;
	text-align: center;
	border-radius: 8px;
}

.try_matters {
	width: 100%;
	margin: 10px auto;
	font-size: 14px;
	color: #999999;
}

.try_remind {
	width: 100%;
	margin: 10px auto;
	font-size: 14px;
	color: #fe1900;
}
.modal-open .modal{
	padding-right: 0px !important;
}
.color_fd8f00{
        color:#fd8f00;
        border-color:#fd8f00;
}
/* 导航左右 */
.erp_menu ul.ERP_nav li{
	margin:0px 11px -1px;
}
.sy_button,.dl_button{
	float:right;
	height:60px;
	line-height:60px;
	margin-left:20px;
	position:relative;
}
.sy_button a,.dl_button a{
	padding: 8px 30px 8px 15px;
    border-radius: 5px;
    color:#ffffff;
    position:relative;
}
.sy_button a:after,.dl_button a:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:10px;
	right:11px;
	border-top:5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ffffff;
}
.sy_button a{
	background:#5cc7f6;
}
.dl_button a{
	background:#e70000;
}
.pro_name{
	height:60px;
	line-height:60px;
	float:left;
	font-size:24px;
	color:#333333;
}
@media (min-width: 900px) {
	.modal-dialog {
		width: 887px;
		margin: 110px auto 0px;
	}
}

@media (min-width: 768px) and (max-width:899px) {
	.modal-dialog {
		position: relative;
		width: auto;
		margin: 110px 10px 0px;
	}
}

@media (min-width: 320px)and (max-width:767px) {
	.modal-dialog {
		position: relative;
		width: auto;
		margin: 10px;
	}
	.form_content {
		width: 100%;
		margin: 0px 10px;
	}
	.try_label {
		text-align: left;
		display: block;
		line-height: 30px;
	}
	.form_content ul li input.try_input {
		width: 94%;
	}
	.try_select {
		width: 94%;
	}
	.form_content ul li input.try_input_code {
		width: 45%;
	}
	.try_matters,
	.try_remind {
		padding-right: 10px;
	}
}
/*综合行政执法管理系统*/
.law_bannerbg{
	background: url(../images/banner_law.png) no-repeat center bottom;
}
.law_intro{
	color: #FFFFFF;
	font-size: 46px;
	line-height: 60px;
}
.law_intro span{
	font-size: 24px;
	color: #FFFFFF;
}
.law_charact{
	background: url(../images/bg11.jpg) no-repeat center;
}
.law_charact_txt{
	padding: 75px 84px 50px;
	font-weight: 500;
}
.law_info{
	margin-top: 60px ;
}
.law_info_txt1{
	width: 260px;
	margin: 10px auto;
}
.law_info_txt2{
	width: 310px;
	margin: 10px auto;
}
.law_info_txt3{
	width: 360px;
	margin: 10px auto;
}
.law_info_txt4{
	width: 270px;

	margin: 10px auto;
}
.law_info_title{
	font-size: 25px;
	color: #323232;
	margin-bottom: 15px;
}
.law_info_cont{
	font-size: 14px;
	color: #323232;
	text-align: left;
}
.learnmore{
	width: 450px;
	margin: 40px auto 10px;
	background: #fd8f00;
	font-size: 16px;
	padding: 10px 0px;
	border-radius: 5px;
}
.learnmore a{
	color: #FFFFFF;
}
.law_info_img img{
	width: 100%;
}
/*易灵通*/
.ylt_bannerbg{
	background: url(../images/yi_bannerbg.jpg) no-repeat center bottom;
	height: 454px;
}
.ylt_introduction {
	text-align: center;
	padding: 20px 0px 0px;
}
.ylt_detailed{
	width: 930px;
	margin: 0px auto;
	font-size: 16px;
	color: #4c4c4c;
}
.ylt_characteristic{
	padding: 10px 50px;
}
.odd .character_txt{
	width: 445px;
	padding: 50px 0px 0px 40px;
}
.even .character_txt{
	width: 425px;
	padding: 50px 40px 0px 0px;
}
.character_title{
	font-size: 36px;
	color: #1d8de4;
}
.character_subtitle{
	color: #4C4C4C;
	font-size: 24px;
	font-family: PingFangSC-Light, sans-serif;
	padding: 25px 0px;
	letter-spacing: 4px;
}
.character_cont{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 34px;
}
.character_pic{}
.character_pic img{
	width: 90%;
}
.ylt_pro{
	background: url(../images/bg15.jpg) no-repeat center;
	padding: 60px 0px;
}
.ylt_subtitle{
	font-family: PingFangSC-Light, sans-serif;
	font-size: 30px;
	color: #4d4d4d;
	text-align: center;
	font-weight: 300;
	margin: 20px 0px;
	letter-spacing: 4px;
}
.ylt_phone{
	text-align: center;
	margin: 20px 0px;
	font-size: 18px;
	color: #4c4c4c;
	font-weight: bold;
}
.ylt_down_android{
	background: url(../images/ylt_android.png) no-repeat;
	padding-left: 35px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	letter-spacing: 2px;
}
.ylt_down_ios{
	background: url(../images/ylt_ios.png) no-repeat;
	padding-left: 35px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	letter-spacing: 2px;
}
.ylt_down_after{
	color: #606060;
	font-weight: normal;
	font-size: 16px;
	padding: 10px 0px;
	letter-spacing: 2px;
}
.ylt_contact{
	padding: 0px 50px;
}
.ylt_btn{
	padding-left: 130px;
}
.ylt_btn a{
	background: #fd8f00;
	border-radius: 5px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 70px;
	letter-spacing: 4px;
}
.ylt_num{
	background: url(../images/ylt_phonr.png) no-repeat;
	padding-left: 26px;
padding-right: 250px;
}

.zfba_video{
	width:80%;
	height:540px;
	margin:20px auto;
}
.zfba_video a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../images/video-bg.png) no-repeat center center;
}