/*--------------------Reset-----------------*/
/** reset **/
html{font-size: 62.5%}
*{padding: 0;margin: 0;outline: 0}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; border:0;}
body,button,input,select,textarea{font-family:'Microsoft YaHei';}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ul, ol{list-style: none;}
a{
	text-decoration: none;color:#333;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a:hover{
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.wz_box img{display: block; height: auto;width:100%;}
/*火狐去掉按钮、连接的虚线*/
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : 0;} 
input,button,select,textarea{outline:none;-webkit-appearance:none;}
textarea{resize:none;}
a { text-decoration: none; color: #333; }
a{blr:expression(this.onFocus=this.blur());}
a:focus{outline:none;}
a.hidefocus{outline:none}
.button{ border-radius: 0; }
input{font-family: "微软雅黑";}
textarea{font-family: "微软雅黑";}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.cleafix:after{clear:both;content:"\200B";display:block;height:0;}
.cleafix{*zoom:1;}
.fl { float:left;}
.fr { float:right;}
.wrap{width:100%;}
.orange{color:#eab061;}
.red{color:#b7100b;}
body{min-width: 1400px;margin: 0 auto;font-family: "微软雅黑";background: #fff;}
.bjb{background-color:#fff;}
.width-1150{width:1150px;margin:auto;}
.margin-top-10{margin-top:10px;}
.padding-15{padding:15px 0px;}
.margin-top-20{margin-top:20px;}
.padding-18{padding:18px;}
a:hover{color:#465da9;}
p{font-size: 1.4rem;}
.px1200{width: 1200px; margin: 0 auto;}

/*index*/
/*header*/
.header{width: 100%; height: 40px;background: #1959b9;line-height: 40px;}
.header span,.header a,.header p{font-size: 14px;color: #a1c2f2;display: inline-block;}
.header ul li{float: left;color: #a1c2f2;}
.header ul li:hover a{color: #fff;}
.header a{padding: 0 20px;}
.header p{text-align: center;width: 100%;}
/*top*/
.top{ padding:30px 0;}

/*搜索框*/
.search,.search2{height: 30px;border: none;background: none;margin-top: 5px;}
.search .text,.search2 .text2{width: 0px; height: 30px; text-indent: 5px;background: #f9f9f9;float: left;}
.search .submit,.search2 .submit{width: 30px; height: 30px;background: url(../img/search.png) center no-repeat;float: right;cursor: pointer;}
.search .text::-webkit-input-placeholder,.search2 .text::-webkit-input-placeholder {
         /* placeholder颜色  */
        color: #666;
        /* placeholder字体大小  */
       font-size: 14px;
         /* placeholder位置  */
        text-align: left;
    }
.search2{ background:#f9f9f9;}
/*nav*/
.nav{height: 50px;line-height: 50px;background: #eaf2ff;width: 100%;}
.nav>ul>li{ float: left; text-align: center; position: relative;  text-align: center;height: 47px;border-top: 3px solid #eaf2ff;}
.nav>ul>li>a{ padding: 0 45px;  font-size: 16px; color: #1a1a1a;display: block; transition: none; }
.nav>ul>li:hover{color: #fff;background: #1959b9;border-top: 3px solid #fd8300;}
.nav>ul>li:hover>a{color: #fff;}
.nav>ul>li.active{color: #fff;background: #1959b9;border-top: 3px solid #fd8300;}
.nav>ul>li.active>a{color: #fff;}

/*设置一级导航样式*/
.nav li ul{display:none; width: 100%; }
.nav li ul a { width: 100%; }
.nav li:hover ul{text-align: center;display: inline-block; position:absolute; top:47px;left:0px;z-index:1000;}
.nav li:hover ul li{border:none; min-height: 30px;background: #eaf2ff;}
.nav li:hover ul li a{display:block;color:#1a1a1a;font-size:14px;font-weight: normal; min-height:30px;line-height:30px; padding:5px 0; text-align:center;border: none;}
.nav li:hover ul li a:hover{background:#1959b9;color:#fff;}

/*banner*/
.banner{ width: 100%; height: 490px; overflow: hidden; position: relative;}
.banner img{ width: 100%; height: 490px; }
.banner .pagination{position: absolute;width: 100%; bottom: 30px;text-align: center;z-index: 9;}
.banner .pagination span{width: 40px; height: 5px; margin: 0 10px; display: inline-block;background: #ffaf03;}
.banner .pagination span.swiper-active-switch{background: #0b6cb8;}

/*title*/
.title{width: 100%; height: 50px; background: url(../img/title_bg.jpg) left top; line-height: 50px;margin-top: 30px;}
.title img{vertical-align: middle;margin-right: 15px;}
.title h1{font-size: 20px;color: #fff;float: left;padding: 0 20px;height: 50px; font-weight: normal;}
.title a.fr{font-size: 12px;color: #fff;float: right;line-height: 50px;padding-right: 10px;}
.title a.fr:hover{color: #ffaf03;}
.box{border: 1px solid #e3e3e3;border-top: none;display: block;overflow: hidden;}
/*news*/
/*news_l*/
.news { width: 700px;}
.news .box {padding: 15px; height: 355px;}
.news .first{margin-bottom: 20px;}
.news .first>.fl{width: 250px;height: 180px;}
.news .first>.fl img{width: 250px;height: 180px;}
.news .first>.fr{ width: 400px; }
.news .first>.fr a{display: block;font-size: 18px;color: #000;}
.news .first>.fr span{display: block;font-size: 12px;color: #b2b1b1;background: url(../img/time.png) left center no-repeat;text-indent: 20px;line-height: 40px;}
.news .first>.fr p{font-size: 13px;color: #6c6c6c;line-height: 26px;}
.news .first>.fr a.more{font-size: 14px;color: #0059b5;margin-top: 12px;}
.news .first>.fr a:hover{color: #1959b9;}
.news_r{width: 920px;}
.news_r ul li{ }
.list li{line-height: 32px;padding-left: 15px;position: relative;}
.list li a{font-size: 15px;color: #414141; display: block;}
.list li span.fr{font-size: 13px;color: #868686;margin-right: 5px;}
.list li:hover a{color: #1959b9;}
.notice .list li::after,
.news .list li::after {content: ""; width: 4px;height: 4px;background: #aeaeae;position: absolute;left: 0;top: 15px;}

/*notice*/
.kjrw, .xsdt {width: 480px;}
.notice { width: 590px; }
.notice .box{ padding: 15px; }
.notice table tr.tr1{background: #e5f0fa; height: 50px; text-align: center;}
.notice table tr.tr1 td{ height: 40px; }
.notice table{ border: 0px;font-size: 15px;color: #414141;}
.notice table tr td{ border-left:0px; text-align: center;border-top:0px;line-height: 26px; height: 52px; padding: 6px 5px 5px; border-right: 1px solid #e5f0fa; border-bottom: 1px solid #e5f0fa;}
.notice table tr td a{text-indent:0em; padding:0px; margin:0px; text-align:left; line-height: 26px;display: block;}
.notice table tr td:nth-child(3){border-right: none;}

/*学术动态*/
.xsdt .box,.kjrw .box{padding:0 10px;}
.xsdt .xsdt_box{height: 59px; padding: 18px 0; border-bottom: 1px solid #d1dae3;}
.xsdt .xsdt_box:nth-child(4){border-bottom: none;}
.xsdt .xsdt_box dl{float: left;width: 72px;height: 60px;background: #83b0de;color: #fff;text-align: center;font-size: 11px;}
.xsdt .xsdt_box dl dt{font-size: 24px;line-height: 40px;}
.xsdt .xsdt_box>.fr{width: 370px;}
.xsdt .xsdt_box>.fr a{font-size: 15px;color: #141414;font-weight: bold;display: block;margin-bottom:5px;}
.xsdt .xsdt_box:hover>.fr a{color: #465da9;}
.xsdt .xsdt_box:hover dl{background: #1959b9;}
.xsdt .xsdt_box>.fr p{ display: none; font-size: 14px;color: #141414;}
.xsdt .xsdt_box>.fr p span{display: inline-block;margin-right: 20px;}

/*科技人物*/
.kjrw_box{border-bottom: 1px solid #d1dae3;padding: 20px 0 21px; height: 160px;}
.kjrw_box:nth-child(2){border-bottom: none;}
.kjrw_box .fl{width: 280px;}
.kjrw_box .fl a{font-size: 15px;color: #000;line-height: 26px;font-weight: bold;display: block;}
.kjrw_box:hover .fl a{color: #465da9;}
.kjrw_box .fl p{font-size: 13px;color: #6e6e6e;line-height: 26px;}
.kjrw_box .fr{width: 170px;height: 160px;}
.kjrw_box .fr img{width: 170px;height: 160px;}

/*icon*/
.icon ul li{width: 390px;height: 100px;background: #67b8f1;float: left;margin-top: 20px;line-height: 100px;-webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; -ms-transition: all 0.8s;}
.icon ul li.li2,.icon ul li.li5{margin: 20px 15px 0;}
.icon ul li .fl{width: 70px;height: 100px;margin-left: 50px;display: table-cell;text-align: center;vertical-align: middle;}
.icon ul li .fl img{vertical-align: middle;-webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; -ms-transition: all 0.8s;}
.icon ul li:hover .fl img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.icon ul li .fr{width: 240px;}
.icon ul li .fr a{font-size: 20px;color: #fff;font-weight: bold;display: block;}
.icon ul li.li2{background: #f5ac76;}
.icon ul li.li3{background: #8bda44;}
.icon ul li.li4{background: #47d9b5;}
.icon ul li.li5{background: #e3c743;}
.icon ul li.li6{background: #aa8cff;}
.icon ul li:hover{background: #2c95df;}
.icon ul li.li2:hover{background: #e87b2a;}
.icon ul li.li3:hover{background: #61c20a;}
.icon ul li.li4:hover{background: #20b893;}
.icon ul li.li5:hover{background: #d4b212;}
.icon ul li.li6:hover{background: #5c2de0;}

/*link*/
.link{ padding:20px 0;width: 100%; background: #f7f7f7;margin-top: 50px;}
.link .link_box{width: 1300px;margin: 0 auto;}
.link span{float: left;font-size: 16px;color: #333333;font-weight: bold; display: inline-block;width: 100px;}
.link ul{width: 1200px;}
.link ul li{float: left; margin-right: 2em; }
.link a{font-size: 14px;color: #666666;float: left;line-height: 30px;}
.link a:hover{color: #465da9}

/*foot*/
.foot{width: 100%; height: 140px;background: url(../img/bottom.jpg) center no-repeat #0376c5;}
.bottom{width: 100%; height: 50px;background: #064089;line-height: 50px;}
.bottom p{font-size: 14px;color: #e7f2fc;text-align: center;}

/*list*/
.subbanner{width: 100%; height: 270px;}
.subbanner img{width: 100%; height: 270px;}
.subbanner .px1200{position: relative;top: -80px;}
.subbanner .px1200 .lmmc{width: 230px;height: 80px;background: #2368b1;line-height: 80px;font-size: 23px;color: #fff;}
.subbanner .px1200 .lmmc img{width: 32px;height: 32px; vertical-align: middle;margin: 0 20px;}
/*left*/
.cont{overflow: hidden;padding-bottom: 50px;min-height: 400px;}
.left{width: 230px;background: #ecf5ff;padding: 30px 0 50px;min-height: 500px;}
.left>ul{border-top: 1px solid #caddf2;}
.left ul li{min-height: 40px;line-height: 40px;position: relative;}
.left ul li a{font-size: 18px;color: #262626;display: block; border-bottom: 1px solid #caddf2;border-left: 4px solid #ecf5ff;padding:6px 0;padding-left: 30px;}
.left ul li:hover a{border-left: 4px solid #3491f9;}
.left ul li.light a{border-left: 4px solid #3491f9;}
.left ul li i{content: "";width: 10px; height: 10px;  display: inline-block;border-width: 1px 1px 0 0;border-color: #050505;border-style: solid;transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);position: absolute;top: 20px;right: 20px;}
.left ul li.light i{  border-width: 0 1px 1px 0;}
.left ul li ul{display:none;}
.left ul li.light ul{background: #f7fbff;  display:block;}
.left ul li.light ul li{line-height: 30px;min-height: 30px;}
.left ul li.light ul li a{border: none;font-size: 16px;color: #0b0b0b;}
.left ul li.light ul li.on a{color: #1378e8;}
.left ul li:hover a,.left ul li ul li:hover a{color: #1378e8;}

/*right*/
.right{width: 900px;}
.cont .title{margin-top: 0;}
.title h3.fl{font-size: 26px;color: #252525;}
.dqwz{border-bottom: 1px solid #dedede;background: url(../img/home.jpg) left center no-repeat;padding-left: 30px;line-height: 60px;font-size: 14px;color: #6c6c6c;margin-bottom: 20px;}
.dqwz a{color: #6c6c6c;padding: 0 10px;}
.dqwz a:hover{color: #ba2a17}
.right ul li{border-bottom: 1px solid #dedede;line-height: 60px;padding-left: 20px;}
.right ul li::after{content: "";width: 7px; height: 7px;  display: inline-block; background: #d2d2d2;border-radius: 5px;position: absolute;left: 0; top: 28px;}
.right ul li:hover::after{background: #1378e8;}
.right ul li a{font-size: 16px;}

.cont .box{padding: 30px; border-top: 1px solid #e3e3e3;}

/*content*/
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:80%; margin:20px auto}
#vsb_content table tr td{ border-left:0px; text-align: center;border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }

.content h1{ color: #292929;font-size: 37px;line-height: 2em;padding: 10px 0;text-align: center;font-weight: normal;}
.content .bar{ line-height:50px; height:50px; color:#1959b9; background: #e4f1ff; font-size:16px;margin: 20px 0;padding: 0 10px;}
.content p{ text-indent:2em; line-height:2em;margin-top:15px; color:#333; font-size:16px;}
.content p img{ margin:15px auto; border:none; display:block}