﻿@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
ul,li{list-style:none;}
img{border:none;}

.fl{ float:left; }
.fr{ float:right; }
.clear{ clear:both; }
.por{ position: relative; }
.poa{ position: absolute; }

/* 字体大小、颜色、行距等样式,需要根据《开发测试表》要求自行定义 */  
body{overflow-y:scroll; font-family:'微软雅黑'; font-size:16px; color:#333333; background:#1b2e5e; line-height:26px; }  

/* outline:none;取消链接点击后产生的虚线框; transition设置鼠标经过时的缓动；*/
body a{text-decoration:none;color:#000000;outline:none; } 
body a:hover{text-decoration:none; outline:none; }		

/* 取消苹果设备的默认按钮样式 */
input {appearance: none;-webkit-appearance:none;-moz-appearance: none;}
input[type="button"],input[type="submit"],input[type="reset"]{appearance: none;-webkit-appearance:none;-moz-appearance: none;}
textarea {appearance: none;-webkit-appearance:none;-moz-appearance: none;} 

input,textarea{ font-family:'微软雅黑'; border:none; outline:none; }


/************* header ***************/
.header{ width:100%; height:97px; min-width:1200px; background:#fff; border-bottom:3px solid #213872; }
.header_{ width:1200px; height:100%; margin:0 auto; }
.logo{ float:left; width:307px; height:97px; }
.logo a{ display:block; padding:20px 10px 18px; }
.header_right{ float:right; width:795px; height:97px; }
.header_hotline{ padding:20px 10px 16.5px 0; font-size:17px; line-height:18px; /*color:#999999;*/ text-align:right; }
.header_hotline span{ font-size:20px; line-height:18px; color:#ee5949; font-weight: bold;}
.nav{ height:39px; padding:0 5px 0 50px; background:url(../images/nav_bg.jpg) no-repeat center; }
#menulist{ width:100%; height:100%; }
#menulist li{ float:left; margin:9px 0 0 ; position:relative; }
#menulist li p a{ display:block; height:25px; padding:0 15px; font-size:12px; line-height:25px; color:#ffffff; border-radius:12px; transition:all 0.5s ease 0s; }
#menulist li.cur p a{ background:#c9c9c9; color: #3f4954;}
#menulist li:hover p a{ background:#c9c9c9; color: #3f4954;}

.ebookpops{ position:fixed; top:0; bottom:0; left:0; right:0; z-index:10; background:rgba(0,0,0,0.5); display:none; }
	.ebookpops_{ position:absolute; top:50%; left:50%; width:500px; height:300px; margin:-150px 0 0 -250px; background:#ffffff; border-radius:12px; }
	.ebookpops_close{ position:absolute; top:8px; right:10px; width:20px; height:20px; background:url(../images/ebookclose.png) no-repeat center; cursor:pointer; }
	.ebookpops_close:hover{ background:url(../images/ebookclose_cur.png) no-repeat center; }
	
	
	

/************* footer ***************/
.footer{ width:100%; height:147px; min-width:1200px; background:#1b2e5e; border-top:3px solid #ee5949; }
.footer_{ width:1200px; height:100%; margin:0 auto; position:relative; }
.footer_nav{ overflow:hidden; padding-top:36px; }
.footer_nav a{ float:left; padding:0 12px; font-size:12px; line-height:28px; color:#ffffff; }
.footer_nav a:hover{ text-decoration:underline; }
.footer_nav  span{ float:left; width:2px; height:12px; margin-top:8px; background:url(../images/footer_nav.png) no-repeat center; }
.footer_contact{ overflow:hidden; }
.footer_contact div{ float:left; margin-left:12px; font-size:12px; line-height:25px; color:#ffffff; }
.footer_contact div span{ color:#ee5949; }
.footer_copyright{ overflow:hidden; margin-top:4px; }
.footer_copyright span{ float:left; margin-left:12px; font-size:12px; line-height:40px; color:#5e72a4; }
.footer_copyright span a{ color:#5e72a4; }
.footer_ewm{ position:absolute; right:10px; top:27px; width:90px; height:90px; }
.totop{ position:fixed; right:297px; bottom:180px; width:45px; height:45px; border-radius:50%; background:#abb3c5 url(../images/totop_icon.png) no-repeat center; display:none; transition:all 0.5s ease 0s; cursor:pointer; }
.totop:hover{ background:#ee5949 url(../images/totop_icon.png) no-repeat center; }

/************ 首页 **************/
.adbox{ width:100%; min-width:1200px; overflow:hidden; position:relative; }
.adbox a{ display:block; width:1920px; position:relative; left:50%; transform:translateX(-50%); }
.adbox02 a{ width:1200px; }
.adbox02 a img{ max-width:100%; }
.adclose{ position:absolute; top:0; right:0; width:40px; height:40px; z-index:10; cursor:pointer; }
.adclose div{ position:absolute; top:10px; right:10px;  width:20px; height:20px; background:url(../images/adclose.png) no-repeat center; transition:all 0.5s ease 0s; }
.adclose:hover div{ transform:rotate(270deg); -ms-transform:rotate(270deg); -moz-transform:rotate(270deg); -webkit-transform:rotate(270deg); -o-transform:rotate(270deg); }

.container{ min-width:1200px; padding:10px 0; background:#eaedf2; }
.container_{ width:1200px; margin:0 auto; }

.partone{ height:450px; background:#ffffff; overflow:hidden; }
.banner{ float:left; width:810px; height:450px; }
.banner_{ padding:5px; height:440px; }
.banner_ .slidebannerBox{  height:440px; position:relative; overflow:hidden; }
.banner_ .slidebannerBox .bd{ position: relative; overflow: hidden; width:800px; height: 440px; }
.banner_ .slidebannerBox .bd li{ height:440px; position:relative; }
.slidebannerBox .prev{ position:absolute; left:0; top:0; width:60px; height:100%; background:url(../images/banner_prev.png) no-repeat center; opacity:0.5; cursor:pointer; transition:all 0.5s ease 0s; }
.slidebannerBox .next{ position:absolute; right:0; top:0; width:60px; height:100%; background:url(../images/banner_next.png) no-repeat center; opacity:0.5; cursor:pointer; transition:all 0.5s ease 0s; }
.slidebannerBox .prev:hover,.slidebannerBox .next:hover{ opacity:1; }
.banner_li{ display:block; width:100%; height:100%; }

.newsbox{ float:left; height:100%; border-left:1px solid #eaedf2; }
.indexnews_item{ width:389px; height:50px; background:url(../images/indexnews_itembg.jpg) no-repeat center; }
.indexnews_item_{ display:block; padding:0 19px; font-size:16px; line-height:48px; color:#ffffff; position:relative; }
.indexnews_item_ span{ font-family:Arial; font-size:14px; line-height:48px; color:#ffffff; opacity:0.3; margin-left:8px; }
.indexnews_item_ .plus{ position:absolute; right:8px; top:8px; width:14px; height:14px; background:url(../images/plus.png) no-repeat center; transition:all 0.5s ease 0s;  }
.indexnews_item_:hover .plus{ transform:rotate(270deg); -ms-transform:rotate(270deg); -moz-transform:rotate(270deg); -webkit-transform:rotate(270deg); -o-transform:rotate(270deg); }
.indexnews_recommend{ height:140px; padding:20px 19px 0; }

.indexnews_recommend .slidenewsBox{  height:140px; position:relative; overflow:hidden; }
.indexnews_recommend .slidenewsBox .bd{ position: relative; overflow: hidden; width:100%; height: 120px; }
.indexnews_recommend .slidenewsBox .bd li{ height:120px; position:relative; }
.indexnews_recommend .slidenewsBox .prev{ display:block; width:100%; height:10px; background:url(../images/indexnews_prev.gif) no-repeat center; opacity:1; cursor:pointer; }
.indexnews_recommend .slidenewsBox .next{ display:block; width:100%; height:10px; background:url(../images/indexnews_next.gif) no-repeat center; opacity:1; cursor:pointer; }
.indexnews_recommend .slidenewsBox .prev:hover{ background:url(../images/indexnews_prev_cur.gif) no-repeat center; }
.indexnews_recommend .slidenewsBox .next:hover{ background:url(../images/indexnews_next_cur.gif) no-repeat center; }
.indexnews_li{ display:block; height:90px; padding:15px 0; }
.indexnews_img{ float:left; width:135px; height:90px; }
.indexnews_info{ float:left; width:205px; height:90px; margin-left:10px; display: table; overflow:hidden; }
.indexnews_info_{ display:table-cell; vertical-align:middle; }
.indexnews_title{ font-size:14px; line-height:22px; font-weight:bold; color:#ee7f49; }
.indexnews_date{ font-size:12px; line-height:25px; color:#999999; }
.indexnews_list{ padding:14px 19px 0; }
.indexnews_list_li{ display:block; overflow:hidden; }
.indexnews_list_title{ float:left; width:270px; font-size:13px; line-height:30px; color:#292d37; transition:all 0.5s ease 0s; }
.indexnews_list_date{ float:right; font-size:13px; line-height:30px; color:#999999; }
.indexnews_list_li:hover .indexnews_list_title{ color:#ee5949; }

.parttwo{ background:#ffffff; margin-top:2px; }
.parttwo_{ padding:13px 20px 8px; }
.classification{ overflow:hidden; height:25px; }
.classification_item{ float:left; font-size:12px; line-height:20px; color:#3f4754; font-weight:bold; }
.classification_list{ overflow:hidden; padding-left:10px; padding-right:18px; position:relative; }
.classification_list a{ float:left; height:20px; margin-right:5px; margin-bottom:5px; padding:0 8px; border-radius:4px; font-size:12px; line-height:20px; color:#3f4754; transition:all 0.5s ease 0s;  }
.classification_list a.active,.classification_list a:hover{ background:#ee5949; color:#ffffff; }
.classification_list .morebtn{ position:absolute; right:18px; top:3px; width:15px; height:15px; background:url(../images/morebtn.png) no-repeat center; cursor:pointer; display:none; }
.classification_list.hasmore .morebtn{ display:block; }
.classification_list .morebtn:hover{ background:url(../images/morebtn_cur.png) no-repeat center; }

.partthree{ background:#fff; margin-top:2px; }
.model_item{ font-size:35px; line-height:40px; color:#3f4754; text-align:center; padding:26px 0 19px; border-bottom:1px solid #ebecee; }
.modelbox{ overflow:hidden; }
.modelbox_li{ float:left; width: 25%; }
.modelbox_li_{ border-bottom:1px solid #ebecee; border-right:1px solid #ebecee; padding:15px 14px 14px 15px; }
.modelbox_li:nth-child(4n) .modelbox_li_{ border-right:none; }
.modelbox_img{ width:265px; height:177px; position:relative; overflow:hidden; }
.modelbox_img_{ width:100%; height:100%; transition:all 0.5s ease 0s; }
.modelbox_title{ position:absolute; bottom:0; left:0; right:0; height:30px; background:rgba(63,71,84,0.5); padding:0 10px; font-size:14px; line-height:30px; color:#ffffff; }
.modelbox_more{ width:83px; height:28px; border:1px solid #ee5949; border-radius:5px; margin:15px auto 0; font-size:12px; line-height:28px;background:#ee5949; color:#ffffff; text-align:center; transition:all 0.5s ease 0s; }
.modelbox_li:hover .modelbox_img_{ transform:scale(1.05); }
.modelbox_li:hover .modelbox_more{ background:#c9c9c9; border:1px solid #ffffff; color:#3f4754; }

.partfive{ background:#fff; margin-top:2px; }
.branch_item{ font-size:35px; line-height:40px; color:#3f4754; text-align:center; padding:26px 0 19px; }
.branch_list{ padding:8px 0 50px; }
.branch_list .slidebranchBox{ height:167px; position:relative; overflow:hidden; }
.branch_list .slidebranchBox .bd{ position: relative; overflow: hidden; width:1060px; height: 167px; margin:0 auto; }
.branch_list .slidebranchBox .bd li{ float:left; height:167px; margin-right:20px; position:relative; }
.branch_list .slidebranchBox .prev{ position:absolute; top:0; left:0; width:70px; height:100%; background:url(../images/branch_prev.png) no-repeat center; opacity:1; cursor:pointer; }
.branch_list .slidebranchBox .next{ position:absolute; top:0; right:0; width:70px; height:100%; background:url(../images/branch_next.png) no-repeat center; opacity:1; cursor:pointer; }
.branch_list .slidebranchBox .prev:hover{ background:url(../images/branch_prev_cur.png) no-repeat center; }
.branch_list .slidebranchBox .next:hover{ background:url(../images/branch_next_cur.png) no-repeat center; }
.indexbranch_li{ display:block; width:250px; height:167px; position:relative; overflow:hidden; }
.indexbranch_img{ width:100%; height:100%; transition:all 0.5s ease 0s; }
.indexbranch_info{ position:absolute; bottom:0; left:0; right:0; padding:4px 10px; height:22px; background:rgba(0,0,0,0.5); font-size:14px; line-height:22px; color:#ffffff; text-align:center; transition:all 0.5s ease 0s; } 
.indexbranch_info .addr{ margin-bottom:3px; }
.indexbranch_li:hover .indexbranch_img{ transform:scale(1.05); }
.indexbranch_li:hover .indexbranch_info{ background:rgba(33,56,114,0.9); height:63px; }

.partsix{ background:#fff; border-top:1px solid #ebecee; position:relative; }
.friendship_item{ position:absolute; left:16px; top:-20px; background:#fff; padding:0 13px; }
.friendship_item .ch{ float:left; font-size:16px; line-height:40px; color:#3f4754; }
.friendship_item .en{ float:left; margin-left:8px; font-family:Arial; font-size:12px; line-height:40px; color:#3f4754; opacity:0.4; }
.friendship_list{ padding:32px 0 25px; }
.friendship_list .slidefsBox{ height:110px; position:relative; overflow:hidden; }
.friendship_list .slidefsBox .bd{ position: relative; overflow: hidden; width:1060px; height: 110px; margin:0 auto; }
.friendship_list .slidefsBox .bd li{ float:left; height:110px; margin-right:20px; position:relative; }
.friendship_list .slidefsBox .prev{ position:absolute; top:0; left:0; width:70px; height:100%; background:url(../images/branch_prev.png) no-repeat center 28px; opacity:1; cursor:pointer; }
.friendship_list .slidefsBox .next{ position:absolute; top:0; right:0; width:70px; height:100%; background:url(../images/branch_next.png) no-repeat center 28px; opacity:1; cursor:pointer; }
.friendship_list .slidefsBox .prev:hover{ background:url(../images/branch_prev_cur.png) no-repeat center 28px; }
.friendship_list .slidefsBox .next:hover{ background:url(../images/branch_next_cur.png) no-repeat center 28px; }
.friendship_li{ display:block; }
.friendship_img{ width:160px; height:70px; overflow:hidden; }
.friendship_img img{ max-width:100%; transition:all 0.5s ease 0s; }
.friendship_info{ font-size:14px; line-height:40px; color:#000000; text-align:center; transition:all 0.5s ease 0s; }
.friendship_li:hover img{ opacity:0.5; }
.friendship_li:hover .friendship_info{ color:#ee5949; }


/************* 产品 *****************/
.inside_banner{ min-width:1200px; position:relative; }
.inside_banner_img{ width:100%; height:100%; }
.inside_banner .banner01 img{position: relative;left: 50%;transform: translateX(-50%);}
.inside_banner .banner02 img{position: relative;left: 50%;transform: translateX(-50%);}
.inside_banner .banner03 img{position: relative;left: 50%;transform: translateX(-50%);}
.inside_banner .banner04 img{position: relative;left: 50%;transform: translateX(-50%);}
.inside_banner_nav{ position:absolute; bottom:0; left:0; width:100%; height:50px; background:rgba(33,56,114,0.7); }
.inside_nav{ width:1200px; margin:0 auto; position:relative; }
.inside_nav .swiper-container{ width:1140px; height:50px; margin:0 auto; position:relative; }
.inside_nav .swiper-container .swiper-wrapper{position: relative; height:100%; margin:0 auto; }
.inside_nav .swiper-container .swiper-slide{ width:190px; height:100%; position:relative; opacity:1; }
.inside_nav .swiper-button-prev{ width:30px; height:100%; background:url(../images/inside_nav_prev.png) no-repeat center; opacity:1; left:0; top:0; margin-top:0; }
.inside_nav .swiper-button-next{ width:30px; height:100%; background:url(../images/inside_nav_next.png) no-repeat center; opacity:1; right:0; top:0; margin-top:0; }
.inside_navli{ display:block; width:190px; height:50px; font-size:14px; line-height:50px; color:#ffffff; text-align:center; overflow:hidden; transition:all 0.5s ease 0s; }
.inside_navli:hover{ background:#213872; }
.inside_navli.active{ background:#ee5949; }

.inside_main{ background:#fff; }
.inside_main .modelbox_li_{ padding:20px 14px 19px 15px; }
.inside_main .modelbox_more{ margin:20px auto 0; }
.inside_main .model_item{ padding: 30px 0; }

/************* 产品 详情页 *****************/
.proddetail_part01{ padding:50px 30px 59px; background:#fff; border-bottom:1px solid #ebecee; overflow:hidden; }
.proddetail_part01_img{ float:left; width:640px; height:515px; }
.prod_big_img{ width:640px; height:427px; position:relative; overflow:hidden; }
.prod_big_img div{ position:absolute; top:0; left:0; width:100%; height:100%; display:none; }
.prod_li_img{ width:640px; height:83px; margin-top:5px; overflow:hidden; }
.prod_li_img .li{ float:left; width:125px; height:83px; margin-right:3px; position:relative; cursor:pointer; overflow:hidden;  }
.prod_li_img .li .li_{ width:100%; height:100%; transition:all 0.5s ease 0s; }
.prod_li_img .li .mark{ position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,0.5); transition:all 0.5s ease 0s; }
.prod_li_img .li.on .mark{ opacity:0; }
.prod_li_img .li:hover .li_{ transform:scale(1.05); }
.prod_info{ float:left; width:500px; }
.prod_title{ margin-top:19px; padding:0 28px; font-size:28px; line-height:40px; color:#2b3039; font-weight:bold; }
.prod_parameter{ margin-top:16px; padding:0 28px; }
.prod_item{ font-size:14px; line-height:28px; color:#a6aebb; }
.parameter_list{ font-size:14px; line-height:35px; color:#2b3039; }
.parameter_list div{ overflow:hidden; }
.parameter_list div div{ float:left; }
.parameter_list div span{ overflow:hidden; }
.prod_btn{ overflow:hidden; margin-top:58px; padding-left:19px; }
.prod_btn .backbtn{ float:left; width:160px; height:50px; border-radius:4px; background:#444f6d; transition:all 0.5s ease 0s; }
.prod_btn .backbtn a{ display:block; width:100%; height:100%; font-size:16px; line-height:50px; color:#ffffff; text-align:center; }
.prod_btn .backbtn:hover{ background:#213872; }
.prod_btn .hotline{ float:left; width:270px; height:50px; border-radius:4px; background:#ee5949; margin-left:10px; font-size:16px; color:#ffffff; line-height:46px; text-align:center;  }
.prod_btn .hotline span{ font-size:22px; color:#ffffff; }
.proddetailmain{ padding:0 30px; background:#ffffff; border-bottom:1px solid #ebecee; }

.performance_cont{ padding:30px 0 58px; background:url(../images/proddetail_bgline.png) no-repeat left bottom; font-size:14px; line-height:40px; color:#000000; }
.performance_cont img{ max-width:100%; }

.grouppicture{ overflow:hidden; padding:23px 0 30px; background:url(../images/proddetail_bgline.png) no-repeat left bottom; }
.grouppicture:last-child{ background:none; }
.grouppicture_item{ margin-bottom:7px; overflow:hidden; }
.grouppicture_item .ch{ float:left; font-size:24px; line-height:40px; color:#000000; }
.grouppicture_item .en{ float:left; margin-left:15px; font-family:Arial; font-size:18px; line-height:50px; color:#3f4754; opacity:0.4; }
.grouppicture_list{ overflow:hidden; }
.grouppicture_li{ float:left; width:270px; height:180px; margin-right:20px; margin-bottom:20px; cursor:pointer; overflow:hidden; }
.grouppicture_li:nth-child(4n){ margin-right:0; }
.grouppicture_li_{ width:100%; height:100%; transition:all 0.5s ease 0s; }
.grouppicture_li:hover .grouppicture_li_{ transform:scale(1.05); }

.proddetail_cont{ padding:40px 30px; background:#fff; }
.proddetail_cont img{ max-width:100%; }

.prod_pop{ position:fixed; top:0; bottom:0; left:0; right:0; z-index:1000; background:rgba(0,0,0,0.7); display:none; }
.prod_pop_{ position:absolute; top:50%; left:50%; width:810px; height:543px; margin-left:-405px; margin-top:-271px; background:#ffffff; }
.bigimg_list{ padding:5px; position:relative; }
.bigimg_list .swiper-big-container{ width:800px; height:533px; margin:0 auto; position:relative; overflow:hidden; }
.bigimg_list .swiper-big-container .swiper-wrapper{position: relative; height:100%; margin:0 auto; }
.bigimg_list .swiper-big-container .swiper-slide{ height:100%; position:relative; opacity:1; }
.bigimg_list .swiper-button-prev{ width:100px; height:100%; background:url(../images/prod_big_prev.png) no-repeat 25px center; opacity:1; left:0; top:0; margin-top:0; }
.bigimg_list .swiper-button-next{ width:100px; height:100%; background:url(../images/prod_big_next.png) no-repeat 62px center; opacity:1; right:0; top:0; margin-top:0; }
.bigimg_li{ width:100%; height:100%; }
.close_btn{ position:absolute; top:0; right:0; z-index:100; width:60px; height:60px; cursor:pointer; }
.close_btn div{ position:absolute; top:50%; left:50%; width:18px; height:18px; margin-top:-9px; margin-left:-9px; background:url(../images/close.png) no-repeat center; transition:all 0.5s ease 0s; }
.close_btn:hover div{ transform:rotate(270deg); -ms-transform:rotate(270deg); -moz-transform:rotate(270deg); -webkit-transform:rotate(270deg); -o-transform:rotate(270deg); }


/************* 新闻专栏 *****************/
.news_item{ height:100px;text-align: center;border-bottom: 1px solid #ebecee;}
.news_item div{ display:inline-block; height:39px; padding:30px 17px; border-bottom:3px solid #ee5949; font-size: 35px;line-height:40px;color: #3f4754;  }
.news_list{ padding:0 30px 46px; }
.news_li{ height:219px; border-bottom:1px dashed #cccccc; }
.news_li a{ display:block; padding:30px 0 29px; }
.news_img{ float:left; width:240px; height:160px; overflow:hidden; position:relative; }
.news_img_{ width:100%; height:100%; transition:all 0.5s ease 0s; }
.news_mark{ position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(33,56,114,0.6); opacity:0; transition:all 0.5s ease 0s; }
.news_mark div{ position:absolute; top:50%; left:50%; width:86px; height:28px; margin-left:-43px; margin-top:-14px; border-radius:14px; background:#ee5949; font-size:14px; line-height:26px; text-align:center; color:#ffffff; }
.news_info{ overflow:hidden; margin-left:260px; }
.news_title{ font-size:20px; color:#000000; line-height:32px; margin-top:15px; }
.news_date{ font-size:12px; color:#81848f; line-height:24px; }
.news_desc{ font-size:14px; color:#81848f; line-height:26px; margin-top:14px; }
.news_li:hover .news_img_{ transform:scale(1.05); }
.news_li:hover .news_mark{ opacity:1; }
.news_li:hover .news_title{ text-decoration:underline; }

/************* 新闻专栏  详情页 *****************/
.news_detail_title{ margin:0 30px; padding:57px 0 21px; border-bottom:1px dashed #cccccc; }
.news_detail_title_{ font-size:30px; color:#000000; text-align:center; line-height:40px; }
.news_detail_info{ font-size:14px; color:#81848f; text-align:center; line-height:42px; }
.news_detail_info span{ margin:0 12px; }
.news_detail_cont{ padding:34px 30px 0; }
.news_detail_cont img{ max-width:100%;width:auto !important;height:auto !important; }
.news_backbtn{ text-align:center; margin-top:68px; padding-bottom:56px; }
.news_backbtn a{ display:inline-block; width:160px; height:50px; border-radius:4px; background:#444f6d; font-size:16px; line-height:50px; color:#ffffff; text-align:center; transition:all 0.5s ease 0s; }
.news_backbtn a:hover{ background:#213872; }


/************* 鳌尊优势 *****************/
.advantage_main{ padding:0 30px 41px; border-bottom:2px solid #eaedf2; }
.advantage_cont{ padding:43px 0 23px; }
.advantage_cont img{ max-width:100%; }
#map{ width:1140px; height:400px; }


/************* 分公司详情 *****************/
.branch_detail_cont{ padding:40px 30px 65px; }
.branch_detail_cont img{ max-width:100%; }

/************* 搜索结果页 *****************/
.noresult{ text-align:center; padding:96px 0 116px;  }
.noresult_tip{ font-size:20px; line-height:40px; color:#3f4754; margin-top:30px; }




