/*内页css*/
.inside-page-bg{
	background: #f1f6f9;
}

.ai-inside-page-nav {
	width: 100%;
	height: 88px;
	background:#2270BA;
}

.ai-inside-page-nav ul {
	width: 1200px;
	margin: 0 auto;
}

.ai-inside-page-nav ul li {
	float: left;
}
.ai-inside-page-nav ul li a {
	display: block;
	color: #FFFFFF;
	width: 120px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	height: 18px;
}
.ai-inside-page-nav ul li a:hover{
	background:url(../img/Inside-page-nav-active.png)no-repeat bottom;
}
.ai-inside-page-nav-active{
	background:url(../img/Inside-page-nav-active.png)no-repeat bottom;
}
.ai-inside-page-nav ul li .chinese {
	font-size: 18px;
	line-height: 18px;
}

.ai-inside-page-nav ul li .english {
	font-size: 12px;
	line-height: 12px;
	margin-top: 10px;
}
.Inside-page-head-iframe{
	width: 100%;
	height: 136px;
	border: 0;
	margin: 0;
	float: left;
	background: #FFFFFF;
}
/*banner*/
.Inside-page-banner{
	width: 100%;
	height: 400px;
}
.Inside-page-banner img{
	width: 100%;
	height: 100%;
}
/*面包屑*/
.bread-crumbs{
	width: 100%;
	height:46px;
	background:#FFFFFF;
}
.bread-crumbs-icon{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.bread-crumbs p{
	color: #878787;
	font-size: 14px;
	line-height: 46px;
}
.bread-crumbs a{
	color: #878787;
}
.Inside-page-content{
	margin-top: 30px;
}
.Inside-page-left-bg{
	width: 260px;
	padding: 10px;
	background: #FFFFFF;
	margin-top: 20px;
}
.Inside-page-left-bg:first-child{
	margin-top: 0;
}
/*左侧导航*/
.Inside-page-left-nav{
	width: 100%;
}
.Inside-page-left-nav-head{
	width: 260px;
	height: 60px;
	background: url(../img/Inside-page-left-nav-head.jpg) no-repeat;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	
}

.accordion {
    width: 258px;
    border: 1px solid #e4e4e4;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 14px 15px 14px 42px;
    color: #666666;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #2270ba;
    background: url(../img/Inside-page-left-nav-ul-a-bg.jpg) no-repeat;
}

.accordion li.open i {
    color: #2270ba;
}

.accordion .link a {
	color: #666666;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
}

.submenu li {
    background: #e8f2fa;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #63addd;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover ,.submenu li.current a{
    background: #8bbbe3;
    color: #FFF;
}
.Inside-page-left-contact-us{
	width: 100%;
	border: 1px solid #e4e4e4;
}
.contact-us-icon{
	float: left;
	margin: 16px 5px 16px 20px;
}
.Inside-page-left-contact-us-head{
	height: 50px;
	border-bottom: 1px solid #E4E4E4;
}
.Inside-page-left-contact-us-head p{
	font-size: 18px;
	color: #2270ba;
	display: inline-block;
	line-height: 50px;
}
.Inside-page-left-contact-us-body{
	padding: 10px 0 10px 20px;
}
.Inside-page-left-contact-us-body p{
	font-size: 14px;
	line-height: 24px;
	color: #777777;
}
.Inside-page-left-news-photo{
	position: relative;
	width: 260px;
	height: 120px;
}
.Inside-page-left-news-photo img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.Inside-page-left-news-title{
	width: 60px;
	height: 20px;
	background: url(../img/Inside-page-left-news-title-bg.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.Inside-page-left-news-p{
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	text-indent: 2em;
	padding: 10px 0 0 16px;
}
/*右侧内容区*/
.Inside-page-right{
	width: 860px;
	background: #FFFFFF;
	padding: 20px;
}
.Inside-page-right-head{
	font-size: 20px;
	color: #2270ba;
	height: 50px;
	line-height: 40px;
	border-bottom: 1px solid #2270ba;
}
.Inside-page-right-body{
	margin-top: 20px;
}
.Inside-page-right-body-character-ul{
	margin-top: -25px;
}
.Inside-page-right-body-character-ul li{
	width: 203px;
	float: left;
	margin-left: 16px;
	margin-top: 25px;
}
.Inside-page-right-body-character-ul li:hover .character-photo{
	border-color: #2270ba;
}
.Inside-page-right-body-character-ul li:nth-child(4n+1){
	margin-left: 0;
}
.character-photo{
	width: 203px;
	height: 271px;
	border: 1px solid #DDDDDD;
}
.character-photo img{
	width: 100%;
	height: 100%;
}
.character-name-educational p{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
}
.character-name-unit{
	font-size: 12px;
	color: #777777;
	margin-top: 10px;
}
/*分页*/
.pagination{
	width: 860px;
	margin: 50px auto;
    text-align: center;
}
.pagination span{
	width: 42px;
	height: 42px;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: center;
	line-height: 40px;
	color: #333333;
	font-size: 16px;
}
.pagination span:hover{
	background:#093B6C;
	color: #FFFFFF;
}
.pagination-active{
	background:#093B6C !important;
	color: #FFFFFF !important;
}
.pagination .next-page{
	width: 80px;
	}

/*人物单页*/
.Character-Sheet-head{
	text-align: center;
}
.Character-Sheet-chinese{
	font-size: 18px;
	color: #333333;
}
.Character-Sheet-english{
	font-size: 24px;
	color: #DDDDDD;
}
.Character-Sheet-xian{
	width: 60px;
	height: 2px;
	background: #DDDDDD;
	margin: 0 auto;
}
.Character-Sheet-body{
	margin-top: 40px;
}
.Character-Sheet-photo{
	width: 203px;
	height: 271px;
	border: 1px solid #DDDDDD;
}
.Character-Sheet-photo img{
	width: 100%;
	height: 100%;
}
.Character-Information{
	margin-left: 30px;
	width:625px;
}
.Character-Information-lable{
	font-size: 18px;
	color: #333333;
	width: 100px;
	display: inline-block;
}
.Character-Information-con{
	font-size: 14px;
	color: #777777;
}
.Character-Information-p{
	margin-top: 10px;
}
.Character-Information-p:first-child{
	margin-top:0;
}
.Character-Sheet-experiences{
	margin-top: 14px;
}
.Character-Information-con{
	margin-top: 10px;
	line-height: 24px;
}
.Character-Sheet-body-con2{
	margin-top: 60px;
}
.Character-Sheet-body-con3{
	margin-top: 60px;
}
.Character-Sheet-body-con4{
	margin-top: 60px;
}









/*图片列表*/
.image-list-ul{
	margin-top: -25px;
}
.image-list-ul li{
	width: 270px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
}
.image-list-ul li:hover p{
	color: #2270ba;
}
.image-list-ul li:nth-child(3n+1){
	margin-left: 0;
}
.image-list-photo{
	width:270px;
	height: 203px;
}
.image-list-photo img{
	width: 100%;
	height: 100%;
}
.image-list-ul li p{
	font-size: 16px;
	color: #333333;
	margin-top:10px;
}







/*图文列表*/
.text-list-ul li{
    padding-bottom: 20px;
    overflow: hidden;
	/*height: 210px;*/
	/*margin-top: 40px;*/
}
.text-list-ul li:first-child{
	margin-top: 0;
}
.text-list-photo{
	width:280px;
	height: 130px;
	float: left;
}
.text-list-photo img{
	width:100%;
	height: 100%;
}
.text-list-a-news{
	width: 560px;
	float: right;
	/*padding-top: 20px;*/
}
.text-list-a-news-title{
	color: #333333;
	font-size: 18px;
}
.text-list-a-news-time{
	margin-top: 20px;
	font-size: 14px;
	color: #777777;
	height: 16px;
	line-height: 16px;
}
.text-list-a-news-time img{
	margin-right:5px;
}
.text-list-a-news-con{
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	margin-top: 20px;
}
.text-list-ul li a:hover .text-list-a-news-title{
	color: #2270ba;
	}

	/* 新闻-列表 */
	.Inside-page-list li{
		border-bottom: 1px solid #e4e4e4;
		padding: 20px;
	}
	.Inside-page-list li:hover{
		background-color: #f8f8fa;
	}
	.Inside-page-list li h4{
		font-size: 18px;
		color: #333333;
		font-weight: normal;
		overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
	}
	.Inside-page-list li .Inside-page-list-text{
		font-size: 14px;
		line-height: 24px;
		padding-top: 10px;
		color: #878787;
		text-indent:2em;/* 首行缩进两个字符*/
	}
	.Inside-page-list li p:last-child{
		font-size: 14px;
		color: #666666;
		padding-top: 10px;
	}
	/* 新闻-详情 */
	.Inside-page-details-title h4{
		font-weight: normal;
		font-size: 22px;
		text-align: center;
		line-height: 45px;
	}
	.Inside-page-details-title p{
		font-size: 14px;
		text-align: center;
	}
	.Inside-page-details-title p span{
		color: #3778bc;
	}
	.Inside-page-details-takeaway{
		width: 790px;
		height: 90px;
		background-color: #f8f8f8;
		border: 1px solid #eeeeee;
		margin: 20px auto;
		display: block;
		padding: 20px;
		line-height: 30px;
	}
	.Inside-page-details-section {
		padding: 0 20px;
        margin-top: 10px;
	}
	.Inside-page-details-section p{
        /*text-indent:2em;*//* 首行缩进两个字符*/
		padding-bottom: 20px;
		line-height: 24px;
	}
	.Inside-page-details-imgs{
		padding: 0 20px;
		
	}
	.Inside-page-details-img img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 100%;
	}
	.Inside-page-details-sectio-end{
		padding: 20px;
		text-indent:2em;/* 首行缩进两个字符*/
		line-height: 24px;
	}
	.Inside-page-details-keywords{
		padding: 0 20px;
	}
	.Inside-page-details-keywords p{
		height: 50px;
		
		border-bottom: 1px dashed #bebebe ;
		line-height: 50px;
		text-align: right;	
	}
	.Inside-page-details-attachment p{
		border-bottom: none;
		color: #bebebe;
	}
	/* 联系我们 */
	.Inside-page-Contact-icon{
		margin-left: 20px;
	}
	.Inside-page-Contact-icon li{
		float: left;
	}
	.Inside-page-Contact-icon li img{
		margin-bottom: 10px;
	}
	.Inside-page-Contact-icon li p{
		text-align: center;
		/* padding-top: 5px;	 */
	}
	.Inside-page-Contact-icon li span{
		width: 30px;
		height: 10px;
		border-top: 2px solid #2270ba;
		display: block;
		margin: 8px auto;
	}
	.Inside-page-Contact-icon li p:nth-child(3){
		color: #2270ba;
		font-weight: 600;
	}
	.Inside-page-Contact-icon-phone{
		margin-right: 35px;
	} 
	.Inside-page-Contact-icon-phonea{
		margin-right: 25px;
	}
	.Inside-page-Contact-icon-post{
		margin-left: 45px;
	}
	.Inside-page-Contact-icon-postcode{
		margin-left: 50px;
	}
	.Inside-page-Contact-icon-phone-line{
		margin-right: 97px !important;
	}
	.Inside-page-Contact-icon-post-line{
		margin-left: 104px !important;
	}
	.Inside-page-information{
		margin-top: 20px;
		height: 453px;
	}
	.Inside-page-information-relation{
		width: 320px;
		background: #f5f5f5;
		margin-right: 20px;
	}
	.Inside-page-information-relation li{
		border-bottom: 1px solid #e9e9e9;
		line-height: 36px;
		padding: 0 15px;
	}
	.Inside-page-information-relation li h4{
		line-height: 50px !important;
	}
	.Inside-page-information-relation li p{
		line-height: 24px !important;
		font-weight: 600;
		padding: 10px 0 !important;
	}
	.container{
		width: 500px;
		height: 453px;
		/* background: #000000; */
		display: inline-block;
	}
	.Inside-page-mail{
		padding-top: 30px;
	}
	.Inside-page-mail h4{
		text-align: center;
		font-size: 24px;
		font-weight: normal;
		margin-bottom: 15px;
		color: #333333;
	}
	.Inside-page-mail-content{
		margin-left: 80px;
	}
	.Inside-page-mail-content li{
		float: left;
		margin-right: 50px;
		margin-top: 20px;
	}
	.Inside-page-mail-content li label{
		font-size: 18px;
		padding-right: 10px;
	}
	.Inside-page-mail-content li input{
		width: 240px;
		height: 30px;
	}
	.Inside-page-mail-content li textarea{
		width: 613px;
		height: 260px;
	}
	.Inside-page-mail-content-message{
		position: relative;
		bottom: 240px;
	}
	.Inside-page-mail-content-validation{
		padding-bottom: 50px;
	}
	.Inside-page-mail-content-validation input{
		width: 170px !important;
		margin-right: 26px;
		
	}
	.Inside-page-mail-content-validation button{
		width: 170px;
		height: 35px;
		background-color: #2270ba;
		border: none;
		color: #FFFFFF;
		font-size: 18px;
		margin-left: 240px;
	}
	/* 相册单页 */
	.Inside-page-photo-takeaway{
		width: 760px;
	}
	.Inside-page-photo-section{
		width: 800px;
		margin: 0 auto;
	}
	.Inside-page-photo-picture{
		width: 50rem;
		height: 30rem;
		margin: 0 auto;
		padding-bottom: 150px;
	}
	.swiper-container {
		width: 100%;
		height: 440px;
		margin-left: auto;
		margin-right: auto;
	  }
	  .swiper-slide {
		background-size: cover;
		background-position: center;
	  }
	  .swiper-slide img{
		  max-width: none;
		  height: 100%;
		  display: block;
		  margin:  0 auto;
	  }
  
	  .gallery-top {
		height: 100%;
		width: 100%;
	  }
  
	  .gallery-thumbs {
		height: 20%;
		box-sizing: border-box;
		padding: 10px 0;
	  }
  
	  .gallery-thumbs .swiper-slide {
		width: 25%;
		height: 100%;
		opacity: 0.4;
	  }
  
	  .gallery-thumbs .swiper-slide-thumb-active {
		 
		opacity: 1;
	  }
 /* 搜索页 */
	  .Inside-page-search{
		width: 100%;
		height: 100%;
		background-color: #FFFFFF;
		margin-top: 1px;
	}
	.Inside-page-search-top{
		border-bottom: 1px solid #dddddd;
		height: 140px;
	}
	.Inside-page-search-top-boxone{
		padding-top: 20px;
		padding-left: 123px;
	}
	.Inside-page-search-top-boxone input{
		width: 750px;
		height: 36px;
		padding-left: 20px;		
		font-size: 14px;
		border: 1px solid #b6b6b6;
		margin-right: 10px;				
	}
	.Inside-page-search-top-boxone-reset{
		width: 72px;
		height: 38px;
		background: #FFFFFF;	
		border: 1px solid #b7b7b7;
		color: #333333;		
		padding-bottom: 1px;
		margin-right: 10px;	
	}
	.Inside-page-search-top-boxone-search{
		width: 80px;
		height: 38px;
		background: #2270ba;
		border: none;
		color: #FFFFFF;
		padding-bottom: 1px;
	}
	.Inside-page-search-top-boxtwo{
		padding-left: 123px;
		padding-top: 20px;
	}
	.Inside-page-search-top-boxtwo label{
		font-size: 14px;
		color: #777777;	
		padding-right: 10px;	
	}
	.Inside-page-search-top-boxtwo form>input{
		width: 130px;
		height: 36px;
		margin-right: 10px;
		border: none;
		border: 1px solid #B6B6B6;
		padding-left: 10px;
	}
	
	.Inside-page-search-top-boxtwo form label:nth-child(2){
		margin-right: 18px;
	}
	.Inside-page-search-top-boxtwo form span{
		color:#777777 ;
	}
	.Inside-page-search-top-boxtwo-start{
		margin-right: 0 !important;
		background: url(../img/date.png) no-repeat;
		background-position: 115px 9px;
		/* display: inline-block; */
	}
	.Inside-page-search-top-boxtwo-end{
		margin-right: 0;
		background: url(../img/date.png) no-repeat;
		background-position: 115px 9px;
		/* display: inline-block; */
	}
	.Inside-page-search-list{
		background-color: #FFFFFF;
		padding-top: 20px;
	}
	.Inside-page-search-list-left{
		width: 840px;
	}
	.Inside-page-search-list-left ul{
		padding-bottom: 30px;
	}
	.Inside-page-search-list-left li{
		padding-bottom: 10px;
		font-size: 18px;
		color: #333333;
	}
	.Inside-page-search-list-left li:hover h4{
		color: #2270ba;
	}
	.Inside-page-search-list-left li a{
		color: #333333;
	}
	.Inside-page-search-list-left li a h4{
		font-weight: normal;
		line-height: 30px;
	}
	.Inside-page-search-list-left li a p{
		font-size: 14px;
		color: #1a78be;
	}
	.Inside-page-search-list-right{
		width: 360px;
		color: #07447b;

	}
	.Inside-page-search-list-right-top h4{
		color: #07447b;
		font-weight: normal;
		padding-bottom: 15px;
		font-size: 18px;
	}
	.Inside-page-search-list-right-top p{
		color: #282828;
		font-size: 14px;
		padding-top: 20px;
	}
	.Inside-page-search-list-right-top a p{
		padding-top: 0px;
		line-height: 24px;
		color: #727272;
	}
	.Inside-page-search-list-right-top ul{
		margin-top: 20px;
		padding-top: 20px;
		
		border-top: 1px solid #dddddd;
	}
	.Inside-page-search-list-right-top li {
		padding-bottom: 20px;

	}
	.Inside-page-search-list-right-top li a{
		overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
		color: #333333;
	}
	.Inside-page-search-list-right-top li:hover a{
		color: #2270ba;
	}
	.Inside-page-search-list-right-top li a span{
		color: #8c8c8c;
		padding-right: 10px;
	}
.Related-News img{
	width: 360px;
	height: 221px;
}
.Related-News:hover p{
	color: #2270ba;
}

/* 仪器预览页 */
.preview-con{
	overflow: hidden;
}
.preview-con-imgs{
	width: 340px;
	height: 300px;
	border: 1px solid #eaeeef;
}
.preview-con-text{
	width:507px;
}
.preview-con-text-title>h4{
	line-height: 24px;
	border-bottom: 1px solid #eaeeef;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
}
.preview-con-imgs>img{
	width: 100%;
	height: 100%;
}
.preview-con-text-span{
	margin-top: 10px;
}
.preview-con-text-span>h4{
	border-bottom: 1px solid #eaeeef;
	font-weight: normal;
}
.preview-con-text-p>h4{
	margin-bottom: 20px;
}
/* 离线 */
.preview-con-text-span>p>i{
	font-style: normal;
	background-color: #f43829;
	line-height: 18px;
	padding: 1px 5px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
}
.on-line{
	background-color: #1dcca1 !important;
}
.preview-con-text-span>p{
	color: #666;
	margin-top:5px;
	line-height: 24px;
}
.preview-con-text-price{
	background-color: #f3f3f3;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 8px 8px 10px 8px;
}
.preview-con-text-price>p{
	color: #666;
	font-size: 14px;
	/*margin-bottom: 6px;*/
}
.preview-con-text-price>p>span{
	color: #e4393c;
}
.preview-con-text-price>p>span>strong{
	font-size: 24px;
	padding-left: 5px;
}
.preview-con-text-price>span{
	display: inline-block;
	margin-top: 5px;
	color: #999999;
}
.preview-con-btn{
	padding-top:10px;
}
.preview-con-btn>button{
	width: 160px;
	height:45px;
	background-color: #ff6600;
	border: none;
	font-size: 18px;
	color: #fff;
	position: relative;
	padding-left: 15px;
	border-radius: 5px;
        cursor: pointer;
}

.preview-con-btn>button>i{
	width: 20px;
	height:24px;
	background: url(../img/btn-time.jpg) no-repeat center;
	display: inline-block;
	background-size: contain;
	position: absolute;
	left: 25%;
	top: 23%;
}
.preview-con-text-price-date{
	color: #0054a3 !important;
}
.date-pl{
	padding-left: 15%;
}
.preview-con-text-span>p{
	padding: 0 10px;
	color: #333;
}
.preview-con-text-span-us{
	color:#000 !important;
}
.preview-con-text-span-us-tel{
	padding-left: 30%;
}
.main-par-con{
	position: relative;
}
.main-par-title{
	position: absolute;
	line-height: 30px;
	top: 0;
}
.main-par{
	line-height: 30px !important;
	display: inline-block;
	padding-left: 80px;
	text-align: left;
	width: 790px;
	overflow: hidden;
}

/* 产品简介 */
.pro-con-int{
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #eaeeef;
	padding-bottom: 30px;
}
.pro-con-int-imgs{
	width: 345px;
	height: 240px;
	border: 1px solid #eaeeef;
}
.pro-con-int-imgs>img{
	width: 100%;
	height: 100%;
}
.pro-con-int-text{
	width: 500px;
	line-height: 30px;
}
.pro-con-int-text-h>h4{
	font-size: 24px;
	font-weight: normal;
	line-height: 48px;
}
.pro-con-int-btn>button{
	width: 180px;
	height: 40px;
	margin: 20px auto 0;
	display: block;
	border: none;
	background-color: #1c7cdf;
	color: #fff;
	font-size: 18px;
        cursor: pointer;
}
.pro-con-int-btn>button:hover{
	background-color: #0368d0;
}
