@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 {
    /* 因为我们版心都是1140 都要居中对齐 我们就声明一个公共类 */
    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;
}

header {
    width: 100%;
    height: 340px;
    background: url(../images/headbk.jpg) no-repeat;
}

.lg {
    width: auto;
    height: 114px;
    display: inline-block;
    margin-top: 130px;
    padding-left: 30px;
    box-sizing: border-box;
    z-index: 0;
}

.lgimg {
    display: inline-block;
    height: 302px;
    margin-top: 40px;
}

/* 单导航 */
#nav {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    background-color: #1d50a1;
}

.navbk {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    padding: 0;
}

.navbar {
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

.navbar>li {
    width: 180px;
    height: 80px;
    text-align: center;
    position: relative;
}

.navbar>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    font-size: 20px;
    color: #ffffff;
}

.navbar>li>a:hover {
    background-color: #177bc7;
    color: #ffffff;
}

.navbar ul li a:hover {
    background-color: #f9f9f9;
}

.navbar ul {
    display: none;
    width: 180px;
    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;
}

.search {
    width: 400px;
    height: 25px;
    line-height: 23px;
    position: relative;
    margin-top: 27px;
    padding-left: 80px;
    box-sizing: border-box;
    font-size: 14px;
    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;
}

.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;
}

.banner {
    display: inline-block;
    height: 120px;
}

.jcz {
    width: 210px;
    height: 360px;
    border: 1px solid #e9e9e9;
}

.jcz a img {
    display: inline-block;
    margin: 22px;
    margin-bottom: 0;
    width: 167px;
}

.jcz a span {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #666666;
    padding: 0 13px;
    box-sizing: border-box;
}

/*焦点图*/
.focus {
    position: relative;
    width: 540px;
    height: 360px;
    background-color: #000;
}

.focus img {
    width: 540px;
    height: 360px;
}

.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;
}

.jcdt {
    width: 410px;
}

.dtt {
    height: 60px;
}

.tt {
    display: block;
    width: 110px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #343434;
    text-align: center;
    border-bottom: 2px solid #004c9a;
}

.more {
    display: block;
    width: 408px;
    line-height: 60px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: right;
    font-size: 16px;
    color: #c3c3c3;
    border-bottom: 2px solid #d4d4d4;
}

.newlist,
.lmlist {
    width: 100%;
    padding: 12px 10px 5px 10px;
    box-sizing: border-box;
}

.newlist li a::before,
.lmlist li a::before {
    content: "\2022";
    font-size: 16px;
    color: #d4d4d4;
    margin-right: 6px;
}

.newlist li a {
    display: block;
    line-height: 36px;
    font-size: 18px;
    color: #666666;
}

.mid {
    width: 100%;
    height: 300px;
    background: url(../images/midbk.png) no-repeat;
}

.lefticon {
    width: 210px;
    padding: 30px 0;
    box-sizing: border-box;
}

.lefticon a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    height: 52px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 7px;
    padding: 10px 40px;
    box-sizing: border-box;
}

.lefticon a img {
    display: inline-block;
}

.lefticon a span {
    font-size: 18px;
    color: #666666;
}

.lefticon a:hover span {
    font-weight: bold;
    color: #004c9a;
}

.lefticon a:hover img {
    transform: rotateY(360deg);
    transition-property: transform;
    transition-duration: 4s;
}

.righticon {
    width: 880px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    box-sizing: border-box;
}

.righticon a {
    width: 220px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.righticon a img {
    display: inline-block;
    margin-bottom: 10px;
}

.righticon a:hover img {
    transform: translate(-2px, -2px);
    transition: 0.2s;
    -webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, .3));
}

.righticon a span {
    font-size: 18px;
    color: #ffffff;
}

.lm {
    width: 377px;
}

.lmbk {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #c1e4e8;
}

.lmbk img {
    display: inline-block;
    width: 30px;
    height: 28px;
    margin-left: 8px;
    margin-top: 15px;
}

.lmtt {
    display: block;
    width: 150px;
    line-height: 60px;
    text-align: left;
    font-size: 20px;
    color: #1d50a1;
    font-weight: bold;
    margin-left: 10px;
}

.lmmore {
    display: block;
    width: 220px;
    line-height: 60px;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
    color: #a8a6a6;
}

.lmlist li a {
    line-height: 34px;
    font-size: 16px;
    color: #666666;
}

.lmlist ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lmlist ul dt {
    width: 162px;
    height: 162px;
    background-color: #fff;
    border: 1px solid #d9d8d8;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.lmlist ul dt img {
    width: 122px;
}

.lmlist ul span {
    font-size: 16px;
    color: #666666;
}

footer {
    width: 100%;
    background-color: #1d50a1;
}

.linkbk {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ffffff;
}

.linkbk .linktt {
    width: 100px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.linkbk li {
    float: left;
}

.linkbk li a {
    display: block;
    margin-right: 20px;
    font-size: 16px;
    color: #ffffff;
    float: left;
}

.fotcot {
    padding: 18px 10px 40px 30px;
    box-sizing: border-box;
}

.fot {
    width: 1000px;
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
}

.jg {
    width: 200px;
    margin-top: 50px;
}