
@charset "utf-8";

@font-face {
    font-family: 'siyuanheiti';
    src: url('../font/SourceHanSansCN-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
*{margin: 0px;padding: 0px; }
body{margin: 0px; padding: 0px; background:#fff;}
ul{list-style:none; padding:0px; margin:0px; list-style-type:none;}
ul li{list-style:none; padding:0px; margin:0px; list-style-type:none;}
/*基本信息*/
body{font-family:Arial, Microsoft YaHei;margin:0px;padding: 0px; background:#fff; line-height:20px; font-size:14px;}
#other{ background:none;}
img{ border:none}
a {text-decoration: none ; color:black;}
a:hover{ color:#1a2a78}
i{ font-style:normal}
.clear{ clear:both}
h1,h2,h3,h4,h5,h6{color: #686868;}
.clear{clear: both;}

h12{ font-size:12px;}
h13{ font-size:13px;}
h14{ font-size:14px;}
h15{ font-size:15px;}
h16{ font-size:16px;}
h17{ font-size:17px;}
h18{ font-size:18px;}
h19{ font-size:19px;}
h20{ font-size:20px;}

body{padding:0;margin:0;font-family:"siyuanheiti";font-size:14px;;color:#333;}
a{text-decoration:none; }
ul{ padding:0; margin:0}
ul li{ list-style:none}
.clear{clear:both}
img{border:none;}


@font-face {font-family:'ral';src:url(../font/Raleway-Black.pfb.ttf);}
/***===============================  头部  ==================================***/
/*悬浮*/
.fubox{ width:1024px; height:781px; overflow:hidden; position: absolute; z-index:999; top:80px; left:20%; background:url(../img/shengming.png) no-repeat;}
.fubox_c{ width:40px; height:40px; overflow:hidden; position: absolute; right:150px; top:0; background:url(../img/close.png) no-repeat; cursor:pointer;}


.header{width:100%;position:fixed;top:15px;z-index: 9999;}
.head{width:1300px;height:106px;background:url(../img/logob.png) no-repeat;background-size:100% 100%;
	margin:0 auto;min-width: 1300px;position:relative;background-size:100% 100%;}
.head .logo{width:175px;height:71px;float:left;margin:35px 30px 0 30px;}
.head .lanb{width:840px;height:22px;float:left;margin-left:100px;}
.head .lanb li{float:left;width:166px;height:102px;text-align:center;font-size:16px;font-family:"siyuanheiti";line-height:90px;}
.head .lanb li span{color:#d9c1a0;font-family:"siyuanheiti";font-weight:700}
.slid span{color:#c82126;font-weight:700;}

.head .lanb li:hover span{color:#c82126;padding-bottom:20px;font-weight:700;}
.head .zsjm{width:54px;height:76px;background:url(../img/tpb.png) no-repeat;position:absolute;top:0;right:40px;z-index:10;line-height:32px;
	color:#d9c1a0;padding:15px 20px;font-size:26px;font-family:"siyuanheiti";text-align:center;}

.hidde{height:260px;width:1300px;background:url(../img/hid.png) no-repeat;position:absolute;top:84px;left:0;z-index:5;padding:0 10px;display:none;}
.hidde .hi_lef{float:left;margin-left:80px;margin-top:10px;margin-right:110px;}
.hidde .hi_rig{margin-right:100px;float:left;color:#d9c1a0;}
.hidde p:hover{color:#c82126}

.header_date{height:110px;width:100%;position:fixed;top:0;z-index:998}
.head_d{width:1200px;margin:auto;}
/*.head_d .logo{padding-top:20px;float:left;}*/
.head_d .logo{padding-top:20px; position: fixed; left: 100px;}
.head_d .nav_list{width:756px;float:right;text-align:right;}
.head_d .nav_list ul li{width:123px;display:inline-block;font-size:16px;position:relative;line-height:110px;height:110px;overflow:hidden;}
.head_d .nav_list ul li span{display:block;transition:0.3s;}
.head_d .nav_list ul li span.sr{color:#607248;}
.head_d .nav_list ul li:hover span.ss{margin-top:-110px;}
.head_d .nav_list ul li a{color:#fff;display:inline-block;height:55px;}
.head_d .nav_list ul li a.curr{color:#607248;}
.header_date.active{background:#fff;box-shadow:0 0 20px #c0c6e5}
.header_date.active .head_d .nav_list ul li a{color:#333;}
.header_date.active .head_d .nav_list ul li a.curr{color:#f98015;}

.header_date .navxs{position:absolute;top:80px;right:-30px;width:130px;text-align:center;display:none;border:1px solid #fff;}
.header_date.active .navxs{background:#fff;}
.header_date .navxs p{line-height:45px;height:45px;overflow:hidden;background:#999;}
.header_date .navxs p:hover{background:#cdcdcd;}
.header_date.active .navxs p{background:#fff;}
.header_date.active .navxs p:hover{background:#ebebeb;}

.banner{width:100%;height:auto;min-width:1200px;position:relative;}
.banner .slide{width:100%;-height:927px;}
.banner .slide img{width:100%;}
.banner .view-controls{position:absolute;bottom:0;height:60px;width:100%;text-align:center;}
.banner .view-controls a{display:inline-block;width:12px;height:12px; background-color:#fff; border-radius:50%;margin-right:10px;}
.banner .view-controls a.active{background:#fff;}
.toptel{float: right;overflow: hidden;color: #333;background: url(../img/telcoin.png)no-repeat left center;line-height: 115px;margin-left: 50px;}
.toptel span{display: inline-block;padding-left: 40px;font-size: 22px;font-weight: bold;}
/*banner视频*/
.banner video{
          position: relative;
          right:0;
          bottom: 0;
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          z-index: -9999;
          /*灰色调*/
          /*-webkit-filter:grayscale(100%)*/
 
      }


/***===============================  内容  ==================================***/
/*#cbp-fbscroller{overflow:hidden;}*/
.con_about{width:100%;height:670px;background:url(../img/aboutbg2.png)no-repeat top center;}
.con_about img{max-width:100%}
.con_about .about_us{padding-top:50px;width:70%;margin:auto;position:relative;}
.con_about .c_left{position:absolute;width:90%;margin-top: 100px;}
.con_about .c_right{float:right;margin-top:0px;position: absolute;right: -19%;top: 10%;}
.con_about .content{width:700px;float:right;text-align:justify;writing-mode:tb-rl;line-height:26px;height:308px;letter-spacing:6px;transition:height 2s;margin:0 auto;
	-moz-transition: height 1s;-webkit-transition: height 1s;-o-transition: height 1s;margin-right:30px;margin-top:50px;font-weight:lighter;}
.com_tit{color:#333;text-align:center;line-height:50px;padding-top: 100px;}
.com_tit p{font-weight:700;font-size:50px;text-transform:uppercase;font-family:'ral'}
.com_tit span{font-size:40px;font-weight:lighter;}

/*首页产品*/
.productIndex{width:100%;position:relative;height:2310px;min-width:1200px;overflow:hidden;}
.productIndex .pro_1{background:url(../img/pr_back_1.png) center no-repeat;height:850px;position:absolute;width:100%}
.productIndex .pro_1 .pro_1_con{width:1200px;margin:auto;}
.productIndex .pro_1 .pro_1_left{float:left;width:310px;margin-left:52px;text-align:center;color:#9f7a54;margin-top:360px;}
.productIndex .pro_1 .pro_1_left .title{font-size:30px;font-weight:700;line-height:40px;margin-bottom:10px;}
.productIndex .pro_1 .pro_1_left .intro{font-size:16px;font-weight:lighter;line-height:30px;}
.productIndex .pro_1 .pro_1_right{float:right;width:780px;text-align:center;position:relative;}
.productIndex .pro_1 .pro_11{position:absolute;top:140px;left:-90px;}
.productIndex .pro_1 .pro_12{position:absolute;top:65px;left:295px;z-index:0}
.productIndex .pro_1 .pro_13{position:absolute;top:85px;right:-80px;}
.productIndex .pro_1 .p_img{position:absolute;z-index:1;left:130px;top:180px;transition:0.5s}
.productIndex .pro_1 .p_img:hover{top:130px;}

.productIndex .pro_2{position:absolute;background:url(../img/pr_back_2.png) center no-repeat;height:850px;width:100%;z-index:1;top:610px;overflow:hidden;}
.productIndex .pro_2 .pro_2_back{position:absolute;bottom:-150px;right:0}
.productIndex .pro_2 .pro_2_con{width:1200px;margin:auto;padding-top:300px;}
.productIndex .pro_2 .pro_2_con .pro_2_left{float:left;}
.productIndex .pro_2 .pro_2_con .pro_2_left img{transition:0.5s;}
.productIndex .pro_2 .pro_2_con .pro_2_left:hover img{margin-top:-50px;}
.productIndex .pro_2 .pro_2_con .pro_2_ritht{float:left;width:308px;color:#fff;text-align:center;margin-top:0px;margin-left:0px;}
.productIndex .pro_2 .pro_2_con .pro_2_ritht .title{font-size:30px;font-weight:700;line-height:40px;margin-bottom:10px;}
.productIndex .pro_2 .pro_2_con .pro_2_ritht .intro{font-size:16px;font-weight:lighter;line-height:30px;color:#e7e8f8}

.productIndex .pro_3{background:url(../img/pr_back_3.png) center no-repeat;height:850px;width:100%;position:absolute;bottom:0}
.productIndex .pro_3 .pro_3_con{width:1000px;margin:auto;}
.productIndex .pro_3 .pro_3_left{width:310px;text-align:center;color:#999370;float:left;}
.productIndex .pro_3 .pro_3_left .left_con{margin-top:85px;}
.productIndex .pro_3 .pro_3_left .title{font-size:30px;font-weight:700;margin-bottom:10px;line-height:40px;}
.productIndex .pro_3 .pro_3_left .intro{font-size:16px;font-weight:lighter;line-height:30px;}
.productIndex .pro_3 .pro_3_right{float:right;padding-top:70px;width:530px;}
.productIndex .pro_3 .pro_3_right .po_img{float:right;}
.productIndex .pro_3 .pro_3_right .p_img{float:left;margin-top:45px;transition:0.5s;}
.productIndex .pro_3 .pro_3_right .p_img:hover{margin-top:0;}

/*地图*/
.map_list{width:100%;height:1210px;margin-top:-250px;background:url(../img/map_back.png) center no-repeat;z-index:1;position:relative;padding-top:1px;min-width:1200px;}
.map_list .map_tit{font-size:28px;text-align:center;margin-top:280px;line-height:50px;}
.map_list .map_tit p{color:#333;font-size:46px;font-weight:700}
.map_list .map_tit span{color:#666}
.map_list .map_li{position:relative;width:800px;margin:auto;left:0;right:0;}
.map_list .map_w{width:22px;height:31px;background:url(../img/map_l.png) no-repeat;position:absolute;transition:0.5s;cursor:pointer;}
.map_list .map_w img{position:absolute;left:-35px;top:00px;opacity:0;transition:0.5s;}
.map_list .map_w.curr{background: url(../img/map_ls.png) no-repeat;}
.map_list .map_w.curr img{opacity:1;animation: ghost 1s infinite alternate;}
@keyframes ghost{
	0% {
		margin-top:20px;
	}	
	100% {
		margin-top:5px;
	}
}
.map_list .map_w:hover{background: url(../img/map_ls.png) no-repeat;}
.map_list .map_li1{top:250px;}
.map_list .map_li2{right:10px;top:250px;}
.map_list .map_li3{left:370px;top:380px;}
.map_list .map_li4{left:470px;top:430px;}
.map_list .map_li5{right:110px;top:380px;}
.map_list .map_li8{left:450px;top:520px;}
.map_list .map_li9{right:250px;top:500px;}
.map_list .map_li6{right:75px;top:460px;}
.map_list .map_li7{left:370px;top:500px;}
.map_list .map_li10{left:430px;top:600px;}
.map_list .map_li11{right:240px;top:580px;}
.map_list .map_li12{right:65px;top:540px;}
.map_list .map_li13{left:320px;top:660px;}
.map_list .map_li14{left:470px;top:670px;}
.map_list .map_li15{right:200px;top:670px;}
.map_list .map_li16{right:110px;top:620px;}
.map_list .map_li17{left:200px;top:400px;}
.map_list .map_li19{left:60px;top:500px;}
.map_list .map_li18{right:140px;top:260px;}
.map_list .map_li20{right:33px;top:480px;}
.map_list .map_li21{right:200px;top:420px;}
.map_list .map_li22{right:150px;top:570px;}
.map_list .map_li23{right:250px;top:240px;}
.map_list .map_li24{right:120px;top:480px;}
.map_list .map_li25x{right:-100px;top:300px;}
.map_list .map_li25{right:160px;top:300px;}
.map_list .map_li26{right:220px;top:320px;}
.map_list .map_li27{right:350px;top:330px;}
.map_list .map_li28{right:-80px;top:170px;}
.map_list .map_li29{right:270px;top:760px;}
.map_list .map_li30{right:-120px;top:70px;}


/*门店分布*/
.shop_list{width:73%;height:290px;box-shadow:0 0 10px #cdcdcd;margin:20px auto;position:relative;overflow:auto;padding:0 2% 0 0;min-width:1100px;}
.shop_list .shop_r{padding:0 17px;background:#f57e15;color:#fff;font-size:28px;width:30px;display: table;height:290px;position:absolute;right:0;top:0;}
.shop_list .shop_r span{display: table-cell; vertical-align: middle;line-height:30px;}
.shop_list .shop_l {padding-top:3%;}
.shop_list .shop_l li{width:21%;float:left;margin-left:3%;min-height:70px;margin-bottom:3%;font-size:14px;color:#646564;line-height:25px;height:75px;}
.shop_list .shop_l li p{font-size:18px;font-weight:700}
.shop_list .shop_l .rom{position:absolute;bottom:25px;left:3%;}
.shop_list .shop_l .rom a{color:#bababa;}
.gif{position:fixed;display:none;background:url(../img/hb.png);z-index:999999;position:fixed;top:0;left:0;bottom:0;right:0;}
.gif img{position:fixed;top:0;left:0;bottom:0;right:0;margin:auto;}

/*门店加盟*/
.join_us{width:75%;min-width:1200px;margin:auto;background:#82a15b}
.join_us img{max-width:100%;}
.join_us .us_l{width:30%;float:left;}
.join_us .us_l .us_cont{margin:70px 0 0 50px;color:#fff;}
.join_us .us_l .us_cont .tit_1{position:relative;font-size:60px;font-family:'ral';font-weight:700;text-transform:uppercase;letter-spacing:10px;opacity:0.3;z-index:1}
.join_us .us_l .us_cont .tit_2{font-size:58px;font-weight:700;color:#fff;margin-top:10px;line-height:100px;}
.join_us .us_l .us_cont .tit_3{font-family:700;font-size:50px;color:#c8b67f;line-height:50px;}
.join_us .us_l .us_cont .tit_4{font-weight:lighter;font-size:30px;line-height:40px;margin-top:40px;}
.join_us .us_l .us_cont .tit_5{font-size:20px;vertical-align:middle;margin-top:20px;}
.join_us .us_l .us_cont .tit_5 font{float:left;}
.join_us .us_l .us_cont .tit_5 span{font-size:50px;color:#c8b67f;float:left;}
.join_us .us_l .us_cont .tit_6{width:150px;height:46px;line-height:46px;text-align:center;font-size:26px;color:#333;background:#c8b67f;margin-top:30px;}

.jonRom{background:url(../img/fb_back.png) center no-repeat;font-size:40px;font-weight:700;text-align:center;line-height:78px;width:440px;height:78px;color:#fff;
background-size:cover;margin:30px auto;vertical-align:middle;margin-bottom:60px;}
.jonRom span{font-size:26px;font-weight:500;vertical-align:middle;}
.jonRom font{vertical-align:middle;float:left;margin-left:60px;}
.jonRom img{float:right;vertical-align:middle;margin:30px 60px 0 0;width:30px;}


@media all and (max-width:1450px){
	.join_us .us_l .us_cont{margin:40px 0 0 30px;}
}
/*店铺展示*/
.shop_dis{width:75%;margin:110px auto;min-width:1200px;}
.shop_dis img{max-width:100%;}
.shop_dis .dis_tit{text-align:center;font-size:46px;color:#1a2a78;font-weight:700;margin-bottom:20px;}
.shop_dis .dis_int{font-size:28px;font-weight:lighter;text-align:center;line-height:40px;color:#646564}
.shop_dis .dis_img{margin-top:50px;}
.shop_dis .dis_img .img_top{ width:100%; height:350px; overflow:hidden;}
.shop_dis .dis_img .img_top .img_k{ width:33%; height:100%; float:left; margin-left:0.5%;}
.shop_dis .dis_img .img_top .img_k img{ width:100%; height:100%;}
.shop_dis .dis_img .img_bottom{width:100%; height:208px; overflow:hidden; margin-top:10px;}
.shop_dis .dis_img .img_bottom .img_d{width:19.6%; height:100%; float:left; margin-left:0.5%;}
.shop_dis .dis_img .img_bottom .img_d img{width:100%; height:100%;}


.join_us .us_r{width:70%;float:right;}



.joining{width:75%;min-width:1200px;margin:auto;margin-bottom:180px;position:relative;}
.joining .j_tit{font-size:40px;font-weight:lighter;color:#646564;text-align:center;margin-bottom:90px;}
.joining .j_tit p{font-size:50px;color:#1a2a78;font-weight:700;margin-bottom:30px;text-transform:uppercase;font-family:'ral'}
.joining .join_l{width:28%;position:absolute;left:0;top:160px;}
.joining .join_c{text-align:center;width:40%;margin:100px auto 0px;}
.joining .join_c img{max-width:100%;}
.joining .join_r{width:25%;position:absolute;right:0;top:160px;}
.joining ul li{width:100%;height:55px;margin-bottom:50px;cursor:pointer;}
.joining ul li .l{float:left;width:47px;height:55px;background:#f57e15;color:#fff;font-size:30px;font-family:Arial;font-weight:700;text-align:center;
	border-radius:5px;line-height:55px;margin-right:10px;}
.joining ul li .r{float:left;width:75%}
.joining ul li .r p{font-size:24px;font-weight:700;color:#646564;margin-bottom:10px;}
.joining ul li .r span{font-size:18px;font-weight:lighter;}
.joining ul li:hover .r p{color:#1a2a78}
.joining ul li:hover .r span{color:#1a2a78}

@media all and (max-width:1580px){
	.join_us{width:90%}
	.shop_dis{width:90%}
	.joining{width:90%;}
}





.picScroll{overflow:hidden; position:relative;width:100%;}
.picScroll .hd {position:absolute;top:0;z-index:2;width:90%;padding:0 5%}
.picScroll .hd a{display:inline-block;width:40px;height:50px;text-align:center;padding:10px;margin-top:25%;}
.picScroll .hd a.next{float:left;}
.picScroll .hd a:hover{background:url(../img/back_op.png);}
.picScroll .hd a.prev{float:right;}
.picScroll .bd{width:100%;margin:auto;}
.picScroll .bd ul{ overflow:hidden; zoom:1;}
.picScroll .bd ul li{width:100%}
.picScroll .bd ul li img{max-width:100%;}


#fbsection2 .ideas{font-size:56px;color:#fff;text-align:right;width:1200px;margin:auto;padding-top:130px;font-weight:lighter;}
#fbsection2 .ideas p{margin-bottom:40px;text-transform:uppercase;font-weight:700;font-family:'ral'}

.news{width:970px;margin:auto;padding-bottom:60px;}
.news ul{width:1090px;margin-top:55px;}
.news ul li{width:430px;float:left;margin-right:115px;margin-bottom:60px;}
.news ul li .title{font-size:18px;font-weight:700}
.news ul li .intro{margin:15px 0;line-height:25px;font-weight:lighter;}
.news ul li .times{border:1px solid #7d6e66;color:#7d6e66;width:90px;height:20px;line-height:20px;text-align:center;}
.news ul li:hover{color:#1a2b79}

.onlist{background:#fff;padding:90px 0;}
.onlist .content{width:1024px;margin:auto;}
.onlist .content .title{font-size:46px;height:70px;line-height:70px;text-align:center;width:100%;margin:auto;color: #646564;}
.onlist .content .cont{margin:40px 0;text-align:center;line-height:32px;}
.onlist .content img{ width:100%;}


.s_onlist{padding:90px 0;overflow: hidden}
.s_onlist .eon_con{position:relative;width:1200px;margin:auto;}
.s_onlist .er {text-align:center;position:relative;font-weight:lighter;color:#646564}
.s_onlist .or{height:450px;}


.s_onlist .er .l{font-size:14px;display:block;width:50%;float:left;}
.s_onlist .er .r{font-size:14px;display:block;width:50%;float:left;}
.s_onlist .er .t{line-height:40px;font-size:24px;}
.s_onlist .er .i{line-height:50px;}
.s_onlist .er img{margin-bottom:10px;border:1px solid #d1d1d1;}
.s_onlist .er p{line-height:25px;}
.s_onlist .crl{width:50%;background:url(../img/er_back1.png) no-repeat;height:925px;float:left;}
.s_onlist .cry{width:50%;background:url(../img/er_back2.png) no-repeat;height:623px;float:right;position:absolute;top:-173px;right:0}


/** ===== tow ===== **/

/***===============================  尾部  ==================================***/
.footer{height:auto;width:100%;text-align:center;padding-top:80px;color:#fff;background-color: #607248;padding-bottom: 40px;}
.footer .bdsharebuttonbox{text-align:center;width:210px;margin:auto;}
.footer .bdsharebuttonbox a{display:inline-block;width:42px;height:42px;margin-right:10px;}
.footer .bdsharebuttonbox .fx_wb{background:url(../img/fx_wb.png) no-repeat;}
.footer .bdsharebuttonbox .fx_qq{background:url(../img/fx_qq.png) no-repeat;}
.footer .bdsharebuttonbox .fx_wx{background:url(../img/fx_wx.png) no-repeat;}
.footer .bdsharebuttonbox .fx_qqkj{background:url(../img/fx_qqkj.png) no-repeat;}
.footer a{color:#fff;}
.footer .bottom{margin-top:25px;}
.footer .bottom pre{ font-family:'siyuanheiti'; line-height:180%; font-weight: lighter;}

.footer .bottom p{line-height:30px;}
/***=========================  共公二级栏目  ===========================***/
.commInpage{min-height:300px;width:1200px;margin:auto;}
/***=========================  内页  ===========================***/
/**分页**/
.page{width:100%;text-align:center;-background:#e9dac6;margin:20px auto;height:40px;}
.page span{padding:8px 12px;background:#1e2e53;color:#fff;margin:0 4px;border:1px solid #1e2e53;border-radius:3px;}
.page a{padding:8px 12px;margin:0 4px;border:1px solid #dbdbdb;border-radius:3px;}
/*= 详情 =*/
.pro_hid{float:left;width:1300px;text-align:center;display:none;border-bottom:1px solid #e9dac6;}

.guan{width:55px;height:55px;line-height:55px;text-align:center;font-size:48px;float:right;cursor: pointer;}
.pro_key{width:390px;margin:0px auto;line-height:30px;font-size:20px;color:#1e2e53;font-family:"siyuanheiti";margin-top:70px;}
.pro_con{position:relative;width:100%;margin-top:50px;overflow:hidden;}
.pro_con .pro_tits{position:absolute;width:40px;color:#1e2e53;font-size:24px;border:1px solid #c82126;padding:10px 0;line-height:30px;
bottom:20px;right:380px;
}


.bom_post{position:fixed;bottom:220px;right:0px;margin:auto;width:24px;height:152px;background:url(../img/post.png) no-repeat;font-size:22px;color:#fff;text-align:center;
	padding:75px 10px 0 10px;line-height:25px;transition:0.5s;z-index:9}
.bom_post_s{width:500px;height:142px;background-color:#ffff;position:absolute;left:44px;bottom:0;color:#1a2a78;font-weight:700;padding:20px 0;box-shadow:0 0 10px #bdbdbd}
/*.bom_post:hover{transform:translateX(-500px);}*/
.bom_post_s p {height:35px;font-size:14px;margin-bottom:10px;width:100%;}
.bom_post_s p input{width:178px;height:32px;border:1px solid #d9e3f0;border-radius:3px;float:left;}
.bom_post_s p span{float:left;display:inline-block;margin-left:15px;}
.bom_post_s p textarea{width:415px;height:58px;border:1px solid #d9e3f0;border-rightadius:3px;float:left;}
.bom_post_s p button{width:116px;height:34px;background:#1a2a78;color:#fff;float:left;border:1px solid #d9e3f0;border-radius:3px;margin:10px 0 0 57px;font-size:16px;}

/*关于我们*/
.aboutCont{width:1200px;margin: auto;}
.aboutCom{text-align:center;margin:68px auto;}
.aboutCom .pr{width:1330px;}
.aboutCom a{display:inline-block;width:156px;height:52px;background:url(../img/comNavB.png) no-repeat;line-height:52px;font-size:22px;
	color:#6d6e6d;margin-right:33px;font-weight:lighter;}
.aboutCom a:hover{color:#eb5a23;background:url(../img/comNavBs.png);}
.aboutCom a.curr{color:#eb5a23;background:url(../img/comNavBs.png);}

.commTop{text-align:center;line-height:55px;margin-top:68px;}
.commTop p{color:#333;font-size:50px;font-weight:700;font-family: 'ral';text-transform:uppercase;}
.commTop span{color:#646564;font-size:40px;font-weight:lighter;}
.about1 .content{font-size:16px;font-weight:lighter;line-height:40px;margin-top:20px;}
.about2 .content{margin:30px 0;}
.about3 .content{font-size:16px;font-weight:lighter;line-height:40px;margin-top:20px;padding-bottom: 80px;min-height: 300px;}
.chapter{background:#f6f3e9 url(../img/hoor.png) no-repeat center top;padding:1px 0 70px 0;}
.commTop4{text-align:center;line-height:55px;margin:68px auto 460px auto;}
.commTop4 p{color:#fff;font-size:50px;font-weight:700;font-family: 'ral';text-transform:uppercase;}
.commTop4 span{color:#bdc1d8;font-size:40px;font-weight:lighter;}

.about4{}
.about4 ul li{ width:100%; height:60px; overflow:hidden; margin:0 auto; border-bottom:1px solid #c0bbab;}
.about4 ul li:last-child{border-bottom:none;}
.about4 ul li .conL{float:left;width:254px;text-align:center;}
.about4 ul li .conR{width:100%; height:60px;}
.about4 ul li .tit{font-size:20px;font-weight:700;color:#1a2a78;line-height:60px;}
.about4 ul li .tit font{ text-indent:5em;}
.about4 ul li .int{font-size:16px;font-weight:lighter;line-height:30px;}
.about5{margin-top:45px;margin-bottom:80px;}
.about5 .army_li{width:1130px;padding:20px 35px;height:26px;line-height:26px;border-radius:8px;margin-bottom:20px;background:#f2f2f2;font-size:16px;cursor:pointer;}
.about5 .army_li b{display:inline-block;width:470px;}
.about5 .army_li span{display:inline-block;width:200px;}
.about5 .army_li font{float:right;display:inline-block;width:26px;height:26px;background:url(../img/army_b1.png);}
.about5 .acon{padding:0 35px;font-size:16px;line-height:36px;display:none;}
.about5 .army_li.curr{background:#1a2a78;color:#fff;}
.about5 .army_li.curr font{background:url(../img/army_b2.png);}

/*新闻动态*/
.newsList{}
.newsList .sl{width:1240px;height:420px;}
.newsList .sl li{width:368px;border:1px solid #d8d8d8;height:416px;float:left;margin:0 32px 40px 7px;}
.newsList .sl li .img{height:230px;position:relative;}
.newsList .sl li .img img{width:100%;height:230px;transition:0.5s;}
.newsList .sl li .time{position:absolute;width:120px;height:37px;line-height:37px;text-align:center;background:#cdbd8b;color:#fff;font-size:18px;font-family:Arial
z-index:1;bottom:0;left:-7px;}
.newsList .sl li .con{width:320px;margin:25px auto}
.newsList .sl li .tie{font-size:20px;font-weight:700;color:#646564;margin-bottom:10px;}
.newsList .sl li .int{font-size:16px;font-weight:lighter;color:#646564;line-height:30px;}
.newsList .sl li:hover img{transform:scale(0.95);}
.newsList .sl li:hover .tie{color:#1a2a78}
.newsList .sl li:hover .int{color:#1a2a78}

.newsList .sr{margin-bottom:150px;}
.newsList .sr li{border-top:1px dashed #d8d8d8;padding-top:30px;margin-bottom:40px;height:175px;}
.newsList .sr li .img{width:280px;height:175px;float:left;position:relative;}
.newsList .sr li .img img{max-width:100%;height:175px;transition:0.5s;}
.newsList .sr li .time{position:absolute;right:-8px;bottom:0;width:120px;height:37px;line-height:37px;text-align:center;background:#cdbd8b;color:#fff;font-size:18px;font-family:Arial
z-index:1;}
.newsList .sr li .con{width:695px;float:left;margin-left:32px;}
.newsList .sr li .rom{float:right;margin-top:75px;}
.newsList .sr li .tie{font-size:20px;font-weight:700;color:#646564;line-height:78px;}
.newsList .sr li .int{font-size:16px;font-weight:lighter;color:#646564;line-height:30px;}
.newsList .sr li:hover img{transform:scale(0.95);}
.newsList .sr li:hover .tie{color:#1a2a78}
.newsList .sr li:hover .int{color:#1a2a78}

/*招商加盟*/
.whyProd ul{width:1250px;}
.whyProd ul li{float:left;width:23%;text-align:center;text-align:center;margin: 30px 1% 30px;}
.whyProd ul li .pic{width:120px;margin:auto;height:120px;padding:10px;background-size:100%; border-radius: 50%;background-color: #789455;text-align: center;margin-bottom: 14px;}
.whyProd ul li .pic img{display: inline-block;margin-top: 25%;}
.whyProd ul li p{font-size:24px;color: #333;font-weight:700;line-height:40px;}
.whyProd ul li p.p1{margin-top: 12px;font-size: 16px;color: #333;line-height: 30px;height: 90px;}
.joinUs{padding:1px 0 20px;background:#f6f3e9;margin-top:80px;}


/**/
.commProduct{width:1300px;margin:auto;margin-bottom:80px;}
.commProduct img{max-width:100%;}
.piclist{margin-bottom:35px;}
.piclist ul{}
.piclist ul li{float:left;width:260px;margin:20px 30px;text-align:center;}
.piclist ul li .img{height:265px;overflow:hidden;position:relative;}
.piclist ul li .img .bot{position:absolute;bottom:0;left:0;width:100%;background:url(../img/probot.png) no-repeat; height:20px;background-position:center bottom;}
.piclist ul li .img img{margin-top:20px;transition:0.5s}
.piclist ul li:hover .img img{margin-top:0px;}
.piclist ul li .p{line-height:55px;font-size:18px;font-weight:lighter;color:#666;}
.piclist ul li:hover .p{color:#1a2a78}
/*地图*/
.commInpage .map_list{width:100%;height:940px;margin-top:70px;background:url(../img/ny_map.png) center no-repeat;background-size:100%;}
.commInpage .map_list .map_tit{font-size:28px;text-align:center;margin-top:125px;line-height:50px;}
.commInpage .map_list .map_tit p{color:#333;font-size:46px;font-weight:700}
.commInpage .map_list .map_tit span{color:#666}
.commInpage .map_list .map_li1{top:120px;}
.commInpage .map_list .map_li2{right:10px;top:120px;}
.commInpage .map_list .map_li3{left:390px;top:260px;}
.commInpage .map_list .map_li4{left:470px;top:300px;}
.commInpage .map_list .map_li5{right:110px;top:250px;}
.commInpage .map_list .map_li6{right:90px;top:330px;}
.commInpage .map_list .map_li7{left:370px;top:370px;}
.commInpage .map_list .map_li8{left:460px;top:390px;}
.commInpage .map_list .map_li9{right:220px;top:370px;}
.commInpage .map_list .map_li10{left:430px;top:470px;}
.commInpage .map_list .map_li11{right:240px;top:450px;}
.commInpage .map_list .map_li12{right:65px;top:410px;}
.commInpage .map_list .map_li13{left:320px;top:510px;}
.commInpage .map_list .map_li14{left:470px;top:540px;}
.commInpage .map_list .map_li15{right:200px;top:540px;}
.commInpage .map_list .map_li16{right:110px;top:490px;}
.commInpage .map_list .map_li17{left:200px;top:270px;}
.commInpage .map_list .map_li18{right:150px;top:160px;}
.commInpage .map_list .map_li19{left:60px;top:370px;}
.commInpage .map_list .map_li20{right:50px;top:380px;}
.commInpage .map_list .map_li21{right:200px;top:310px;}
.commInpage .map_list .map_li22{right:160px;top:440px;}
.commInpage .map_list .map_li23{right:250px;top:120px;}
.commInpage .map_list .map_li24{right:140px;top:360px;}
.commInpage .map_list .map_li25x{right:-100px;top:300px;}
.commInpage .map_list .map_li25{right:170px;top:200px;}
.commInpage .map_list .map_li26{right:230px;top:220px;}
.commInpage .map_list .map_li27{right:350px;top:230px;}
.commInpage .map_list .map_li28{right:-50px;top:80px;}
.commInpage .map_list .map_li29{right:280px;top:630px;}
.commInpage .map_list .map_li30{right:-100px;top:0px;}
.onSetMap{text-align:center;font-size:36px;color:#646564;line-height:50px;margin-bottom:40px;}
.onMapCont{max-height:1190px;overflow:hidden;transition:0.5s}
.onMapCont ul{width:1280px;}
.onMapCont li{float:left;width:260px;margin-right:50px;height:102px;color:#646564;font-size:14px;font-weight:lighter;}
.onMapCont li:hover{color:#eb5a23;cursor:pointer;}
.onMapCont li p{font-size:18px;font-weight:700;margin-bottom:15px;}
.onMapCont .get{width:100%;border-bottom:1px dashed #cbcbcb;clear:both;margin-bottom:32px;}
.commInpage .rom{text-align:center;margin:15px 0 70px}

.container_content{width:1200px;margin:30px auto;}
.container_content .right_con .title{font-size:25px;margin:25px auto;text-align:center;line-height:35px;font-weight:700}
.container_content .right_con .time{font-size:16px;color:#999;text-align:center;border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:30px;}
.container_content .right_con .cont{line-height:25px;font-size:16px;}


.dq_navs{overflow: hidden;padding-bottom: 20px}
.dq_navs ul{overflow: hidden}
.dq_navs ul  a{display: block;overflow: hidden;float: left;width: 10%;border-right: 1px solid white}
.dq_navs ul li{width: 100%;font-size: 16px;background: #8a94c5;height: 35px;line-height: 35px;text-align: center;color: white;}
.dq_navs ul a .action_on{background: #eb5a23}
.dq_navsall{width:calc(73% + 40px) ;margin: 0 auto;margin-top: 20px}
















