@charset "gb2312";

/*定义所有的对象边界为0、填充为0、图片边框为0*/
*{margin:0; padding:0}
img{border:0;}
html,body{width: 100%; height:100%;}
/*定义ul初始样式为none,去掉前面的黑点*/
ul{list-style:none;}

/*定义链接颜色*/
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}

/* blr没有特殊意思，expression 条件，这句话的意思是链接 a 在获得焦点的同时失去焦点。如果你用的是图片链接什么的，他不会显示周边的虚线。 
1.按下鼠标图片周边不会出现虚线，这个适合所有的浏览器
2.提问题的朋友使用的是css的写法，楼下的朋友是加入了script,还有更简单的写法，直接写在链接里<a href="#" onfocus=this.blur();>链接标题</a> */
a{blr:expression(this.onFocus=this.blur());}

/*定义不允许有浮动对象*/
.clear{clear:both;height:0;line-height:0;}


html{
     /*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
     scrollbar-face-color: #D6E8FF;/*滚动条凸出部分的颜色*/
     scrollbar-highlight-color:;/*滚动条空白部分的颜色*/
     scrollbar-shadow-color:#efefef;/*立体滚动条阴影的颜色*/
     scrollbar-3dlight-color:#ACD1FE;/*滚动条亮边的颜色*/
     scrollbar-arrow-color:#036CB4;/*上下按钮上三角箭头的颜色*/
     scrollbar-track-color: #ffffff;/*滚动条的背景颜色*/
     scrollbar-darkshadow-color: #ACD1FE;/*滚动条强阴影的颜色*/
     scrollbar-base-color: #e9cfe0;/*滚动条的基本颜色*/
}

/*定义body、html滚动条样式*/
body{ font:14px simsun,'arial','宋体','新宋体',sans-serif,'verdana';word-break:break-all; word-wrap:break-word;color:#3B3A3A;}


/*头部样式*/
.topImg{width: 100%;height: 350px;position: relative;}

/*导航*/
.daohang{width: 100%;height: 36px;overflow: hidden;position: absolute;bottom: 0px;}
.daohang ul {width: 800px;margin: 0 auto;}
.daohang ul li{float: left;}
.daohang ul li a{display: block;width: 160px;height: 36px;line-height: 36px;text-align: center;color: #FFFFFF;font-size: 24px;font-weight: bold;}
.daohang ul li a:hover{color: #063866;}


/*主体内容模块*/
.main {width: 1100px;margin:40px auto 0 auto;overflow: hidden;}
/*焦点图*/
.focusPicture{float: left;width:500px; height: 340px;overflow: hidden;}


/*内容列表*/
.cont{width: 100%;height: 280px;margin: 0 auto;background: #DFF5FF;}
.cont ul{ width:  90%;list-style-image: url(201704261600arrow.png);margin: 10px 0 0 40px;}
.cont ul li{height: 35px;line-height: 35px;}
.cont ul li a{color: #3B3A3A;font-size: 14px;}

.cont1{float: right;width:560px; height: 340px;overflow: hidden;}
/*内容标题*/
.cont1 .tit{width: 100%;height: 47px;line-height: 47px;overflow: hidden;}
.cont1 .tit span{float: left; display: block;width: 507px;height:46px;background: url(201705041148gcyw.png) no-repeat;}
.cont1 .tit a{float: right;font-size: 14px;font-weight: bold;color: #A0A0A0;margin: 15px 0 0 0;}



.model1{float: left;margin:15px 0 15px 0;}
.model2{float: right;margin:15px 0 15px 0;}
/*内容标题*/
.cont2 .tit{width: 100%;height: 47px;line-height: 47px;overflow: hidden;}
.cont2 .tit span{float: left; display: block;width: 648px;height:46px;background: url(201705041152gcdt.png) no-repeat;}
.cont2 .tit a{float: right;font-size: 14px;font-weight: bold;color: #A0A0A0;margin: 10px 0 0 0;}

/*内容标题*/
.cont3{margin: 15px 0 0 0;}
.cont3 .tit{width: 100%;height: 47px;line-height: 47px;overflow: hidden;}
.cont3 .tit span{float: left; display: block;width: 648px;height:46px;background: url(201705041152mtgz.png) no-repeat;}
.cont3 .tit a{float: right;font-size: 14px;font-weight: bold;color: #A0A0A0;margin: 10px 0 0 0;}

/*内容标题*/
.cont4{margin: 15px 0 0 0;}
.cont4 .tit{width: 100%;height: 47px;line-height: 47px;overflow: hidden;}
.cont4 .tit span{float: left; display: block;width: 648px;height:46px;background: url(201705041153ldzs.png) no-repeat;}
.cont4 .tit a{float: right;font-size: 14px;font-weight: bold;color: #A0A0A0;margin: 10px 0 0 0;}

.img2{margin: 18px 0 0 0;}

.marquee .tit{width: 100%;height: 47px;line-height: 47px;overflow: hidden;}
.marquee .tit span{float: left; display: block;width: 1052px;height:46px;background: url(201705041153gctp.png) no-repeat;}
.marquee .tit a{float: right;font-size: 14px;font-weight: bold;color: #A0A0A0;margin: 10px 0 0 0;}

.bottomImg{width:1100px;height:108px;margin: 15px auto 0 auto;overflow: hidden;background: url(201704261628bottomImg.png);}

/*网页底部*/
.foot{width: 100%;height: 123px;background: #227BCF;}
.foot_cont{width: 1100px;margin: 0 auto;font-size: 12px;overflow: hidden;}
.foot_cont4{float: left;width: 1010px;color: #FFFFFF;text-align: center;}
.foot_cont1{height: 75px;line-height: 75px;}
.foot_cont3{float: left;width:80px;height:80px;margin: 20px 0 0 -150px;overflow: hidden;border: 1px solid blue;}