@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;
    outline: none;
}
a:focus {
    outline: none;
}
input {
    border: 0;
    /*所有表单边框为0*/
    box-sizing: border-box;
    /*css3盒子模型 border 和padding 都包含到width里*/
}

button,
input {
    font-family: "Microsoft YaHei", "Arial Narrow", HELVETICA !important;
    border: 0;
    /*所有表单边框为0*/
    box-sizing: border-box;
    /*css3盒子模型 border 和padding 都包含到width里*/
    /*取消轮廓线 蓝色的*/
    outline: none;
    background: none;
}

.container {
    /* 因为我们版心都是1140 都要居中对齐 我们就声明一个公共类 */
    width: 1180px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

/*css初始化结束*/
body {
    background-color: #f5faff;
    /*整个页面背景色*/
    margin: 0 auto;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Arial Narrow", HELVETICA !important;
    line-height: 180%;
}

.clear {
    height: 20px;
    clear: both;
}

.flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    background: url(../images/bk.png) no-repeat top center;
}

header {
    width: 1180px;
    margin: 0 auto;
    height: 316px;
    position: relative;
}

.title {
    width: 826px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 113px;
    z-index: 2;
}

.build {
    width: 784px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.navbk {
    width: 1180px;
    height: 60px;
    background-color: #0169c5;
    margin: 0 auto;
}

.navbar {
    width: 900px;
    height: 60px;
    background-color: #0169c5;
    float: left;
}

.navbar>li {
    width: 128px;
    height: 60px;
    float: left;
    text-align: center;
    position: relative;
}

.navbar>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
}

.navbar>li>a:hover {
    background-color: #177bc7;
    color: #ffffff;
}

.navbar ul li a:hover {
    background-color: #f9f9f9;
}

.navbar ul {
    display: none;
    width: 128px;
    margin: 0 auto;
    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: 36px;
    border-bottom: 1px solid #e2e2e2;
}

.navbar ul li a {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.search {
    width: 240px;
    float: right;
}

.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;
    margin-top: 17px;
    color: #8f8e8c;
}

.searchbox button {
    width: 39px;
    height: 23px;
    background: url(../images/sousuo_2.jpg) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

input[type="image"] {
    vertical-align: middle;
}


/*焦点图*/
.focus {
    position: relative;
    width: 604px;
    height: 404px;
    background-color: #000;
}

.focus img {
    width: 604px;
    height: 404px;
}

.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;
    left: 500px;
}

.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: 515px;
}

.newsbk {
    height: 50px;
    background: -webkit-linear-gradient(#026ac6, #3396ef);
    background: -o-linear-gradient(#026ac6, #3396ef);
    background: -moz-linear-gradient(#026ac6, #3396ef);
    background: linear-gradient(#026ac6, #3396ef);
}
.newtitle {
    display: block;
    width: 100px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
}
.newm {
    display: block;
    width: 30px;
    line-height: 50px;
}
.firnew {
    border-bottom: 1px dashed #cccccc;
    margin-top: 10px;
}
.firtt {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #0169c5;
    font-weight: bold
}
.summary {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #9a9a9a;
    text-indent: 2em;
    margin: 10px 0;
}
.summary span {
    font-size: 16px;
    color: #d00000;
}
.newslis{
    padding: 10px;
    box-sizing: border-box;
}
.newslis li{
    height: 36px;
    line-height: 36px;
}
.newslis li a::before {
    content:'\2022';
    font-size: 20px;
    color: #9fd0ff;
    margin-right: 5px;
}
.newslis li a {
    display: block;
    line-height: 36px;
    font-size: 18px;
    color: #717171;
}
.service {
    height: 190px;
    background: url(../images/zxnk.png) no-repeat;
}
.sertt {
    display: block;
    width: 155px;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
}
.sericon {
    width: 80%;
    margin: 0 auto;
}
.sericon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sericon a img {
    height: 41px;
}
.sericon a span {
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    color: #666666;
}
.columns{
    width: 880px;
}
.column {
    width: 430px;
}
.coltt {
    width: 100%;
    height: 48px;
    background: url(../images/lmbk.png) no-repeat bottom;
}
.coltitle {
    display: block;
    width: 110px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0169c5;
}
.more {
    display: block;
    width: 50px;
    line-height: 42px;
    font-size: 14px;
    color: #666666;
}
.collis {
    padding: 12px;
    box-sizing: border-box;
}
.collis li {
    height: 36px;
}
.collis li a {
    display: block;
    line-height: 36px;
    font-size: 18px;
    color: #717171;
}
.collis li a::before {
    content:'\2022';
    font-size: 18px;
    margin-right: 5px;
    color: #e2e2e2;
}
.rightcol {
    width: 240px;
}
.jw {
    margin-bottom: 10px;
}
.jwtt{
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 20px;
    color: #0169c5;
}
.jwicon li {
    width: 220px;
    margin: 0 auto;
}
.jwicon a {
    display: block;
	width: 220px;
    height: 50px;
    margin-top: 8px;
    overflow: hidden;
}
.jwicon img{
	transition: 0.3s;
}
.jwicon:nth-child(2) span {
    font-size: 16px;
	color: #ffffff;
	position: relative;
	font-weight: normal;
    top: -100px;
    left: 90px;
}
.jwicon:nth-child(4) span {
    font-size: 16px;
	color: #ffffff;
	position: relative;
	font-weight: normal;
    top: -100px;
    left: 88px;
}
.jwicon span { 
	font-size: 16px;
	color: #ffffff;
	position: relative;
	font-weight: normal;
    top: -100px;
    left: 100px;
}
.jwicon a:hover span{ 
	color: #666666;
	font-weight: bold;
	top: -50px;
    left: 80px;
}
.jwicon a:hover img{ 
	margin-top: -50px;
}
.tzser {
    OVERFLOW: hidden; 
    WIDTH: 100%; 
    HEIGHT: 170px;
    padding: 10px;
    box-sizing: border-box;
}
.tzis {
    padding-bottom: 2px;
    HEIGHT: 170px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
}
.tzis li {
    line-height: 30px;
}
.tzis li a {
    color: #666666;
    font-size: 16px;
}
.tzis li i {
    font-size: 18px;
    color: #b82626;
    margin-right: 5px;
}

.all_link {
   background-color: #f1f8fd;
}
.all_link h1 a {
    display: block;
    line-height: 50px;
    text-align: left;
    font-size: 18px;
    color: #0169c5;
    padding-left: 10px;
    box-sizing: border-box;
}
.linklis {
    width: 80%;
    height: 130px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.linklis li a {
    display: block;
    width: 242px;
    height: 45px;
}
.linklis li a img {
    display: inline-block;
    width: 242px;
    height: 45px;
}
.linkbk {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    background-color: #f4f4f4;
}
.linkbk a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #0169c5;
    font-weight: bold;
    float: left;
}
.linkbk a img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
    margin: 10px;
}
.linkcot {
    float: left;
}
.linkcot a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    margin-left: 20px;
    float: left;
}
footer {
    width: 1140px;
    height: 195px;
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
}
.fotcot {
    width: 780px;
    line-height: 36px;
    color: #666666;
    font-size: 16px;
}
.media {
    width: 330px;
}
.media a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    margin-left: 35px;
}
.media a img {
    display: inline-block;
    width: 103px;
    height: 103px;
}
.media a span {
    display: inline-block;
    margin-top: 8px;
    color: #666666;
    font-size: 16px;
}