* {
    margin: 0;
    padding: 0;
}
a, img{border:0;}



.main{width:100%; margin: 0px auto;}
.heguocolor {color:#FF6A00;}
.heguoback {background:#fee902;}
.w1200{ width: 1200px; margin: 0 auto;}
.left{ float:left; }
.right{ float:right; }
.clear { clear: both; height: 0px; overflow: hidden; line-height:0;}
.clearfix {display: block;} 
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.txt-c{ text-align: center; padding:0 0 0 0;}
.txt-l{ text-align: left;}
.content { font-family:"MicroSoft YaHei","SimHei"; font-size:14px; line-height:20px;color:#000000;text-decoration:none; text-align:left;border-bottom:0px #999 solid;}
.content  a {color:#000000;font-size:14px;}
.content  a:link,
.content  a:visited {color:#000000;text-decoration: none;}
.content  a:hover{font-size:14px; color:#FF6A00; text-decoration:none;}
.content p{padding-top:3px;}



.fen {color:#FE648B;font-size:16px;font-weight: bold;}
.jycm13 {color:#EE1059;font-size:13px;font-weight: bold;}

.red13 { color:#FF6A00; font-size:13px; font-weight:bold;}
.red15 { color:#FF6A00; font-size:15px; font-weight:bold;}

.white15 { color:#ffffff; font-size:15px; font-weight:bold;}
.cu { font-weight:bold;}
.orange13 { color:#FF6A00; font-size:13px; font-weight:bold;}
.orange14 { color:#FF6A00; font-size:14px; font-weight:bold;}
.orange15 { color:#FF6A00; font-size:15px; font-weight:bold;}
.orange { color:#FF6A00; font-size:25px; font-weight:bold;}


.title15 {color:#FF6A00; font-size:15px;}

.black13 {color:#000000;font-size:13px;}
.black15 {color:#000000;font-size:15px;}
.black18 {color:#000000;font-size:18px;}
.black20 {color:#000000;font-size:20px; font-weight:bold;}
.white20 {color:#ffffff;font-size:20px; font-weight:bold;} 

.hui13 {color:#9F9F9E;font-size:13px;}
.hui15 {color:#9F9F9E;font-size:15px;}




.time {font-size:11px;}
.red {color:red;font-weight: bold;font-size:11px;}
.green {color:green;font-weight: bold;font-size:11px;}
.blue { color:#03853B; font-size:11px; font-weight:bold;}

/* 图片CSS部分 */
.image-container {
   position: relative; /* 确保容器相对定位 */
}
 
.image-container a {
   display: block; /* 或者 inline-block，根据需求调整显示模式 */
   width: 100%; /* 控制图片占据容器的宽度 */
   height: auto; /* 自动计算高度，保持原始比例不失真 */
   transition: transform 0.3s ease; /* 添加过渡效果，提供平滑的放大缩小动画 */
}
 
.image-container a img {
   max-width: 200%; /* 限制最大宽度，防止超出容器边界 */
   vertical-align: middle; /* 居中图像与文本之间的空白区域 */
}
 
.image-container a:hover {
   transform: scale(1.2); /* 当鼠标悬停时，按比例放大图片 */
}



/* header styles */
#header {
    border:0px solid;
    border-color:rgba(0,0,0,0.1);
    border-bottom-color:rgba(0,0,0,0.2);
    border-top:none;
    background:#ffffff;
    margin: 0px auto;
    position: relative;
    width: 1200px;
}
#header a {
    color: #000000;
}
#header a:hover {
    color: #FF7D4C;
}
#logo {
    float: left;
    margin: 15px 10px;
}
#logo img {
    border: 0;
}


/* navigation menu styles */
#navmenu {
    background: -webkit-linear-gradient(#f6f6f6, #e9eaea) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#f6f6f6, #e9eaea) repeat scroll 0 0 transparent;
    background: linear-gradient(#f6f6f6, #e9eaea) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e9eaea',GradientType=0 );

    border-radius: 0 0 4px 4px;
    border-top: 1px solid #D1D1D1;
    box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) inset;
    clear: both;
    height: 60px;
    padding-top: 1px;
}
#menu {
    float: left;
}
#menu a {
    text-decoration: none;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    float: left;
    padding-bottom: 12px;
}
#menu ul li a {
    border-color: #D1D1D1;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 0 0;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.8) inset, 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 11px 15px 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}
#menu ul li a:hover {
    background: -webkit-linear-gradient(#efefef, #e9eaea) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#efefef, #e9eaea) repeat scroll 0 0 transparent;
    background: linear-gradient(#efefef, #e9eaea) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e9eaea',GradientType=0 );
}
#menu > ul > li.active > a {
    background: -webkit-linear-gradient(#f60, #ff0000) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#f60, #ff0000) repeat scroll 0 0 transparent;
    background: linear-gradient(#f60, #ff0000) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60', endColorstr='#ff0000',GradientType=0 );
    border-bottom: 1px solid #ff0000;
    border-top: 1px solid #f60;
    box-shadow: -1px 0 0 #ff0000 inset, 1px 0 0 #ff0000 inset;
    color: #FFFFFF;
    margin: -1px 0 -1px -1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#menu > ul > li.active > a:hover {
    background: -webkit-linear-gradient(#f60, #ff0000) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#f60, #ff0000) repeat scroll 0 0 transparent;
    background: linear-gradient(#f60, #ff0000) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60', endColorstr='#ff0000',GradientType=0 );
}
#menu > ul > li.jycm > a {
    background: -webkit-linear-gradient(#F04F84, #F60D5A) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#F04F84, #F60D5A) repeat scroll 0 0 transparent;
    background: linear-gradient(#F04F84, #F60D5A) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F04F84', endColorstr='#F60D5A',GradientType=0 );
    border-bottom: 1px solid #DE034B;
    border-top: 1px solid #DE034B;
    box-shadow: -1px 0 0 #F04F84 inset, 1px 0 0 #F04F84 inset;
    color: #FFFFFF;
    margin: -1px 0 -1px -1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#menu > ul > li.jycm > a:hover {
    background: -webkit-linear-gradient(#DE034B, #F60D5A) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#DE034B, #F60D5A) repeat scroll 0 0 transparent;
    background: linear-gradient(#DE034B, #F60D5A) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DE034B', endColorstr='#F60D5A',GradientType=0 );
}
#menu > ul > li.xietiaohui > a {
    background: -webkit-linear-gradient(#FBBD46, #FF6A00) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#FBBD46, #FF6A00) repeat scroll 0 0 transparent;
    background: linear-gradient(#FBBD46, #FF6A00) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBBD46', endColorstr='#FF6A00',GradientType=0 );
    border-bottom: 1px solid #FA6603;
    border-top: 1px solid #FA6603;
    box-shadow: -1px 0 0 #FBBD46 inset, 1px 0 0 #FBBD46 inset;
    color: #FFFFFF;
    margin: -1px 0 -1px -1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#menu > ul > li.xietiaohui > a:hover {
    background: -webkit-linear-gradient(#FA6603, #FF6A00) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#FA6603, #FF6A00) repeat scroll 0 0 transparent;
    background: linear-gradient(#FA6603, #FF6A00) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FA6603', endColorstr='#FF6A00',GradientType=0 );
}

#menu > ul > li:first-child > a {
    border-radius: 0 0 0 5px;
}

/* dropdown menu */
#menu ul ul {
    background: -webkit-linear-gradient(#F7F7F7, #F4F4F4) repeat scroll 0 0 padding-box transparent;
    background: -moz-linear-gradient(#F7F7F7, #F4F4F4) repeat scroll 0 0 padding-box transparent;
    background: linear-gradient(#F7F7F7, #F4F4F4) repeat scroll 0 0 padding-box transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#F4F4F4',GradientType=0 );

    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    height: 0;
    margin-top: 10px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 250px;
    z-index: 100;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#menu ul  li:hover ul  {
    height: 195px;
    margin-top: 0\9;
    opacity: 1;
    visibility: visible;
}
#menu ul ul a {
    border-right-width: 0;
    border-top: 1px solid #D1D1D1;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #444444;
    height: 24px;
    line-height: 24px;
    padding: 7px 12px;
    text-shadow: 0 1px 0 #FFFFFF;
}
#menu ul ul li:first-child a {
    border-top-width: 0;
}
#menu ul ul a .icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin-right: 10px;
    width: 24px;
}
#menu ul ul a .icon.elem0 {
    background-image: url("../heguoimages/elem.png");
}
#menu ul ul a .icon.elem1 {
    background-image: url("../heguoimages/elemweixin.png");
}
#menu ul ul a .icon.elem2 {
    background-image: url("../heguoimages/elemqq.png");
}
#menu ul ul a .icon.elem3 {
    background-image: url("../heguoimages/elemweibo.png");
}
#menu ul ul a .icon.elem4 {
    background-image: url("../heguoimages/elememail.png");
}
#menu ul ul a .icon.elem5 {
    background-image: url("../heguoimages/elemphone.png");
}
#menu ul ul a .icon.elemwyyl {
    background-image: url("../heguoimages/elemwyyl.png");
}
#menu ul ul a .icon.elembamo {
    background-image: url("../heguoimages/elembamo.png");
}
#menu ul ul a .icon.elembaby {
    background-image: url("../heguoimages/elembaby.png");
}
#menu ul ul a .icon.elemsister {
    background-image: url("../heguoimages/elemsister.png");
}
#menu ul ul a .icon.elembrother {
    background-image: url("../heguoimages/elembrother.png");
}
#menu ul ul a .icon.elemfood {
    background-image: url("../heguoimages/elemfood.png");
}
#menu ul ul a .icon.elembeauty {
    background-image: url("../heguoimages/elembeauty.png");
}







#menu ul ul a .icon.elemdongshi {
    background-image: url("../heguoimages/elemdongshi.png");
}
#menu ul ul a .icon.elemjianshi {
    background-image: url("../heguoimages/elemjianshi.png");
}
#menu ul ul a .icon.elemtuandui {
    background-image: url("../heguoimages/elemtuandui.png");
}
#menu ul ul a .icon.elemhuoban {
    background-image: url("../heguoimages/elemhuoban.png");
}








/*  õƿ ʼ*/
#imgshow_mask{width:960px; position:absolute; z-index:90; background:url(../heguoimages/0imgshow_mask.png) repeat-x 0 0; height:27px;}
.bannerbg {height:313px; overflow:hidden;}
#imageShow{ clear:both;border-bottom:0px solid #fff;margin-top:-10px; }
#imageShow .imagebg{height:313px; overflow:hidden; position:relative;}
#imageShow .imagebg li { height: 313px; overflow: hidden; position:absolute; top:0; left:0; width:100%; display:block; filter:alpha(opacity=0); opacity: 0;}

.bannerbg_1{width:50%; position:absolute; top:0; left:0; height:313px;}
.bannerbg_2{width:50%; position:absolute; top:0; right:0; height:313px;}
.bannerbg_main{background-position:center; background-repeat:no-repeat; width:100%; position:absolute; top:0; right:0; height:313px;}
.banner {margin:0 auto;width:1200px;height:313px;position:relative;overflow:hidden;}
.btn_home_down {width:195px;height:62px;position:absolute;top:296px;left:36px;cursor:pointer;background:url(../heguoimages/home/btn_home_down.png);}
.btn_home_android {width:195px;height:62px;position:absolute;top:296px;left:240px;cursor:pointer;background:url(../heguoimages/home/btn_home_android.png);} 


.scrollbg {height:80px;background:#f4f4f4 url(../heguoimages/home/scroll_bg.png) 0 100% repeat-x;}
.scroll {margin:0 auto;width:960px;height:76px;position:relative;}
.s_pre, .s_next {display:block;width:48px;height:76px;position:absolute;}
a.s_pre {background:url(../heguoimages/home/arrow_l.png);top:4px;left:0;}
a.s_pre:hover {background:url(../heguoimages/home/arrow_l_on.png);}
a.s_next {background:url(../heguoimages/home/arrow_r.png);top:4px;right:0;}
a.s_next:hover {background:url(../heguoimages/home/arrow_r_on.png);}
.outScroll_pic{  height: 76px;margin-left: 70px;overflow: hidden;position:relative;width:822px; top:2px;}
.outScroll_pic .scroll_pic{position:absolute}
.scroll_pic {margin:0 auto;width:4000px; height:76px; }
.scroll_pic li {float:left;height: 65px;width: 145px; margin: 5px 9px; _margin:5px 14px 5px 4px;cursor:pointer;  background:#000;}
.scroll_pic li img {filter:alpha(opacity=70);-moz-opacity:0.7;opacity: 0.7;}
.scroll_pic li:hover img,.scroll_pic li:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.current {width:144px;height:65px;border:2px #ff780d solid;background:url(../heguoimages/home/arrow_on.png) 50% -4px no-repeat;z-index:10;position:absolute;top:5px;left:0;}
.currently img {filter:alpha(opacity=100)!important;-moz-opacity:1!important;opacity:1!important;}
/*  õƽ   */




/*-- --------footer---------------- --*/
.footerbg {background-color:#e7e9e8;}
.footer { margin: 0px auto;font-family:"MicroSoft YaHei","SimHei";background-color:#e7e9e8; }
.footer p {line-height: 15px;color: #555;font-size: 13px;padding-top:3px;padding-bottom:5px;}
.footer p a{color: #555;font-size: 13px;}
.footer p a:link,
.footer p a:visited{ color:#666666; text-decoration:none;}
.footer p a:hover{ color:#FF6A00; text-decoration:none;font-size:13px;}




