@charset "utf-8";
/*样式*/
		/*css初始化*/
		* {margin: 0;
            padding: 0;
		}
		ul,li {
			list-style: none;
		}
		.clearfix:before, .clearfix:after { /*清除浮动*/
			display: table;
			content: "";
		}
		.clearfix:after {
			clear: both;
		}
		.clearfix {
			*zoom: 1;
		}
		a {
			color: #333333;
			text-decoration: none;
		}

a:focus {
	outline-style: none;
	-moz-outline-style: none;
}

input,
button {
  border: 0; /*所有表单边框为0*/
  box-sizing: border-box; /*css3盒子模型 border 和padding 都包含到width里*/
  outline: none;  /*获得焦点不显示边框颜色 */
}
    .container { 
      width: 1200px;
      margin: 0 auto;
    }
.flx {
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

    /*css初始化结束*/
    body {
        background-color: #fbfdff; 
        margin: 0 auto;
		font-size: 16px;
        font-family:"Microsoft YaHei","Arial Narrow",HELVETICA !important;
		line-height: 180%;
      }
.clear {
	height: 20px;
	clear: both;
}
.wrap {
	width: 100%;
	background:url(../images/bk.png) no-repeat top center;
}
.header {
	width: 1200px;
	height: 287px;
	margin: 0 auto;
}
.title {
	width: 611px;
	height: 114px;
	margin-top: 107px;
	margin-left: 50px;
}
.bg {
	width:577px;
}
.navbar {
	height: 60px;
	background-color: #104682;
}
.nav {
	width: 830px;
	padding: 0 30px;
	box-sizing: border-box;
}
.nav ul {
	display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.nav ul li a {
	display: block;
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
}

.search {
	width: 256px;
	padding: 0 20px;
	box-sizing: border-box;
}
.searchbox {
	width: 216px;
	height: 25px;
	line-height: 23px;
	border: 1px solid #8f8e8c;
	background-color: #fff;
	position: relative;
	margin-top: 20px;
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 14px;
	float: right;
  }
  
  .searchbox button {
	width: 39px;
	height: 23px;
	background: url(../images/sousuo_2.jpg) no-repeat;
	position: absolute;
	top: -1px;
	right: 0;
  }
  
  input[type="image"] {
	vertical-align: middle;
  }

  .mid-cot {
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
  }


   /*焦点图*/
.focus{
	position:relative;
	width: 616px;;
	height: 414px;;
	background-color: #000;
}  

.focus img{
	width: 616px;
	height: 414px;
} 
.focus .shadow .title{width: 300px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:16px; font-weight:bolder; overflow:hidden; }
.focus .btn{
	position:absolute;
	bottom:34px;
	left:350px;
	overflow:hidden;
	zoom:1;
} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:40px; line-height: 40px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:14px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{
	bottom:6px;
	position:absolute;
	height:21px;
	text-align:center;
	z-index: 200;
	right: 10px;
}  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt{
	overflow:hidden;
	zoom:1;
	height:16px;
	z-index:10;
	width: 80px;
}  
.focus .D1fBt a{
	display:inline;
	width:6px;
	height:6px;
	border-radius:7px;
	color:#B0B0B0;
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#D9D9D9;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	font:12px/15px "\5B8B\4F53";
	line-height: 12px;
}    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:30px;height:56px;background: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046054947.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -30px; left: 0;background-position:0 -56px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -30px; right: 0;  background-position:-30px -56px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-30px 0;} 
.focusManinR {
	float: right;
	width: 340px;
}
.focusManinR h3 {
	font-size: 16px;
	color: #2c509c;
	font-weight: normal;
}
.focusManinR h3 a:link, .focusManinR h3 a:visited,
.leftLm h3 a:link, .leftLm h3 a:visited{
	color: #2c509c;
}
.focusManinR h3 a:hover, .leftLm h3 a:hover {
	color: #cc0000;
}

.focuslist {
	background-image: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046042251.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 24px;
}
.newcot {
	width: 528px;
}
.newtt {
	height: 50px;
	border-bottom: 1px solid #b3b3b3;
}
.newtt a {
	display: block;
	line-height: 50px;
}
.tt {
	width: 96px;
	border-bottom: 2px solid #104682;
	text-align: center;
	margin-bottom: -1px;
	font-size: 20px;
	color: #104682;
}
.more {
	font-size: 16px;
	color: #b3b3b3;
	margin-right: 2px;
}
.firnew {
	border-bottom: 1px dashed #666666;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.firtt {
	display: block;
	line-height: 60px;
	font-size: 22px;
	color: #104682;
	text-align: center;
}
.firnew li {
	text-indent: 2em;
	line-height: 24px;
	font-size: 14px;
	color: #9f9f9f;
}
.abstract {
	color: #a20000;
}
.newlist {
	padding-left: 10px;
	padding-top: 10px;
	box-sizing: border-box;
}
.newlist li a {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
.service {
	width: 100%;
	height: 250px;
	background-color: #e9f3fd;
}
.sertt img {
	display: inline-block;
	margin-left: 430px;
	padding: 7px 0 24px 0;
	box-sizing: border-box;
}
.icon {
	width: 1160px;
	padding: 0 20px;
	box-sizing: border-box;
}
.icon a img:hover {
    transform: translate(-2px,-2px);
    transition: 0.2s;
    -webkit-filter: drop-shadow(5px 10px 5px rgba(0,0,0,.3));
}
.column {
	width: 570px;
}
.coltt a {
	display: block;
	line-height: 50px;
}
.clo {
	width: 120px;
	height: 50px;
	background: url(../images/clmbk.png) no-repeat;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}
.colist {
	padding: 10px 5px;
	box-sizing: border-box;
}
.colist li::before {
	content: "\2022";
	font-size: 15px;
	margin-right: 5px;
	color: #eb540b;
}
.colist li {
	height: 36px;
	line-height: 36px;
}
.colist li a {
	font-size: 16px;
	color: #666666;
}
.colist li span {
	font-size: 16px;
	color: #c5c5c5;
	float: right;
}


.linkcot {
	width: 100%;
	height: 60px;
	background-color: #104682;
}
.leftlink a {
	display: block;
	float: left;
	line-height: 60px;
	margin-left: 10px;
	color: #ffffff;
}
.leftlink li {
	width: 80px;
	line-height: 60px;
	font-size: 20px;
	color: #ffffff;
	float: left;
}
.leftlink div {
	float: left;
}
.rigtlink {
	line-height: 60px;
}
.cd {
	color: #666666;
}
footer {
	height: 195px;
	padding: 28px 20px 65px 20px;
	box-sizing: border-box;
}
.lefot {
	height: 122px;
}
.lefot a {
	display: block;
	width: 80px;
	float: left;
}
.lefot a img {
	width: 52px;
	vertical-align: middle;
	margin-top: 22px;
}
.lefot li {
	float: left;
	line-height: 30px;
	color: #666666;
}
.rightfot {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rightfot span {
	color: #666666;
}

#demo1{ width: 1160px; height: 205px; position: relative; margin: 10px auto;overflow: hidden;}
#demo1 ul { width: 1160px; height: 205px; position: relative; }
#demo1 ul li { height: 165px; float: left; list-style: none; padding-right:20px;}
#demo1 ul li img { width: 259px; height:165px; display: inline-block;}
#demo1 ul li a {display: block;text-align: center;}
#demo1 ul li a span {
display: inline-block;
text-align: center;
	color: #666666; 
}