@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;
	overflow-x: hidden;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover, a:visited {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

p, ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12, .col-sm-12 {
	padding: 0;
}

/*头部*/

.container {
	padding: 0;
}

/*样式开始*/

.header {
	background-color: #121c66;
	background-image: url(../images/header.jpg);
	background-position: center;
        background-size: 100%;
	background-repeat: no-repeat;
	padding: 14px 0 27px;
}

.logo {
	display: block;
	width: 50%;
	float: left;
        margin-top: 20px;
}

.header .link-top {
	margin: 26px 0 0 auto;
	float: right;
	text-align: right;
	background: url(../images/link-top.png) repeat;
	border-radius: 45px;
}


.header .link-top ul li {
	float: left;
	width: 200px;
	text-align: center;
	padding: 12px 0 10px;
	background: url(../images/link-top-line.png) left center no-repeat;
}

.header .link-top ul li:first-child {
	background: none;
}

.header .link-top ul li a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 0;
	position: relative;
}

.header .link-top ul li a span{
    opacity: 0.9;
}

.header .link-top ul li:hover a span{
   opacity: 1;
}

.header .link-top a img {
	margin-right: 5px;
	margin-bottom: 3px;
}

.wechatbox {
	z-index: 10;
	position: absolute;
	top: -33px;
	right: 0px;
	width: 98px;
	height: 98px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	background: #fff;
	padding: 8px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header .link-top a .wechatbox img {
	width: 100%;
	margin-bottom: 0;
}

.header .link-top a:hover .wechatbox {
	top: 60px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.wechatbox:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #fff;
	border-left: 8px solid transparent;
	position: absolute;
	right: 43px;
	top: -12px;
}

/*搜索*/

.search {
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    float: right;
    background: none;
    border-radius: 30px;
    margin-top: 26px;
    margin-right: 10px;
    /* z-index: 1002; */
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}


.search.on {
	opacity: 1;
	visibility: visible;
        background: #fff;
}


.search .close {
	background: url(../images/close.png) center no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 30px;
	top: 44.5px;
	opacity: 1;
}


.search .search-nk {
	padding: 30px 60px 30px 38px;
	border-radius: 8px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	margin: -100px 0 0;
}


.search .search-bk {
	height: 56px;
	line-height: 56px;
	/*width: 650px;*/
	/*border: 1px solid #999;*/
	border-radius: 30px;
	position: relative;
        overflow: hidden;

}


.search .search-bk .search-icon {
    display: inline-block;
}

.search.on .search-bk .search-icon {
    display: none;
}


.search_kang {
	background: none;
	height: 56px;
	width: 0px;
	padding-left: 20px;
	outline: none;
        transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.search.on .search_kang {
    width: 340px;
transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}


.search-button {
	position: absolute;
	right: 20px;
	top: 9px;
        display: none;
}

.search.on .search-button{
      display: block;
}


.searchbox .search_kang:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #c8c8c8;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}

::-moz-placeholder {
	color: #c8c8c8;
}

/* firefox 19+ */

:-ms-input-placeholder {
	color: #c8c8c8;
}

/* ie */

input:-moz-placeholder {
	color: #c8c8c8;
}

.searchbox .search-button {
	outline: none;
	vertical-align: middle;
	float: right;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 15px;
	padding: 0;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}

/*导航*/

.nav {
	width: 100%;
	background: #fff;
	position: relative;
}

.nav ul li {
	width: 11.1%;
	float: left;
	line-height: 86px;
	text-align: center;
	position: relative;
	z-index: 9;
	text-align: center;
	background: url(../images/nav-bj.png) right center no-repeat;
}

.nav ul li a {
	display: block;
	color: #333;
	height: 86px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 12px;
}

.nav ul li:hover a {
	color: #fe9900;
	background: url(../images/submenu-active.png) 79% center no-repeat;
}

.nav ul li a.submenu {
	background: url(../images/submenu.png) 79% center no-repeat;
}

.nav ul li:hover a.submenu {
	background: url(../images/submenu-active.png) 79% center no-repeat;
}


.nav ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 76px;
	width: 120%;
	z-index: 22;
	background: #fff;
	padding: 8px 20px 12px;
	border-top: 3px solid #f2b04c;
}

.nav ul li:hover ul {
	display: block;
	box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%);
}

.nav ul li ul li {
	width: 100%;
	text-align: center;
	padding: 8px 0;
	background: none;
	border-top: 1px solid #eee;
}

.nav ul li ul li:first-child {
	border-top: none;
}

.nav ul li ul li a {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	color: #333;
	font-weight: normal;
	padding-right: 0;
}

.nav ul li:hover ul li a {
	color: #333;
	background: none;
}

.nav ul li ul li:hover a {
	color: #2d76ba;
	background: #efefef;
}

/*banner相关设置*/

.banner {
	position: relative;
	background: #fff;
}

.banner .container {
	position: relative;
}

.banner img {
	width: 100%;
}

#full-width-slider {
	width: 100%;
}

#full-width-slider .rsBullets {
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 9;
	text-align: center;
	overflow: hidden;
	transform: translateX(-50%);
}

#full-width-slider .rsBullet {
	height: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 0 5px;
}

#full-width-slider .rsBullet span {
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 0.57;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#full-width-slider .rsBullet.rsNavSelected span {
	width: 29px;
	opacity: 1;
	border-radius: 5px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}



#full-width-slider .rsGCaption {
	display: none;
}

#full-width-slider .rsArrowLeft {
	position: absolute;
	left: 4%;
	top: 43%;
	display: none !important;
}

#full-width-slider .rsArrowLeft .rsArrowIcn {
	width: 68px;
	height: 68px;
	background: url(../images/banner-arrowl.png);
	background-size: 100%;
}

#full-width-slider .rsArrowLeft.rsArrowDisabled .rsArrowIcn {
	background: url(../images/banner-arrowl-active.png);
	background-size: 100%;
}

#full-width-slider .rsArrowRight {
	position: absolute;
	right: 4%;
	top: 43%;
	display: none !important;
}

#full-width-slider:hover .rsArrowLeft, #full-width-slider:hover .rsArrowRight {
	display: block !important;
}

#full-width-slider .rsArrowRight .rsArrowIcn {
	width: 68px;
	height: 68px;
	background: url(../images/banner-arrowr.png);
	background-size: 100%;
}

#full-width-slider .rsArrowRight.rsArrowDisabled .rsArrowIcn {
	background: url(../images/banner-arrowr-active.png);
	background-size: 100%;
}


/* 仪器分类 */

.yiqi-box {
	background: #1b2e9a;
	padding: 45px 0 0;
}

.yiqi-box .container {
	position: relative;
}

.yiqi-box h4 {
	border: 3px solid #e5e5e5;
	padding: 16px 0 8px;
	width: 50px;
	text-align: center;
	border-radius: 30px;
	margin: 0;
	position: absolute;
	left: 0;
	top: -15px;
}

.yiqi-box h4 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
	writing-mode: vertical-lr;
	letter-spacing: 3px;
}

.yiqi-box ul {
	margin-left: 30px;
        position: relative;
}

.yiqi-box ul li {
	float: left;
	width: 12.5%;
	position: relative;
	padding-bottom: 45px;
}

.yiqi-box ul li:hover:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 8px solid transparent;
    position: absolute;
    right: 42px;
    bottom: 0;
    opacity: 0.6;
}

.yiqi-box ul li .yiqi-item {
	width: 100px;
	margin: 0 0 0 auto;
	text-align: center;
}

.yiqi-box ul li .yiqi-item .yiqi-img {
	width: 100%;
	height: 100px;
	border: 2px solid #e5e5e5;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


.yiqi-box ul li:hover .yiqi-item .yiqi-img {
	background: #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

}

.yiqi-box ul li .yiqi-item .yiqi-img span {
	width: 49px;
	height: 49px;
	display: block;
	margin: 23.5px auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

}

.yiqi-box ul li .yiqi-item .yiqi-img.yiqi-img1 span {
	background-image: url(../images/yiqi-weiqu.png);

}

.yiqi-box ul li .yiqi-item .yiqi-img.yiqi-img2 span {
	background-image: url(../images/yiqi-youji.png);

}

.yiqi-box ul li .yiqi-item .yiqi-img.yiqi-img3 span {
	background-image: url(../images/yiqi-wuji.png);

}

.yiqi-box ul li .yiqi-item .yiqi-img.yiqi-img4 span {
	background-image: url(../images/yiqi-fenzi.png);

}

.yiqi-box ul li .yiqi-item .yiqi-img.yiqi-img5 span {
	background-image: url(../images/yiqi-fenli.png);

}

.yiqi-box ul li .yiqi-item .yiqi-img.yiqi-img6 span {
	background-image: url(../images/yiqi-gongpu.png);

}

.yiqi-box ul li .yiqi-item .yiqi-img.yiqi-img7 span {
	background-image: url(../images/yiqi-yuansu.png);

}

.yiqi-box ul li .yiqi-item .yiqi-img.yiqi-img8 span {
	background-image: url(../images/yiqi-hot.png);

}

.yiqi-box ul li:hover .yiqi-item .yiqi-img span {
	background-position: -49px 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.yiqi-box ul li .yiqi-item p {
	font-size: 18px;
	color: #fff;
	margin-top: 12px;
}

.yiqi-box ul li .yiqi-item-tisi {
	position: absolute;
	top: 182px;
         height: 0;
         left: 73%;
         transform: translateX(-50%);
         overflow: hidden;
         padding: 0px 35px 0px;
	margin-left: 0;
	background: url(../images/case-box.png) repeat;
        white-space: nowrap;
	z-index: 10;
        -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;

}

.yiqi-box ul li:hover .yiqi-item-tisi{
   
    padding: 20px 35px 15px;
     height: 281px;
    overflow: inherit;
     -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.yiqi-box ul li:first-child .yiqi-item-tisi {
        left: 0px;
        transform: translateX(-0%);
}

.yiqi-box ul li:last-child .yiqi-item-tisi {
        left: auto;
        right:0;
       transform: translateX(-0%);
}

.yiqi-box ul li .yiqi-item-tisi .item-tisi-box {
	display: inline-block;
	width: auto;
	margin-left: 25px;
	padding-bottom: 0;
}


.yiqi-box ul li .yiqi-item-tisi .yiqi-more {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.yiqi-box ul li .yiqi-item-tisi .yiqi-more img{
width: 30px;
}

.yiqi-box ul li .yiqi-item-tisi .item-tisi-box:first-child {
	margin-left: 0;
}


.yiqi-box ul li .yiqi-item-tisi .item-tisi-box .yiqi-case-img {
	width: 100%;
	display: block;
	width: 208px;
        height: 0px;
	overflow: hidden;
       -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.yiqi-box ul li:hover .yiqi-item-tisi .item-tisi-box .yiqi-case-img{
   height: 199px;
}

.yiqi-box ul li .yiqi-item-tisi .item-tisi-box .yiqi-case-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}


.yiqi-box ul li .yiqi-item-tisi .item-tisi-box:hover .yiqi-case-img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.yiqi-box ul li .yiqi-item-tisi .item-tisi-box p {
	font-size: 16px;
	color: #333;
	background: #fff;
	padding: 10px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
       width: 208px
}

/*首页*/

.title {
	height: 50px;
	padding-right: 10px;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
}

.title h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding-right: 15px;
	margin-bottom: 6px;
}

.title span {
	font-size: 16px;
	color: #666;
	display: block;
	/*float: left;*/
	background: #fff;
	/*padding: 0 15px;
	border-left: 1px solid #ddd;*/
        position: absolute;
    left: 130px;
    top: 8px;

}

.title span strong {
	color: #004ab9;
	font-weight: normal;
}

.title .more {
	font-size: 16px;
	color: #777;
	position: absolute;
	right: 0;
	bottom: 15px;
       -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.title .more:hover{
   color: #004ab9;
   right: 10px;
-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/* 中心新闻 */

.news {
	margin: 45px 3.5% 45px 0;
	width: 70%;
	float: left;
}


.news .new-img {
        padding-right: 0.53%;
	margin-top: 33px;
	overflow: hidden;
}


#full-width-slider1 {
	width: 100%;
}

#full-width-slider1 .list_img {
	height: 317px;
        height: 363px;
	overflow: hidden;
}

#full-width-slider1 .list_img img {
	width: 100%;
	min-height: 100%;
	margin: 0 !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#full-width-slider1 .rsContent:hover .list_img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#full-width-slider1 .new-text {
	background: #1b2e9a;
	padding: 20px 25px 46px;
        padding: 20px 25px 36px;
}

#full-width-slider1 .new-text .banner-title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	/*height: 52px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 15px 0 0;*/
        height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0 0;
}

#full-width-slider1 .new-text .date {
	margin-bottom: 10px;
	color: #fff;
        margin-bottom: 5px;
}

#full-width-slider1 .rsBullets {
	position: absolute;
	bottom: 170px;
	left: 50%;
	z-index: 9;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
        bottom: 130px;
	transform: translateX(-50%);
}

#full-width-slider1 .rsBullet {
	width: 60px;
	height: 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	margin: 0 3px;
	background: #fff;
}

#full-width-slider1 .rsBullet.rsNavSelected {
	background: #f8d22b;
}

#full-width-slider1 .rsBullet span {
	display: none;
}

.new-list {
	padding-left: 3.2%;
	margin-top: 33px;
}


.new-list ul li {
	margin-bottom: 22px;
        margin-bottom: 32px;
        padding: 7px 0 16px 0px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e5e6e6;
}


.new-list ul li a {
	text-decoration: none;
}

.new-list ul li .new-list-data {
	font-size: 14px;
	font-family: "Tahoma";
	color: #666;

}

.new-list ul li .new-data {
    font-size: 14px;
    color: #999;
    margin-top: 7px;
    background-image: url(../images/rili.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}


.new-list ul li .new-list-data span {
	font-size: 12px;
	color: #004ab9;
	padding: 2px 4px;
	margin-left: 7px;
	border: 1px solid #004ab9;
}

.new-list ul li .new-list-title {
	font-size: 18px;
	line-height: 26px;
	color: #333;
	height: 48px;
	margin: 5px 0 4px;
	/*text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;*/
       height: 26px;
       overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-list ul li:hover .new-list-title {
	color: #1f38a2;
}

.new-list ul li .new-list-abstract {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	/*border-left: 1px solid #c3c3c3;
	padding-left: 20px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
        -webkit-line-clamp: 3;
       height: 72px;*/
       height: 26px;
       overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 通知公告 */

.research {
	width: 26.5%;
	float: left;
	margin: 45px 0;

}

.research ul {
	margin-top: 16px;
}

.research ul li {
	padding: 10px 23px 16px 17px;
	margin-top: 17.5px;
	background: #fff;
	box-shadow: 0 2px 2px -2px rgb(0 0 0 / 5%), 0 6px 10px 0 rgb(0 0 0 / 3%), 0 3px 12px 10px rgb(0 0 0 / 1%);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


.research ul li:hover {
	background: #1b2e9a;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.research ul li .research-time {
	float: left;
	color: #004ab9;
	margin-right: 20px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.research ul li:hover .research-time {
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.research ul li .research-time h4 {
	font-size: 36px;
	font-family: "Tahoma";
	margin: 0;
        height: 37px;
}

.research ul li .research-time p {
	font-size: 14px;
	font-family: "Tahoma";
}

.research ul li a .research-title {

	font-size: 16px;
	font-family: "Tahoma";
	color: #333;
	line-height: 24px;
	height: 48px;
        margin-top: 6px;
	text-decoration: none;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.research ul li:hover a .research-title {
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}




/* 支撑成果 */
.fruit {
	width: 48.8%;
	margin-right: 1.2%;
	float: left;
	margin-bottom: 53px;
}

.science {
	width: 48.8%;
	margin-left: 1.2%;
	float: left;
	margin-bottom: 53px;
}


.fruit ul, .science ul {
	margin-top: 36px;
}

.fruit ul li, .science ul li {
	margin-bottom: 10px;
       -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fruit ul li:hover, .science ul li:hover{
   box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%);
}

.fruit ul li a, .science ul li a {
	text-decoration: none;
}

.fruit ul li .fruit-img, .science ul li .fruit-img {
	float: left;
	width: 224px;
	height: 154px;
	margin-right: 20px;
	overflow: hidden;
}


.fruit ul li .fruit-img img, .science ul li .fruit-img img {
	width: 100%;
	min-height: 100%;
	margin: 0 !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.fruit ul li:hover .fruit-img img, .science ul li:hover .fruit-img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.fruit ul li .fruit-text,
.science ul li .fruit-text {
	padding: 15px 45px 17px 25px;
	background: #f6fafd;
}

.fruit ul li:hover .fruit-text h3, .science ul li:hover .fruit-text h3 {
	color: #1b2e9a;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


.fruit ul li .fruit-text h3,
.science ul li .fruit-text h3 {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	height: 48px;
	text-decoration: none;
	margin: 0 0 26px 0;
	overflow: hidden;
	/*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
   font-size: 18px;
   margin: 20px 0 13px 0;
      height: 24px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fruit ul li .fruit-text p, .science ul li .fruit-text p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
   margin-bottom: 17px;

}

/* 内容页 */

/* 内页大图 */

.bannerx .column {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-65%);
	text-shadow: 2px 2px 5px #595959;
}

.bannerx {
	position: relative;
        width: 100%;
    overflow: hidden;
}

.bannerx img {
	width: 100%;
}


/* 左边 */

.left-box{
    padding-left: 40px;
}

/* .left-box {
	padding-left: 7%;
} */

.left-nav {
	padding: 20px;
	background: #fff;
	margin-top: -70px;
	margin-bottom: 30px;
}

.left-nav h3.current {
	font-size: 18px;
	color: #fff;
	background: #14308c;
	padding: 18px 0 16px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 47px;
	border-left: 13px solid #f2b04c;
}

.left-nav ul {
	position: relative;
}

.left-nav ul li {
	margin-bottom: 1px;
}

.left-nav ul li a {
	display: block;
	height: 42px;
	line-height: 42px;
	background-color: #efefef;
	font-size: 16px;
	color: #333;
	text-align: left;
	padding-left: 47px;
	border-left: 13px solid #efefef;
}

.left-nav ul li:hover a {
	background-color: #dedede;
	background-image: url(../images/left-nav.png);
	background-repeat: no-repeat;
	background-position: 3% center;
	border-left: 13px solid #dedede;
}

.left-nav ul li.active a {
	background-color: #dedede;
	background-image: url(../images/left-nav.png);
	background-repeat: no-repeat;
	background-position: 3% center;
	border-left: 13px solid #dedede;
}

.left-nav ul .nav-xitem {
	position: absolute;
	right: 100%;
	top: 0;
	width: 318%;
	background: #fff;
	border: 2px solid #14308c;
	padding: 15px 50px;
	display: none;
}

.left-nav ul .nav-xitem:hover {
	display: block !important;
}

.left-nav ul .nav-xitem h3 {
	font-size: 16px;
	font-weight: bold;
	color: #14308c;
	float: left;
	width: 20%;
	margin: 10px 0;
}

.left-nav ul .nav-xitem .nav-xitem-box {
	overflow: hidden;
}

.left-nav ul .nav-xitem ul {
	padding-left: 0;
	overflow: hidden;
}

.left-nav ul .nav-xitem ul li {
	float: left;
	margin-right: 30px;
}

.left-nav ul .nav-xitem ul li a {
	padding-left: 0;
	font-size: 16px;
	color: #333;
	line-height: 36px;
	height: auto;
	border-left: none;
	background: none;
}

.left-nav ul .nav-xitem ul li:hover a {
	text-decoration: underline;
}

.left-nav ul li:hover a.xitems {
	background-color: #fff;
	border-left: 13px solid #fff;
	border-right: 2px solid #14308c;
	border-top: 2px solid #14308c;
	border-bottom: 2px solid #14308c;
	position: relative;
}

.left-nav ul li:hover a.xitems::before {
	content: "";
	display: block;
	width: 15px;
	height: 42px;
	position: absolute;
	left: -15px;
	bottom: -2px;
	border-top: 2px solid #14308c;
	border-bottom: 2px solid #14308c;
	background: #fff;
	z-index: 22;
}

.left-point {
	margin-bottom: 30px;
	margin-top: 60px;
	background: #fff;
	padding: 30px 45px;
}

.left-point h3 {
	font-size: 24px;
	color: #333;
	margin: 0 0 15px;
}

.left-point h3 img {
	margin-right: 15px;
}

.left-point h4 {
	font-size: 24px;
	color: #14308c;
	font-weight: bold;
}

.left-point h4 span {
	background: url(../images/column.png) left bottom no-repeat;
	background-size: 100%;
	padding-bottom: 8px;
}

.left-point .shebei ul {
	margin-top: 20px;
}

.left-point ul li {
	overflow: hidden;
	padding: 12px 0;
	margin-bottom: 8px;
	border-bottom: 2px solid #f9f9f9;
}


.left-point ul li .point-time {
	font-size: 14px;
	color: #333;
	opacity: 0.66;
	font-family: “Tahoma”;
	float: left;
}

.left-point ul li .point-time img {
	margin: 0 8px 2px 0;
}

.left-point ul li .point-visit img {
	margin: 0 8px 2px 45px;
}

.left-point ul li .point-visit span{
color: #333;
	opacity: 0.66;
}

.left-point ul li a {
	font-size: 16px;
	color: #555;
	line-height: 24px;
	/*height: 48px;
	margin-bottom: 3px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;*/
height: 24px;
       overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  margin-bottom: 8px;
    display: block;
}

.left-point .shebei ul li a {
	font-size: 16px;
	color: #2d76ba;
	height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0;
}

.left-point .shebei ul li:hover a {
	text-decoration: underline;
}

/* 右边 */

.right-box {
	position: relative;
	padding-right: 00px;
}

.right-box .right-list {
	background: #fff;
	margin-top: 60px;
}

/* 列表 */

.content-padding {
	padding: 0 128px;
}

.list, .list-imgbox {
	/*margin-bottom: 70px; */
    overflow: hidden;
    padding-bottom: 70px;
}

.list ul {
	margin-top: 60px;
           min-height: 200px;
         overflow: hidden;
}

.list ul li {
	background: #fff;
	margin-bottom: 4px;
}

.list ul li:hover {
	background: #1b2e9a;
}

.list ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 67px;
	height: 67px;
	padding: 0 15px 0 25px;
}

list-imgbox ul{
   overflow: hidden;
}

.list-imgbox ul li a {
	padding: 24px 0;
	display: block;
	text-decoration: none;
}

.list-imgbox ul li .media-heading {
	font-size: 22px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-imgbox ul li:hover .media-heading {
	color: #2d76ba;
}

.list-imgbox ul li .date {
	font-size: 17px;
	color: #333;
	font-weight: bold;
	margin-bottom: 24px;
}

.list-imgbox ul li .pull-left .pull-left-img {
	display: block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin-right: 20px;
}

.list-imgbox ul li .pull-left .pull-left-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.list-imgbox ul li:hover .pull-left .pull-left-img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.list-imgbox ul li .media-body .abstract {
	font-size: 16px;
	color: #3d3d3d;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.list-imgbox ul li .media-body .more {
	font-size: 18px;
	color: #2d76ba;
	background: url(../images/more-arrow.png) 110px center no-repeat;
	margin-top: 6px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.list-imgbox ul li:hover .media-body .more {
	-webkit-transition: all .4s;
	transition: all .4s;
	background: url(../images/more-arrow.png) 123px center no-repeat;
}

.list-imgbox ul li .media-body .more span {
	position: relative;
}

.list-imgbox ul li .media-body .more span::after {
	-webkit-transition: all .4s;
	transition: all .4s;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #abc2de;
	z-index: 10;
}

.list ul li a p {
	float: left;
	width: 76%;
	font-size: 16px;
	height: 67px;
	line-height: 67px;
	color: #333;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list ul li a p span {
	display: block;
	float: left;
	width: 9px;
	height: 67px;
	margin-right: 15px;
	background: url(../images/index-list-icon2.png) 0 center no-repeat;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.list ul li:hover a p {
	color: #fff;
}

.list ul li a span.time {
	float: left;
	text-align: right;
	width: 24%;
	font-size: 14px;
	color: #999;
	height: 67px;
	line-height: 67px;
	background: url(../images/list-time.png) 72% center no-repeat;
}

.list ul li:hover a span.time {
	color: #fff;
	background: url(../images/list-time-hover.png) 72% center no-repeat;

}

.list ul li:hover a p span {
	background: url(../images/index-list-icon2.png) -4px center no-repeat;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


/* 成果 */
.list-fruit {
	background: #fff;
	margin-top: -50px;
	padding: 120px 0 50px;
}

.list-fruit ul{
      overflow: hidden;
}

.list-fruit ul li {
	padding: 38px 0;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 22px;
}

.list-fruit ul li a {
	text-decoration: none;
}

.list-fruit ul li .fruit-img {
	width: 409px;
	height: 240px;
	overflow: hidden;
	float: left;
	margin-right: 52px;
}

.list-fruit ul li .fruit-img img{
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.list-fruit ul li:hover .fruit-img img{
-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


.list-fruit ul li .fruit-text {
	padding: 22px 0 28px;
}


.list-fruit ul li .fruit-text h3 {
	font-size: 24px;
	color: #333;
	line-height: 48px;
	height: 48px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.list-fruit ul li .fruit-text .date {
	font-size: 18px;
	color: #888;
	font-family: "Tahoma";
	margin-bottom: 27px;
}

.list-fruit ul li .fruit-text p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	height: 90px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


/*技术专家  */

.list-duiwu {
	margin-top: 80px;
	background: #f7f7f7;
	padding-bottom: 50px;
}
.list-duiwu .duiwu-title {
    text-align: center;
    color: #004ab9;
    font-size: 28px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}

.list-duiwu .duiwu-title::after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 33px;
    background: #004ab9;
    transform: translateX(-50%);
}

.list-duiwu ul {
	overflow: hidden;
	background: #f7f7f7;
	margin-left: -2%;
        margin-bottom: 30px;
}

.list-duiwu ul li {
	width: 31%;
	float: left;
	margin-left: 2%;
	background: #fff;
	margin-bottom: 29px;
	padding: 28px 30px 30px 25px;
}

.list-duiwu ul li:hover{
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.list-duiwu ul li a {
	text-decoration: none;
}

.list-duiwu ul li .duiwu-img {
	/*width: 95px;
	height: 95px;*/
          /* width: 75px;
    height: 101px;*/

     width: 113px;
    height: 151px;
	overflow: hidden;
	/*border-radius: 50%;*/
	float: left;
	margin: 0 30px 0 10px;
     /*  background: #004ab9;*/
}

.list-duiwu ul li .duiwu-img img {
	/*width: 100%;
	min-height: 100%;*/
      min-width: 100%;
    height: 100%;
}

.list-duiwu ul li .duiwu-text {
	overflow: hidden;
}

.list-duiwu ul li .duiwu-text h5 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin: 0 0 13px;
	padding-top: 10px;
}

.list-duiwu ul li:hover .duiwu-text h5{
     color:#fe9900;
}

.list-duiwu ul li .duiwu-text .zhichen {
	font-size: 16px;
	color: #333;
	margin-bottom: 2px;
       height: 22px;
}

.list-duiwu ul li .duiwu-text .youxiang {
	font-size: 16px;
	color: #6b7ff0;
	margin-bottom: 6px;
        height: 22px;
}

.list-duiwu ul li .duiwu-fangx {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-top: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   position: relative;
  padding-top: 15px;
}
.list-duiwu ul li .duiwu-fangx::before{
     content: "";
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: #fe9900;
    transition: 0.6s all;
    z-index: 3;
}

.list-duiwu ul li:hover .duiwu-fangx::before{
   width: 100%;
   transition: 0.6s all;
}

.list-duiwu ul li .duiwu-fangx::after {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #cdcdcd;
   z-index: 2;
}


/* 带图列表页 */

.yiqi-items {
	background: #fff;
	padding: 35px 26px 20px;
	margin-top: -38px;
}

.yiqi-items h4 {
	font-size: 16px;
	background: #143696;
	float: left;
	padding: 8px 22px;
	color: #fff;
	border-radius: 20px;
	margin: 0 30px 0 0;
}

.yiqi-items .yiqi {
	margin-bottom: 15px;
}

.yiqi-items ul {
	overflow: hidden;
}

.yiqi-items ul li {
	font-size: 18px;
	color: #333;
	float: left;
	height: 33px;
	line-height: 33px;
	margin-right: 35px;
	width: 95px;
        cursor: pointer;

}

.yiqi-items ul li a{
   color: #333;
}

.yiqi-items ul li:first-child {
	width: 40px;
        margin-bottom: 2px;
}

.yiqi-items ul li.active {
	color: #143696;
        font-weight: bold;
}

 .yiqi-items ul li.active a{
   color: #143696;
}

.list-img {
	padding-bottom: 70px;
}

.list-img ul {
	margin-left: -2.5%;
	overflow: hidden;
}

.list-img ul li {
	width: 22.5%;
	float: left;
	padding: 20px 20px 173px;
	margin-left: 2.5%;
	background: #fff;
	margin-top: 27px;
	position: relative;
}


.list-img ul li .list-img-box {
	width: 100%;
	height: 263px;
	overflow: hidden;
}

.list-img ul li .list-img-box img {
	width: 100%;
	min-height: 100%;
}

.list-img ul li .list-img-text {
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 100%;
	background: #fff;
	padding: 0 20px;
}


.list-img ul li .list-img-text h5 {
	font-size: 18px;
	color: #333;
	margin: 20px 0;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-img ul li .list-img-text h5 a{
   color: #333;
    text-decoration: none;
}

.list-img ul li .list-img-text .liaxi {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.list-img ul li .list-img-text .liaxi span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.list-img ul li .list-img-text .caozo {
	height: 0;
	overflow: hidden;
	margin: 0 -3%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.list-img ul li:hover .list-img-text .caozo {
	height: 51px;
	margin-top: 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.list-img ul li .list-img-text .caozo .shangji {
	background: linear-gradient(#356fdf, #1b2f99);
	color: #fff;
	display: block;
	width: 46%;
	padding: 10px 0;
	text-align: center;
	float: left;
	margin-right: 1%;
	margin-left: 3%;
	border-radius: 20px;
	text-decoration: none;
	box-shadow: 0 3px 12px 0px rgb(66 107 200 / 35%);
}

.list-img ul li .list-img-text .caozo .more {
	background: linear-gradient(#f8b83e, #ea8d13);
	color: #fff;
	display: block;
	width: 46%;
	padding: 10px 0;
	text-align: center;
	margin-left: 1%;
	margin-right: 3%;
	float: left;
	border-radius: 20px;
	text-decoration: none;
	box-shadow: 0 3px 12px 0px rgb(229 130 34 / 35%);
}

.list-img .xtisi {
    text-align: center;
    margin: 20px 0 0;
    font-size: 14px;
}

#listBox {
    margin-bottom: 30px;
}

.list-img .pagebar li.js-page-first.js-page-action.ui-pager.ui-pager-disabled {
    cursor: s-resize;
}

.list-img .pagebar li.js-page-prev.js-page-action.ui-pager.ui-pager-disabled {
    cursor: s-resize;
}

.list-img .pagebar li.ui-pager.focus {
    background: #1542a4;
    color: #fff;
}

.list-img .pagebar li.ui-pager {
    font-size: 14px;
    color: #808080;
    padding: 5px 11px;
    border: 1px solid #e8e8e8;
    margin: 4px;
    display: inline-table;
    width: auto;
    background: none;
    position: initial;
    float: initial;
    cursor: pointer;
}

/* 仪器内页 */

.yiqi-content {
	margin-top: 70px;
	padding-bottom: 70px;
}

.yiqi-content-box {
	position: relative;
	background: #fff;
	padding-top: 30px;
       min-height: 500px;
}

.yiqi-content .yiqi-xinix .media .pull-left {
	padding-right: 0;
	margin-right: 60px;
	width: 455px;
	height: 420px;
	overflow: hidden;
}

.yiqi-content .yiqi-xinix .media .pull-left img {
	width: 100%;
	min-height: 100%;
}

.yiqi-content .yiqi-xinix .media .media-body .media-heading {
	font-size: 30px;
	font-weight: normal;
	color: #333;
	margin: 38px 0 46px;
}

.yiqi-content .yiqi-xinix .media .media-body div {
	font-size: 16px;
	color: #333;
	line-height: 36px;
	margin-bottom: 8px;
        min-height: 36px;

}

.yiqi-content .yiqi-xinix .media .media-body div span {
	width: 115px;
	font-weight: bold;
	display: block;
	float: left;
	text-align: justify;
	height: 36px;
        width: 53px;
}

.yiqi-content .yiqi-xinix .media .media-body div span:after {
	display: inline-block;
	width: 100%;
	content: '';
}

.yiqi-content .yiqi-xinix .media .media-body div p {
	padding-left: 115px;
        padding-left: 55px;
}

.yiqi-content .yiqi-xinix .media .media-body .caozo .shangji {
	background: linear-gradient(#346ede, #1c339d);
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 5px 58px;
	text-align: center;
	margin: 12px 25px 18px 8px;
	float: left;
	border-radius: 30px;
	text-decoration: none;
	box-shadow: 0 3px 12px 0px rgb(66 107 200 / 35%);

}

.yiqi-xinix {
	margin-bottom: 10px;
	background: #fff;
	padding: 85px 0 44px 0;
}


.yiqi-content-box .source_data {
    display: none;
}

.yiqi-content-box .yiqi-show {
       padding: 5px 20px 20px;
}

.yiqi-content-box ul {
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	margin: 0 0 20px;
	height: 62px;
}

.yiqi-content-box ul li {
	float: left;
	font-size: 18px;
	color: #333;
	padding: 22px;
	padding: 20px 30px;
	cursor: pointer;
	border-bottom: 3px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    /* position: relative;*/
}


.yiqi-content-box ul li h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}



/*.yiqi-content-box ul li::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 3px;
	width: 0;
	background-color: #f2b04c;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.yiqi-content-box ul li:hover::after {
	width: 100%;
}

.yiqi-content-box ul li.active::after {
	width: 100%;
}*/

.yiqi-content-box ul li:hover {
      border-bottom: 3px solid #f2b04c;
}

.yiqi-content-box ul li.active{
      border-bottom: 3px solid #f2b04c;
}



.yiqi-content-box .yiqi-content-fangx {
	/*border: none !important;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;*/
	/*padding: 15px 128px;*/
font-size: 16px !important;
    color: #666 !important;
	line-height: 26px !important;
       display: none;
}

.yiqi-content-box .yiqi-content-fangx p {
	font-size: 16px !important;
    color: #666 !important;
	line-height: 26px !important;
}

.yiqi-content-box .yiqi-content-fangx p span{
    font-size: 16px !important;
    color: #666 !important;
}
.yiqi-content-box .yiqi-content-fangx  span{
    font-size: 16px !important;
    color: #666 !important;
}

.yiqi-content-box .yiqi-content-fangx tr td {
	border: none !important;
}


.yiqi-content-box .yiqi-content-fangx img{
   max-width: 100%;
  height: auto !important;
}



/* 简介页 */

.about-top-text .sp {
	width: 51.1%;
        height: 380px;
	float: left;
	margin-right: 42px;
       background: #004ab9;
       overflow: hidden;
       line-height: 370px;
}

.about-top-text {
	overflow: hidden;
}

.about-top-text .sp video {
	width: 100%;
	height: 340px;
}

.about-top-text .about-text-p {
	padding-top: 90px;
}

.about-top-text .about-text-p h1 {
	font-size: 30px;
	color: #333;
	line-height: 36px;
	margin: 0 0 6px;
}

.about-top-text .about-text-p h5 {
	font-size: 16px;
	line-height: 36px;
	color: #333;
	margin-bottom: 20px;
}

.about-top-text .about-text-p p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

.article-content {
	background: #f7f7f7;
}


.article-content .container {
	position: relative;
	padding: 0 80px;
}

.about {
	margin-top: 80px;
	padding: 60px 0 80px;
	background: #fff;
}

.about h3.about-title {
	text-align: left;
	font-size: 36px;
	color: #14308c;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 15px;
	padding-bottom: 15px;
	height: auto;
}

.about .content p {
	color: #333;
	font-size: 18px !important;
	line-height: 40px !important;
}

.about .content p em strong, .about .content p strong em {
	font-size: 18px !important;
	line-height: 40px !important;
	width: 18px;
	display: inline-block;
}

.about .content p img {
	max-width: 100%;
	margin: 0 auto;
        height: auto !important;
}


.nav-center {

	width: 100%;
	position: absolute;
	top: -38px;
	left: 0;
}

.nav-center ul {
	background: #fff;
	text-align: center;
	overflow: hidden;
	margin: 0 80px;
	box-shadow: 0 2px 2px -2px rgb(0 0 0 / 5%), 0 6px 10px 0 rgb(0 0 0 / 3%), 0 3px 12px 10px rgb(0 0 0 / 1%);
}

.nav-center ul li {
	/* display: inline-block; */
	cursor: pointer;
	position: relative;
	padding: 23px 0;
	margin: 0;
	float: left;
}

.nav-center1 ul li {
	width: 100%;
}

.nav-center2 ul li {
	width: 50%;
}

.nav-center3 ul li {
	width: 33.33%;
}

.nav-center4 ul li {
	width: 25%;
}

.nav-center ul li:hover, .nav-center ul li.active {
	background: #004ab9;
	color: #fff;
}


.nav-center ul li a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}


.nav-center ul li:hover a, .nav-center ul li.active a {
	color: #fff;
}

.jianjie {
	margin-top: 80px;
	padding: 60px 0;
	background: #fff;
}

.jianjie hr {
	border: none;
	padding: 22px 0;
	margin: 10px 0;
	background: url(/images/hr-bj.jpg) center top no-repeat;
}

.jianjie h4{
	font-size: 24px;
	color: #333;
	border-left: 4px solid #e1e1e1;
	padding-left: 20px;
	margin: 30px 0 20px;
}

.jianjie p{
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

.jianjie h3.jianjie-title {
	text-align: left;
	font-size: 36px;
	color: #14308c;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 15px;
	padding-bottom: 15px;
	height: auto;
}

.jianjie .content p {
	color: #333;
	font-size: 16px !important;
	line-height: 36px !important;
}

.jianjie .content p img{
	max-width: 100%;
}


.management{
	margin-top: 80px;
	padding-bottom: 68px;
}

.management table{
	background-color: #fff;
	background-image: url(../images/management.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 35px;
	border-bottom: 1px dashed #163790 !important;
}

.management table td{
	padding: 10px 0 !important;
	border:none !important;
	width: 270px !important;
	float: left;
}

.management table td+td{
	float: none;
	width: 100% !important;
}

.management table td h4{
	background: #163790;
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: 220px;
	padding: 20px 0;
	margin: 0;
}

.management table td ul li{
	float: left;
	padding: 20px 0;
	
}

.management table td ul li p{
	font-size: 20px;
	color: #333;
	line-height: 24px;
	padding: 0 25px;
	border-right: 1px solid #8a9bc8;

}

.management table+table+table+table td ul li p{
	font-size: 18px;
	width: 360px;
}

.management table td ul li:last-child p{
	border-right: none;
}
/*内容页*/

.article {
	/* margin-top: 70px; */
	padding: 42px 55px;
}

.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
        font-size: 30px;
	font-size: 28px;
	color: #333;
	line-height: 42px;
	margin: 8px 0;
	height: auto;
	border-bottom: none;
	padding-right: 0;
        text-align: center;
}

.article h3.subtitle {
	font-size: 24px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	margin: 15px 0 10px;
	font-size: 14px;
	color: #333;
	opacity: 0.66;
	padding: 12px 0 12px 8px;
	border-bottom: 2px solid #f2f2f2;
}

.article h4.information img {
	margin-right: 3px;
    margin-bottom: 2px;
}

.article h4.information img.article-visit {
	margin-left: 50px;
	margin-right: 5px;
}

.article .content {
	color: #333;
	font-size: 16px;
	line-height: 34px;
	min-height: 250px;
	padding-bottom: 15px;
	margin-top: 20px;
	position: relative;
}

.article .content p {
	margin: 5px 0;
	color: #666 !important;
        font-family: "微软雅黑" !important;
	font-size: 16px !important;
        line-height: 34px !important;
}

.article .content p img {
	 /*  width: 80% !important;*/
    height: auto !important;
    margin: 8px auto;
   /* display: block;*/
   max-width: 100% !important;
}


.article .content .share-anniu p img{
    width: auto !important;
   display: inline-block;
}

.article .content p span{
color: #666 !important;
        font-family: "微软雅黑" !important;
    font-size: 16px !important;
    line-height: 34px !important;
}

.share-anniu {
    position: absolute;
    right: 0;
    top: -70px;
    height: 38px;
}

#map {
	width: 569px;
	height: 389px;
}

.BMap_Marker label.BMapLabel {
	display: block !important;
	width: auto !important;
	max-width: inherit;
	padding: 5px 10px !important;
}


.ops_shareLayer {
    width: 250px;
    padding-left: 30px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 3;
    opacity: 0;
    transition: all .3s ease;
}

.share-anniu:hover .ops_shareLayer {
        opacity: 1;
	top: 48px;
        transition: all .3s ease;
}


.ops_shareLayer:before{
        box-sizing: content-box;
        width: 0px;
        height: 0px;
        position: absolute;
        top: -15px;;
        right:21px;
        padding:0;
        border-bottom:8px solid #FFFFFF;
        border-top:8px solid transparent;
        border-left:8px solid transparent;
        border-right:8px solid transparent;
        display: block;
        content:'';
        z-index: 12;
    }

 .ops_shareLayer:after{
        box-sizing: content-box;
        width: 0px;
        height: 0px;
        position: absolute;
        top: -18px;;
        right:20px;
        padding:0;
        border-bottom:9px solid rgba(201, 201, 201, 0.29);
        border-top:9px solid transparent;
        border-left:9px solid transparent;
        border-right:9px solid transparent;
        display: block;
        content:'';
        z-index:10
    }


.ops_shareLayer ul.ops_icons {
    border: 1px solid rgba(201, 201, 201, 0.29);
    padding: 0 10px 0 16px;
    border-radius: 4px;
	background: #fff;
	position: relative;
}

.ops_shareLayer .ops_icons {
    float: left;
}

.ops_shareLayer .ops_icons li {
    float: left;
    list-style: outside none none;
    margin-right: 10px;
}

.ops_shareLayer .ops_icons a {
    float: left;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    padding: 10px;
}

.ops_shareLayer .ops_icons a i {
    background-image: url(../images/ops_icons_02.png);
    height: 18px;
    width: 18px;
    line-height: 18px;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ops_shareLayer .ops_icons li:nth-child(1) a i{
    background-image: url(../images/icon-share-weibo.png);
    
}

.ops_shareLayer .ops_icons li:nth-child(1) a i:hover {
    background-image: url(../images/icon-share-weibo-active.png);
}

.ops_shareLayer .ops_icons li:nth-child(2) a i{
    background-image: url(../images/icon-share-weixin.png);
    
}

.ops_shareLayer .ops_icons li:nth-child(2) a i:hover {
    background-image: url(../images/icon-share-weixin-active.png);
}

.ops_shareLayer .ops_icons li:nth-child(3) a i{
    background-image: url(../images/icon-share-qzone.png);
    
}

.ops_shareLayer .ops_icons li:nth-child(3) a i:hover {
    background-image: url(../images/icon-share-qzone-active.png);
}

.ops_shareLayer .ops_icons li:nth-child(4) a i{
    background-image: url(../images/icon-share-cut.png);
    
}

.ops_shareLayer .ops_icons li:nth-child(4) a i:hover {
    background-image: url(../images/icon-share-cut-active.png);
}


.qrcode {
    width: 255px;
    /* height: 255px; */
    padding: 40px 12px 12px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -140px;
    background: #fff;
    z-index: 70;
    display: none;
    border: 1px solid #d8d8d8;
}

.qrcode img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: 86% !important;
}

p.t_c.qrcode_msg {
    font-size: 12px !important;
    line-height: 22px !important;
    color: #333 !important;
    margin: 6px 0 0;
}

p.t_c.qrcode_header {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 26px !important;
    color: #333 !important;
    position: absolute;
    left: 12px;
    top: 8px;
    margin: 0 !important;
}

.weixin_close {
    color: #999;
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 6px;
    text-decoration: none;
    top: 9px;
    width: 22px;
    text-align: center;
}

.problem {
    position: fixed;
    right: 0;
    top: 35%;
    background: #eca114;
    width: 41px;
    border-radius: 10px 0 0 10px;
}

.problem a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 13px;
    line-height: 18px;
    /* letter-spacing: -2px; */
}

.problem a img {
    margin-bottom: 5px;
    margin-left: -3px;
}


/*尾部*/

.footer {
	background: url(../images/bottom.jpg) #142474 center no-repeat;
	background-size: 100% 100%;
	padding: 35px 0 0;
}

.footer-logo {
	float: left;
	width: 29%;
	margin-top: 15px;
}
   .footer-logo img{
 
    width: 400px;
  
}

.footer-adress {
	float: left;
	width: 41%;
        padding-right: 15px;
}

.footer-adress h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding-bottom: 10px;
}

.footer-adress h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 16px;
	height: 3px;
	background: #ffc579;
}

.footer-adress p {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
        font-family: "微软雅黑";
}

.footer-link {
	float: left;
	width: 40%;
}

.footer-link h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding-bottom: 10px;
}

.footer-link h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 16px;
	height: 3px;
	background: #ffc579;
}

.footer-link ul li {
	float: left;
	width: 50%;
}

.footer-link ul li a {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
        font-family: "微软雅黑";
}

.footer-code {
    width: 19%;
    float: left;
margin-top: 13px;
}

.footer-code ul li {
    float: right;
}
.footer-code ul li .code-box {
    width: 124px;
    height: 124px;
    padding: 5px;
    background: #fff;
    float: left;
    margin-right: 12px;
}

.footer-code ul li .code-box img {
    width: 100%;
}

.footer-copy {
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	text-align: left;
	padding: 14px 0;
	border-top: 1px solid #334187;
	margin-top: 70px;
}

.footer-copy p {
    float: left;
}

.footer-copy .visit {
	float: right;
}

/*分页栏*/

.pagebar, .search_pagebar  {
	margin: 40px auto 0;
        text-align: center;

}

.p_first_d, .p_last_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin:  4px;
	display: inline-table;
}

.p_first, .p_last {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 4px;
	display: inline-table;
}

.p_prev_d, .p_prev {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin:  4px;
	display: inline-table;
}

.p_no {
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 4px;
	color: #595c5b;
}

.p_no_d {
	background: #1542a4;
	color: #fff;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin:  4px;
	display: inline-table;
}

.p_next, .p_next_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	margin: 4px;
	border: 1px solid #e8e8e8;
	display: inline-table;
}

.list .pages td {
    font-size: 14px !important;
font-family: "微软雅黑" !important;
color: #808080 !important;
padding: 0 5px;
}

.list .pages .NextDisabled ,.list .pages .PrevDisabled{
    background: none;
    font-size: 14px;
    color: #808080;
    border: 1px solid #e8e8e8;
    font-family: "微软雅黑";
    padding: 7px 11px;
    height: auto;
}

.list .pages .this-page {
    background: none;
    font-size: 14px;
    font-family: "微软雅黑";
    padding: 8px 11px;
    height: auto;
    background: #1542a4;
    color: #fff;
    font-weight: normal;
}