@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;
  box-sizing: border-box; 
  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: #ffffff; 
        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%;
    margin: 0 auto;
    background: url(../images/bk.png) no-repeat;
}
.tophead {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(128,128,128,.3);
}
.date {
    width: 300px;
    font-size: 16px;
    color: #ffffff;
}
.search  {
	width: 256px;
	height: 25px;
	margin-top: 8px;
  }
.searchbox {
    width: 216px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #8f8e8c;
    background-color: #fff;
    position: relative;
    padding-left: 5px;
    box-sizing: border-box;
    font-size:14px;
}

.searchbox button {
    width: 39px;
    height: 23px;
    background: url(../images/sousuo_2.jpg) no-repeat;
    position: absolute;
    top: -1px;
    right: 0;
}
/*input 标签设置 focus 鼠标聚焦样式 边框样式用Outline设定*/
input[type=text] {
  line-height: 23px;
    padding: 0;
    margin: 0;
    border: 0;
}
input[type=text]:focus{
  outline: 0;
}
   input[type="image"] {
    vertical-align: middle;
}

header {
    height: 250px;
}
.lg {
    width: 846px;
    margin-left: 20px;
    margin-top: 71px;
}

/* 单导航 */
#nav{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background-color: #0070b8;
}

.navbk {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
}

.navbar {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.navbar>li {
    line-height: 60px;
    flex-grow: 1;
    text-align: center;
    /* position: relative; */
}

.navbar>li>a {
    font-size: 18px;
    color: #ffffff;
}
.navbar li a:hover {
border-bottom: 1px solid #ffffff;
}
/* .navbar>li>a:hover {
    background-color: #118cda;
    color: #ffffff;
}



.navbar ul {
    display: none;
    width: 173px;
    background-color: #f7f7f7;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #e2e2e2;
    border-left-color: #e2e2e2;
    position: absolute;
    z-index: 1000;
}

.navbar ul li {
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
}

.navbar ul li a {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
} */

.midcot {
    width: 1200px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}

  /*焦点图*/
.focus{
	position:relative;
	width:640px;
	height:425px;
	background-color: #000;
}  

.focus img{
	width: 640px;
	height: 425px;
} 
.focus .shadow .title{width: 300px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; 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: 20px;
}  
.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;
}

.news {
    width: 500px;
}
.newstt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #eaeaea;
    padding: 0 10px;
    box-sizing: border-box;
}
.ntt a {
    font-size: 20px;
    color: #464a45;
    font-weight: 700;
}
.more {
    width: 50px;
    font-size: 16px;
    color: #a0a0a0;
}
.newslist {
    padding: 20px 15px 0 15px;
    box-sizing: border-box;
}
.nwfr {
    width: 100%;
    height: 80px;
    border-radius: 2px;
    background-color: #e4f3fd;
    word-wrap: break-word;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.nwfr a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    font-weight: bold;
}
.nwfr a:hover {
    color: #d40000;
}
.newslist ul li a::before,
.tabCon li a::before{
    content: "\2022";
    font-size: 16px;
    color: #d40000;
    margin-right: 5px;
}
.newslist ul li a {
    display: block;
    line-height: 36px;
    font-size: 18px;
    color: #666666;
}
.newslist ul li a:hover,
.clflist a:hover,
.tabCon li a:hover
 {
    color: #0070b8;
}
.lefticon {
    width: 250px;
}
.leftt {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #eaeaea;
}
.leftt a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #464a45;
    font-weight: bold;
}
.icot {
    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;
    flex-wrap: wrap;
    width: 220px;
    height: 200px;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 0 auto;
}
.icot li {
    width: 110px;
    height: 100px;
}
.icot li:hover {
    background-color: #fafafa;
}
.icot li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.icot li a span {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.icot li a:hover img {
      transform: rotateY(360deg);
    transition-property: transform;
    transition-duration: 4s;
}
.rightcloumn {
    width: 890px;
}
.cloumn {
    width: 890px;
    height: 50px;
    line-height: 50px;
    background-color: #f2f9fd;
    border-radius: 8px 8px 0 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.cloumntt {
    display: block;
    width: 100px;
    font-size: 20px;
    color: #464a45;
    text-align: center;
    font-weight: bold;
}
/* 栏目切换 */
.tapbutton {
    width: 415px;
    height: 50px;
    line-height: 50px;
}

.tapbutton li a {
    display: block;
    font-size: 18px;
    color: #666666;
    text-align: center;
}
.tapbutton .active a>span {
    padding-bottom: 4px;
	border-bottom:  2px solid #0959a9;
}
.tabCon .active {
    display: block;
}

.tabCon {
    padding: 0 10px;
    margin-top: 10px;
    box-sizing: border-box;
}
.tabCon li {
    height: 36px;
    line-height: 36px;
    position: relative;
}
.tabCon li a {
    display: block;
    font-size: 16px;
    color: #666666;
}

.tabCon li span {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 16px;
    color: #a0a0a0;
}
.tabPane {
    display: none;
}

.service {
    height: 216px;
    padding: 0 20px;
    box-sizing: border-box;
    background: url(../images/serbk.png) no-repeat;
}
.sertt {
    display: block;
    width: 249px;
    margin: 0 auto;
}
.sertt img {
    display: inline-block;
    width: 249px;
    margin: 20px 0;
}
.service ul li {
    width: 120px;
    height: 90px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow:  1px 1px 2px #d1d1d1;
    border: 1px solid #f2f2f2; 
    padding-top: 10px;
    box-sizing: border-box;
}
.service ul li:hover{
       box-shadow:  2px 2px 4px #727272;
}
.service ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service ul li:first-child a img {
    width: 94px;
    height: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.service ul li a img {
    height: 34px;
    margin-bottom: 10px;
}
.service ul li a span {
    display: inline-block;
    font-size: 16px;
    color: #666666;
}
.service ul li a:hover span  {
    color: #0959a9;
}
.cloumnfour {
    width: 572px;
}
.cltt {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 2px solid #eaeaea;
}
.cltitle {
    width: 140px;
}
.cltitle a {
    font-size: 20px;
    font-weight: bold;
    color: #464a45;
}
.cltitle img {
    width: 20px;
}
.clmore {
    width: 50px;
    font-size: 16px;
    color: #a0a0a0;
}
.clflist {
    padding: 10px;
    box-sizing: border-box;
}
.clflist li {
    display: flex;
    justify-content: space-between;
    height: 36px;
    line-height: 36px;
}
.clflist a {
    font-size: 16px;
    color: #666666;
}

.clflist span {
    display: inline-block;
    width: 50px;
    font-size: 14px;
    color: #a0a0a0;
}
.media {
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
}
.media li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.media li a {
    display: block;
    width: 146px;
    height: 146px;
    padding: 10px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}
.media li span {
    font-size: 16px;
    color: #464a45;
    margin-top: 8px;
}
.linkcot {
    height: 60px;
    line-height: 60px;
    background-color: #f7f7f7;
}
.linktt ul {
    float: left;
    margin-left: 10px;
}
.linktt ul span {
    font-size: 20px;
    color: #464a45;
    font-weight: bold;
}
.linktt ul li a {
    display: block;
    float: left;
    font-size: 16px;
    color: #666666;
    margin-right: 10px;
}
footer {
    width: 100%;
    background-color: #0070b8;
}
.fot {
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
    margin-top: 20px;
}
.jg {
    width: 200px;
    margin-top: 50px;
}