/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{ width: 5px; height: 5px; background-color: #F5F5F5;}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3); border-radius: 5px; background-color: #F5F5F5;}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{  border-radius: 5px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #555;}
#m_main_body {
    text-align: justify;
}
#jsx_bdmapsite{ float:left; width:100%; height:850px; border:0px; padding:0px; margin:-91px 0px -50px 0px; min-width:130%; }
#jsx_main{ position: relative;}
.m_mainimg{ position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:990}
#m_main{ position:relative; z-index:999; }
#m_mainn{ background-color:#FFFFFF; border-radius:6px; padding:42px 35px; overflow: hidden; margin-top: 14px; }
#m_main_f{ color: #ff4600; font-size: 25px; font-weight: bold; }
.m_leftAll_h2{ color:#3b9ceb; }
.m_leftAll_h3{color:#3b9ceb;}
.m_leftAll ul.m_leftAllul li{ background-color:#fafafa; }
.m_dycotent{font-size:26px; font-weight:bold; padding-top:30px; padding-bottom:0px; text-align:center; color:#555555; }
.m_fenleit{ font-size:12px; color:#CCCCCC; text-align:center; line-height:30px; margin-bottom:20px;}
@media screen and (min-width:1420px){ /* 执行1200px版的css*/   
#m_main{ width: 1200px; margin: 38px auto 100px auto; overflow: hidden;max-width:46.5%; float:left; }
/*搜索设置*/
.m_search{ width:100%; height:52px; border-bottom:2px solid #78c340;}
.m_searchz{ width:1200px; height:52px; margin:0px auto; overflow:hidden; }
.m_search_l{ float:left; width:350px; height:30px; line-height:30px; font-size:14px; color:#009999; margin-top:10px; text-align:left; overflow:hidden; }
.m_search_l a{ color:#009999;}
.m_search_r{ float:right; width:auto; height:30px; line-height:30px; margin-top:10px; border:1px solid #78c340; border-radius:30px; overflow:hidden; }
.m_search_text{ float:left; width:200px; height:30px; border:0px; padding:0px; margin:0px; text-indent:10px; line-height: 30px;}
.m_search_submit{ float:right; width:50px; height:30px; border:0px; background-color:#78c340; background-image:url(../images/m_search.png); background-position:center; background-repeat:no-repeat; cursor:pointer; }
.m_menu{ display:none; width:100%; height:50px; margin:0px auto; overflow:hidden;background-color:#009999;}
.m_menu a{ color:#ffffff; }
.m_menu ul{ width:100%; height:50px;}
.m_menu ul li{ float:left; width:100%; height:50px; text-align:center; line-height:50px; border-left:1px solid #00bbbb; margin-left:-1px; }
.m_menu ul li:hover{ background-color:#009090;}
.m_menu ul li a{ float:left; width:100%; height:50px; }
.m_menu_active{ background-color:#009090;}
.m_menu_active a{ color:#ffffff; }
.m_menu ul li:hover a{ color:#ffffff; }
/*单页面*/
#m_main_body{ float:left; width:100%; height:auto; margin:0px auto; overflow:hidden; }
#m_main_body img{ max-height:100%; max-width:100%; }
#m_maps{ position:relative; float:left; width:100%; height:100%; border:0px; padding:0px; margin:0px; }
#m_maps_a{ position:absolute; top:50px; left:50%; margin:0px; margin-left:-600px; float:left; width:1200px; height:0px; border:0px; padding:0px; background: rgba(0,0,0,0.1) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/;filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#CC000000,endColorStr=#CC000000);/*实现IE背景透明*/}
.m_main_bodyn{ padding:35px; border-radius:0px 10px 10px 10px; box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */ background: rgba(255,255,255,0.9) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/;filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#CCffffff,endColorStr=#CCffffff);/*实现IE背景透明*/}
#m_main_close{ position:absolute; top: 2px; left: 0px; width:80px; height:35px; text-align:center; line-height:35px; font-size:12px; border-radius:35px 35px 35px 0px; background-color:#FFFFFF; cursor:pointer; color:#aaaaaa; font-weight:bold; }
#m_main_close font{ background-color:#ccc; color:#FFFFFF; height:14px; width:14px; padding:0px 3px; border-radius:14px; }
#m_main_close:hover{ background-color:#ccc; color:#FFFFFF; }
#m_main_open{ display:none; position:absolute; top: 14px; left: 0px; width:80px; height:35px; text-align:center; line-height:35px; font-size:12px; border-radius:35px 35px 35px 35px; background-color:#FFFFFF; cursor:pointer; color:#aaaaaa; font-weight:bold; }
#m_main_open:hover{ background-color:#ccc; color:#FFFFFF; }
}
@media screen and (min-width: 1220px) and (max-width: 1419px) { /*执行1000px版的css*/  
#m_main{ width: 1000px; margin-top: 30px; margin-right: auto; margin-bottom: 30px; margin-left: auto; overflow: hidden; max-width:48.5%; float:left;}
/*搜索设置*/
.m_search{ width:100%; height:52px; border-bottom:2px solid #78c340;}
.m_searchz{ width:1000px; height:52px; margin:0px auto; overflow:hidden; }
.m_search_l{ float:left; width:350px; height:30px; line-height:30px; font-size:14px; color:#009999; margin-top:10px; text-align:left; overflow:hidden; }
.m_search_l a{ color:#009999;}
.m_search_r{ float:right; width:auto; height:30px; line-height:30px; margin-top:10px; border:1px solid #78c340; border-radius:30px; overflow:hidden; }
.m_search_text{ float:left; width:200px; height:30px; border:0px; padding:0px; margin:0px; text-indent:10px; line-height: 30px;}
.m_search_submit{ float:right; width:50px; height:30px; border:0px; background-color:#78c340; background-image:url(../images/m_search.png); background-position:center; background-repeat:no-repeat; cursor:pointer; }
.m_menu{ display:none; width:100%; height:50px; margin:0px auto; overflow:hidden;background-color:#009999;}
.m_menu a{ color:#ffffff; }
.m_menu ul{ width:100%; height:50px;}
.m_menu ul li{ float:left; width:100%; height:50px; text-align:center; line-height:50px; border-left:1px solid #00bbbb; margin-left:-1px; }
.m_menu ul li:hover{ background-color:#009090;}
.m_menu ul li a{ float:left; width:100%; height:50px; }
.m_menu_active{ background-color:#009090;}
.m_menu_active a{ color:#ffffff; }
.m_menu ul li:hover a{ color:#ffffff; }
/*单页面*/
#m_main_body{ float:left; width:100%; height:auto; margin:20px auto; overflow:hidden; background-color:#FFFFFF; }
#m_main_body img{ max-height:100%; max-width:100%; }
#m_maps{ position:relative; float:left; width:100%; height:100%; border:0px; padding:0px; margin:0px; }
#m_maps_a{ position:absolute; top:0px; left:50%; margin:0px; margin-left:-500px; float:left; width:1000px; height:0px; border:0px; padding:0px; background: rgba(0,0,0,0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/;filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#CC000000,endColorStr=#CC000000);/*实现IE背景透明*/}
.m_main_bodyn{ padding:35px; border-radius:0px 10px 10px 10px ; box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
#m_main_close{ position:absolute; top: 14px; left: 0px; width:80px; height:35px; text-align:center; line-height:35px; font-size:12px; border-radius:35px 35px 35px 0px; background-color:#FFFFFF; cursor:pointer; color:#aaaaaa; font-weight:bold; }
#m_main_close font{ background-color:#ccc; color:#FFFFFF; height:14px; width:14px; padding:0px 3px; border-radius:14px; }
#m_main_close:hover{ background-color:#ccc; color:#FFFFFF; }
#m_main_open{ display:none; position:absolute; top: 14px; left: 0px; width:80px; height:35px; text-align:center; line-height:35px; font-size:12px; border-radius:35px 35px 35px 35px; background-color:#FFFFFF; cursor:pointer; color:#aaaaaa; font-weight:bold; }
#m_main_open:hover{ background-color:#ccc; color:#FFFFFF; }
}
@media screen and (min-width: 750px) and (max-width: 1219px) { /*执行750px版的css*/  
#m_main{ width: 750px; margin-top: 30px; margin-right: auto; margin-bottom: 30px; margin-left: auto; overflow: hidden; max-width:48.5%; float:left;}
/*搜索设置*/
.m_search{ width:100%; height:52px; border-bottom:2px solid #78c340;}
.m_searchz{ width:750px; height:52px; margin:0px auto; overflow:hidden; }
.m_search_l{ float:left; width:348px; height:30px; line-height:30px; font-size:14px; color:#009999; margin-top:10px; text-align:left; overflow:hidden; }
.m_search_l a{ color:#009999;}
.m_search_r{ float:right; width:auto; height:30px; line-height:30px; margin-top:10px; border:1px solid #78c340; border-radius:30px; overflow:hidden; }
.m_search_text{ float:left; width:200px; height:30px; border:0px; padding:0px; margin:0px; text-indent:10px; line-height: 30px;}
.m_search_submit{ float:right; width:50px; height:30px; border:0px; background-color:#78c340; background-image:url(../images/m_search.png); background-position:center; background-repeat:no-repeat; cursor:pointer; }
.m_menu{ display:none; width:100%; height:50px; margin:0px auto; overflow:hidden;background-color:#009999;}
.m_menu a{ color:#ffffff; }
.m_menu ul{ width:100%; height:50px;}
.m_menu ul li{ float:left; width:100%; height:50px; text-align:center; line-height:50px; border-left:1px solid #00bbbb; margin-left:-1px; }
.m_menu ul li:hover{ background-color:#009090;}
.m_menu ul li a{ float:left; width:100%; height:50px; }
.m_menu_active{ background-color:#009090;}
.m_menu_active a{ color:#ffffff; }
.m_menu ul li:hover a{ color:#ffffff; }
/*单页面*/
#m_main_body{ float:left; width:100%; height:auto; margin:20px auto; overflow:hidden; background-color:#FFFFFF;}
#m_main_body img{ max-height:100%; max-width:100%; }
#m_maps{ position:relative; float:left; width:100%; height:100%; border:0px; padding:0px; margin:0px; }
#m_maps_a{ position:absolute; top:0px; left:50%; margin:0px; margin-left:-375px; float:left; width:750px; height:0px; border:0px; padding:0px; background: rgba(0,0,0,0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/;filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#CC000000,endColorStr=#CC000000);/*实现IE背景透明*/}
.m_main_bodyn{ padding:35px; border-radius:10px; box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
#m_main_close{ position:absolute; top: 14px; left: 0px; width:80px; height:35px; text-align:center; line-height:35px; font-size:12px; border-radius:35px 35px 35px 0px; background-color:#FFFFFF; cursor:pointer; color:#aaaaaa; font-weight:bold; }
#m_main_close font{ background-color:#ccc; color:#FFFFFF; height:14px; width:14px; padding:0px 3px; border-radius:14px; }
#m_main_close:hover{ background-color:#ccc; color:#FFFFFF; }
#m_main_open{ display:none; position:absolute; top: 14px; left: 0px; width:80px; height:35px; text-align:center; line-height:35px; font-size:12px; border-radius:35px 35px 35px 35px; background-color:#FFFFFF; cursor:pointer; color:#aaaaaa; font-weight:bold; }
#m_main_open:hover{ background-color:#ccc; color:#FFFFFF; }
#jsx_bdmapsite{ float:left; width:100%; height:850px; border:0px; padding:0px; margin:-50px 0px; min-width:110%; }
}
@media screen and (max-width: 749px) { /*执行100%宽度版的css*/  
#m_main{ height: auto; padding:10px; margin-top: 10px; margin-right: auto; margin-bottom: 20px; margin-left: auto; overflow: hidden; overflow:hidden; }
/*搜索设置*/
.m_search{ width:100%; height:52px; border-bottom:2px solid #78c340;}
.m_searchz{ width:100%; height:52px; margin:0px auto; overflow:hidden; }
.m_search_l{ display:none; float:right; width:350px; height:30px; line-height:30px; font-size:14px; color:#009999; margin-top:10px; text-align:left; overflow:hidden; }
.m_search_l a{ color:#009999;}
.m_search_r{ margin:10px auto 0px auto; width:320px; height:30px; line-height:30px; border:1px solid #78c340; border-radius:30px; overflow:hidden; }
.m_search_text{ float:left; width:270px; height:30px; border:0px; padding:0px; margin:0px; text-indent:10px; line-height: 30px;}
.m_search_submit{ float:right; width:50px; height:30px; border:0px; background-color:#78c340; background-image:url(../images/m_search.png); background-position:center; background-repeat:no-repeat; cursor:pointer; }
.m_menu{ display:none; width:1200px; height:50px; margin:0px auto; overflow:hidden;}
.m_menu a{ color:#ffffff; }
.m_menu ul{ width:100%; height:50px;}
.m_menu ul li{ float:left; width:100%; height:50px; text-align:center; line-height:50px; }
.m_menu ul li:hover{ background-color:#009090; }
.m_menu_active a{ color:#009999; }
.m_menu ul li:hover a{ color:#ffffff; }
/*单页面*/
#m_main_body{ float:left; width:100%; height:auto; margin:35px auto; overflow:hidden; background-color:#FFFFFF; }
#m_main_body img{ max-height:100%; max-width:100%; }
#m_maps{ position:relative; float:left; width:100%; height:100%; border:0px; padding:0px; margin:0px; }
#m_maps_a{ position:absolute; top:0px; left:0px; float:left; width:100%; height:0px; border:0px; padding:0px; margin:0px; background: rgba(0,0,0,0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/;filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#CC000000,endColorStr=#CC000000);/*实现IE背景透明*/}
#m_main_close{ position:absolute; top: 14px; left: 10px; width:80px; height:35px; text-align:center; line-height:35px; font-size:12px; border-radius:35px 35px 35px 0px; background-color:#FFFFFF; cursor:pointer; color:#aaaaaa; font-weight:bold; }
#m_main_close font{ background-color:#ccc; color:#FFFFFF; height:14px; width:14px; padding:0px 3px; border-radius:14px; }
#m_main_close:hover{ background-color:#ccc; color:#FFFFFF; }
#m_main_open{ display:none; position:absolute; top: 14px; left: 10px; width:80px; height:35px; text-align:center; line-height:35px; font-size:12px; border-radius:35px 35px 35px 35px; background-color:#FFFFFF; cursor:pointer; color:#aaaaaa; font-weight:bold; }
#m_main_open:hover{ background-color:#ccc; color:#FFFFFF; }
.m_main_bodyn{ padding:35px; border-radius:0px 10px 10px 10px; box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
.m_leftAll { height: 55px; }
#jsx_bdmapsite{ float:left; width:100%; height:850px; border:0px; padding:0px; margin:-50px 0px; min-width:100%; }
}

#m_allBg{padding-top:64px;padding-bottom:90px}.m_container{display:flex;flex-flow:row}.m_left{width:25%}.m_leftAll{width:100%;box-shadow:1px 1px 4px rgba(0,0,0,0.1);padding:20px 20px 30px;background:#fff;box-sizing:border-box; overflow:hidden}.m_leftAll_h3,.m_leftAll_h2{font-weight:600;font-size:26px;margin:0}.m_leftAll ul{margin-top:14px}.m_leftAll ul li{margin-bottom:10px;background:#f5f5f5;width:100%;height:50px;line-height:50px;padding-left:16px;box-sizing:border-box}.m_leftAll ul li a{font-size:14px;color:#333;font-weight:600;float: left; width: 100%;}.m_leftAll ul li a.m_on{color:#dd6e79!important}.m_leftAll p{color:#999;font-size:12px;text-align:center;line-height:32px;border:1px solid #e6e6e6;margin:0 0 10px}.m_leftImg{width:150px;margin:30px auto 16px}.m_right{margin-left:2%;width:78%}.m_rightAll{width:100%;box-shadow:1px 1px 4px rgba(0,0,0,0.1);padding:40px 20px 100px;background:#fff;box-sizing:border-box; overflow:hidden;}.m_rightAll_h1{border-bottom:2px solid #eee;height:38px;line-height:38px;margin:0;margin-bottom:40px;padding:0}.m_rightAll_h1 span{text-transform:uppercase;font-size:16px;color:#333;float:right;font-weight:normal;height:inherit;line-height:inherit}.m_rightAll_h1 span.m_left{float:left}.m_rightAll>p{text-align:center;color:#333;font-size:14px;margin-top:40px}.m_rightImg{width:100%;height:210px;overflow:hidden}.m_rightImg img{width:100%}.m_about{padding-top:0px}.m_about p{/*text-align:left;*/font-size:16px}.m_info{flex-wrap:wrap;justify-content:space-around}.m_infoBox{position:relative;padding:0;margin-bottom:16px;text-align:center;margin-top:8px;line-height:20px;width:32.333%;box-sizing:border-box;overflow:hidden}.m_infoImgBox{width:100%;height:190px;overflow:hidden}.m_infoImgBox>img{transition:all .6s;-webkit-transition:all .6s}.m_infoBox:hover img{transform:scale(1.1);-webkit-transform:scale(1.1)}.m_infoBox h5{margin:5px 0}.m_infoBox h5 a{color:inherit;font-size:inherit;font-weight:400}@media screen and (min-width:1420px){.pc1200{width:1280px;margin:0 auto}}@media screen and (min-width:1220px) and (max-width:1419px){.pc1000{width:1000px;margin:0 auto}.m_leftImg{width:100px}.m_leftAll p{line-height:16px}.m_rightImg{height:180px}.m_about p{font-size:14px}.m_infoImgBox{height:154px}}@media screen and (min-width:750px) and (max-width:1219px){.pc750{width:750px;margin:0 auto}.m_leftAll{padding:20px 10px}.m_leftAll h3{font-size:16px}.m_leftImg{width:80px;margin:10px auto}.m_leftAll p{line-height:16px}.m_rightAll_h1{margin-bottom:20px}.m_rightImg{height:130px}.m_about p{font-size:13px}.m_infoBox{width:48%}.m_infoImgBox{height:180px}}@media screen and (max-width:749px){.pc100{width:100%;margin:0 auto}.m_container{flex-flow:column}.m_left,.m_right{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;box-sizing:border-box}.m_right{margin-top:20px}.m_rightAll{padding:20px 20px 30px}.m_rightAll_h1{margin-bottom:10px}.m_rightAll_h1 span{font-size:14px}.m_rightImg{height:80px}.m_about{padding-top:10px}.m_leftAll h3{font-size:16px}.m_leftImg{width:120px;margin:10px auto 10px}.m_rightAll_h1 span.m_left{width:35%}.m_about p{}.m_info{flex-flow:row;flex-wrap:wrap}.m_infoBox{width:48%}.m_infoImgBox{height:140px}}
.m_leftAll ul li:hover { background: #3b9ceb; }
.m_leftAll ul li:hover a { color: #ffffff; }
.m_leftAll ul li.m_on { background: #3b9ceb; color: #ffffff; }
.m_leftAll ul li.m_on a { color: #ffffff; }
.m_leftAll ul li:hover .m_on a { color: #ffffff; }
.m_rightAll_h1 { margin-bottom: 10px;}
.m_about ul{}
.m_cp_cy_i{ position:relative; height:40px; width:100%; margin:10px 0px; overflow:hidden; border-bottom:1px dashed #CCCCCC; }
.m_cp_cy_i a{ line-height:40px; font-size:22px; color:#555555; padding-right: 120px;overflow: hidden;float: left;}
.m_cp_cy_i:hover{ border-bottom:1px double #FF3333; }
.m_cp_cy_i:hover a{ color:#FF3333; }
.m_cp_cy_i_img{ position:absolute; right:0px; top:0px; width:80px; height:80px; }
.m_cp_cy_i span{ float:right; height:40px; line-height:40px; text-align:center; color:#aaaaaa; font-size:14px; }
.m_cp_cy_i:hover span{ color:#FF3333; }
#m_huiyuan{ margin-bottom:15px;}
#m_huiyuan a{ float:left; color:#666666; padding:0px 3px; line-height:25px;}
#m_huiyuan a:hover,.m_huiyuan_on{ color:#795567; font-weight: bold; }
#m_huiyuanfen{ margin:5px 0px; width:100%; overflow:hidden; }
#m_huiyuanfen a{ float:left; height:35px; background-color:#795567; color:#ffffff; padding:0px 20px; line-height:35px; border-radius:35px; margin-right:15px;}
#m_huiyuanfen a:hover{ background-color:#795567; color:#ffffff; font-weight: bold; }

#m_main_body h1 {
    text-indent: 2em;
    font-size: 16px;
    line-height: 2; font-weight:normal;
}
.m_cp_cy_i span{float:right; color: #cccccc; position: absolute; right: 0px; top: 0px;}
@media screen and (max-width: 749px) {
.m_cp_cy_i a{ line-height:40px; font-size:12px; color:#555555; padding-right: 72px;overflow: hidden;float: left; }
.m_cp_cy_i{ position:relative; height:40px; width:100%; margin:0px 0px 5px 0px; overflow:hidden; }
.m_cp_cy_i_img{ float:left; width:40px; height:40px; }
.m_cp_cy_i span{ float: left; font-size: 10px; height: 40px; line-height: 40px; text-align: right; color: #cccccc; position: absolute; right: 0px; top: 0px;}
/*.m_cp_cy_i:hover span{ background-color:#795567; color:#FFFFFF; }*/
#m_allBg{background:#f7f7f7;padding-top:12px;padding-bottom:90px}.m_rightAll {
    padding: 10px 10px 30px;
}.m_leftAll {
    padding: 20px 10px 30px;
}.m_left, .m_right {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}.m_rightAll_h1 span.m_left {
    width: auto;
}.m_rightAll_h1 span {
    font-size: 12px;
}.m_dycotent {
    font-size: 19px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
    color: #555555;
}.m_fenleit {
    font-size: 12px;
    color: #CCCCCC;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0px;
}#m_main_body {
    float: left;
    width: 100%;
    height: auto;
    margin: 15px auto;
    overflow: hidden;
    background-color: #FFFFFF;
}
}