/*
 * css reset
 */

/*
 * padding:0; margin:0; 清空以下标签自带的内边距和外边距
 */
html,
body,
section,
header,
nav,
footer,
img,
ul,
ol,
li,
input,
a,
span,
p,
h1,
h2,
h3,
h4,
em,
div{padding:0;margin:0;}
em{font-style:normal;}
h2,
h4{cursor:pointer;font-weight:normal;}

/*
 * 图片在当前行内的垂直位置
 */
img{vertical-align:top;}

/*
 * 去掉li的默认样式
 */
li{list-style:none;}

/*
 * 去除 img , input 的描边
 */
img,
input{border:0;}

/*
 * 去掉 input 默认轮廓线
 */
input{outline:none;}

/*
 * text-decoration:none; 去掉A标签下划线；
 */
a{text-decoration:none;}

/*
 * 把以下元素全部转换成块元素
 */
section,
header,
nav,
footer,
a,
span,
img,
input{display:block;}

/*
 *	设置字体：正常样式(不加粗); 字体大小12px ; 行高24px; 字体：微软雅黑和宋体
 */
body{background: url(/assets/images/xiaos.jpg) no-repeat;  font:normal 12px/24px "Microsoft YaHei","SimSun";}

/*
 * display: inline ; 转换为行内元素
 */
.ds-inline{display:inline;}

/*
 * text-align: right ; 文字居右
 */
.tar{text-align:right;}

/*
 * text-align: center ; 文字居中
 */
.tac{text-align:center;}

/*
 * text-align: left ; 文字居左
 */
.tal{text-align:left;}

/*
 * text-align: left ; 文字居左
 */
.ttI{text-indent:-9999px;}

/*
 * float:left; 左浮动
 */
.fl{float:left;}

/*
 * float:left; 左浮动
 */
.fr{float:right;}

/*
 * position: relative; 相对定位
 */
.pr{position:relative;}

/*
 * position: absolute ; 绝对定位
 */
.pa{position:absolute;}

/*
 * overflow:hidden; 左浮动
 */
.ofh{overflow:hidden;}

/*
 * box-sizing: border-box ; 填充内边距与添加描边时盒子大小不变
 */
.box-s{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}

/*
 * 定义文字颜色
 */
.clbe9d67{color:rgba(190,157,103,1);}
.cl271c1c{color:rgba(39,28,28,1);}
.cl888{color:rgba(136,136,136,1);}
.clred{color:rgba(144,0,0,1);}

/*
 * 定义描边
 */
.bdr-b{border-bottom:1px solid rgba(184,141,90,1);}
.bdr-b725533{border-bottom:3px solid rgba(114,85,51,1);}
.bdr-bBE9D68{border-bottom:3px solid rgba(190,157,104,1);}

/*
 * header style
 */
.header{width:100%;height:75px;background:rgba(39,28,28,1);z-index:5;}
.header-in{width:1000px;height:100%;margin:0 auto;	/*background: rgba(255,255,255,1) ; */padding:12px 0;}
.logo{padding:0 20px 0 0;margin:0 20px 0 0;border-right:1px solid rgba(184,141,90,1);}

/*
 * nav style
 */
.nav{width:100%;height:48px;background:rgba(222,204,180,1);box-shadow:0 0 2px 5px rgba(0,0,0,.3);z-index:4;}
.nav-in{width:1030px;height:100%;background:url(../images/nav_bj.jpg) repeat-y center top;margin:0 auto;}
.nav-in>li{font-size:16px;height:48px;line-height:48px;width:85px;}
.nav-in>li>a:hover{color:rgba(144,0,0,1);}
.nav-in>li .yuan{display:block;width:6px;height:6px;border-radius:5px;position:absolute;top:13px;left:8px;background-color:#f00;}
.gm-project> a{text-indent:13px;text-align:left;background:url(../images/icon-xia.png) no-repeat 85px center;}
.gm-project .s{url(http://www.globevisa.com.cn/statics/images/newindex/3_01.png) no-repeat 85px center;color:#000}
.about-cur{color:rgba(144,0,0,1);border-left:1px solid rgba(190,157,103,1);border-right:1px solid rgba(190,157,103,1);background:rgba(249,239,229,1) url(../images/icon-shang.png) no-repeat 85px center!important;}
.gmp-ul{width:750px;border:1px solid rgba(190,157,103,1);border-top:none;background:rgba(249,239,229,1);display:none;}
.gmp-ul > li > a{width:102px;font-size:14px;text-indent:20px;text-align:left;background:url(../images/icon-black_jiantou.png) no-repeat 85px center;border-right:1px solid rgba(190,157,103,1);border-bottom:1px dashed rgba(190,157,103,1);}
.gmp-ul > li:last-child > a{border-bottom:none;}
.gmp-cur{color:rgba(144,0,0,1);border-right:none!important;background:rgba(249,239,229,1) url(../images/icon-jiantou.png) no-repeat 85px center!important;}
.nav-in>li .about-cur-s{color:#900;border-left:1px solid rgba(190,157,103,1);border-right:1px solid rgba(190,157,103,1);background:rgba(249,239,229,1) url(../images/3_02.png) no-repeat 85px center!important;}
.gmp-list > ul{width:600px;height:269px;left:125px;top:0;display:none;}
.gmp-list:first-child > ul{display:block;}
.gmp-list > ul  > li{width:180px;height:43px;margin:5px 10px 0;}
.gmp-list > ul  > li > span,
.gmp-list > ul  > li > p{line-height:24px;font-size:14px;}
.gmp-list > ul  > li > span:hover,
.gmp-list > ul  > li   a:hover{color:rgba(144,0,0,1);}
.listf li{width:88px!important;}
.sb a{background:none!important;}
.more-a{width:50px;float:right;color:#900000;}
