@charset "utf-8";
/* CSS Document */

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

body,div,p,ul,li {
	margin: 0;
	padding: 0;
}

ol,ul,li {
	list-style: none;
}
/*公用样式*/

@charset "utf-8";

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

* {
	outline: none;
}

html, body {
	font-size: 12px;
	font-family: '微软雅黑';
}

body {
	font: 12px/1.5;
/*	background-image: url(./background.png);
*/
	background-repeat: no-repeat;
	background-position: 120% 90%;
	background-attachment: fixed
}

body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, input, textarea, select, canvas, button, dl, dd, dt {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
}

header, hgroup, nav, section, article, aside, footer {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ul, ol, li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, textarea, select {
	*font-size: 100%;
}

legend {
	color: #000;
}

img {
	vertical-align: top;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	color: #0144c1;
}

.box {
	width: 1367px;
	margin: 0 auto;
	position: relative;
}

.jjbhbox {
	min-height: 600px;
}
/*清除浮动*/
.clear {
	clear: both;
}

/*清除浮动--推荐使用*/
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

header {
	background-image: url(./logoditu2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
}

.f6 {
	width: 66.66%;
	float: left;
}

.headertop {
	padding-top: 30px;
	padding-bottom: 30px;
}

.searchbox {
	width: 343px;
	margin-top: 30px;
}

.icobox {
	width: 130px;
}

.sdzcbox {
	width: 56px;
}

.sdzcbox img {
	width: 56px;
}

.sertext {
	width: 240px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	background-color: #ebf5f5;
	font-size: 14px;
	background-image: url(./serbg.jpg);
	position: relative;
	top: -2px;
	background-repeat: no-repeat;
	background-position: 95% center;
	outline: none;
}

.serbtn {
	width: 84px;
	height: 40px;
	background-color: #1e5ab3;
	border: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	outline: none;
}

.iconone {
	width: 20px;
	height: 20px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.iconone img {
	width: 90%;
	text-align: center;
	opacity: 0.7
}

.iconone:hover img {
	opacity: 1
}

.nav {
	height: 50px;

	position: relative;
	background: #527fe7;
}

.navone {
	width: 108px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.navone .nava {
	color: #fff;
	display: block;
	line-height: 50px;
	font-size: 18px;
}

.navone:hover {
	background-color: #0144c1
}

.navone:hover .nava {
	color: #fff;
}

.navone:hover .navchild a {
	color: #222
}

.navchild {
	position: absolute;
	top: 50px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.44);
	display: none;
	border-top: 5px solid #0144c1;
	left: 0px;
	background: #dce9ff;
	text-align: left;
	z-index: 999;
	box-sizing: border-box;
	height: 568px!important;
}

.navbox {
	position: relative;
	z-index: 99;
}

.navchildpad {
	padding: 20px;
	padding-bottom: 0;
	padding-bottom: 20px;
	padding-left: 55px;
	padding-right: 0;
}

.navindex {
	height: 50px;
	line-height: 50px;
	width: 70px;
}

.navindex a {
	display: block;
	width: 100%;
	height: 50px;
	background-image: url(./indexico.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* .pad50{ padding-top: 20px; } */

footer {
	width: 100%;
	background-color: #282e3a;
	background-position: 20px 50%;
	position: relative;
	margin-top: 25px;
}

.footmain {
	padding-top: 10px;
	padding-bottom: 5px;
}

.footmain p {
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	color: #fff;
}

.footmain p a {
	color: #a2b1c7
}

.footicon {
	width: 200px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -35px;
}

.footinone {
	float: right;
	width: 120px;
	height: 80px;
	text-align: center;
	color: #a2b1c7;
	margin-bottom: -100px;
	position: relative;
}

.frilink {
	height: 63px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #fff;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.24);
	background-image: url(./linktit.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.linktit {
	width: 176px;
	height: 63px;
	line-height: 50px;
}

.linktit span {
	line-height: 63px;
	font-size: 18px;
	color: #fff;
	font-weight: 800;
	padding-left: 40px;
}

.linkmain {
	width: 1142px;
	height: 63px;
	overflow: hidden;
}

.linkmain a {
	line-height: 63px;
	font-size: 14px;
	color: #969696;
	padding-left: 5px;
	padding-right: 5px;
}

.more {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.more img {
	width: 24px;
}

.frilink .more {
	margin-top: 20px;
}

.maintop {
	background-image: url(./toprig.jpg);
	background-repeat: no-repeat;
	background-position: 165px  50%;
}

.mainmore {
	margin-right: 10px;
	margin-top: 8px;
}

.mainmore {
	font-size: 12px;
	color: #787878;
	display: block;
	background-image: url(./more.png);
	padding-left: 25px;
	height: 30px;
	line-height: 30px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.navmore a {
	font-size: 12px;
	color: #787878;
	display: block;
	padding-left: 25px;
	height: 30px;
	line-height: 30px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.maintit {
	font-size: 24px;
	font-weight: 800;
	color: #1e5ab3;
	padding-left: 30px;
	line-height: 44px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.kxicon {
	background-image: url(./kxicon.jpg);
}

.ggicon {
	background-image: url(./ggicon.jpg);
	background-size: 23px;
}

.zticon {
	background-image: url(./zticon.jpg);
}

.f3 {
	width: 33.3%;
	float: left;
}
/* .fixnav{ position: fixed;top: 0px; width: 100%; background-color: #fff ; z-index: 999; 
	border-bottom: 5px solid #0144c1} */

.xlad {
	margin-bottom: 9px;
}

.xlad img {
	width: 360px;
	height: 90px;
}

.cxcyimg {
	width: 166px;
	height: 166px;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cxcyimg .cxcypot {
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.cxcyimg a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.pobtp p {
	text-align: center!important;
}

.tophe {
	width: 100%;
	height: 16px;
	display: block;
}

.zb {
	display: none;
}

.tp {
	display: block;
}

.top_loop_txt {
	display: flex;

}


.top_loop_txt .bd{
	width: 750px;
	height: 500px;
	position:relative;  
}
.top_loop_txt .bd li{ 
     position:relative; 
	 zoom:1; 
	 vertical-align:middle;
}

.top_loop_txt .bd li img{
	width: 750px;
	height: 500px;
	vertical-align:bottom; 
}
.top_loop_txt .hd {
	width:615px;
	height:500px;
	background-color: #EBF5F5;
	
}

.top_loop_txt .hd ul li {
    height: 20%;
    box-sizing: border-box;
	border-bottom: 1px dotted #999;
    padding: 10px 20px;
    color: #131313;
    cursor: pointer;
}
.top_loop_txt .hd ul li.on {
    height: 20%;
    box-sizing: border-box;
	border-bottom: 1px dotted #999;
    padding: 10px 20px;
    color: #131313;
    cursor: pointer;
	color: #fff !important;
	background-color: #0146C7;
}

.top_loop_txt .hd h1 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	font-weight: 900;
}

.top_loop_txt .hd a {
	color: #000!important
}

.top_loop_txt .on a {
	color: #fff!important
}

.top_loop_txt .hd p {
	font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 22px;
}




.picBtnTop{ width:500px; height:214px; border:1px solid #ccc; padding:5px;  position:relative;  overflow:hidden;  zoom:1;   }
	.picBtnTop .hd{ width:98px;  height:214px; position:absolute; right:5px; overflow:hidden; }
	.picBtnTop .hd ul li{ width:93px; text-align:center; padding:0 0 5px 5px;  }
	.picBtnTop .hd ul li img{ width:85px; height:60px; border:4px solid #ddd; cursor:pointer; vertical-align:bottom; }
	.picBtnTop .hd ul li.on{ background:url("images/icoleft.gif") no-repeat 0 28px; }
	.picBtnTop .hd ul li.on img{ border-color:#f60;  }
	.picBtnTop .bd{ width:400px;  height:214px; position:relative;  }
	.picBtnTop .bd li{ position:relative; zoom:1; vertical-align:middle;}
	.picBtnTop .bd li .pic{ position:relative; z-index:0;  }
	.picBtnTop .bd li .pic img{ width:400px; height:214px; vertical-align:bottom; }
	.picBtnTop .bd li .bg{ width:400px; height:30px; position:absolute; left:0; bottom:0; z-index:1;  background:#000; filter:alpha(opacity=60);opacity:0.6;    }
	.picBtnTop .bd li .title{ width:400px; height:30px; line-height:30px; left:0; bottom:0;   position:absolute; z-index:2;  }
	.picBtnTop .bd li .title a{ color:#fff; padding-left:15px;  }


/* 科普活动&科普活动预告+全民科学素质行动&素质专刊 */
.tap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.tap section {
	height: 300px;
	border-top: 2px solid #0A4DC9;
	padding: 15px;
	position: relative;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 2px 2px 0px rgba(220, 220, 220, 0.75);
}

.tap .tap_left {
	width: 62%;
}

.tap section>h1 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #2f63ba;
	font-weight: 900;
	position: relative;
}

.tap .tap_right {
	width: 32%;
}

.tap_more {
	position: absolute;
	right: 0;
	top: 0;
	background: #2f63ba;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding: 4px 13px;
	cursor: pointer;
}

.tap .tap_news {
	padding: 15px;
	display: flex;
	justify-content: space-between;
}

.tap .tap_news .tap_news_img {
	width: 361px;
	height: 282px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.tap_news_img p {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	font-family: MicrosoftYaHeiLight;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #ffffff;
	width: 100%;
	text-align: center;
	line-height: 50px;
	background: rgba(0, 0, 0, .5);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tap .tap_news .tap_news_txt {
	width: 405px;
	height: 282px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #4E4E4E;
	line-height: 30px;
}

.tap_news_txt p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	color: #4E4E4E;
}

.tap_news_txt a:first-child>p {
	font-family: MicrosoftYaHei;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #030303 !important;
	white-space: normal;
	margin-bottom: 10px;
}

.tap_newspaper>div {
	width: 50%;
	height: 282px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tap_newspaper_r {
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #030303;
	font-family: MicrosoftYaHei-Bold;
}

.tap_newspaper_r>h1 {
	font-size: 20px;
	font-weight: 900;
}

.tap_newspaper_r>p {
	font-size: 18px;
}

.tap_newspaper_r .tap_newspaper_btn {
	background-color: #C30000;
	height: 33px;
	width: 89px;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-size: 15px;
	margin-top: 25px;
	margin-left: 10px;
	cursor: pointer;
}

.tap .tap_news .tap_right_txt {
	width: 405px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #4E4E4E;
	line-height: 30px;
	padding: 15px 0;
	box-sizing: border-box;
}

.tap .tap_news .tap_right_txt p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4E4E4E;
}

#myImg {
	border-radius: 5px;
                /* cursor: pointer; */
	transition: 0.3s;
}

.disblock {
	display: block;
}

.disnone {
	display: none;
}
            
            /* #myImg:hover {
                opacity: 0.7;
            } */
            
.modal {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#caption {
	width: 100px;
	height: 100px;
	background: #fff;
                /* display: none; */
	max-width: 200px;
	text-align: center;
	color: #ccc;
	position: absolute;
	right: 110px;
	top: 0;
	right: 110px;
}

#myImg:hover .modal>#caption {
                /* display: block; */
	width: 1000px;
}

.rwm {
	width: 100px;
	height: 100px;
}

.rwmdiv {
	display: inline-block;
	width: 18.2%;
}

.rwmdiv>span {
	font-size: 10px;
	color: #666666;
}

.modal-content,
            #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
            /* .close {
                position: absolute;
                top: 15px;
                right: 35px;
                color: #f1f1f1;
                font-size: 40px;
                font-weight: bold;
                transition: 0.3s;
            } */
            /* .close:hover,
            .close:focus {
                color: #bbb;
                text-decoration: none;
                cursor: pointer;
            } */
            
.rwmbox {
	position: absolute;
	right: 0;
	top: 266px;
	z-index: 99;
}
			
			     /* 设置ul和li的样式 */
.menuDiv ul, .menuDiv li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
    
                /* 设置二级菜单绝对定位，并隐藏 */
.menuDiv>ul>li>ul {
	position: absolute;
	display: none;
}

.menuDiv>ul>li>ul>li {
	float: none;
		width: 170px;
}

.menuDiv>ul>li:hover ul {
	display: block;
}
    
                /* 一级菜单 */
.navone {
	width: 170px;
	line-height: 50px;
	font-size: 18px;
}

.navone:hover .nava {
	color: #fff;
}

.menuDiv>ul>li>ul>li>.nava {
	text-align: center;
}
    
                /* 在一级菜单中，鼠标放上去的样式 */
.menuDiv>ul>li:hover {
	color: #fff;
	background-color: #0144c1;
}
    
                /* 二级菜单 */
.menuDiv>ul>li>ul>li>a {
	min-width: 91.7px;
	line-height: 50px;
	color: #fff;
	background-color: #0144c1;
	opacity: 0.8;
	text-align: left;
	display: block;
}

.menuDiv>ul>li>ul>li>a {
	padding: 0 5px 0 5px;
}
    
                /* 在二级菜单中，鼠标放上去的样式 */
.menuDiv>ul>li>ul>li>a:hover {
	color: #fff;
	opacity: 1;
	background-color: #0144c1;
}

.navindex {
	pointer-events: none;
}

.leftmain {
	width: 720px;
	padding: 15px;
	border: 1px solid #bbcced;
	min-height: 346px;
}

.rigmain {
	width: 570px;
	padding: 15px;
	border: 1px solid #bbcced;
	border-radius: 5px;
	background-color: #fff;
}

.arcmain {
	padding-bottom: 17px;
	padding-top: 30px;
	padding-bottom: 17px;
}

.arcone {
	line-height: 44px;
}

.arcone a {
	color: #222222;
	font-size: 16px;
}

.arcone a:hover {
	color: #2f63ba;
}

.arcone span {
	font-size: 16px;
	color: #666
}

.toparc {
	padding-bottom: 8px;
	line-height: 36px
}

.toparc a:hover {
	color: #2f63ba;
}

.rigmain .arcmain a {
	display: block;
}
/* .adline{ padding-top: 50px; padding-bottom: 5px; } */
.adline img {
	width: 100%;
}

.adlit {
	width: 100%;
	height: 90px;
}
/*.zttjrig{border:none!important;}*/
.arczt .adlit {
	margin-top: 12px;
}

.adlit img {
	width: 100%;
	height: 90px;
	border-radius: 3px;
}

.lefttap {
	border-bottom: 1px solid #69F;
}

.lefttap2 {
	border-bottom: 1px solid #69F;
}

.lefttap span {
	display: block;
	width: 140px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	cursor: pointer;
}

.lefttap2 span {
	display: block;
	width: 140px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	cursor: pointer;
}

.lefttap span a {
	color: #000;
	display: block;
}

.lefttap2 span a {
	color: #000;
	display: block;
}

.lefttapcho {
	background-image: url(./lefttap.jpg);
	font-weight: 800;
	color: #fff;
}

.lefttapcho2 {
	background-image: url(./lefttap.jpg);
	font-weight: 800;
	color: #fff;
}

.lefttapcho a {
	color: #fff!important;
}

.lefttapcho2 a {
	color: #fff!important;
}

.lefthyimg {
	height: 260px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px
}

.botxy {
	padding-top: 24px;
}

.dongtai {
	display: none;
}

.dongtai2 {
	display: none;
}

.rigword {
	font-size: 16px;
	line-height: 34px;
}

.rigword p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rigword p a {
	font-size: 16px;
	color: #222222;
}

.rigword p a:hover {

	color: #2f63ba;
}

.xmlleft {
	width: 750px;
}

.xmrig {
	width: 600px;
	height: 240px;
	float: right;
	margin-top: 30px;
}

.sprig {
	width: 516px;
	height: 240px;
	float: right;
}

.xmtewm {
	background-image: url(./smewmbg.jpg);
	height: 240px;
	background-repeat: no-repeat;
	background-position: center;
}

.xmtewm {
	text-align: center;
	width: 39%;
}

.xmtewm img {
	margin-top: 74px;
	width: 80px;
	height: 80px;
}

.xmtrigpad {
	color: #474e5e;
	padding-top: 30px;
}

.xmtrigpad h1,.jjrig h1 {
	font-size: 23px;
	font-weight: 800;
	text-align: left;
}

.xmtrigpad p,.jjrig p {
	font-size: 16px;
	line-height: 1.8em;
	text-align: left;
	padding-top: 20px;
	padding-right: 44px;
	font-size: 16px;
	line-height: 1.8em;
	text-align: left;
	padding-top: 8px;
	padding-right: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: justify;
	height: 84px;
}

.top_loop {
	display: flex;
	padding: 40px 0 70px;
	justify-content: center;
	padding: 25px 0;
}

.act-box {
	width:1367px;
	margin:0 auto 20px;
	padding-bottom: 20px;
	overflow: hidden;
	background:#f0f0f0;
}

.act-ul {
	width: 1269px;
	margin: 14px auto 0
}

.act-ul li {
	float: left;
	width: 349px;
	height: 363px;
	margin: 0 37px;
	overflow: hidden;
	background: url(./act-li-bg.png) no-repeat center center
}

.act-img {
	display: block;
	height: 200px;
	margin: 15px 15px 0;
	overflow: hidden
}

.act-img img {
	display: block;
	width: 100%;
	margin: 0 auto
}

.act-ul li:hover h3 {
	color: #be2222
}

.act-ul li p {
	padding-top: 5px;
	line-height: 20px
}

.act-ul li .str-word {
	padding-top: 15px
}
.kpjd .bd{
    margin: 14px auto 0;
	padding-left: 50px;


}
.kpzs .bd{
    margin: 14px auto 0;
	padding-left: 50px;


}

.adlit {
	width: 100%;
}

.scale-img {
	transition: all .3s linear
}

.scale-li:hover .scale-img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	transition: all .3s linear
}

.scale-list li:hover .scale-img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	transition: all .3s linear
}

.set-wrap {
	position: relative;
	overflow: hidden
}

.wrap {
	width: 1200px;
	margin: 20px auto 0;
	overflow: hidden;
}

.wrap h1 {
	display: block;
	height: 86px;
	background: url(./zt-bg.png)no-repeat center center;
	margin: 0px auto 0
}

.wrap h1 p {
	margin: 0;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	color: #d8700b;
	text-align: center;
	padding-top: 18px;
}

.wrap h1 p a {
	color: #d8700b;
}

.str-word {
	padding: 20px 17px
}

.str-word h3 {
	font: 18px/38px "Microsoft YaHei";
	color: #333
}

.str-word p {
	padding-top: 3px;
	font: 14px/24px "Microsoft YaHei";
	color: #666
}

.str-ul li:hover .str-word h3 {
	color: #be2222
}

.fir-more {
	position: absolute;
	right: 30px;
	top: 0;
	width: 74px;
	height: 80px
}

.fir-line {
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
	display: block;
	width: 2px;
	height: 100px;
	background: #d4d4d4
}

.fir-more a {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 73px;
	height: 73px;
	text-align: center;
	font: 12px/73px "Microsoft YaHei";
	color: #fff;
	background: url(./fir-more.png) no-repeat 0 0
}

.fir-more a:hover {
	background-position: 0 -249px
}

.fir-bottom {
	width: 100%;
	height: 460px;
	overflow: hidden;
	background: url(../images/fir-bottom-bg.jpg) no-repeat center center
}

.fir-list {
	position: relative;
	width: 1085px;
	height: 285px;
	margin: 88px auto;
	padding: 0 9px;
	background: url(../images/fir-list.png) no-repeat center center
}

.fir-list li {
	position: absolute;
	top: 22px;
	width: 240px;
	height: 240px;
	background: url(../images/fir-li-bg.png) no-repeat
}

.fir-list li a {
	display: block;
	width: 100%;
	height: 100%;
	font: 18px/240px "Microsoft YaHei";
	color: #fff;
	text-align: center
}

.fir-list .fir-li01 {
	left: 24px;
	background-position: 0 -340px
}

.fir-list .fir-li02 {
	left: 297px;
	background-position: -272px -340px
}

.fir-list .fir-li03 {
	right: 296px;
	background-position: -542px -340px
}

.fir-list .fir-li04 {
	right: 22px;
	background-position: -814px -340px
}

.fir-list .fir-li01:hover {
	background-position: 0 0
}

.fir-list .fir-li02:hover {
	background-position: -272px 0
}

.fir-list .fir-li03:hover {
	background-position: -542px 0
}

.fir-list .fir-li04:hover {
	background-position: -814px 0
}
.footer {
    height: 160px;
    background: #163b72;
}

.footer-logo {
    margin-top: 33px
}

.footer-line {
    display: block;
    width: 1px;
    height: 120px;
    margin: 30px 60px 0 55px;
    background-color: rgba(255, 255, 255, .1);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#20ffffff, endColorstr=#20ffffff)
}

.footer-words{
    padding-top: 32px;
}
.footer-jiucuo{
    padding-top: 52px; width:200px; padding-left:100px;
}
.footer-words,
.footer-words a {
    /*padding-top: 42px;*/
    font: 14px/24px "Microsoft YaHei";
    color: #a2b1c7;
}

.footer-ewm {
    width: 120px;
    margin-top: 20px
}

.footer-words a:hover {
    color: #fff
}

.add-footer {
    position: fixed;
    left: 0;
    bottom: 0
}
.swap {
    width: 1200px;
    margin: 0 auto
}


/* 侧栏固定菜单 */
.sideFixed {
    display:block;
    z-index: 9;
    position: fixed;
    bottom: 150px;
    right: 0;
    width: 50px;
    font-size: 12px;
    _position: absolute;
}
.sideFixed li {
    position: relative;
    background: url(../global/bg1.png);
    border-bottom:1px solid #717171;
}
.sideFixed li a {
    height: 45px;
    display: block;
    background: url(../global/sideFixed.png) center -26px no-repeat;
    color:#fff;
    cursor:pointer
}
.sideFixed li a:hover {
    text-decoration: none;
}
.sideFixed .wx{
    -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;
}
.sideFixed .db{
    -webkit-border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px;
}
.sideFixed .on{
    background:#555
}
.sideFixed .jqr a {
    background-position: center -126px;
}
.sideFixed .sj a {
    background-position: center -226px;
}
.sideFixed .wb a {
    background-position: center -326px;
}
.sideFixed .wx a {
    background-position: center -426px;
}
.sideFixed .db a {
    background-position: center -626px;
}
.sideFixed .sjt a {
    background-position: center -726px;
}
.sideFixed .ft a {
    background-position: center -826px;
}
.sideFixed .en a {
    background-position: center -926px;
}
.sideFixed .app a {
    background-position: center -1010px;
}
.sideFixed .pic {
    display: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.sideFixed .pic img {
    width: 95px;
    height: 95px;
}
.sideFixed .on .pic {
    display: block;
    position: absolute;
    left: -115px;
    top: -25px;
    padding: 4px;
    background: #fff;
}
.sideFixed .on .pic i {
    z-index: 8;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-left-color: #fff;
    border-left-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
@media screen and (min-width: 1330px) {
    .sideFixed{
        right:0%;
        margin-right: 40px;
    }
}
/* goTop */
#goTop {
    position: fixed;
    display: none !important;
    _display: none !important;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 0 5px #9c9c9c;
    -webkit-box-shadow: 0 0 5px #9c9c9c;
    opacity: .9;
    background: rgba(0, 0, 0, .5);
}
#goTop::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -15px;
    content: "";
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-style: dashed;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
