* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/*html,body { height: 100%; }*/

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
}

img{ border:0}



@font-face {  
    font-family:"family_DIN";
  src: url('../../fonts/DINCond-Black.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/DINCond-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/DINCond-Black.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/DINCond-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/DINCond-Black.svg#svgFontName') format('svg'); /* Legacy iOS */
  
font-stretch: condensed;
font-style: oblique;
font-weight: bold;
}

@font-face {
  font-family: "iconfont";
  src:    url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family:myfonts;
  src:url('../fonts/DIN-Medium.otf');
  src:url('../fonts/DIN-Medium.woff');
}
.myfonts{font-family:myfonts;}


body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

/*THE SPECIAL FONTS*/
@font-face {
    font-family: 'GothamBook';
    src: url(".../fonts/gothambook_0-webfont.eot");
    src: url("../fonts/gothambook_0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambook_0-webfont.woff") format("woff"), url("../fonts/gothambook_0-webfont.ttf") format("truetype"), url("../fonts/gothambook_0-webfont.svg#PingFang Heavy") format("svg");
    font-weight: normal;
    font-style: normal
}
.GothamBook{font-family: 'GothamBook';}
@font-face {
    font-family: 'Miller Display';
    src: url(".../fonts/miller-display_3-webfont.eot");
    src: url("../fonts/miller-display_3-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/miller-display_3-webfont.woff") format("woff"), url("../fonts/miller-display_3-webfont.ttf") format("truetype"), url("../fonts/miller-display_3-webfont.svg#PingFang Light") format("svg");
    font-weight: normal;
    font-style: normal
}
.Miller{font-family: 'Miller Display';}
body {
	min-width:1250px; overflow: hidden;
	font-size: 14px;
	color: #666666;
	background: #fff;
	font-family: 'GothamBook',PingFangSC,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
	-webkit-overflow-scrolling: touch; background:url(../images/body_back.jpg) center center no-repeat; background-size:cover;background-attachment:fixed
}
img{ max-width:100%;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}

a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}

a {
  color: #333333;
}
a:hover {
  color: #0062b0 ;-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.font12{ font-size: 12px;}
.font14{ font-size: 14px;}
.font16{ font-size: 16px;}
.font18{ font-size: 18px;}
.font20{ font-size: 20px;}
.font22{ font-size: 22px;}
.font24{ font-size: 24px;}
.font26{ font-size: 26px;}
.font30{ font-size: 30px;}
.font36{ font-size: 36px;}
.font40{ font-size: 40px;}
.font60{ font-size: 60px;}
.padding90{ padding:90px 0;}
.colord51b51{ color:#0b70b5}
.color0864af{ color:#0864af}
.color000000{ color:#000000}
.color333333{ color:#333333}
.color666666{ color:#666666}
.color999999{ color:#999999}
img.scale{
	transition: transform 2s;
}
a.imgshow:hover img.scale,
a:hover img.scale,
img.scale.hover{
	transform: scale(1.1);
}
img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode:bicubic;
    transition: transform 1s;
}
img.hover{
    transform: scale(1.15);
}
.ovh{
    overflow: hidden;
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.titile_home{ line-height:100%;  color:#999999; font-size:18px;letter-spacing:20px;}
.titile_home span{ position:relative; display:block; font-size:40px; color:#484848; padding-top:20px; padding-bottom:40px;letter-spacing:0px;text-transform:Uppercase}
.titile_home span::before {
    content: '';
    position: absolute;
    top:60px;
    left:0%;
    height:4px;
    background-color: #3a3a3a;
    width:30px;
}

.titile_home02{ line-height:100%;  color:#b3b3b3; font-size:18px;letter-spacing:20px; text-align:center}
.titile_home02 span{ position:relative; display:block; font-size:40px; color:#fff; padding-top:20px; padding-bottom:40px;letter-spacing:0px;text-transform:Uppercase}
.titile_home03{ line-height:100%; text-align:center; margin-bottom:50px; color:#333333}
.titile_home03 span{ position:relative}
.titile_home03 span::before {
    position: absolute;
    left:50%;
    bottom:-18px;
    margin-left:-16px;
    content: "";
    display: block;
    width:32px;
    height:3px; background-color:#0262ae;  
    transition: all .5s ease;
}
.titile_home03 p{ display:block; font-weight:normal; color:#666666; margin-top:50px;}


/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}

/*RESET the FORM*/
fieldset { border: 0!important;}

input, button, textarea, select { font-size:100%; outline:none; resize:none}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input, textarea{-webkit-appearance:none;} 

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }

/*RESET IMAGES*/
img { 

}

/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}

.text-center { text-align: center;}
.text-right { text-align: right;}

.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*MARGIN*/
.transition {
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
	    -ms-transition: all ease .4s;
	     -o-transition: all ease .4s;
	        transition: all ease .4s;
}
.w1200{ width:96%;max-width:1400px;margin:0 auto;}
.zixun_r{ position:fixed; top:50%; right:0; margin-top:-122px; z-index:100000}
.float_l{ float:left;}
.float_r{ float:right}
/*网站头部样式*/
.top_links{position: fixed; top:0px; left:0;z-index: 1000; width:100%; background-color:#3a3a3a; height:44px; line-height:44px; color:#d1d1d1;vertical-align: middle;}
.top_links a{ color:#FFFFFF}
.top_links_left{ float:left;}
.top_links_right{ float:right; height:100px; line-height:100px; padding-left:30px; display:inline; vertical-align:middle}
.top_links_right a{ color: #ffffff}
.top_links_right  .iconfont{color: #999; font-size:16px; vertical-align:middle;border-left:
#999 1px solid;padding-left: 20px;}
.top_links_right a .search_btn{color: #ffffff; font-size:16px; vertical-align:middle; margin-left:20px; padding-left:0; border:0}
.search_content{ position: fixed; left:0; top:0; right:0; bottom:0; z-index:20000; height:100%; width:100%;background: rgba(0,0,0,0.7); display:none}
.search_input{ position:fixed; top:50%; left:30%; width:40%; margin-top:-33px; z-index:20001; font-size:16px;display:none }
.search_input .input_area{ float:left; width:70%; background-color:#FFFFFF; height:66px; line-height:66px; text-indent:15px; border:0; color:#666666; font-size:14px;}
.search_input .input_submits{ float:left; width:30%; background-color:#0b70b5; height:66px; line-height:66px; border:0; color:#FFFFFF; font-weight:bold;font-size:14px;}

.header{ position: fixed; top:0px; left:0; height:80px; z-index:1000; width:100%; background-color:#ffffff;border-bottom: 1px solid #ebebeb;}
.header .w1200{ max-width:1600px;}
.header-in {
	margin: 0 auto; width:92%;
}
.mainMenu{ display:none;}
.logo { float: left;  vertical-align:middle; padding-top:21px;}
.logo  img{ width: auto; max-height:81px;}
.tianqi{float: right; width:250px;
color: #666666;
padding-top: 27px;
border-right: #dedede 1px solid;
height: 86px;
overflow: hidden;
margin-right: 20px;
display: inline;}
.tianqi .box strong{ font-size:18px; color:#333}
.tianqi .box .wtline{ color:#009944}
.Languagee_top{float: right;color:#666;font-size:20px; margin-top:26px;}
.Languagee_top a{ height:28px; line-height:28px; width:28px; text-align:center;color: #354e40; border:#354e40 1px solid;  font-size:14px;border-radius:50%; background-color:#fff;display: inline-block;}
.Languagee_top a.actives{background-color:#354e40; border:#354e40 1px solid; color:#FFFFFF}

.header  .nav{ float:right; line-height: 80px; margin-right:0px; display:inline }
.header  .nav ul li{ display:inline-block; padding:0 10px; position:relative}
/*.header  .nav ul li:nth-child(8) .nav_erji ul{ text-align: right; padding-right: 100px;}
.header  .nav ul li:nth-child(9) .nav_erji ul{ text-align: right; padding-right: 100px;}
.header  .nav ul li:nth-child(10) .nav_erji ul{ text-align: right; padding-right: 100px;}*/
.header .login{ float:right; border-left:#e1e1e1 1px solid; padding-left: 30px; margin-top:30px; color:#FFFFFF; position:relative; font-size: 17px;color:#ffffff;display:table;vertical-align: middle; display: none}
@media (max-width:1660px) {
.header  .nav ul li{ display:inline-block; padding:0 5px;}
.header .login{ padding-left:10px;}
.header .nav{ margin-right:0px;}
}
@media (max-width:1340px) {
.header  .nav ul li{ display:inline-block; padding:0 3px;}
.header .login{ padding-left:10px;}
	.header .nav ul li .nav_yiji.font18{ font-size: 14px; }
.header .nav{ margin-right:0px;}
}
@media (max-width:1140px) {
.header  .nav ul li{ display:inline-block; padding:0 2px;}
.header .login{ padding-left:10px;}
.header .nav{ margin-right:0px;}
}

.menu_01 .header .nav ul li:nth-child(2) .nav_erji{ display:none;opacity:0;
filter:alpha(opacity=0); }
.menu_01 .header .nav ul li:nth-child(3) .nav_erji{ display:none;opacity:0;
filter:alpha(opacity=0);}

.menu_02 .header .nav ul li:nth-child(3) .nav_erji{ display:none;opacity:0;
filter:alpha(opacity=0);}
.menu_03 .header .nav ul li:nth-child(2) .nav_erji{ display:none;opacity:0;
filter:alpha(opacity=0);}
.menu_04 .header .nav ul li:nth-child(2) .nav_erji{ display:none;opacity:0;
filter:alpha(opacity=0);}
.menu_04 .header .nav ul li:nth-child(3) .nav_erji{ display:none;opacity:0;
filter:alpha(opacity=0);}
.menu_05 .header .nav ul li:nth-child(2) .nav_erji{ display:none;opacity:0;
filter:alpha(opacity=0);}
.menu_05 .header .nav ul li:nth-child(3) .nav_erji{ display:none;opacity:0;
filter:alpha(opacity=0);}
.menu_06 .header .nav ul li:nth-child(2) .nav_erji{ display:none;opacity:0;
filter:alpha(opacity=0);}
.menu_06 .header .nav ul li:nth-child(3) .nav_erji{ display:none;opacity:0;
filter:alpha(opacity=0);}

.menu_01 .header.fixed .nav ul li:nth-child(1) .nav_yiji a{color: #1ca15f;}
.menu_01 .header .nav ul li:nth-child(1) .nav_yiji a{color: #1ca15f;}
.menu_02 .header.fixed .nav ul li:nth-child(2) .nav_yiji a{color: #1ca15f;}
.menu_03 .header.fixed .nav ul li:nth-child(3) .nav_yiji a{color: #1ca15f;}
.menu_02 .header .nav ul li:nth-child(2) .nav_yiji a{color: #1ca15f;}
.menu_03 .header .nav ul li:nth-child(3) .nav_yiji a{color: #1ca15f;}
.menu_04 .header.fixed .nav ul li:nth-child(4) .nav_yiji a{color: #1ca15f;}
.menu_05 .header.fixed .nav ul li:nth-child(5) .nav_yiji a{color: #1ca15f;}
.menu_06 .header.fixed .nav ul li:nth-child(6) .nav_yiji a{color: #1ca15f;}

.header  .nav ul li .nav_yiji{}
.header  .nav ul li .nav_yiji a { color: #333333;}
.header.fixed .nav ul li .nav_yiji a { color: #333333;}
.header.black .nav ul li .nav_yiji a { color: #333333;}
.header  .nav ul li .nav_yiji a:hover{color: #0062b0;}
.header  .nav ul li:hover .nav_yiji{ background:url(../images/sanjiaop.png) center bottom no-repeat;}
.header  .nav ul li .nav_erji{ position: absolute; top:80px; left:50%; width: 180px; height: auto; line-height: normal; display: none;z-index:0; margin-left:-90px;}
.header  .nav ul li .nav_erji ul{ text-align: center;background: rgba(0,98,176,0.85); }
.header  .nav ul li .nav_erji ul li{ padding:15px; display:block}
.header  .nav ul li .nav_erji ul li:hover{background: rgba(0,98,176,1);}
.header  .nav ul li .nav_erji ul li a{color:#ffffff; font-size:14px;}
.header  .nav ul li .nav_erji ul li a:hover{color:#eeb300;}





.logo_r{ text-align:center; padding-top:15px; padding-bottom:20px;}
/*网站头部样式*/

/*右边悬浮内容 样式*/
.suspend {
    position: fixed;
    right:0px;border-radius:10px; padding:15px;
    top:20%;
    text-align: center; background-color:#FFFFFF;
    z-index: 99999;-webkit-box-shadow: 1px 1px 9px rgba(0,0,0,.07);
	-moz-box-shadow: 1px 1px 9px rgba(0,0,0,.07);
	box-shadow: 1px 1px 9px rgba(0,0,0,.07);
}
.zixun{border-radius:10px; height:30px; line-height:30px;  font-size:14px;color:#FFFFFF; margin-top:12px; margin-bottom:12px;  text-align:left; text-indent:40px; width:110px;}
.zixun:hover{ background-color:#49be55;-webkit-transition: all ease .4s;
	transition: all ease .4s;}
.zixun a{ color:#FFFFFF; text-decoration:none}
.back001{ background:#3f8fce url(../images/icons_r01.png) 10px center no-repeat;}
.back002{ background:#3f8fce url(../images/QQ.png) 10px center no-repeat;}
.back003{ background:#3f8fce url(../images/phone.png) 10px center no-repeat;}
.sale_lists{}
.sale_lists ul li{ padding:10px 0px;}
.sale_lists ul li img{ width:26px; height:26px;border-radius:50%; }
/*右边悬浮内容 样式 END*/

/*内页公共调用样式内容 开始*/
.Secondary_category{ text-align:center; padding-bottom:40px; }
.Secondary_category ul li{ display:inline-block;}
.Secondary_category ul li a{ margin:10px 10px; border:#CCCCCC 1px solid; border-radius:25px; color:#666666; font-size:14px; padding:10px 15px;}
.Secondary_category ul li.current a{border:#b3110a 1px solid; background-color:#b3110a; color:#FFFFFF;}
.banner_in_show{ position:relative; z-index:1;  height:465px; overflow:hidden; margin-top:80px;}
.subnav ul{ text-align: center; background: url(../images/line_back.png ) left center repeat-x;}
.menu_hospital .subnav ul li{padding: 0 15px;}
.subnav ul li{ display: inline-block;width: auto; padding:12px 40px; text-align:center;background-color: #efefef;  margin: 0 20px; }
.subnav ul li a{ color:#333333; }
.subnav ul li a:hover{ color:#0073bc}
.subnav ul li:hover{}
.subnav ul li:hover a{color:#0073bc}

.subnav ul li.cur{background-color: #0073bc;}
.subnav ul li.cur a{ color:#fff}
.subnav ul li.cur a span{ position:relative}

.down_submenu{ text-align:center;}
.down_submenu ul li{ display:inline-block; padding-top:36px; padding-bottom:40px;}
.down_submenu ul li a{ padding:12px 12px; margin:0 15px; display:inline; border-bottom:#e3e8f1 3px solid; color:#000000}
.down_submenu ul li.cur a{ padding:12px 12px; margin:0 15px; display:inline; border-bottom:#1f5eb0 3px solid; color:#1f5eb0}


.center_content{line-height: 200%; text-align: left;}
.center_content img{max-width: 100%;}


.positions_now{ background-color:#FFFFFF; padding:0px 0px; text-align:left;-moz-box-shadow: 0px 0px 12px #ddd;box-shadow: 0px 0px 12px #ddd;border-bottom: 1px solid #eaeaea;}
.positions_now_font{ position: absolute; left: 0px; bottom: 0px; width: 100%; background: url(../images/rgba30.png) center center repeat; color:#dadada; padding: 18px 0; text-align:left}
.fontfff{ color: #ffffff;}
.font666666{ color:#c5a172}
.back_imgages{ padding-top:70px; padding-bottom:80px;}
.page_titile{ text-align:left; font-size:30px; color:#354e40; padding-bottom:10px; width:100%; max-width:1200px; margin:0px auto; line-height:200%; font-weight:bold}
.page_titile h3{ color:#354e40; font-size:32px; margin-bottom:13px; font-weight:normal;}
.page_titile h3 span{ position:relative; padding-bottom:15px; /*border-bottom:#000000 1px dotted*/}
.page_titile h3 span::before {
                content: '';
                position: absolute;
                top: 10px;
                margin-top:37px;
                left:0%;
                background-color: #354e40;
                width:40px;
                height:3px;
            }
.pics_show{    box-shadow: 0px 0px 20px #ccc; margin-bottom:30px;}
.about_cons_fonts{ padding-bottom:26px; font-size:14px; line-height:200%;}
.about_cons_fonts p{ text-indent:2rem;}
.about_cons_fonts h3{ font-size:22px; font-weight:normal; color:#333333; padding-bottom:10px;}

.downBtn{ display:none;}
.fadeInDown_cycle{
-webkit-animation:fadeInDown 2s 2s infinite both;
-moz-animation:fadeInDown 2s 2s infinite both;}
@-webkit-keyframes fadeInDown{
0%{opacity:0;
-webkit-transform:translateY(-20px)}
100%{opacity:1;
-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInDown{
0%{opacity:0;
-moz-transform:translateY(-20px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}
.fadeInLeft{
-webkit-animation:fadeInLeft 1s 2s ease both;
-moz-animation:fadeInLeft 1s 2s ease both;}
@-webkit-keyframes fadeInLeft{
0%{opacity:0;
-webkit-transform:translateX(-20px)}
100%{opacity:1;
-webkit-transform:translateX(0)}
}
@-moz-keyframes fadeInLeft{
0%{opacity:0;
-moz-transform:translateX(-20px)}
100%{opacity:1;
-moz-transform:translateX(0)}
}
.banner_in_show .banner_back_imgs{ width:100%; height:auto; max-height:454px;}
.img_animation_in{
-webkit-animation:fadeIn 1s 1s ease both;
-moz-animation:fadeIn 1s 1s ease both;
}
{
0%{opacity:0}
100%{opacity:1}
}
{
0%{opacity:0}
100%{opacity:1}
}

.animation_down{
-webkit-animation:fadeInDown 1s .2s ease both;
-moz-animation:fadeInDown 1s .2s ease both;}
@-webkit-keyframes fadeInDown{
0%{opacity:0;
-webkit-transform:translateY(-20px)}
100%{opacity:1;
-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInDown{
0%{opacity:0;
-moz-transform:translateY(-20px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}
#wrapper{ background-color:#FFFFFF;}
.titles_name{ text-align:center; padding-top:40px; padding-bottom:10px; font-size:16px; color:#666666}
.titles_name h3{ font-weight:bold; font-size:30px; padding-bottom:10px;}
.category{ text-align:center; padding:30px 0px;}
.category ul li{ display:inline-block; margin-right:10px; margin-left:10px;}
.category ul li a{padding:8px 20px; background-color:#eeeeee; color:#666666;border-radius:4px;}
.category ul li.active_cate  a{background-color:#d40436; color:#fff;}
.category ul li:hover  a{background-color:#d40436; color:#fff;}
/*内页公共调用样式内容 END*/


/*底部公共调用样式内容 开始*/
.bottom {
    width: 100%;
    overflow: hidden;
    background: #313131;
    padding:35px 0 0 0;
}
.bottom .w1200 {
    overflow: hidden;
    padding-bottom: 25px;
}
.bottom .w1200 .erweima{ float:right; width:20%;max-width:136px;}
.bottom .w1200 .erweima img{ width:100%; max-width:136px; margin-bottom:10px;}
.bottom .w1200 .erweima span{ text-align:center; display:block; color:#a4a4a4}
.bottom .w1200 .lLink {
width:80%;
    float: left;
    overflow: hidden;
    zoom: 1;
}
.bottom .w1200 .lLink .col {
    width:20%;
    float: left;
    overflow: hidden;
}
.bottom .w1200 .lLink .t1 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 15px 0;
    text-align: left; color:#ffffff;
}
.bottom .w1200 .lLink .lk {
    display: block;
    text-align: left; color:#ffffff; line-height:26px; font-size:12px;
}
.bottom .w1200 .lLink .lk a{color:#ffffff}
.bottom .rprRow{ border-top:#464646 1px solid;}
.bottom .rprRow .w1200 { padding:15px 0;}
.bottom .rprRow .cpr {
text-align:left; float:left;
}
.bottom .rprRow .bottom_linksd{ float:right; text-align:right; color:#a2a2a2; font-size:12px;}
.bottom .rprRow .lpr {
    line-height: 26px;
    color: #9ca3a6;
    font-size: 12px;
}
.bottom .rprRow .bottom_linksd a{ color:#a2a2a2}

.erweimas_show{ float:right; width:158px;}
.erweimas_show img{ width:100%;}

#erweima_con{ position:absolute; bottom:-80px; right:88px; background-color:#faf2e4; padding:9px 15px 15px 15px; text-align:left; line-height:26px; font-weight:bold; color:#354e40; z-index:1; display:none;transition: all 0.3s ease-out 0s; width:188px;}
#dianhua_con{ position:absolute; bottom:0px; right:88px; background-color:#faf2e4; padding:9px 15px 15px 15px; text-align:left; line-height:26px; font-weight:bold; color:#354e40; z-index:1; display:none;transition: all 0.3s ease-out 0s;}
#scrollSearchDiv {position: fixed;top:50%; right: 0; z-index:100000;display: none;box-shadow: 0px 0px 18px #eee; margin-top:-180px;border:#ebebeb 1px solid; }
#scrollSearchDiv ul li{ position:relative; width:88px; height: auto; text-align:center;background-color: #ffffff; color:#666666; border-bottom:#ebebeb 1px solid; font-size:12px;transition: all 0.3s ease-out 0s; padding:12px 0;}
#scrollSearchDiv ul li.QQ_Mobile{ display:none;opacity:0}
#scrollSearchDiv ul li:hover{ background-color:#354e40; color:#fff}
#scrollSearchDiv ul li:hover a{ color:#FFFFFF}
#scrollSearchDiv ul li .iconfont{ font-size:28px; padding-bottom:14px; padding-bottom:0px; display:block}
/*底部公共调用样式内容 END*/