html {
	font-family:sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
body, body * {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #555555;
    box-sizing: border-box;
}
body {
    width: 100%;
    min-width: 1200px;
}
p {
    margin: 0;
}
a, button {
    cursor: pointer;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
input, select, button, textarea {
    border: 0;
    box-shadow: none;
    outline: none;
}
button.primary {
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: #1371ba;
    font-size: 16px;
}
button.primary:hover {
    background: #0f609f;
}
textarea {
    resize: none;
}
input[type=text] {
    padding: 0 12px;
    border: 1px solid #555555;
    height: 40px;
    vertical-align: top;
}
input[type=text].lg {
    width: 490px;
}
input[type=checkbox],
input[type=radio] {
    visibility: hidden;
}
input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 16px;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #ffffff;
    vertical-align: -4px;
    cursor: pointer;
}
input[type=checkbox] + label:before {
    background: url(../img/duoxuan.png) no-repeat;
}
input[type=checkbox]:checked + label:before {
    background: url(../img/duoxuan-1.png) no-repeat;
}
input[type=radio] + label:before {
    background: url(../img/danxuan.png) no-repeat;
}
input[type=radio]:checked + label:before {
    background: url(../img/danxuan-1.png) no-repeat;
}
textarea {
    padding: 12px;
    border: 1px solid #555555;
}
.clearfix {
    clear: both;
}
.fl-l {
    float: left!important;
}
.fl-r {
    float: right!important;
}
.ml10 {
    margin-left: 10px!important;
}
.ml20 {
    margin-left: 20px!important;
}
.mt15 {
    margin-top: 15px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.top-bar {
    width: 100%;
    height: 40px;
    background: #c8a063;
    color: #ffffff;
}
.top-bar .welcome p,
.top-bar .welcome span {
    display: inline-block;
    color: #ffffff;
    line-height: 40px;
}
.top-bar .wechat {
    position: relative;
    display: inline-block;
    margin-left: 55px;
    z-index: 1;
}
.top-bar .wechat span {
    cursor: pointer;
}
.top-bar .wechat span:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(../img/wechat_icon.png) center center no-repeat;
    vertical-align: middle;
}
.top-bar .wechat .barcode {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #c8a063;
    border-top-width: 0px;
    text-align: center;
    z-index: 2;
}
.tor-bar .barcode img {
    display: block;
    width: 110px;
    height: 107px;
}
.top-bar .wechat span:hover+.barcode {
    display: block;
}
.top-bar .search {
    display: inline-block;
    margin-left: 34px;
    padding: 5px 10px 8px 23px;
    width: 58px;
    height: 26px;
    background-color: #a67121;
    font-size: 12px;
    color: #ffffff;
    background-image: url(../img/search_icon.png);
    background-repeat: no-repeat;
    background-position: 7px center;
    cursor: pointer;
}
.top-bar .search:hover {
    background-color: #845713;
}
::-webkit-input-placeholder{/*Webkit browsers*/
    color:#d8d8d8;
}
:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
    color:#d8d8d8;
}
::moz-placeholder{/*Mozilla Firefox 19+*/
    color:#d8d8d8;
}
::-ms-input-placeholder{/*Internet Explorer 10+*/
    color:#d8d8d8;
}
.menu {
    width: 100%;
    height: 80px;
}
.menu .logo {
    display: block;
    height: 80px;
}
.menu .menu-list li {
    position: relative;
    float: left;
}
.menu .menu-list > li > a {
    display: inline-block;
    padding: 0 16px;
    line-height: 80px;
    font-size: 16px;
    color: #1371ba;
    text-decoration: none;
    cursor: pointer;
}
.menu .menu-list > li > a:hover,
.menu .menu-list > li.active > a {
    background-color: #1371ba;
    color: #ffffff;
}
.menu .menu-list > li.active > a+.sub-menu,
.menu .menu-list > li:hover > a+.sub-menu {
    display: block;
}
.menu .menu-list .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 15;
}

.menu .menu-list .sub-menu li {
    width: 100%;
}
.menu .menu-list .sub-menu a {
    display: block;
    padding-top: 9px;
    padding-bottom: 7px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.menu .menu-list .sub-menu a:hover,
.menu .menu-list .sub-menu a.active {
    background: rgba(19, 113, 186, 0.6);
}
.head .slider {
    width: 100%;
    text-align: center;
}
.banner {
    width: 100%;
    background: #c8ddfa;
}
.banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
}
.main {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.main .col-1 {
    width: 446px;
}
.main .col-2 {
    width: 450px;
}
.main .col-3 {
    width: 263px;
}
.main .row {
    overflow: hidden;
}
.main .row .content li {
    cursor: pointer;
}
.main .row .content li:hover .title {
    color: #1371ba;
}
.main .artical {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 2px solid #1371ba;
    clear: both;
}
.main .artical.tab-ar {
    border-bottom: 2px solid #e7e7e7;
}
.main .artical .title-tab {
    float: left;
}
.main .artical .title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    float: left;
}
.main .artical.tab-ar .title {
    margin-right: 20px;
    color: #aeaeae;
    cursor: pointer;
}
.main .artical.tab-ar .title:hover,
.main .artical.tab-ar .title.active {
    color: #555555;
}
.main .artical .title.active:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 66px;
    height: 2px;
    background: #1371ba;
    z-index: 2;
}
.main .artical .more {
    cursor: pointer;
    float: right;
}
.main .artical .more:hover {
    color: #1371ba;
}
.main .list-default li {
    margin-top: 1px;
    border-bottom: 1px dashed #e8e8e8;
    overflow: hidden;
}
.main .list-default .title {
    position: relative;
    padding-left: 12px;
    width: 362px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
    float: left;
}
.main .list-default .title:before {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    left: 2px;
    width: 10px;
    height: 40px;
    background: url(../img/point.png) no-repeat;
}
.main .list-default .cdate {
    color: #b7b7b7;
    line-height: 40px;
    float: right;
}
.main .list-date li {
    margin-top: 17px;
    width: 100%;
    border: 1px solid #e7e7e7;
    overflow: hidden;
}
.main .list-date .title {
    display: inline-block;
    padding: 5px 8px;
    width: 188px;
    vertical-align: middle;
}
.main .list-date .cdate {
    display: inline-block;
    width: 65px;
    font-size: 12px;
    background: #e7e7e7;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}
.main .list-date .cdate .cyear {
    transform: scale(0.8);
    display: block;
    margin-left: -3px;
}
.main .corper {
    line-height: 18px;
    background: url(../img/hezuohuoban_bg.png) 120px 4px no-repeat;
    font-size: 16px;
}
.main .corper:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 18px;
    background: url(../img/hezuohuoban_icon.png) no-repeat;
    vertical-align: -8px;
}
.main .organs {
    width: 1264px;
    margin-left: -33px;
    overflow: hidden;
}
.main .organs li {
    width: 25%;
    margin-bottom: 26px;
    float: left;
}
.main .organs li img {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 80px;
    border: 1px solid #e7e7e7;
}
.main .nav {
    position: absolute;
    top: 12px;
    left: 0;
    width: 270px;
    bottom: 0;
    border-right: 1px solid #e7e7e7;
}
.main .nav .title {
    margin-bottom: 28px;
    padding-left: 40px;
    line-height: 60px;
    background: url(../img/lanmu_icon.png) 0px center no-repeat;
    font-size: 24px;
    font-weight: bold;
    color: #1371ba;
}
.main .nav .title:after {
    content: '';
    display: block;
    margin-left: -40px;
    width: 110px;
    height: 1px;
    background: #1371ba;
}
.main .nav .list li {
    padding-left: 27px;
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
}
.main .nav .list li:hover,
.main .nav .list li.active {
    background-color: #1371ba;
    border-left: 5px solid #c8a063;
    color: #ffffff;
}
.main .content-wrapper {
    margin-left: 290px;
    min-height: 812px;
}
.main .breadcrumbs {
    margin-top: 5px;
    line-height: 56px;
    text-align: right;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
}
.main .breadcrumbs span {
    font-size: 18px;
    cursor: pointer;
}
.main .breadcrumbs span:hover,
.main .breadcrumbs span.active {
    color: #1371ba;
}
.main .context {
    overflow: hidden;
}
.main .context .row {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e7e7e7;
    font-size: 16px;
}
.main .context .row .title {
    overflow: hidden;
}
.main .context .row .title h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    float: left;
}
.main .context .row .title h4:hover {
    color: #1371ba;
}
.main .context .row .title span {
    font-size: 16px;
    color: #b7b7b7;
    float: right;
}
.main .context .article .title {
    margin-top: 28px;
    line-height: 42px;
    color: #1371ba;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.main .context .article .datetime {
    display: block;
    margin-bottom: 24px;
    padding-left: 24px;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: normal;
    background: url(../img/time-icon.png) no-repeat;
    float: right;
}
.main .context .article .form-bref {
    clear: both;
}
.main .context .article p {
    margin-bottom: 26px;
    text-align: justify;
}
.main .context .article .question {
    height: 30px;
    line-height: 30px;
    background: #f8f8f8;
    font-size: 16px;
}
.main .context p {
    font-size: 16px;
    line-height: 30px;
}
.main .context .no-data {
    margin: 40px 0;
    padding-top: 225px;
    width: 100%;
    height: 200px;
    background: url(../img/search_blank.png) center no-repeat;
    text-align: center;
    color: #acacac;
    font-size: 16px;
}
.main .form {
    overflow: hidden;
}
.main .form-bref {
    color: #cccccc;
}
.main .form-item {
    margin: 15px 0px;
}
.main .form-item .paper {
    margin-left: 36px;
}
.main .form-item .checkbox,
.main .form-item .radio,
.main .form-item textarea {
    margin: 20px 0px;
    font-size: 16px;
}
.main .form-button-group {
    text-align: center;
}
.main .form-button-group .primary {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 250px;
    height: 42px;
}
.main .form-button-group .button {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: underline;
}
.main .form-button-group .button:hover {
    color: #1371ba;
}
.main .pagination {
    padding: 35px 0px;
    overflow: hidden;
}
.main .pagination li {
    display: inline-block;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #c1c1c1;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.main .pagination li:hover,
.main .pagination li.active {
    background: #1371ba;
    border-color: #1371ba;
    color: #ffffff;
}
.main .pagination li.prev-btn,
.main .pagination li.next-btn {
    width: 60px;
}
.footer .links {
    padding-top: 32px;
    height: 250px;
    background: #1371ba;
    overflow: hidden;
}
.footer .links .column {
    margin-left: 84px;
    float: left;
}
.footer .links .column:first-child {
    margin-left: 0px;
}
.footer .links .column:last-child {
    float: right;
}
.footer .links .column li,
.footer .links .column p {
    color: #ffffff;
    line-height: 24px;
}
.footer .links .column li a {
    display: block;
    margin-top: 14px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.footer .links .column li a:hover {
    text-decoration: underline;
}
.footer .links .type {
    font-size: 16px;
    color: #ffffff;
}
.footer .links .type:after {
    content: '';
    display: block;
    margin-top: 12px;
    width: 52px;
    height: 2px;
    background: #ffffff;
}
.footer .copyright {
    height: 56px;
    line-height: 56px;
    background: #c8a063;
}
.footer .copyright p {
    color: #ffffff;
    font-size: 12px;
}
.footer .ewm-sm {
    margin-top: 5px;
    padding: 8px;
    background: #ffffff;
}
.anchor {
    display: none;
    position: fixed;
    bottom: 320px;
    right: 23px;
    width: 63px;
    height: 63px;
    background: url(../img/top.png) no-repeat;
    cursor: pointer;
}

/** 轮播图 **/
.flexslider {
    margin: 0px auto 20px;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    zoom: 1;
}
.flexslider .slides li {
    width: 100%;
    height: 100%;
}
.flexslider .slides li a,
.flexslider .slides li img {
    display: block;
    width: 100%;
    height: auto;
}
.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../img/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}
.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 20px;
}
.flex-direction-nav .flex-prev {
    left: 20px;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    background: url(../img/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}
.flexslider .slides a img {
    width: 100%;
    display: block;
}