@charset "utf-8";
/* CSS Document */
/* @font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
       url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */

/**reset css**/
*{ padding:0; margin:0;}
body{ background:#fff; font-family:"Microsoft YaHei";font-size:18px; line-height:24px; color:#626262; }
h1,h2,h3,h4,h5{ font-weight:normal; line-height:18px;}
ins{ text-decoration:none;}
em,i{ font-style:normal;}
a{ text-decoration:none;color: #626262;}
a:hover{color: #f2914a;}
ul,ol{ list-style-type:none;}
img{ border:0; vertical-align:bottom;}
input,textarea{font-family:"Microsoft YaHei"; font-size:18px; outline:none;}
th{font-weight: normal;}
/**reset css end**/

/**form begin**/
textarea{resize: none;line-height: 20px;}
.input_text_wrap{background:#fff; border:#dcdcdc 1px solid; height:40px; line-height:40px; padding-left:8px;font-size: 22px;color: #626262;}
input.ip_warning{background:#fff5f5; border:#fcaaaa 1px solid;}
.input_w410{ width:410px;}
.input_w170{ width:170px;}
.input_w282{width: 282px;}
.input_w220{width: 220px;}
.input_w305{width: 305px;}
.input_w100{ width:100px;}
.input_w192{ width:192px;}
.btn_orange{background:#f2914a;color:#fff;text-align:center;font-size: 24px; overflow:hidden; cursor:pointer;display:inline-block;}
.btn_orange:hover{background:#ea843a;color:#fff;}
.btn_h40{height:40px;line-height:40px;font-size:24px;}
/**form end**/

/**public css**/
.clearfix{ clear:both; height:0; font-size:0; line-height:1px;}
.cont{width:1200px;margin: 0 auto;}
.c_left{float:left;}
.c_right{float:right;}
.forange{color:#fa6602;}
.fred{color:#fcaaaa;}
.v_code{border: 1px solid #dcdcdc;display: inline-block;}

/**public css end**/

/**nav begin**/
.nav_wrap{margin-bottom:10px ;overflow: auto;}
.nav_wrap li{float: left;height: 88px;line-height: 88px;width: 116px; text-align: center;}
.nav_wrap li a{color: #626262;border-width: 1px;border-color:#fff;border-style: solid;border-radius: 10px;width: 105px;padding:10px;}
.nav_wrap li.logo{width: 261px;}
.nav_wrap li.logo a{border: none;padding: 0;}
.nav_wrap li a:hover,.nav_wrap li.on_click a{border-color:#626262;}

/**nav end**/

/**sub nav**/
.min_nav{position: fixed;z-index: 9998;right: 0;top:300px}
.min_nav li{font-size: 26px;line-height: 32px;text-align: center;margin-bottom: 1px;}
.min_nav li .r_top{border-radius:10px 10px 0 0;}
.min_nav li .r_bottom{border-radius:0 0 10px 10px;}
.min_nav li a{width: 75px;display: block;color: #fff;padding: 10px 0;background: #fcbb89;}
.min_nav li a:hover,.min_nav a.onclick{background: #e2a97e;}

/**index begin**/
.index_wrap{height: 596px; box-shadow: 0px 0px 21px 0px #bfbfbf;width:100%;}
a.banner_bg{display: block;height:596px;  background:url(../images/index_banner_1.jpg) no-repeat 0 center;}
.index_aboutus{padding:50px 0 0 50px;}
.index_aboutus .c_left p{text-align: center;font-size: 16px;padding:10px 0 0 0;}
.index_aboutus .c_right h4{color: #f4a559;font-size: 40px;font-weight: bold;line-height: 40px;margin-bottom: 10px;text-align: center;}
.index_aboutus .c_right a{display:block;font-size: 14px;width: 80px;border-radius: 10px;margin-left: 260px;text-align: center;padding:0 5px;}
.index_aboutus .index_company{float: right;}
.index_develop{background: #6ec9c4;overflow: auto;}
.index_develop h3{text-align: right;margin-top: 20px;}
.index_develop .develop_detail{margin-right: 25px;height: 350px;}
.index_develop ul{width: 92px;overflow: hidden;}
.index_develop ul a{margin-bottom: 9px;display: block;border: 3px solid  rgba(200,200,200,0);}
.index_develop ul a:hover,.index_develop ul a.onclick{border: 3px solid  rgba(245,160,92,1);}
.index_develop ul a.arrow{padding-left: 23px;}
.index_develop ul a.arrow:hover{border: 3px solid  rgba(245,160,92,0);}
.index_develop p{text-align: center;font-size: 16px;margin: 40px 0 60px 0;color: #555;}
.index_develop p a{padding:2px 15px;font-size: 14px;line-height: 24px;display: inline;border-radius: 10px;}
.index_life{background: #f6f5f1;padding-top: 50px;}
.index_life .life_cont{width: 1020px;padding:0 130px;margin: 30px 0 45px 0;line-height: 30px;text-indent: 35px;}
.index_life ul{margin:0 130px;overflow: hidden;}
.index_life ul li{float: left;margin-left: 100px;}
.index_life ul li:first-child{margin-left:0;}
.index_life li img{ box-shadow: 0px 13px 24px 0px rgba(236, 167, 63, 0.36),0px 3px 2px 0px rgba(236, 167, 63, 0.18),0px 4px 6px 0px rgba(236, 167, 63, 0.2);}
.index_life ul li p{text-align: center;margin-top: 20px;font-size: 20px;}
.life_btn{text-align: center;padding: 20px 0 50px;}
.life_btn a{font-size: 16px;padding: 0 20px;border-radius: 20px;}
/**20180522**/
.xinwen_btn{text-align: center;padding: 20px 0 50px;}
.xinwen_btn a{font-size: 14px;padding: 0 20px;border-radius: 20px;}
.xinwen_btn .btn_h34{height: 34px;line-height: 34px;}

.index_coffee{background: url(../images/index_nachu.jpg) no-repeat 0 0;height: 451px;padding-left: 120px;}
.index_coffee p{background: #f6b76b;color: #fff;font-size: 22px;padding:10px 60px;}
.index_coffee .c_right img{ box-shadow: 0px 13px 24px 0px rgba(236, 167, 63, 0.36),0px 3px 2px 0px rgba(236, 167, 63, 0.18),0px 4px 6px 0px rgba(236, 167, 63, 0.2);}
.index_news{background: #facd89;}
.index_news .news_cont{background: url(../images/index_newbg.jpg) no-repeat 0 0;height: 495px;}
.index_news h3{text-align: right;padding-top: 20px;}
.news_cont{padding:65px 0 0 127px;}
.news_cont ul{overflow: auto;}
.news_cont li{float: left;width: 270px;margin-left: 100px;}
.news_cont li:first-child{margin-left: 0;}
.news_cont li img{border: 4px solid #fff;}
.news_cont li h4{font-size: 22px;padding: 10px 0;line-height: 30px; max-height: 55px;overflow: hidden;}
.news_cont li p{color:#302c29;font-size: 14px;}
.news_cont li .news_date{font-size: 14px;}
.news_cont li a:hover{color: #626262;}
/**index end**/
/**zoujin panduo**/
.zjpd_wrap{background: #cae8ee url(../images/zjpd_banner_big.jpg) no-repeat center;}
.gypd_cont{background: #f9f9f9;}
.gypd_cont .cont{background: url(../images/zjpd_title1.jpg) no-repeat 0 0;height: 500px;}
.gypd_cont p{width: 680px;float: right;padding: 120px 20px 0 0;line-height: 48px;font-size: 18px;text-indent: 35px;}

.fzlc_cont{background: #eef6f9;}

.ry_cont{background: #f9f9f9;}
.ry_cont .c_right{padding-top: 100px;}
.ry_cont h4{line-height: 36px;font-size: 18px;}
.ry_cont p{width: 750px;font-size: 14px;line-height: 36px;}

.ceo_cont{background: #eef6f9;}
.ceo_cont .cont{padding: 40px 0;overflow: hidden;}
.ceo_cont p{text-indent:2em;line-height: 48px;font-size:18px;}
.ceo_cont p span{border-bottom: 1px dashed #d8dada;padding-bottom: 5px;}
.ceo_cont p.text_right{text-align: right;line-height: 30px;}

/**qiyewenhua**/
.qywh_wrap{background: #7ccdc7;}
.qywh_cont{background: #fbf8f3;}
.qywh_cont ul{overflow: hidden;padding:50px 45px 10px 66px;}
.qywh_cont li{float: left;margin-left: 74px;}
.qywh_cont li:first-child{margin-left: 0;}
.pdr_cont{background: url(../images/qywh_panduoren_big.jpg) no-repeat center;}
.pdmm_cont{background: #fbf8f3;padding-bottom: 40px;text-align: center;}
.pdmm_cont h3{font-size: 35px;text-align: center;padding: 50px 0;}
.pdmm_cont p{padding: 0 100px 50px;text-align: center;}
.pdmm_cont h4{text-align: center;margin: 20px 0 40px;}
/**news begin**/
.xw_banner_wrap{background: #9dd9dd;}
.gs_title,.yg_title,.gs_title_active,.yg_title_active{display: block;width: 571px;height: 100px;text-align: center;line-height: 100px; font-size: 24px;}
.xw_cont{position: relative;}
.cont .c_tab{position: absolute;top:-100px;display: none;}
.cont .c_tab a {cursor:pointer;}
.cont .c_tab a span{padding-bottom: 10px;}
.cont .c_tab a:hover{color: #626262;}
.xw_cont .gs_title_active{background:url(../images/xw_gsactive_bg.jpg) no-repeat 0 0 ;}
.xw_cont .yg_title{background: url(../images/xw_yg_bg.jpg) no-repeat 0 0;margin-left: 58px;}
.xw_cont .gs_title_active span,.xw_cont .yg_title_active span{border-bottom: 3px solid #f19149;}

.xw_cont .gs_title{background:url(../images/xw_gs_bg.jpg) no-repeat 0 0 ;}
.xw_cont .yg_title_active {background:url(../images/xw_ygactive_bg.jpg) no-repeat 0 0 ;margin-left: 58px;}

.gs_sub,.yg_sub{background: #fbfbfb;padding: 50px;line-height: 30px;/* display: none; */}
.gs_sub ul{overflow: hidden;}
.gs_sub li{float: left;width: 335px;margin-left: 45px;}
.gs_sub li:first-child{margin-left: 0;}
.gs_sub li p{text-align: center;padding: 20px 50px 0;}
.gs_sub table{margin-top: 50px;}
.gs_sub td{padding-bottom: 30px;vertical-align: top;}

.yg_sub img{border-radius: 20px;width: 335px;height: 180px;}
.yg_sub .hd_detail{margin-left: 50px;}
.yg_sub table{border-bottom: 1px solid #e9e9e9;}
.yg_sub table td{padding: 30px 5px;}
.yg_sub table:first-child{border-top: 1px solid #e9e9e9;}
.yg_sub table tr:hover{background: #f4f4f4;}
.hd_detail h4{width: 540px;margin-left: 30px;max-height: 68px;overflow: hidden;}
.hd_detail .c_left{line-height: 35px;font-size: 22px;margin-bottom: 10px;}
.hd_detail p{font-size: 16px;max-height: 85px;overflow: hidden;}

.xw_detail_cont{padding: 50px 0;}
.xw_detail_cont h3{font-size: 30px;text-align: center;margin-bottom: 20px;}
.xw_detail_cont table{color: #a0a0a0;text-align: center;}
.xw_detail_cont table a{margin-left: 10px;line-height: 30px;}
.xw_detail_cont table td{border-bottom: 1px solid #a0a0a0;padding-bottom: 10px;}
.xw_detail_cont table img{width: 30px;}
.xw_detail{margin: 20px 0;}
.xw_detail p{line-height: 40px;padding-bottom: 20px;}
.xw_detail .img_wrap{text-align: center;}
.xw_detail img{max-width: 800px;border: 6px solid #fff;box-shadow:0px 0px 21px rgba(26, 23, 23, 0.24);}
/**lianxiwomeng**/
.lxwm_wrap{background: #afced3;}
.lxwm_cont{line-height: 36px;padding: 0 10px;}
.lxwm_cont h3{padding: 60px 0 30px;font-size: 45px;text-align: center;}
.lxwm_address{background: #f5f3f0;padding: 30px 40px;margin: 20px 0;}
.lxwm_map img{border: 20px solid #eee8df;margin-bottom:20px;}
.lxwm_cont h4{font-size: 26px;text-align: center;padding: 40px 0;}
.lxwm_cont h4 span{border-bottom: 4px solid #fcbb89;padding-bottom: 5px;}
.lxwm_cont ul{overflow: auto;padding:0 25px;}
.lxwm_cont ul li{float: left;width: 528px;margin-left: 90px;}
.lxwm_cont li p{font-size: 24px;line-height: 24px;text-align: center;margin: 30px 0;}
.lxwm_cont ul li.nomargin{margin-left: 0;}
/**suggestion begin**/
.banner_wrap{ box-shadow: 0px 0px 21px 0px #bfbfbf;width:100%;height: 500px;}
.jy_wrap{background: #cae8ee url(../images/jy_banner_big.jpg) no-repeat center;}
.jy_title,.jb_title,.jy_title_active,.jb_title_active,.ygfz_title_active,.klsh_title,.ygfz_title,.klsh_title_active{display: block;width: 571px;height: 100px;text-align: center;line-height: 100px; font-size: 24px;}
.jy_cont{position: relative;}
.cont .c_tab{position: absolute;top:-100px;}
.cont .c_tab a span{padding-bottom: 10px;}
.cont .c_tab a:hover{color: #626262;}
.jy_cont .jy_title_active{background:url(../images/jy_jyactive_bg.jpg) no-repeat 0 0 ;}
.jy_cont .jb_title{background: url(../images/jy_jb_bg.jpg) no-repeat 0 0;margin-left: 58px;}
.jy_cont .jy_title_active span{border-bottom: 3px solid #f19149;}

.jy_cont .jy_title{background:url(../images/jy_jy_bg.jpg) no-repeat 0 0 ;}
.jy_cont .jb_title_active {background:url(../images/jy_jbactive_bg.jpg) no-repeat 0 0 ;margin-left: 58px;}

/**jy_sub**/
.jy_sub,.jb_sub{background: #fbfbfb;padding: 50px;line-height: 30px;display: none;}
.jy_sub td,.jb_sub td{padding-bottom: 30px;padding-left: 70px; }
.jy_sub th,.jb_sub th{text-align: right;font-size:22px; vertical-align:top;padding-bottom: 28px;}
.jy_sub ins,.jb_sub ins{display: inline-block;width: 17px;height: 17px;background: url(../images/form_warning.jpg) no-repeat 0 0;position: relative;top:4px;*top:0px;margin-right: 4px;}
.jy_sub td.f_warning,.jb_sub td.f_warning{padding-left: 0;font-size: 14px;}
.jy_ftd,.jb_ftd{position: relative;}
.file_input{text-align:center;display:inline-block;overflow:hidden;padding:0 30px;margin-left: 20px;line-height: 38px;position: absolute;top:0px;}
#jy_file,#jb_file{opacity: 0;filter:alpha(opacity=0);font-size: 24px;position: absolute;top:1px;right:29px;width:109px;}
.f_tips{font-size: 14px;margin-top: 10px;}
.jy_sub .v_code,.jb_sub .v_code{vertical-align: bottom;height: 40px;margin-left: 20px;}
.f_submit a{padding: 0 70px;}
.jy_sub .tips,.jb_sub .tips{font-size: 20px;line-height: 36px;text-align: center;}
.jy_sub .tips span,.jb_sub .tips span{width: 530px;display:inline-block;}
.jy_sub .forange,.jb_sub .forange{padding-right: 4px;*position:relative;*top:1px;}
.jy_sub textarea,.jb_sub textarea{height: 90px;font-size: 16px;line-height: 22px;padding:5px 0 5px 8px;}
.jy_sub input,.jb_sub input{font-size: 16px;}
/**suggestion end**/

/**zhaoping begin**/

/**zhaoping nav**/
.zp_nav{margin: 0 auto;overflow: auto;font-size: 32px;}
.zp_nav li{float: left;padding:0 50px;}
.zp_nav li a{padding-top:20px;display: block;}
.zp_nav li.logo,.zp_nav li.logo a{padding: 0;}
.zp_nav li a span{padding-bottom:10px;}
.zp_nav li a:hover span,.zp_nav li.zp_active span{border-bottom: 3px solid #f19149;color: #f19149;}

/**zhaoping xiaozhao**/
.zp_xiaozhao{margin-top: 60px;}
.xz_nav ul{overflow: auto;}
.zp_xiaozhao li{float: left;margin-left: 67px;}
.zp_xiaozhao li:first-child{margin-left: 0;}
.zp_xiaozhao li a{display: block;width: 355px;height: 139px;}
.zp_s_arrow{position: relative;margin-top: 18px;}
.zp_s_arrow span{display:none;width: 56px;height: 30px;background: url(../images/zp_select_arrow.jpg) no-repeat 0 0;position: absolute;}
.zp_s_arrow .zw_arrow{left:142px}
.zp_s_arrow .xc_arrow{left:570px;}
.zp_s_arrow .zl_arrow{left:994px;}

.zw_sub,.xc_sub,.zl_sub{background: #f8f8f8;padding: 40px;margin-top:48px;display: none;}
.zw_fun{margin-bottom: 20px;}
.zw_fun h2{padding-left: 20px; border-left: 5px solid #f19149;font-size: 24px;height: 24px; line-height: 24px;}
.zw_leibie,.zw_didian,.zw_sousuo{overflow: auto;}
.zw_fun .detail{width: 980px;}
.zw_fun .zw_sousuo detail{padding-left: 20px;}
.zw_fun p{padding-left: 25px;margin-top: 20px;}
.zw_fun span{display: inline-block;width: 115px;}
.zw_fun .detail span{padding-bottom: 15px;}
.zw_fun span a:active,.zw_fun span a:visited{color: #f2914a;}



.zw_fun .input_text_wrap{height: 23px;font-size: 14px;display: inline-block;}
.zw_fun .btn_orange{font-size: 16px; padding: 0 20px;margin-left: 20px;}
.zw_fun table{margin: 20px 0 0 25px;}
.zw_fun table td{vertical-align: bottom;}
.zw_block{padding:30px 20px;border-bottom: 1px solid #e0dede;}
.zw_sub .f_block{border-top:1px solid #e0dede;}
.zw_block h3{font-size: 20px;margin-bottom: 20px;height: 24px;line-height: 24px;}
.zw_block h3 a{font-size: 16px;padding: 0 40px;}
.zw_block .zw_cont{font-size: 16px;}
.zw_block .zw_cont strong{display: block; margin: 16px 0 10px;}
.zw_block .zw_cont p{line-height: 28px;}
.zw_block table td{padding-left: 40px;}
.zw_block table td:first-child{padding-left: 0;}

.xc_sub,.zl_sub{text-align: center;}
.zl_sub{padding: 0;background: #fff;}
.zl_sub .cont{margin: 0 auto 40px;}
.zl_sub .cont:first-child{background: #fff;padding:40px;width: 1120px;}
.zl_sub .cont h3{line-height: 50px;margin-bottom: 25px;}
.zl_sub .cont h3 span{background: #9bd3e0;font-size: 45px;padding:0 80px;color: #fff;font-weight: bold;}
.zl_sub .cont p.zl_chengzhang{text-align: left;margin:0 100px 20px;text-indent:35px}
.zl_sub .cont p{margin-bottom: 20px;}
.zl_sub .cont h4{margin-bottom: 25px;font-size: 24px;}
.zl_sub .zl_shiping{margin:0 100px; height: 457px;background: #ccc;margin-bottom: 40px;}
.zl_sub .faq_detail{margin: 0 80px;overflow: auto;font-size: 14px;}
.faq_detail img{margin-right: 20px;}
.faq_detail .c_left{margin-bottom: 20px;}
.faq_detail .d_left{background: url(../images/zl_right_green.jpg) no-repeat left 0;height: 61px;}
.faq_detail .d_right{background: url(../images/zl_left_green.jpg) no-repeat right 0;height: 61px;padding:0 20px 0 28px;line-height: 61px;color: #232222;}

.faq_detail .c_right{margin-bottom: 20px;}
.faq_detail img.c_right{margin-left: 20px;}
.faq_detail .c_right .d_left{background: url(../images/zl_right_grey.jpg) no-repeat right 0;}
.faq_detail .c_right .d_right{background: url(../images/zl_left_grey.jpg) no-repeat left 0;padding:0 28px 0 20px;}
.faq_detail .d_long .d_left{background: url(../images/zl_top_grey.jpg) no-repeat 0 top;height: auto;width: 790px;}
.faq_detail .d_long .d_right{background: url(../images/zl_bottom_grey.jpg) no-repeat 0 bottom;height: auto;line-height: 32px;text-align: left;padding:20px;}

/**xiaozhao end**/

/**zhaoping shezhao**/

.sz_wrap{background: #bedbe1 url(../images/sz_banner.jpg) no-repeat center;}
.sz_xiaozhao .zw_sub{margin-top: 0;position: relative;top:-100px;}

/**meilipanduo**/

/**meilipanduo nav**/
.mlpd_cont{position: relative;}
.mlpd_banner_wrap{background: url(../images/mlpd_banner_big.jpg) no-repeat center 0;}
.ygfz_title_active{background:url(../images/mlpd_ygactive_bg.jpg) no-repeat 0 0 ;}
.klsh_title {background:url(../images/mlpd_kl_bg.jpg) no-repeat 0 0 ;margin-left: 58px;}
.ygfz_title{background:url(../images/mlpd_yg_bg.jpg) no-repeat 0 0 ;}
.klsh_title_active {background:url(../images/mlpd_klactive_bg.jpg) no-repeat 0 0 ;margin-left: 58px;}
.ml_nav{padding:60px 168px 0;}
.ml_nav ul{overflow: auto;}
.ml_nav li{float: left;padding-left: 154px;}
.ml_nav li:first-child{padding-left: 0;}
.ml_nav li a{display: block;width: 355px;height: 139px;}
.ml_arrow{position: relative;margin-top: 18px;}
.ml_arrow span{display:none;width: 76px;height: 42px;background: url(../images/mlpd_arrow.jpg) no-repeat 0 0;position: absolute;}
.ml_arrow .fz_arrow{left:290px}
.ml_arrow .sh_arrow{left:810px;}


.fz_sub,.kl_sub{background: #d5ecf2;display: none;text-align: center;}
.fz_sub h3,.kl_sub h3{line-height: 50px;margin-bottom: 25px;padding-top: 40px;}
.fz_sub h3 span,.kl_sub h3 span{background: #9bd3e0;font-size: 45px;padding:0 80px;color: #fff;font-weight: bold;}

.fz_peixun{margin-top: 20px;background: #fffef6;padding-bottom: 20px;}
.fz_yuangong{background: #f3f3f3;padding-bottom: 20px;}
.yg_detail_cont{margin-left: 160px;margin-bottom: 20px;} 
.yg_detail_cont .yg_img{border: 5px solid #fff;  box-shadow: 0px 0px 21px 0px rgba(26, 23, 23, 0.25);margin-right:20px;}
.yg_detail_cont p{text-align: left;font-size: 30px;margin:40px 0 30px 0;}
.yg_detail{width: 880px;padding: 20px;background: #fff;margin-top: 20px;border-radius: 10px;text-align: left;line-height: 36px;font-size: 20px;color: #7e7e7f;text-indent: 35px;}

.sh_fuli ul{overflow: auto;margin-top: 50px;}
.sh_fuli ul li{float: left;width: 140px;font-size: 16px;margin-left: 52px;height: 200px;}
.sh_fuli li span{font-size: 12px;display: block;}
.sh_shenghuo{background: #f3f3f3;padding: 0 70px;}
.sh_shenghuo h4{margin: 30px 0;}
.sh_shenghuo p{margin-bottom: 20px;text-align: left;font-size: 20px;line-height: 32px;text-indent:35px}
.sh_nianhui .c_right img{display: block;margin-bottom: 7px;}
.ss_img img{margin-bottom: 20px;}
.jlb_img{margin-bottom: 10px;}
.jlb_img img{display: block;}
.jlb_img .m_bottom{margin-bottom: 7px;}
.jlb_img .m_right{margin-right: 5px;}
.kf_img img{float: left;margin-right: 10px;margin-bottom: 10px;}
.kf_img img.no_margin{margin-right: 0;}
.sh_kafei{padding-bottom: 50px;}
/**pop begin**/
.popup_wrap{width: 780px;background: #fff;border-radius: 10px;margin:-300px 0 0 -320px; position:fixed; left:50%; top:50%; overflow:hidden; z-index:99999;}
.popup_wrap h3{background: #f19149;font-size: 22px;color:#fff;padding:0 36px;height: 40px;line-height: 40px;text-align: center;}
.popup_wrap a{display: block;text-align: center;margin-top:15px;}
.popup_wrap .line{width:393px;height:5px;line-height:5px;border-top:#888 1px solid;margin-top:20px;margin: 30px 60px 0;}
.popup_wrap .line span{display:block; position:relative; top:-6px;left: 10px; height:20px; background:#fff; width:60px;text-align: center;}
.popup_wrap table{margin: 20px 20px 0;}
.popup_wrap td{padding-bottom: 10px;}
.popup_wrap th{text-align: left;vertical-align: top;}
.popup_wrap .input_text_wrap{border: 0;background: #f3f3f3;height: 35px;line-height: 35px;font-size: 16px;border-radius: 2px;}
.popup_wrap .forange{padding-right: 5px;}
.pop_ftd{position: relative;}
.pop_ftd .pop_file_input{font-size: 16px;}
.popup_wrap .pop_file_input{text-align:center;display:inline-block;overflow:hidden;padding:0 30px;margin-left: 20px;line-height: 35px;position: absolute;top:0px;margin-top: 0;height: 35px;}
#pop_file{opacity: 0;filter:alpha(opacity=0);font-size: 24px;position: absolute;top:1px;right:29px;width:109px;cursor: pointer;}
.popup_wrap .f_tips{font-size: 11px;margin-top: 10px;}
.popup_wrap .f_warning{font-size: 14px;height: 14px;}
.popup_wrap .f_warning ins{display: inline-block;width: 17px;height: 17px;background: url(../images/form_warning.jpg) no-repeat 0 0;position: relative;top:4px;*top:0px;margin-right: 4px;}
.popup_wrap table label{margin:0 20px 0 10px;}
.popup_wrap textarea{width: 305px;border: 0;background: #f3f3f3;padding:5px 0 5px 8px;font-size: 14px;line-height: 18px;color:#626262;height: 72px;}
.popup_wrap a.btn_submit{margin:10px 0;}
.popup_wrap .v_code{display: inline-block;vertical-align: bottom;height:35px;margin-left: 12px;margin-top: 0;}
.popup_wrap .v_code img{height: 35px;}
.popup_wrap .qudao{margin-top: 40px;}

.success_wrap{padding: 45px 60px;text-align: center;}
.success_wrap p.forange{font-size: 40px;color: #f2914a;margin: 30px 0 20px;}
/**pop end**/

/**page begin**/

.page{width: 600px;margin: 0 auto;font-size: 12px;margin-top: 70px;}
.page a{display: inline-block;padding:5px 15px;background: #fff;border-radius: 2px;margin-left: 5px;}
.page a:first-child{margin-left: 0;}
.page .input_text_wrap{height: 22px;line-height: 22px; font-size: 12px;width: 45px;margin: 0 5px;}
.page span{margin: 0 5px 0 10px;line-height: 22px;}
.page a.text{padding:5px 0;border-radius: 0;background: none;}
.page a.text:hover{background: #f8f8f8;color: #626262;}
.page a.current,.page a:hover{background: #f29e5f;color: #fff;}
.page a.page_btn{border:#dcdcdc 1px solid;display: inline-block;height: 22px;padding: 0 10px;line-height: 22px;cursor: pointer;*position:relative;*top:-8px;}
.page a.ellipsis{ cursor:text;background: none;}
.page a.ellipsis:hover{background: none;color: #626262;}
/**page end**/

/**zhaoshang**/
.zs_wrap{background: #cae8ee url(../images/zs_banner.jpg) no-repeat center;}
.zs_cont{line-height: 40px;}
.zs_cont h3{text-align: center;margin:50px 0;}
.zs_cont h3 span{font-size: 30px;padding-bottom: 5px;border-bottom: 2px solid #fcbb89;}
.zs_detail_wrap{padding-left: 170px;}
.zs_detail{text-align: center;margin-bottom: 20px;}
.zs_detail ul{height: 360px;}
.zs_detail ul.short{height:230px;}
.zs_detail ul li{padding-left: 20px;line-height: 30px;font-size: 16px;margin-bottom: 10px; text-align: left;}
.zs_detail ul li ins{display: block;width: 16px;height: 16px;float: left;background: url(../images/zs_point.png) no-repeat 0 0;position: relative;top:5px;margin-right: 5px;}
.zs_detail li span{display: block;float: left;width: 300px;}
.zs_detail ul h4{font-size: 28px;padding-left: 10px;border-left: 4px solid #fcbb89;line-height: 28px;margin-bottom: 10px;}
.zs_yaoqiu{padding: 0 20px;text-align: center;}
.zs_yaoqiu span{background: #e4e4e4;padding:0 45px;margin:0 0 20px 70px;display: inline-block;}
.zs_shenqing{border: 1px solid #dcdcdc;padding:20px 70px;margin-bottom: 50px;}
.zs_shenqing .notice{font-size: 16px;margin-bottom: 20px;}
.zs_shenqing table th{vertical-align: top;text-align: right;padding-right: 50px;}
.zs_shenqing table th,.zs_shenqing table td{padding-bottom: 20px;}
.zs_shenqing table .forange{margin-right: 4px;}
.zs_shenqing .v_code{vertical-align: bottom;height: 40px;margin-left: 20px;}
.zs_shenqing input{font-size: 16px;}
.zs_shenqing textarea{height: 90px;font-size: 16px;line-height: 22px;padding:5px 0 5px 8px;}
/**footer begin**/
.footer_wrap{background: #121d27;height: 150px;font-size: 16px;color: #fff;overflow: hidden;text-align: center;margin: 0 auto;}
.footer_wrap .cont{padding:24px 0 0 290px;}
.footer_wrap p{margin-bottom: 18px;}
.footer_wrap p a{color:#fff;padding-bottom: 2px;}
.footer_wrap p a:hover{color: #fff;border-bottom: 1px solid #fff;}
.footer_wrap p span{padding: 0 6px;}
.footer_share{margin-left: 100px;}
.footer_share a{display: inline-block;margin-right: 36px;}

/**footer end**/
