body,div,h1,h2,p,ol,ul,li,dl,dd,dt,input{ margin: 0; padding: 0; border: 0; font-family: Microsoft YaHei, Helvitica, Verdana, Arial, san-serif;}
@-webkit-viewport {width: device-width;}
@-moz-viewport {width: device-width;}
@-ms-viewport { width: device-width;}
@-o-viewport {width: device-width;}
@viewport { width: device-width;}
html,body { min-height: 100%;}
*{ margin:0; padding:0; list-style:none;}
.clear{ clear:both;}



/*头部*/
#header{ display:block; background:url("../images/hanmi_logo.png") no-repeat center center; background-size:215px;#fff;text-align:center; height:60px; color:#fff; position:relative; border-top:3px solid #e1403b; border-bottom:1px solid #e9e9e9;}
/*头部导航*/
#header .logo_link{ display:block; position:absolute; left:50%; margin-left:-25%; width:50%; height:60px; line-height:60px;}
#header .nav_box{ background:#ccc; width:60px; height:100%; float:left;}
#header span.nav{ width:45px; height:45px; position: absolute; left:6px; top:6px; background: url("../images/btn1.png") no-repeat center center; background-size: 55%; cursor:pointer;
transform:rotate(0deg);
-ms-transform:rotate(0deg);  /* IE 9 */
-moz-transform:rotate(0deg);  /* Firefox */
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
-o-transform:rotate(0deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#header span.nav.on{ background: url("../images/btn2.png") no-repeat center center; background-size: 55%;
transform:rotate(135deg);
-ms-transform:rotate(135deg); /* IE 9 */
-moz-transform:rotate(135deg); /* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
#header span.logo{ height:50px;}
/*导航弹出二级、三级*/
.menu{ overflow:hidden; width:100%; position:absolute; left:0;top:64px; right:0; z-index:9999; height:0;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
.menu dl{ display:block; margin-bottom: 0;background-color: #fff;padding-bottom: 0.6rem;}
.menu dl dt{ display:block; width: 100%; height:2em; line-height:2em; padding-left:0.1rem; border-bottom:1px solid #ef4e49;padding-left: 1em;padding-bottom: 0.6rem;}
.menu dl dt a{ font-size:1.1em; color:#3f3f3f; font-weight:bold;}
.menu dl dd{ display:block; width:auto; background:#f4f4f4;}
.menu dl dd a{ display:block; float:left; color:#3f3f3f; width:33%;/* line-height:25px;font-size: 0.9em;*/ padding: 0.5em 0; text-align:center; text-decoration:none; border-bottom:1px solid #e9e9e9; border-right:1px solid #e9e9e9;}
/*.menu dl dd:nth-child(even) a{ border-right:none;}偶数行：黄色*/

/*搜索框*/
@font-face { /*css实现icon图标样式*/
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.sb-search{ position: absolute; right:10px; top:9px; width: 0%; min-width:41px; height:42px; overflow: hidden; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; background:#eaeaea;-moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;}
.sb-search form{}
.sb-search-input{ position:absolute; top:0;right:0; border:none; outline:none; width:100%;/* height:20px;*/ line-height:20px;padding: 10px 0px 10px 0px; z-index:10; text-indent:1em; font-size:14px;color:#2c3e50; }
.sb-search-input::-webkit-input-placeholder { color: #3f3f3f;}
.sb-search-input:-moz-placeholder { color: #3f3f3f;}
.sb-search-input::-moz-placeholder { color: #3f3f3f;}
.sb-search-input:-ms-input-placeholder { color: #3f3f3f;}

.sb-icon-search,.sb-search-submit{ width:38px; height:38px; line-height:38px;display:block;position: absolute; color:#cccccc; right:0; top:0; padding:0; margin:0; text-align: center; cursor: pointer; border:2px solid #fff; -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;}
.sb-search-submit{ background: #fff; /* IE needs this */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */ filter: alpha(opacity=0); /* IE 5-7 */ opacity: 0;color: transparent;border: none;outline: none;z-index: -1;}
.sb-icon-search{ color:#cccccc; background:#fff; z-index: 90;font-size: 22px;font-family: 'icomoon';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;-webkit-font-smoothing: antialiased;}
.sb-icon-search:before { content: "\e000";}

/* Open state 点击打开搜索框*/
.sb-search.sb-search-open,.no-js .sb-search { width:77%;}
.sb-search.sb-search-open .sb-search-input{ background:#eaeaea;/* padding-left:1em;*/}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search{ background:#fff;color: #f04e49;z-index: 11; border:2px solid #e9e9e9; -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit { z-index: 90;}


/*二级导航*/
.second_level{ height:45px; vertical-align:top; background:#838383 url(../images/erji_sx_03.jpg) repeat-y center top; background-size:2px; cursor:pointer;}
.nice-select{ width:50%; float: left; height:45px; position:relative; background:url(../images/erji_jt.png) no-repeat 93% center; background-size:20px;}
.nice-select input{ display:block; text-indent:1em; /*padding-left:10px;*/ height:45px; line-height:45px; border:0;outline: 0;background: none; color:#fff; cursor:pointer; font-size:14px; font-family: Microsoft YaHei, Helvitica, Verdana, Arial, san-serif;}
.nice-select ul{ width:100%; display:none; position:absolute; left:-1px; top:45px; background-color:#838383; overflow-y:auto; border-top: 0;z-index: 9999;}
.nice-select ul li{ height:40px; line-height:40px; overflow:hidden; text-indent:1em; color:#fff; border-top:1px solid #8e8e8e; cursor:pointer; font-size:14px;}
.nice-select ul li.on{ background-color: #a0a0a0;}


/*头部底部阴影*/
.shadow_div{ position:absolute; left:0; bottom:-15px; width:100%; height:15px; background:url(../images/shadow.png) repeat-x top; background-size:1%; z-index:10;}

/*banner*/
.swiper-container{ width: 100%; height: 100%;} 
.swiper-slide{ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}

/*hanmi_column 栏目*/
.hanmi_column{ list-style: none outside none; margin: 0 auto; padding: 0;width: 90%;}
.hanmi_column li{ float: left; margin-left: 2.5%; margin-top: 2.5%; width: 30%; overflow: hidden;}
.hanmi_column li a{ display: block; text-align: center; text-decoration:none;}
.hanmi_column li a img{ margin: 0.5em auto 0.5em; width:50%; /*height:60px;*/}
.hanmi_column li a span{ display: block; /*height: 30px; line-height: 30px;*/ color: #666666; /*font-size: 14px;*/}


/*模块头部阴影*/
.shadow_div1{ position:absolute; left:0; bottom:-15px; width:100%; height:15px; background:url(../images/shadow.png) repeat-x top; background-size:1%; z-index:10;}
/*模块公共头部样式*/
.modular_top{ /*height:3em; line-height:3em;*/ padding:0.8em 0; border-top:1px solid #e9e9e9; position:relative; background:#fff; color:#e1403b;} 
.modular_top img{ float:left; width:3.5%; /*height:20px;*/ margin:0.2em 0.5em 0 1em;}
.modular_top span{ float:right; margin:0 1em 0 0;}
.modular_top span a{ color:#dddddd; text-decoration:none; outline:none; font-size: 1.5rem;}
.modular_top span a:hover{ text-decoration:none;}
/*模块滑动效果统一样式*/
.swiper1,.swiper2,.swiper3{ width: 100%; /*min-height:300px;*/margin: 20px 0;}

/*product_center产品中心*/
.product_center{ width:100%; margin-top:25px; padding:0; background:#f3f3f3;}
.slide_one{ text-align:center; padding-bottom:3em;}
.slide_one dl{ display: block; width:100%; margin: 0 auto;}
.slide_one dl dt{ display: block; width:100%; margin: 0 auto; text-align:center;}
.slide_one dl dt img{ width:75%; height:auto;}
.slide_one dl dd{ display:block; width:75%; color:#333333; line-height: 1.5em; margin:0 auto; text-align: center; /*font-size: 1em;*//* text-indent:2em;*/}

/*media_center媒体中心*/
.media_center{ background:#f3f3f3;}
.slide_two{ display: block; vertical-align: top;}
.slide_two dl{ display:inline-block; width:100%; padding:1.5em 1.5em; vertical-align: top;}
.slide_two dl dt{ display:block;width:30%; float:left;}
.slide_two dl dt img{ width:100%;}

.slide_two dl dd{ display:block; width:55%; padding-left: 1.2em; padding-right:0.8em; font-size: 1em; line-height: 1em; float:left;}
.slide_two dl dd h3{ font-size: 1.2em; line-height:1.3em; margin-bottom:6px; color:#333333; text-align:justify; text-justify:inter-ideograph;}
.slide_two dl dd h3 a{color: #333333;}
.slide_two dl dd p{ line-height:1.3em; text-align:justify; margin-bottom:5px; text-justify:inter-ideograph;  text-indent:2em;}
.slide_two dl dd span{ display:block; font-size:0.7em; text-align:right; color:#999999; line-height: 2em;}

/*social_responsibility社会责任*/
.social_responsibility{ background:#f3f3f3;}

/*bottom_of_hanmi*/
.bottom_of_hanmi{}
.bottom_of_hanmi dl{ display:block; height:auto; margin:0px; border-top:1px solid #e9e9e9;}
.bottom_of_hanmi dl dt{ display:block; width:45%; float:left;}
.bottom_of_hanmi dl dt img{ width:80%; margin:2em 0 0 1.6em;}
.bottom_of_hanmi dl dt p{ line-height:1.5em; margin-top:0.5em; margin-left:1.6em;}
.bottom_of_hanmi dl dd{ display:block; width:50%; float:right;}
.bottom_of_hanmi dl dd img{ width:90%;}
.bottom_of_hanmi dl a{color: #333;/*font-size: 11.625px*/}



/*--------------------------------------------内页-------------------------------------------*/
.hanmi_content_one{ width:100%; padding:2rem 0;}
.bj_hanmi{ width:auto; padding:0 1.5rem;}
.bj_hanmi img{}
.bj_hanmi h2{ font-size:2.3rem;}
.bj_hanmi h4{ font-size:1.4rem;}
.bj_hanmi p{ font-size:1.2rem; line-height:2.2rem; margin:1rem 0; text-indent:2em; text-align:justify; text-justify:inter-ideograph; color:#444444;}

.hanmi_content_two{ width:auto; clear:both;}
.wenhua_box{ width:auto;}

.hanmi_content_three{ width:100%; padding:2rem 0;}
.hanmi_content_three div img{width:100%; margin: 0.6rem 0;}
/*关于韩美---工艺流程 TAB切换样式*/
#Tab1{ width:100%; margin:0px;padding:0px; margin:0 auto;}
.Menubox_one { width:100%; height:60px; background:#f3f3f3;}
.Menubox_one ul{ display:block; width:100%; height:60px; margin:0px; padding:0px; background:url(../images/sx_1_03.jpg) repeat-y center top; background-size:1px;}
.Menubox_one li{ float:left; display:block; cursor:pointer; color:#999999; width:50%; height:60px; line-height:60px; border-bottom:1px solid #e9e9e9; text-align:center; font-size:14px;}
.Menubox_one li.hover{ padding:0px;color:#000; height:60px; border-bottom:1px solid #e1403b; width:50%;}
.Contentbox_one{ clear:both; padding-bottom:10px; border-top:none;}

/*关于韩美----总裁致辞*/
.zhici_box{ width:auto; padding:0 1.5rem;}
.zhici_box h2{ font-size:1.4rem; text-align:center; color:#e1403b;}
.zhici_box p{ font-size:1.2rem; line-height:2.2rem; margin:1rem 1rem; text-indent:2em;text-align:justify; text-justify:distribute-all-lines; text-align-last:justify; color:#444444;}
.zhici_box span{ display:block; text-align:right; padding: 0 2rem; margin-top:1rem;}
.zhici_box span p{ text-align:right;}

/*关于韩美----企业荣誉 框架*/
.mui-bar~.mui-content .mui-fullscreen { top: 44px;height: auto;}
.mui-pull-top-tips { width: 40px;border-radius: 100%;z-index: 1;}
.mui-bar~.mui-pull-top-tips { top: 24px;}
.mui-pull-top-wrapper { width: 42px;height: 42px;display: block;text-align: center;background-color: #efeff4;border: 1px solid #ddd;border-radius: 25px;background-clip: padding-box;box-shadow: 0 4px 10px #bbb;overflow: hidden;}
.mui-pull-top-tips.mui-transitioning{ -webkit-transition-duration: 200ms;transition-duration: 200ms;}
.mui-pull-top-tips .mui-pull-loading{ margin: 0;}
.mui-pull-top-wrapper .mui-icon,.mui-pull-top-wrapper .mui-spinner { margin-top: 7px;}
.mui-pull-bottom-tips{ text-align: center;background-color: #efeff4;font-size: 15px;line-height: 40px;color: #777;}
.mui-pull-top-canvas{ overflow: hidden;background-color: #fafafa;border-radius: 40px;box-shadow: 0 4px 10px #bbb;width: 40px;height: 40px;margin: 0 auto;}
.mui-pull-top-canvas canvas { width: 40px;}
.mui-slider-indicator.mui-segmented-control { background-color: #efeff4;}

/*企业荣誉内容*/
.rongyu_list{ display:block; background:url(../images/sx_1_03.jpg) repeat-y center top; background-size:1px;}
.rongyu_list dt{ display:block; height:4rem; line-height:4rem; border-bottom:2px solid #e1403b;}
.rongyu_list dt span{ display:block; float:left; width:50%; text-align:center; font-size:1.5rem;}
.rongyu_list dd{ display:block; min-height:1.5rem; padding:1rem 0; border-bottom:1px solid #e9e9e9;} 
.rongyu_list dd p{ display:inline-block; float:left; width:50%; text-align:center; font-size:1rem;}
.rongyu_certificate{ display:block;}
.rongyu_certificate dt{ display:block; height:4rem; line-height:4rem; border-bottom:2px solid #e1403b; text-align:center; font-size:1.5rem;}

.rongyu_certificate dd{ display:block; min-height:1.5rem; padding-bottom:2rem;}
.rongyu_certificate dd p{ float: left; margin-left: 2.5%; margin-top: 2.5%; width: 30%; overflow: hidden;}
.rongyu_certificate dd p img{ margin: 0.5em auto 0.5em; width:50%;}
.rongyu_certificate dd p span{ display: block; color: #666666; font-size:1rem; text-align:center;height:4.5rem;}

/*关于韩美----公司环境*/
.hj_box{ padding:1.5rem 1.5rem;}
.hj_box img{ margin:0.5rem 0;}

/*关于韩美----合规管理*/
.hegui_gl{ padding:1.5rem 1.5rem;}




/*产品中心*/
.product_box{ margin:0 1.5rem;}
.product_box .product_list{ display: block; width:100%; margin: 0 auto;}
.product_box .product_list dt{ display: block; width:100%; margin: 0 auto; text-align:center;}
.product_box .product_list dt img{ width:75%; height:auto;}
.product_box .product_list dd{ display:block; width:100%; color:#333333; border-bottom:1px solid #e1403b; line-height:2em; font-size:1.6rem; margin-bottom:0.5em; text-align: center;}
.product_box .product_list dd span{ color:#e1403b;}
.product_box .product_list p{ text-indent:2em; line-height:1.8em; color:#767676;}

.cp_xximg{ text-align:center;}
.list_tite{ display:block;}
.cp_list{ display:block; border-bottom:1px solid #e9e9e9; padding:1rem 0;}
.cp_list span{ display:block; line-height:2rem; font-size:1.5rem; margin-bottom:1rem;}
.cp_list p{ margin:0px; color:#919191; font-size:1.2rem; line-height:1.9rem; text-align:justify; word-break:break-all; text-justify:inter-ideograph;}

.table_cent tr td{ padding:0.8 0.8rem; text-align:left; border-bottom:1px solid #ececec;}

/*研究中心*/
.research_center{ background:url(../images/jj_img_03.jpg) no-repeat center bottom; background-size:90%; padding-bottom:10rem;}
.jj_h41{ line-height: 2.4rem; color:#000; text-indent:2em; text-align:justify; text-justify:inter-ideograph;}
.jj_h42{ width:70%; text-indent:2em; text-align:justify; text-justify:inter-ideograph;line-height: 2.4rem; color:#000;}
.jj_p{ width:70%;}

/*研究中心----研发投资*/
.yanjiu_touzi{ width:auto; padding:0 1.5rem;}
.yanjiu_touzi h2{ font-size:2.3rem;}
.yanjiu_touzi p{ font-size:1.2rem; line-height:2.2rem; text-indent:2em; text-align:justify; text-justify:inter-ideograph; color:#444444;}


/*研究中心----研发技术*/
#Tab2{ width:100%; margin:0px;padding:0px; margin:0 auto;}
.Menubox_two { width:100%; height:60px; background:#f3f3f3;}
.Menubox_two ul{ display:block; width:100%; height:60px; margin:0px; padding:0px; background:url(../images/sx_1_03.jpg) repeat-y 33.3% top,url(../images/sx_1_03.jpg) repeat-y 66.6% top; background-size:1px;}
.Menubox_two li{ float:left; display:block; cursor:pointer; color:#999999; width:33.3%; height:60px; line-height:60px; border-bottom:1px solid #e9e9e9; text-align:center; font-size:14px;}
.Menubox_two li.hover{ padding:0px;color:#000; height:60px; border-bottom:1px solid #e1403b; width:33.3%;}
.Contentbox_two{ clear:both; padding-bottom:10px; border-top:none; text-align:center;}

/*研究中心----研发联盟*/
/*联系方式*/
.lx_information .lx_box{ display:block; line-height:4.2rem; border-bottom:1px solid #e9e9e9;}
.lx_information span{ display:block;}
.lx_information ul{ display:block;}
.lx_information ul li{ display:block; line-height:2.2rem; font-size:1.2rem;}

/*媒体中心----韩美动态*/
.meiti_dynamic dl{ display:inline-block; width:auto; padding:1.5em 1.2em 1.5em 1.5em; vertical-align: top; border-bottom:1px solid #e9e9e9;}
.meiti_dynamic dl dt{ display:block;width:30%; float:left;}
.meiti_dynamic dl dt img{ width:100%;}
.meiti_dynamic dl dd{ display:block; width:65%; padding-left: 1.2em; font-size: 1em; line-height: 1em; float:left;}
.meiti_dynamic dl dd h3{ font-size: 1.2em; line-height:1.3em; margin-bottom:6px; color:#333333; text-align:justify; text-justify:inter-ideograph;}
.meiti_dynamic dl dd p{ line-height:1.5em; font-size: 1.2rem; text-align:justify; margin-bottom:5px; text-justify:inter-ideograph;}
.meiti_dynamic dl dd p a{ color:#333333;}
.meiti_dynamic dl dd span{ display:block; font-size:1rem; text-align:left; color:#999999; line-height: 2em;}
.meiti_dynamic dl dd span b{ float:right; font-size:0.8rem; display:block; background:#ededed; color:#a9a9a9; font-weight:normal; padding:0 0.8rem;-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}
/*分页*/
.page_box{ padding:2rem 0; text-align:center;}
.page_box a{ padding:0.3rem 0.4rem; margin:0 0.1rem; color:#dcdcdc; border:1px solid #dcdcdc;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.page_box a:hover{ color:#fff; border:1px solid #ef4e49; background:#ef4e49;}

/*媒体中心----媒体报道*/
.meiti_mtbaodao dl{ display:block; width:auto; padding:1.5em 1.2em 1.5em 1.5em; vertical-align: top; border-bottom:1px solid #e9e9e9;}
.meiti_mtbaodao dl dt{ display:block; line-height:1.5em; font-size: 1.2rem; margin-bottom:0.5rem; text-align:justify; text-justify:inter-ideograph;}
.meiti_mtbaodao dl dt a{ color:#333333;}
.meiti_mtbaodao dl dd{ display:block; font-size:1rem; text-align:left; color:#999999; line-height: 2em;}
.meiti_mtbaodao dl dd span{ float:right; font-size:0.8rem; display:block; background:#ededed; color:#a9a9a9; font-weight:normal; padding:0 0.8rem;-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}

/*媒体中心----视频展示*/
.meiti_video{ padding: 0 1.5rem;}
.meiti_video h2{ line-height:4rem; margin:0;}

/*媒体中心----视频展示*/
.meiti_lishiguan{ padding: 0 1.5rem;}

/*社会责任----韩美公益*/
.gongyi_text{ width:auto; line-height:4rem; text-align:center; border-bottom:1px solid #e9e9e9;}
.responsibility_hanmigy{ padding: 0 1.5rem;}
.responsibility_hanmigy h2{ line-height:2.5rem; margin:1rem 0; color:#000;}
.responsibility_hanmigy p{ font-size:1.2rem; line-height:2.2rem; text-indent:2em; text-align:justify; text-justify:inter-ideograph; color:#444444; word-break:break-all; white-space:pre-wrap;}
.responsibility_list{ border-top:1px solid #e9e9e9; margin-top:1rem;}
.responsibility_list dl{ display:inline-block; width:auto; padding:1.5em 1.2em 1.5em 1.5em; vertical-align: top; border-bottom:1px solid #e9e9e9;}
.responsibility_list dl dt{ display:block;width:30%; float:left;}
.responsibility_list dl dt img{ width:100%;}
.responsibility_list dl dd{ display:block; width:65%; padding-left: 1.2em; font-size: 1em; line-height: 1em; float:left;}
.responsibility_list dl dd h3{ font-size: 1.2em; line-height:1.3em; margin-bottom:6px; color:#333333; text-align:justify; text-justify:inter-ideograph;}
.responsibility_list dl dd p{ line-height:1.5em; font-size: 1.2rem; text-align:justify; margin-bottom:5px; text-justify:inter-ideograph;}
.responsibility_list dl dd p a{ color:#333333;}
.responsibility_list dl dd span{ display:block; font-size:1rem; text-align:left; color:#999999; line-height: 2em;}
.responsibility_list dl dd span b{ float:right; font-size:0.8rem; display:block; background:#ededed; color:#a9a9a9; font-weight:normal; padding:0 0.8rem;-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}

/*加入韩美----招贤纳士*/
.zhaoxian_nashi{ padding: 0 1.5rem;}
.zhaoxian_nashi p{ font-size:1.2rem; line-height:2.2rem; margin:1rem 0; text-indent:2em; text-align:justify; text-justify:inter-ideograph; color:#444444;}
.zhaoxian_nashi .zx_one_p{ color:#e1403b;}
.zhaoxian_nashi span{ display:block; font-size:1.2rem; line-height:2.2rem;}

/*加入韩美----人在韩美*/
.rz_hanmi{ padding: 0 1.5rem;}
.rz_hanmi p{ padding:0 1.5rem; text-indent:2rem; line-height:1.5em; text-align:justify; text-justify:inter-ideograph; word-break:break-all; white-space:pre-wrap;}
.rz_hanmi p span{ color:#e1403b;}
.hanmei_people{ list-style: none outside none; margin: 0 auto; padding: 0;width:100%;}
.hanmei_people li{ float: left; margin-left: 2.5%; margin-top: 2.5%; width: 30%; overflow: hidden;}
.hanmei_people li a{ display: block; text-align: center; text-decoration:none;}
.hanmei_people li a img{ margin: 0.5em auto 0.5em; width:80%;}
.hanmei_people li a span{ display: block; color: #666666; /*font-size: 14px;*/}

.rz_hanmi_xx{ padding: 0 1.5rem;}
.rz_hanmi_xx img{ display:block; margin:1rem auto;}
.rz_hanmi_xx h4{ display:block; margin:0 auto; font-weight:normal; color:#626262; font-size:1.5rem; line-height:1.3em; margin-bottom:1.5rem; text-align:center; word-break:break-all; white-space:pre-wrap;}
.rz_hanmi_xx h4 span{ color:#000;}
.rz_hanmi_xx p{ text-indent:2rem; font-size: 1.2rem; line-height:1.8em; text-align:justify; text-justify:inter-ideograph; word-break:break-all; white-space:pre-wrap;}



/*加入韩美----员工活动*/
.yg_huodong{}
.yg_huodong dl{ display:inline-block; width:auto; padding:1.5em 1.2em 1.5em 1.5em; vertical-align: top; border-bottom:1px solid #e9e9e9;}
.yg_huodong dl dt{ display:block;width:30%; float:left;}
.yg_huodong dl dt img{ width:100%;}
.yg_huodong dl dd{ display:block; width:65%; padding-left: 1.2em; font-size: 1em; line-height: 1em; float:left;}
.yg_huodong dl dd p{ line-height:1.5em; font-size: 1.1rem; margin-bottom:5px; text-align:justify; text-justify:inter-ideograph; word-break:break-all; white-space:pre-wrap;}
.yg_huodong dl dd p a{ color:#333333;}
.yg_huodong dl dd span{ display:block; font-size:0.9rem; text-align:left; color:#999999; line-height:1.3em; text-align:justify; text-justify:inter-ideograph; word-break:break-all; white-space:pre-wrap;}

/*加入韩美----Q&A*/
.q_abox dl{ display:block; width:auto; padding:1.5em 1.2em 1.5em 1.5em; vertical-align:top;}
.q_abox dl dt{ display:block;width:3rem; float:left;}
.q_abox dl dt span{ display:block; width:2.2rem; height:2.2rem; line-height:2.2rem; text-align:center; color:#fff; font-size:1.5rem; -moz-border-radius:100px; -webkit-border-radius:100px; border-radius:100px;}
.q_abox dl dd{ display:block; width:87%; padding-left:0.5em; font-size: 1.3em; line-height:1.5em; float:left; text-align:justify; text-justify:inter-ideograph; word-break:break-all; white-space:pre-wrap;}

.q_abox .q_list dt span{ background:#e1403b;}
.q_abox .a_list{ background:#e9e9e9; border-bottom:1px solid #cccccc;}
.q_abox .a_list dt span{ background:#999999;}


/*网站地图*/
.wz_ditu{ background-color:#fff; width:100%; z-index:9999;}
.wz_ditu dl{ display:block; margin-bottom: 0;}
.wz_ditu dl dt{ display:block; width: 100%; height:4em; line-height:4em; border-bottom:1px solid #ef4e49; text-indent:1rem;}
.wz_ditu dl dt a{ font-size:1.1em; color:#3f3f3f; font-weight:bold;}
.wz_ditu dl dd{ display:block; width:auto; background:#f4f4f4;}
.wz_ditu dl dd a{ display:block; float:left; color:#3f3f3f; width:33%;/* line-height:25px;font-size: 0.9em;*/ padding:1rem 0; text-align:center; text-decoration:none; border-bottom:1px solid #e9e9e9; border-right:1px solid #e9e9e9;}

/*联系我们*/
.contact_box{ position:relative;}
.contact_box ul{ display:block; width:auto; position:absolute; padding:2rem 1.5rem;}
.contact_box ul li{ display:block; font-size:0.8rem; line-height:1.8rem;}
.contact_box ul li span{ display:block; float:left; width:6.5rem; margin-right:1rem; text-align:right;}
.contact_box ul li b{ font-weight:normal;}

/*通用详情页*/
.details_box{ padding:0 1.5rem;}
.details_box h2{ font-size:1.5rem; text-align:center; line-height:2rem;}
.details_box h3{ font-size:0.8rem; text-align:center;}
.details_box p{ line-height:1.7em; font-size: 1.1rem; margin:0.6rem 0; text-align:justify; text-justify:inter-ideograph; word-break:break-all; white-space:pre-wrap;}
.details_box p img{ width:100%; margin:0.6rem 0;}

/*contact_us联系我们   网站地图*/
.contact_us{ width:100%; height:3.5em; line-height:3.5em; background:#666666;}
.contact_us a{ display:block; float:left; line-height:3.5em; width:49.5%; text-align:center; color:#e9e9e9; border-right:1px solid #fff;}

/*联系我们*/
/*
.contact_box{ position:relative;}
.contact_box ul{ display:block; position:absolute; padding:2rem 1.5rem;}
.contact_box ul li{ display:inline-block; font-size:0.8rem; line-height:1.8rem;}
.contact_box ul li span{ display:block; float:left; width:6.5rem; margin-right:1rem; text-align:right;}
.contact_box ul li b{ font-weight:normal;}
*/

/*family_sitebox*/
.family_sitebox{ display:block; width:100%; height:3.5em; line-height:3.5em; position:relative;}
.family_sitebox .drop_down{ display:block; width:85%; height:3.5em; line-height:3.5em; background:#ef4e49; color:#fff; float:left;}
.family_sitebox .drop_down a{ display:block; width:100%; height:3.5em; line-height:3.5em; color:#fff;}
.family_sitebox .drop_down span{ font-size:1em; float: left;  margin-left:1em; display: block;line-height: 3.5em;}
.family_sitebox .drop_down b{ font-size: 2em; margin-left: 3.5em; display: block; line-height: 1.7em;}
.family_sitebox .top_up{ display:block; width:15%; height:100%; text-align:center; background:#444446; color:#fff; vertical-align: middle; float:right;}
.family_sitebox .top_up a{ font-size:1.5rem; color:#fff;border-bottom:0.2em solid #fff;}

.menu_font{ padding: 0; position: absolute;z-index: 500; bottom:3.5em; width:100%; margin-left: 0; background:#ef4e49;}
.menu_font li{text-align: center; border-bottom:1px solid #f56763; padding-left:1em; }
.menu_font li a{ position:relative;color:#fff;text-decoration:none; display:block;width:100%;text-align:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

/*new_hanmifooter底部页脚*/
.new_hanmifooter{ padding:1em 0.5em; text-align:center; margin-bottom:0;}
.new_hanmifooter p{ font-size:0.8em; line-height:1.5em; margin:0;}
.new_hanmifooter h2{ font-size:1.1em; line-height:1.5em; font-weight:bold; margin:0;}
.new_hanmifooter span{ font-size:0.8em; line-height:1em; display:block; margin-bottom:1em;}

/*分享按钮*/
.jiathis{ width:auto; height:32px; margin:0 auto; text-align:center;}


