@charset "utf-8";
/****************************************************************
	文件：针对PC的样式单
	作者：深圳至秦仪器有限公司 / 鲁信琼
	Email: xqlu@chinst.com.cn
	时间：2019年5月1日 03:10:30
	多种紫色风格：#7d0053---深紫；purple--正紫; #902a9a--亮紫; 一种紫色：#a4419f
	墨绿色：#093238，#002b36, ##1a5e9a(蓝色)，#579635（绿色）
*****************************************************************/
/*  修改layui默认布局 */
/*  修改layui默认布局 */

@media screen {
	.layui-container{padding: 0 !important;}
	.layui-fluid{padding: 0 !important;}
	nav h3 { color:#7d0053 !important; font-size: 1.5em; text-align: center;}
}

@media screen and (min-width: 1200px){
	nav .icon-bar {display:block; background: url(../images/logo-smaller.png) left center no-repeat; height: 135px; width: 390px;}
	nav h3 { font-family:"Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 2em; line-height: 87px; color:#7d0053; text-align: right}
	nav .menu { background: #FFF; background: url(../images/mainbg.png) right top no-repeat;}
}

@media screen and (min-width: 750px){
	nav h3 { color:#7d0053 !important; text-align: center;}
}

/* 修改默认折叠 */
.layui-colla-title {color:#1a6568 !important; font-weight: bolder; font-size: 1.3em !important;}
.layui-colla-content {font-size: 1.15em; line-height: 180% !important;}
.site-tips {
    margin-bottom: 10px;
    padding: 15px;
    line-height: 22px;
    border-left: 5px solid #0078AD;
    background-color: #f2f2f2;
}
.layui-timeline-title {color:#1a6568 !important; }
.layui-timeline-content {font-size: 1.2em !important; }

/* 分割线 */
.hr_chinst_green { height: 5px; background: #1a6568; }
.chinst-ico-link  {width:20px; height: 20px; background: url(../images/link.png) no-repeat left center;}

/* 导航 */
nav { background: #FFF; } 
.layui-nav * {font-size: 14px !important;}
.layui-nav .layui-nav-item { line-height: 48px !important; }

/* 轮播部分 */
#index {margin: 20px auto;}
.layui-carousel {background: #FFF}
.bigimg { text-align: center;}
/*.screen h1 {margin-top:50px;  font-size: 28px !important;  line-height: 180%; font-family:"Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: bold;}
.screen dl * {color:#222; font-size:18px !important; font-weight: normal !important; }
.screen dl dt { line-height: 180%; }
*/
/* 典型应用 */
#applications {margin: 20px auto;}
#applications .big-ico { display: block; height: 120px; width: 100%; text-align: center; }
#applications h3 { font-family: "华文细黑"; font-size: 1.5em; text-align: center; color: #1a6568; font-weight: bold; }
/* 附加信息 */

#ancillary h3 {font-size: 1.4em;}
#ancillary .detail dt dl { line-height: 180%; text-indent: 1em; font-size: 1.1em;}
#ancillary .detail dt.core dl {}
/*#ancillary .detail dt.core dl.tsinghua { background: url(../images/tsinghua-logo.png) no-repeat left center;}
#ancillary .detail dt.core dl.tsinghua { background: url(../images/tsinghua-logo.png) no-repeat left center;}*/

/* chinst-dark-green-2 */
.chinst-dark-green {
	color: white!important;
	background-color: #1a6568!important;/*002b36*/
}
.content p {font-size: 1.2em; line-height: 150%; text-indent: 2em; margin: 1em 0;}

/* 导航 */
.logo { float:left;}

/* footer */
#footer { padding: 20px 0; }
#footer * {	color: #f2f2f2; font-size: 14px; line-height: 180%; text-align: center;  }
#footer a {color: #009688; text-decoration: underline; }