﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, legend, input, button, textarea, p { margin: 0; padding: 0; outline: none; }
/*html5 新标签*/
article, section, header, nav, aside, hgroup, figure, figcaption, footer, dialog { display: block; margin: 0; padding: 0; }

body { font-size: 14px; line-height: 20px; font-family: Microsoft Yahei,Arial,Helvetica,sans-serif; color: #333; background: #fff; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
table { border-collapse: collapse; border-spacing: 0 }
input, button, textarea, select, optgroup, option { border: none; }
li { list-style: none }
em, i { font-style: normal; }
img, fieldset, iframe { border: 0 }
input, button, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; *font-size: 100% }
input, select, img { vertical-align: middle; }
.clear{clear:both;}
.left { float: left; }
.right { float: right; }
a { text-decoration: none; color: #333; outline: none; }

.P_main { width: 1200px; margin: 0 auto;}
/*公共头部*/
#header { height: 160px; vertical-align: middle; }
#header .logo { float: left; width: 330px; height: 106px; margin-top: 27px; }
#header ul { height: 60px; line-height: 56px; float: right; margin-top: 50px; }
#header ul li { float: left; margin-left: 30px; font-size: 22px; }
#header ul li.current { border-bottom: 4px solid #99ca54 }
#header .navbar{ position:fixed;top:0; left:0; background:rgb(255,255,255);height:0px;line-height:80px;width:100%;z-index:99999;overflow:hidden;}
#header .navbar .logo{height:60px;margin-top:10px;margin-left:30px;}
#header .navbar .logo img{display:block;height:100%;}
#header .navbar ul{margin-top:10px;margin-right:30px;}
#header .navbar ul li{font-size:16px;}

.gotop-wrapper { display: none; position: fixed; bottom: 65px; right: 15px; z-index: 1001; border-radius: 100%; background-color: rgba(0,0,0,.3);transition: all 0.5s ease 0s; }
.gotop-wrapper a { display: block; width: 50px; height: 50px; overflow: hidden; background: url(/Skin/PC/31982/Img/icon-gotop-fixed.gif) no-repeat center; }

#header ul li.download{position:relative;cursor:pointer;}
#header ul li.download .d_con{position:absolute;top:80px;right:-70px; width :520px;height:340px;background:url(/Skin/PC/31982/Img/d_bg.png) no-repeat;z-index:99999;background-size:100% 100%;display:none;}
#header ul li.download .d_con .d_android{float:right;margin-right:70px;margin-top:130px;}
#header ul li.download .d_con .d_iphone{float:left;margin-left:70px;margin-top:130px;}

/*公共底部*/
#footer { overflow: hidden }
#footer .module_form { background: #373d41; padding: 54px 0; overflow: hidden }
#footer .module_form dl {width:130px;float:left;color:#c4c4c4}
#footer .module_form dl dt{font-size:16px;line-height:30px;}
#footer .module_form dl dd{line-height:30px;}
#footer .maike_form { float: left; margin-left: 48px;  position: relative; }
#footer .maike_form li { margin-bottom: 14px; position: relative }
#footer .maike_form li input[type=input] { border: 1px solid #cdcdcd; height: 38px; line-height: 38px; padding: 0 12px; width: 466px; font-size: 16px; }
#footer .maike_form li:first-child { width: 234px }
#footer .maike_form li:first-child input { width: 210px }
#footer .maike_form li:nth-child(4n) { position: absolute; top: 0; right: 0; width: 234px; }
#footer .maike_form li:nth-child(4n) input { width: 210px }
#footer .maike_form li textarea { border: 1px solid #cdcdcd; height: 38px; line-height: 38px; padding: 0 12px; width: 466px; font-size: 16px; resize: none; }
#footer .maike_form input[type=button] { background: #000; color: #fff; width: 100px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; }
#footer .maike_form li span { display: none; }
#footer .maike_form label.error { position: absolute; right: 0; top: 0; line-height: 40px; background: none }

#footer .maike_ewm {float:left;width:110px;}
#footer .maike_ewm img{width:100%;height:auto;}
#footer .maike_ewm p{color:#c4c4c4;line-height:30px;text-align:center;}

#footer .maike_address { float: right; margin-right: 48px; text-align: left;color:#c4c4c4;width:250px;}
#footer .maike_address h1 { line-height: 36px; font-size: 16px; }
#footer .maike_address p { line-height: 36px; font-size: 14px; }
#footer .maike_address img { margin-bottom: 40px; }
#footer .module_bottom { background: #31373b; text-align: center; padding: 12px 0 }
#footer .module_bottom span { color: #666; }
#footer .module_bottom p { color: #999; line-height: 30px; }


.title{padding-bottom:50px;text-align:center;}
.tu-con img{width:100%;}
/*index页面*/
.banner_index { height: 740px; vertical-align: middle; text-align: center; line-height: 740px; }
.banner_index .swiper-container { height: 100%; }
.banner_index .swiper-slide { background-size: cover; background-position: center; }
.module_1 { padding: 100px 0; }
.module_1 ul { height: 100px; overflow: hidden; }
.module_1 ul li { float: left; width: 400px; line-height: 100px; }
.module_1 ul li img.iconImg { float: left; width: 105px; height: 96px; margin: 2px 20px 2px 36px; position: relative; }
.module_1 ul li img.iconImg:hover { animation: rotation 0.5s linear 1; -moz-animation: rotation 0.5s linear 1; -webkit-animation: rotation 0.5s linear 1; -o-animation: rotation 0.5s linear 1; }

@-webkit-keyframes rotation {
    0% { top: 0; left: -20px }
    50% { top: 0; left: 20px }
    100% { top: 0; left: 0 }
}
.module_2 ul li{float:left;}

.module_3 {padding: 100px 0;}
.module_3 .fw_st{background:url(/Skin/PC/31982/Img/new/t4.png) no-repeat top center;height:640px;position:relative;}
.module_3 .fw_st .list{position:absolute;line-height:35px;font-size:16px;color:#999;width:150px;}
.module_3 .fw_st .list_1{top:110px;left:45px;text-align:right;}
.module_3 .fw_st .list_2{top:330px;left:30px;text-align:right;}
.module_3 .fw_st .list_3{top:75px;right:120px;text-align:left;}
.module_3 .fw_st .list_4{top:345px;right:120px;text-align:left;}
.module_3 .fw_st .list ul li:hover{color:#333;cursor:pointer;}

.module_4 { padding: 120px 0 40px; }
.module_4 ul { overflow: hidden; width: 1350px;background:url(/Skin/PC/31982/Img/new/t5.png) no-repeat top center;position:relative;height:850px;}
.module_4 ul li { float: left; width: 300px; text-align: center; margin-bottom: 50px; overflow: hidden; margin-right: 150px;position:absolute; }
.module_4 ul li .list_pic { width: 244px; height: 244px; position: relative; margin: 0 auto; }
.module_4 ul li .list_pic:after { content: ""; top: 0px; right: 0px; width: 224px; height: 224px; position: absolute; border-radius: 50%; background: #fff; border-top: 10px solid #acacac; border-left: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid transparent; transform: rotate(45deg); }
.module_4 ul li:hover .list_pic:after { animation: turntion 1s linear 1; }

@-webkit-keyframes turntion {
    0% { -webkit-transform: rotate(45deg); }
    25% { -webkit-transform: rotate(-45deg); }
    50% { -webkit-transform: rotate(-135deg); }
    100% { -webkit-transform: rotate(-315deg); }
}

.module_4 ul li .list_pic img { width: 204px; height: 204px; overflow: hidden; border-radius: 50%; position: absolute; top: 10px; left: 10px; z-index: 1; border: 10px solid #fff; display: block; }
.module_4 ul li h2 { font-size: 30px; line-height: 40px; font-weight: bold; }
.module_4 ul li p { font-size: 18px; line-height: 32px; }

.module_4 ul li:nth-of-type(1){top:0;left:120px;}
.module_4 ul li:nth-of-type(2){top:0;right:195px;}
.module_4 ul li:nth-of-type(3){top:520px;left:120px;}
.module_4 ul li:nth-of-type(4){top:520px;right:130px;}
.module_4 ul li:nth-of-type(5){top:260px;left:430px;}
.module_4 ul li:nth-child(4n) .list_pic:after { transform: rotate(-45deg) }
.module_4 ul li:nth-child(5n) .list_pic:after { transform: rotate(-45deg) }
.module_4 ul li:nth-child(4n):hover .list_pic:after { animation: turnright 1s linear 1; }
.module_4 ul li:nth-child(5n):hover .list_pic:after { animation: turnright 1s linear 1; }

@-webkit-keyframes turnright {
    0% { -webkit-transform: rotate(-45deg); }
    25% { -webkit-transform: rotate(45deg); }
    50% { -webkit-transform: rotate(135deg); }
    100% { -webkit-transform: rotate(315deg); }
}

.module_5 { height: 800px; position: relative; overflow: hidden; }
.module_5:before { content: ""; background: #fff; position: absolute; height: 200px; width: 120%; border-radius: 50%; top: -150px; left: -10%; z-index: 1 }
.module_5:after { content: ""; background: #fff; position: absolute; height: 200px; width: 120%; border-radius: 50%; bottom: -150px; left: -10%; z-index: 1 }
.module_5 .maike_ad_banner { background-position: center; background-size: cover; height: 800px; line-height: 800px; text-align: center; transition: all 2s; }

.module_6 { padding: 80px 0 ; overflow: hidden; }
.module_6 ul { overflow: hidden; width: 1320px; }
.module_6 ul li { float: left; width: 320px; overflow: hidden; height: 400px; text-align: center; line-height: 400px; margin-right: 120px; }
.module_6 ul li img { width: 225px; height: 393px; display: block; margin: 0 auto; }

.module_8{padding: 80px 0 120px; overflow: hidden; }
.module_8 ul li{width:32.5%;float:left;margin-right:10px;}
.module_8 ul li .img_k{width:100%;height:auto; overflow:hidden;}
.module_8 ul li img{width:100%;}
.module_8 ul li img:hover{transform: scale(1.2);transition: all 2s;}

.module_8 ul li h1{line-height:50px;font-size:24px;font-weight:bold;}
.module_8 ul li p{line-height:30px;font-size:14px;}



/*show页面*/
.banner_module img{ width:100%; }
.banner_module .maike_top_banner { background-size: cover; height: 640px; line-height: 640px; text-align: center; }

.maike_ad_banner:hover { transform: scale(1.1); }
.show_module_1 img{width:100%;}
.show_module_2{padding:100px 0;}
.show_module_2 .tu-con .right p{font-size:18px;line-height:30px;color:#666;padding-right:50px;}
.show_module_2 .tu-con .right ul li{float:left;width:90px;height:135px;margin-right:40px;padding:20px 0;}
.show_module_2 .tu-con .right ul li:last-child{margin-right:0;}
.show_module_2 .tu-con .right ul li img{width:100%;}

.show_module_2{padding: 100px 0; overflow: hidden; }
.show_module_2 ul li{width:29%;float:left;margin-right:20px;background:#f0f0f0;padding:20px;height:200px; overflow:hidden;}
.show_module_2 ul li .img_k{width:40%;height:auto; overflow:hidden;float:right;border-radius:100%;border:5px solid #fff;}
.show_module_2 ul li img{width:100%;}
.show_module_2 ul li img:hover{transform: scale(1.2);transition: all 2s;}
.show_module_2 ul li .left{width:57%;}
.show_module_2 ul li h1{line-height:40px;font-size:22px;font-weight:bold;}
.show_module_2 ul li p{line-height:30px;font-size:14px;}

.zhichi_module_2{padding: 100px 0; overflow: hidden; }
.zhichi_module_2 ul li{width:29%;float:left;margin:20px;margin-left:0;margin-top:0; background:#f0f0f0;padding:20px;height:200px; overflow:hidden;}
.zhichi_module_2 ul li .img_k{width:40%;height:auto; overflow:hidden;float:right;border-radius:100%;border:5px solid #fff;}
.zhichi_module_2 ul li img{width:100%;}
.zhichi_module_2 ul li img:hover{transform: scale(1.2);transition: all 2s;}
.zhichi_module_2 ul li .left{width:57%;}
.zhichi_module_2 ul li h1{line-height:200px;font-size:22px;font-weight:bold;}

.zhichi_module_3{padding: 0; overflow: hidden; position:relative;padding-bottom:143px;}
.zhichi_module_3 .title_1{font-size:40px;font-weight:bold;line-height:100px;position:absolute;top:200px;}
.zhichi_module_3 .xz{width:500px;padding:30px 60px;background:#fff;height:300px;z-index:2;position:absolute;top:300px;}
.zhichi_module_3 .xz p{font-size:24px;line-height:50px;}
.zhichi_module_3 .xz .xzscb{font-size:18px;color:#fff;font-weight:500; background:#d83b01;line-height:50px;text-align:center;width:120px;margin-top:30px;}
.zhichi_module_3 .tup{position:absolute;width:900px;z-index:1;top:50px;right:20px;}
.zhichi_module_3 .tup img{width:100%;}

.zhichi_module_4{padding: 0; overflow: hidden; position:relative;padding-bottom:143px;}
.zhichi_module_4 .title_1{font-size:40px;font-weight:bold;line-height:100px;position:absolute;top:200px;right:300px;}
.zhichi_module_4 .xz{width:500px;padding:30px 60px;background:#fff;height:300px;z-index:2;position:absolute;top:300px;right:50px;}
.zhichi_module_4 .xz p{font-size:24px;line-height:50px;}
.zhichi_module_4 .xz .xzscb{font-size:18px;color:#fff;font-weight:500; background:#d83b01;line-height:50px;text-align:center;width:120px;margin-top:30px;}
.zhichi_module_4 .tup{position:absolute;width:900px;z-index:1;top:50px;left:20px;}
.zhichi_module_4 .tup img{width:100%;}

.show_module_3{padding: 100px 0; overflow: hidden; }
.show_module_3 ul li{float:left;}
.show_module_3 ul li .img_k{width:175px;height:auto; overflow:hidden;border-radius:100%;margin:30px 28px;text-align:center;}
.show_module_3 ul li img{width:100%;display:inline-block;}
.show_module_3 ul li img:hover{transform: scale(1.2);transition: all 2s;}
.show_module_3 ul li p{line-height:30px;font-size:18px;text-align:center;font-weight:bold}

.show_module_4{padding: 100px 0; overflow: hidden; }
.show_module_4 ul li{float:left;}
.show_module_4 ul li .img_k{width:220px;height:auto; overflow:hidden;border-radius:100%;margin:30px 90px;text-align:center;}
.show_module_4 ul li img{width:100%;display:inline-block;}
.show_module_4 ul li img:hover{transform: scale(1.2);transition: all 2s;}
.show_module_4 ul li p{line-height:30px;font-size:18px;text-align:center;font-weight:bold}

.money_module_1{padding: 100px 0; overflow: hidden; }
.money_module_1 ul li{float:left;background:#f0f0f0;width:310px;height:500px;margin:20px;}
.money_module_1 ul li .img_k{width:310px;height:auto; overflow:hidden;text-align:center;}
.money_module_1 ul li img{width:100%;display:inline-block;}
.money_module_1 ul li img:hover{transform: scale(1.2);transition: all 2s;}
.money_module_1 ul li h1{line-height:100px;font-size:18px;text-align:center;font-weight:bold}
.money_module_1 ul li p{line-height:30px;font-size:16px;text-align:center;padding:0 30px;}

.money_module_2{padding: 100px 0; overflow: hidden; }
.money_module_2 ul li{float:left;background:#f0f0f0;width:700px;height:375px;position:relative;}
.money_module_2 ul li img{width:100%;display:inline-block;}
.money_module_2 ul li .con{position:absolute;bottom:30px;left:30px;}
.money_module_2 ul li .con p{font-size:24px;color:#fff;font-weight:bold;line-height:50px;}
.money_module_2 ul li .con img{width:auto;}
/*join页面*/
.banner_join img{width:100%; }
.banner_join .maike_top_banner { background-size: cover; height: 640px; line-height: 640px; text-align: left; text-indent: 80px; }
.join_module_1 { padding: 100px 0 120px; }
.join_module_1 .title { text-align: center; }
.join_module_1 ul { overflow: hidden; width: 1200px; margin-top: 60px; }
.join_module_1 ul li { float: left; width: 300px; text-align: center; margin-bottom: 50px; overflow: hidden; }
.join_module_1 ul li .list_pic { width: 244px; height: 244px; position: relative; margin: 0 auto; }

.join_module_1 ul li .list_pic img { width: 204px; height: 204px; overflow: hidden; border-radius: 50%; position: absolute; top: 10px; left: 10px; z-index: 1; border: 10px solid #fff; display: block; }

.join_module_1 ul li .list_pic:after { content: ""; top: 0px; right: 0px; width: 224px; height: 224px; position: absolute; border-radius: 50%; background: #fff; border-top: 10px solid #99ca54; border-left: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid transparent; transform: rotate(45deg); }
.join_module_1 ul li:hover .list_pic:after { animation: turntion 1s linear 1; }


.join_module_1 ul li p { font-size: 26px; line-height: 32px; }
.join_module_2 img{width:100%;}
.join_module_2 .maike_ad_banner { background-size: cover; height: 640px; transition: all 2s; }
.join_module_2 .img_pic { position: absolute; top: 50%; left: 50%; width: 854px; height: 448px; margin-left: -427px; margin-top: -224px; }
.join_module_3 { padding: 116px 0 100px; }
.join_module_3 ul li{float:left;width:255px;height:520px;text-align:center;line-height:520px;}

.join_module_4 { padding: 116px 0 100px; }
.join_module_4 ul li h1{color:#fff;font-size:18px;font-weight:bold;line-height:35px;margin-top:30px;}
.join_module_4 ul li p{color:#fff;font-size:14px;line-height:24px;}
.swiper-button-next{background:url(/Skin/PC/31982/Img/new/right.png) no-repeat top center!important;width:70px!important;height:70px!important;}
.swiper-button-prev{background:url(/Skin/PC/31982/Img/new/left.png) no-repeat top center!important;width:70px!important;height:70px!important;}
/*profit.html*/
.banner_profit img{width:100%; }
.banner_profit .maike_top_banner { background-size: cover; height: 640px; line-height: 640px; text-align: center; }
.profit_module_1 { padding: 100px 0; }
.profit_module_1 .title { text-align: center; }
.profit_module_1 ul { overflow: hidden; width: 1350px; }
.profit_module_1 ul li { float: left; text-align: center; width: 300px; margin-right: 150px; margin-top: 70px; }
.profit_module_1 ul li .list_pic { margin-bottom: 20px; }
.profit_module_1 ul li h2 { font-size: 34px; font-weight: bold; line-height: 60px; margin-bottom: 16px; }
.profit_module_1 ul li p { padding: 0 10px; text-align: left; font-size: 18px; line-height: 32px; }
.profit_module_2 { background: #99ca54; padding: 90px 0; }
.profit_module_2 .title { text-align: center; }
.profit_module_2 ul { overflow: hidden; width: 1350px; }
.profit_module_2 ul li { float: left; color: #fff; text-align: center; width: 300px; margin-top: 70px; }
.profit_module_2 ul li .list_pic { margin-bottom: 20px; }
.profit_module_2 ul li h2 { font-size: 30px; font-weight: bold; line-height: 50px; }
.profit_module_2 ul li p { padding: 0 10px; text-align: left; font-size: 16px; line-height: 30px; }
.profit_module_3 { padding: 100px 0; }
.profit_module_3 ul { overflow: hidden; width: 1350px; }
.profit_module_3 ul li { float: left; text-align: center; width: 210px; margin-top: 70px;  position: relative; overflow: hidden; height: 345px;margin-right:35px;}
.profit_module_3 ul li img { display: block; width: 100%; height: 100%; }
.profit_module_4 { height: 490px; text-align: center; line-height: 490px; width: 100%; overflow: hidden; position: relative; z-index: 1 }
.profit_module_4 .maike_ad_banner { background-size: cover; height: 490px; transition: all 2s; }
.profit_module_5{position:relative;background:url(/Skin/PC/31982/Img/new/t6.png) no-repeat top center;padding:50px 0;height:715px;}
.profit_module_5 ul li{width:350px;height:480px;}
.profit_module_5 ul li img{width:100%;height:100%;}
.profit_module_5 .jjfa{font-size:50px;color:#fff;font-weight:bold;line-height:100px;position:absolute;top:257px;left:40px;}
.profit_module_5 .xjjfa{font-size:30px;color:#fff;font-weight:600;line-height:100px;position:absolute;top:400px;left:40px;}
.profit_module_5 .hjjfa{font-size:24px;color:#000;line-height:50px;position:absolute;top:500px;left:40px;background:#fff;width:200px;text-align:center;}

.profit_module_5 .swiper-pagination-bullet{width:50px;height:50px;opacity:1;margin:0 10px;background:#fff}
.profit_module_5 .swiper-pagination-bullet-active{background:#464549;border:2px solid #fff;box-sizing:border-box;}
/*about页面*/
.banner_about {
}
.banner_about .maike_top_banner{background-size:cover;height:640px;line-height:640px;text-align:center;}
.about_module_1{background:#f0f0f0;padding:120px 0;overflow:hidden;}
.about_module_1 .about_left{float:left;width:694px;position:relative;}
.about_module_1 .about_info{height:468px;}
.about_info .about_info_pic{float:left;width:422px;}
.about_info .about_info_text{position:relative;float:left;width:272px;}
.about_info .about_info_text img{margin:60px 40px 40px;}
.about_info .about_info_text p{background:#99ca54;color:#fff;padding:40px 16px;line-height:24px;font-size:14px;position:relative;width:276px;position:relative;left:-16px;}
.about_people{margin-top:70px;width:680px;}
.about_people .swiper-wrapper{}
.about_people .swiper-slide{width:160px;}
.about_people .swiper-slide img{display:block;width:160px;height:160px;}
.about_people .swiper-slide p{line-height:40px;height:40px;font-size:20px;text-align:center;}
.about_right{float:right;width:480px;overflow:hidden;}
.about_right .right_person{height:510px;overflow:hidden;margin-bottom:16px;position:relative;}
.about_right .right_person img{width:336px;height:510px;float:right}
.about_right .right_person p{position:absolute;bottom:30px;font-size:24px;text-align:right;line-height:36px;right:350px;}
.about_right .right_person span{display:block;}

.about_right .right_info{background:#e1e1e1;width:320px;height:124px;padding:40px;font-size:14px;line-height:24px;float:right;}

.about_module_2{display:none;padding:80px 0;}
.about_module_2 .new_top {margin-bottom:40px;}
.about_module_2 .new_top ul li{width:45%;float:left;height:500px;margin:0 30px;background:#f0f0f0;padding-bottom:30px;}
.about_module_2 .new_top ul li img{width:100%;height:360px;}
.about_module_2 .new_top ul li .xw_xq{padding:0 30px;}
.about_module_2 .new_top ul li .xw_xq h1{font-size:24px;color:#000;height:50px;line-height:50px;overflow:hidden;font-weight:500;}
.about_module_2 .new_top ul li .xw_xq h2{font-size:14px;color:#666;line-height:30px;overflow:hidden;}
.about_module_2 .new_top ul li .ckxq{font-size:14px;color:#fff;background:#d83b01;line-height:40px;text-align:center;width:100px;margin-left:30px;}

.about_module_2 .new_bottom{width:100%;padding:0 30px;}
.about_module_2 .new_bottom .l_tit{line-height:50px;}
.about_module_2 .new_bottom .l_tit h1{font-size:20px;font-weight:bolder;color:#000;border-left:4px solid #000;line-height:24px;margin:13px 0;padding:0 5px;}
.about_module_2 .new_bottom .l_tit span{font-weight:normal;margin-left:15px;color:#666;}
.about_module_2 .new_bottom ul li{padding:25px 0;border-bottom:1px dashed #dedede;}
.about_module_2 .new_bottom ul li img{width:550px;height:300px;margin-right:20px;float:left;}
.about_module_2 .new_bottom ul li .xw_xq{float:left;width:600px;}
.about_module_2 .new_bottom ul li .xw_xq h1{font-size:24px;color:#000;height:80px;line-height:80px;overflow:hidden;font-weight:bold;}
.about_module_2 .new_bottom ul li .xw_xq p{font-size:16px;color:#999;line-height:30px;}
.about_module_2 .new_bottom ul li .xw_xq h2{font-size:16px;color:#666;line-height:60px;overflow:hidden;}


.about_module_2 .left{width:800px;}
.about_module_2 .left .l_tit{line-height:50px;}
.about_module_2 .left .l_tit h1{font-size:20px;font-weight:bolder;color:#000;border-left:4px solid #000;line-height:24px;margin:13px 0;padding:0 5px;}
.about_module_2 .left .l_tit span{font-weight:normal;margin-left:15px;color:#666;}
.about_module_2 .left ul li{padding:25px 0;border-bottom:1px dashed #dedede;}
.about_module_2 .left ul li img{width:175px;height:120px;margin-right:20px;float:left;}
.about_module_2 .left ul li .xw_xq{float:left;width:600px;}
.about_module_2 .left ul li .xw_xq h1{font-size:16px;color:#000;height:35px;line-height:35px;overflow:hidden;font-weight:500;}
.about_module_2 .left ul li .xw_xq p{font-size:14px;color:#999;height:50px;line-height:25px;overflow:hidden;}
.about_module_2 .left ul li .xw_xq h2{font-size:14px;color:#666;line-height:30px;overflow:hidden;}
.about_module_2 .right{width:335px;}
.about_module_2 .right .l_tit{line-height:50px;}
.about_module_2 .right .l_tit h1{font-size:20px;font-weight:bolder;color:#000;border-left:4px solid #000;line-height:24px;margin:13px 0;padding:0 5px;}
.about_module_2 .right .l_tit span{font-weight:normal;margin-left:15px;color:#666;}
.about_module_2 .right ul li{margin-bottom:30px;}
.about_module_2 .right ul li img{width:335px;height:210px;}
.about_module_2 .right ul li p{line-height:50px;background:#f0f0f0;font-size:16px;text-align:center;height:50px;overflow:hidden;}
.black{background:#d83b01}
.black a{color:#fff!important;}
.about_module_3{display:none;padding:100px 0;}
.about_module_3 ul li{margin-bottom:40px;}
.about_module_3 ul li img{float:left;}
.about_module_3 ul li .add_c{float:left;padding:50px 20px;width:360px;overflow:hidden;}
.about_module_3 ul li .add_c h1{font-size:24px;font-weight:bolder;line-height:60px;}
.about_module_3 ul li .add_c p span{font-size:16px!important;line-height:50px!important;}
.about_nav{background:#f0f0f0;border-bottom:3px solid #d83b01}
.about_nav ul li{float:left;width:16.3%;text-align:center;line-height:80px;font-size:18px;}
.about_nav ul li a{color:#999;}

/*资讯详情*/
.news_module {height:490px;text-align:center;line-height:490px;width:100%;overflow:hidden;position:relative;z-index:1}
.news_module .maike_ad_banner{background-size:cover;height:490px; transition: all 2s;} 

.news_module_1{background:#fff;padding-bottom:80px;}
.news_module_1 .news_page{padding:0 90px;}
.news_module_1 .news_page h1{text-align:center;font-size:26px;font-weight:bold;line-height:60px;}
.news_module_1 .news_page .time{color:#666;font-size:20px;line-height:40px;margin:20px;text-align:center;}
.news_module_1 .news_page .content{font-size:16px;color:#666;line-height:34px;text-align:center;}
.news_module_1 .news_page .content img{display:inline-block;margin:10px 0;}

.banner_about img{width:100%; }
.banner_about .maike_top_banner { background-size: cover; height: 640px; line-height: 640px; text-align: center; }
.about_module_1 { padding: 120px 0; overflow: hidden; background:#fff;}
.about_module_1 img{width:100%;}
.about_module_1 .about_left { float: left; width: 694px; position: relative; }
.about_module_1 .about_info { height: 468px; }
.about_info .about_info_pic { float: left; width: 422px; }
.about_info .about_info_text { position: relative; float: left; width: 272px; }
.about_info .about_info_text img { margin: 60px 40px 40px; }
.about_info .about_info_text p { background: #99ca54; color: #fff; padding: 40px 16px; line-height: 24px; font-size: 14px; position: relative; width: 276px; position: relative; left: -16px; }
.about_people { margin-top: 70px; width: 680px; }
.about_people .swiper-wrapper { }
.about_people .swiper-slide { width: 160px; }
.about_people .swiper-slide img { display: block; width: 160px; height: 160px; }
.about_people .swiper-slide p { line-height: 40px; height: 40px; font-size: 20px; text-align: center; }
.about_right { float: right; width: 480px; overflow: hidden; }
.about_right .right_person { height: 510px; overflow: hidden; margin-bottom: 16px; position: relative; }
.about_right .right_person img { width: 336px; height: 510px; float: right }
.about_right .right_person p { position: absolute; bottom: 30px; font-size: 24px; text-align: right; line-height: 36px; right: 350px; }
.about_right .right_person span { display: block; }

.about_right .right_info { background: #e1e1e1; width: 320px; height: 124px; padding: 40px; font-size: 14px; line-height: 24px; float: right; }
.p_n {padding-top:50px;padding-left:30px;}
.p_n .prev{line-height:30px;color:#333;}
.p_n .next{line-height:30px;color:#333;}

.about_module_4{display:none;padding:80px 0;}
.about_module_4{padding: 100px 0; overflow: hidden; }
.about_module_4 ul li{margin-bottom:30px;}
.about_module_4 ul li img{width:400px;display:inline-block;float:left;margin-right:30px;}
.about_module_4 ul li .add_c{float:left;}
.about_module_4 ul li .add_c h1{font-size:24px;font-weight:bold;line-height:80px;}
.about_module_4 ul li .add_c p{font-size:14px;line-height:30px;}

.about_module_5{display:none;padding:80px 0;}
.about_module_6{display:none;padding:80px 0;}
.about_module_6 ul li {margin-bottom:50px;}

.tk_tit{line-height:100px;font-size:24px;text-align:center;}
.tk_con li { margin-bottom: 14px; position: relative }
.tk_con li input[type=input] { border: 1px solid #cdcdcd; height: 38px; line-height: 38px; padding: 0 12px; width: 466px; font-size: 16px; }
.tk_con li textarea { border: 1px solid #cdcdcd; height: 38px; line-height: 38px; padding: 0 12px; width: 466px; font-size: 16px; resize: none; }
.tk_con input[type=button] { background: #d83b01; color: #fff; width: 100px; height: 40px; line-height: 40px; text-align: center; font-size: 18px;margin-left:260px;}
.tk_con li span { float:left;width:100px;font-size:18px;text-align:center;line-height:40px; }
.tk_con label.error { position: absolute; right: 0; top: 0; line-height: 40px; background: none }
.close{position:absolute;top:30px;right:30px;}

.shop_module{background:#f5f5f5;padding:80px 0;}
.shop_module .title{text-align:left;line-height:80px;font-size:24px;font-weight:bold;color:#949494;padding:0;}
.shop_module .shop_top ul li{float:left;width:30%;margin-right:30px;background:#fff;padding-bottom:20px;}
.shop_module .shop_top ul li img{width:100%;margin-bottom:20px;}
.shop_module .shop_top ul li h1{text-align:center;line-height:30px;font-size:18px;font-weight:bold;}
.shop_module .shop_top ul li p{text-align:center;line-height:30px;font-size:16px;font-weight:bold;color:#ff832f;}

.shop_module .shop_bottom ul li{float:left;width:30%;margin-right:30px;background:#fff;padding-bottom:20px;}
.shop_module .shop_bottom ul li .s_img{width:100%;line-height:360px;text-align:center;}
.shop_module .shop_bottom ul li .s_img img{width:50%;display:inline-block;}
.shop_module .shop_bottom ul li h1{text-align:center;line-height:30px;font-size:18px;font-weight:bold;}
.shop_module .shop_bottom ul li p{text-align:center;line-height:30px;font-size:16px;font-weight:bold;color:#ff832f;}

.soft_module{background:#f5f5f5;padding:80px 0;}
.soft_module .title{text-align:left;line-height:80px;font-size:36px;font-weight:bold;color:#949494;padding:0;}
.soft_module .soft_top ul li{float:left;width:30%;margin-right:30px;background:#fff;padding-bottom:20px;margin-bottom:30px;}
.soft_module .soft_top ul li img{width:100%;margin-bottom:20px;}
.soft_module .soft_top ul li h1{text-align:center;line-height:30px;font-size:18px;font-weight:bold;}
.soft_module .soft_top ul li p{text-align:center;line-height:30px;font-size:16px;font-weight:bold;color:#ff832f;}

.hard_module{background:#f5f5f5;padding:80px 0;}
.hard_module .title{text-align:center;line-height:120px;font-size:36px;font-weight:bold;color:#333;padding:0;}
.hard_module .hard_top ul li{float:left;width:30%;margin-right:30px;background:#fff;padding-bottom:20px;margin-bottom:30px;}
.hard_module .hard_top ul li img{width:100%;margin-bottom:20px;}
.hard_module .hard_top ul li h1{text-align:center;line-height:30px;font-size:18px;font-weight:bold;}
.hard_module .hard_top ul li p{text-align:center;line-height:30px;font-size:16px;font-weight:bold;color:#ff832f;}

.hard_module .hard_bottom ul li{float:left;width:46%;margin-right:30px;background:#fff;padding-bottom:20px;margin-bottom:30px;}
.hard_module .hard_bottom ul li img{width:100%;margin-bottom:20px;}
.hard_module .hard_bottom ul li h1{text-align:center;line-height:30px;font-size:18px;font-weight:bold;}
.hard_module .hard_bottom ul li p{text-align:center;line-height:30px;font-size:16px;font-weight:bold;color:#ff832f;}

.hard_module2{position:relative;padding:50px 0;}
.hard_module2 .title{text-align:center;line-height:120px;font-size:36px;font-weight:bold;color:#333;padding:0;}
.hard_module2 ul li{width:500px;height:550px;}
.hard_module2 ul li img{width:100%;height:500px;}
.hard_module2 ul li p{line-height:50px;text-align:center;font-size:24px;font-weight:bold;}
.hard_module2 .jjfa{font-size:50px;color:#fff;font-weight:bold;line-height:100px;position:absolute;top:257px;left:40px;}
.hard_module2 .xjjfa{font-size:30px;color:#fff;font-weight:600;line-height:100px;position:absolute;top:400px;left:40px;}
.hard_module2 .hjjfa{font-size:24px;color:#000;line-height:50px;position:absolute;top:500px;left:40px;background:#fff;width:200px;text-align:center;}
.hard_module2 .swiper-pagination-bullet{width:50px;height:50px;opacity:1;margin:0 10px;background:#fff}
.hard_module2 .swiper-pagination-bullet-active{background:#464549;border:2px solid #fff;box-sizing:border-box;}

.shop_page .right h1{font-size:36px;line-height:50px;}
.shop_page .right h2{font-size:16px;line-height:50px;}
.shop_page .right .price{font-size:30px;line-height:125px;background:#f5f5f5;color:#d83b01;font-weight:bold;}
.shop_page .right .guige{font-size:18px;line-height:50px;}
.shop_page .right .shuliang{font-size:18px;line-height:50px;}
.shop_page .right .shuliang input{font-size:18px;line-height:35px;width:100px;border:1px solid #dedede;text-align:center;}
.shop_page .right .ljgm{width:185px;height:50px;background:#d83b01;color:#fff;text-align:center;line-height:50px;font-size:24px;margin-top:30px;}

.shop_module_1 .content .c_tit{line-height:45px;border-bottom:1px solid #dedede;}
.shop_module_1 .content .c_tit ul li{float:left;margin-right:40px;text-align:center;}
.shop_module_1 .content .c_con{padding:30px 0;}
.shop_module_1 .content .c_con img{width:100%;}
.shop_module_1 .content .con2{display:none;}
.red{color:#ff832f;border-bottom:2px solid #ff832f}