@charset "UTF-8";

/* sass变量 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

ul,
ol {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #149DFF;
}

fieldset,
img {
    border: 0;
    vertical-align: middle;
}

q:before,
q:after {
    content: "";
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mb20 {
    margin-bottom: 20px;
}

body {
    font-size: 16px;
}

.main-bg {

}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.main-tit {
    line-height: 1;
    margin: 30px 0;
}

.main-tit h6 {
    font-size: 24px;
}

.main-tit h6 span {
    font-size: 14px;
    margin-left: 15px;
}

.main-tit .more {
    float: right;
    position: relative;
    margin-top: 5px;
    z-index: 2;
    font-size: 14px;
    color: #3a3a3a;
}

.main-tit .more:hover {
    color: #149DFF;
}


/*
.header {
  padding: 22px 0;
}

.header .logo {
  float: left;
}

.header .search-box {
  float: right;
  margin-top: 20px;
}

.search-box {
  float: right;
  position: relative;
  background: url(../images/search-bg.png) no-repeat;
}

.search-box .text {
  border-right: 1px solid #bfc5d9;
  border: none;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  font-size: 14px;
  width: 222px;
  height: 12px;
  padding: 12px 10px;
  transition: all ease 0.3s;
  background: none;
}

.search-box .btn {
  position: absolute;
  right: 10px;
  top: 1px;
  right: 2px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
  text-align: right;
  background: #149DFF;
}

.main-nav li {
  position: relative;
  z-index: 10;
  float: left;
  width: 10%;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

.main-nav li a {
  display: block;
  color: #fff;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 98%;
  border-top: 2px solid #ffa800;
  min-width: 100%;
  background: #ffa800;
}

.main-nav li .dropdown ul {
  position: relative;
  padding: 10px 0;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 44px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}

.main-nav li .dropdown li .text {
  white-space: nowrap;
  padding: 0 20px;
}

.main-nav li .dropdown li a {
  color: #fff;
}

.main-nav li .dropdown li:hover {
  background: #149DFF;
}

.main-nav li:hover {
  z-index: 11;
  background: #ffa800;
}*/

.container {
    width: 1330px;
}

.header {
    height: 138px;
    background: #149dff;
}

.header-right {
    width: 1175px;
}

.logo-txt {
    padding-top: 40px;
}

.header-a a {
    color: #fff;
    display: inline-block;
    margin-left: 30px;
}

.header-a {
    padding-top: 30px;
}

.search-box {
    position: relative;
    margin-top: 12px;
    float: right;
}

.search-box .form-control {
    width: 150px;
    height: 28px;
    border-radius: 28px;
    background: none;
    box-shadow: none;
    color: #fff;
    border-color: #fff;
}

.btn-ss {
    position: absolute;
    right: 12px;
    top:7px;
    bottom: 0;
    width: 16px;
    background: url(../images/icon01.png) center no-repeat!important;
}

.nav-list li {
    float: left;
    margin-left: 110px;
    margin-top: 15px;
}

.nav-list li a {
    font-size: 16px;
    color: #fff;
}

.nav-list {
    margin-left: -70px;
}

.banner {
    position: relative;
    margin-top: 20px;
}

.banner .slide .hd {
    position: absolute;
    bottom: 36px;
    left: 50%;
    margin-left: -600px;
    z-index: 2;
    width: 1200px;
    text-align: center;
}

.banner .slide .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0 4px;
    background: url(../images/dote.png) no-repeat;
    border-radius: 50%;
}

.banner .slide .hd li.on {
    background: url(../images/dote-on.png) no-repeat;
}

.banner .slide .bd ul li {
    position: re lative;
    overflow: hidden;
    height: 380px;
}

.banner .slide .bd ul li img {
    width: 100%;
    height: 100%;
}

.index-row1 .c1 {
    float: left;
    width: 735px;
}

.index-row1 .c1 .r1 {
    margin-bottom: 10px;
}

.index-row1 .c1 .r1 .slide {
    float: left;
    width: 320px;
}

.index-row1 .c1 .r1 .slide .bd li {
    position: relative;
    float: left;
}

.index-row1 .c1 .r1 .slide .bd li .pic {
    overflow: hidden;
    height: 195px;
}

.index-row1 .c1 .r1 .slide .bd li .pic img {
    transition: all ease 0.2s;
    width: 100%;
    height: 100%;
}

.index-row1 .c1 .r1 .slide .bd li .pic:hover img {
    transform: scale(1.1);
}

.index-row1 .c1 .r1 .slide .bd li .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.index-row1 .c1 .r1 .slide .bd li .text a {
    color: #fff;
}

.index-row1 .c1 .r1 .list {
    float: right;
    width: 395px;
}

.index-row1 .c1 .r1 .list li {
    line-height: 46px;
}

.index-row1 .c1 .r1 .list li a {
    display: block;
    margin-right: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-row1 .c1 .r1 .list li span {
    float: right;
    color: #bfbfbf;
}

.index-row1 .c1 .r1 .list li:hover a {
    font-weight: bold;
    color: #149DFF;
}

.index-row1 .c1 .r2 dl {
    padding: 10px 0;
    border-bottom: 1px dashed #dadada;
}

.index-row1 .c1 .r2 dl dt {
    float: left;
}

.index-row1 .c1 .r2 dl dt .d {
    font-size: 26px;
    color: #149DFF;
}

.index-row1 .c1 .r2 dl dt .y {
    font-size: 12px;
    color: #6f6f6f;
}

.index-row1 .c1 .r2 dl dd {
    margin-left: 77px;
    line-height: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-row1 .c2 {
    float: right;
    width: 400px;
}

.index-row1 .c2 .con .pic {
    overflow: hidden;
    height: 230px;
}

.index-row1 .c2 .con .pic img {
    transition: all ease 0.2s;
    width: 100%;
    height: 100%;
}

.index-row1 .c2 .con .pic:hover img {
    transform: scale(1.1);
}

.index-row1 .c2 .con .text {
    height: 250px;
    padding: 0 20px;
    background: url(../images/row1-bg.png) top center no-repeat;
}

.index-row1 .c2 .con .text h6 {
    padding: 30px 0 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #149DFF;
}

.index-row1 .c2 .con .text p {
    line-height: 38px;
    height: 124px;
    overflow: hidden;
    color: #5b5b5b;
}

.index-row1 .c2 .con .text .more {
    text-align: center;
}

.index-row1 .c2 .con .text .more a {
    display: inline-block;
    line-height: 28px;
    padding: 0 20px;
    background: #149DFF;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.index-row2 .list {
    background: #fcfbf8;
    padding: 20px;
}

.index-row2 .list li {
    float: left;
    width: 10%;
    text-align: center;
}

.index-row2 .list li .pic {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.index-row3 {
    padding: 10px 0;
}

.index-row3 .c1 {
    float: left;
    width: 905px;
}

.index-row3 .c1 .main {
    background: #fcfbf8;
    padding: 40px 0;
}

.index-row3 .c1 .user {
    float: left;
    width: 650px;
}

.index-row3 .c1 .user .pic {
    float: left;
    width: 217px;
    margin: 0 50px;
}

.index-row3 .c1 .user .text {
    margin-left: 320px;
}

.index-row3 .c1 .user .text h6 {
    line-height: 60px;
}

.index-row3 .c1 .user .text h6 b {
    font-size: 24px;
    margin-right: 15px;
    font-weight: normal;
}

.index-row3 .c1 .user .text ul {
    margin-bottom: 15px;
}

.index-row3 .c1 .user .text ul li {
    line-height: 24px;
}

.index-row3 .c1 .user .text ul li::before {
    content: "*";
    color: #f00;
    margin: 0 5px;
    vertical-align: middle;
}

.index-row3 .c1 .user .text h5 {
    font-size: 18px;
}

.index-row3 .c1 .user .text h5::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #f00;
    vertical-align: middle;
    margin-right: 15px;
}

.index-row3 .c1 .user .text p {
    margin-top: 10px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.index-row3 .c1 .user .text .more {
    text-align: right;
}

.index-row3 .c1 .user .text .more a {
    display: inline-block;
    border-bottom: 2px solid #149DFF;
    font-size: 14px;
    line-height: 24px;
}

.index-row3 .c1 .links {
    float: right;
    width: 200px;
    margin-right: 20px;
}

.index-row3 .c1 .links li {
    padding: 1px;
}

.index-row3 .c1 .links li a {
    display: block;
    line-height: 50px;
    background: #149DFF;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    margin: 10px 0;
}

.index-row3 .c1 .links li a:hover {
    background: #ffa800;
}

.index-row3 .c2 {
    float: right;
    width: 235px;
}

.index-row3 .c2 .list {
    height: 350px;
    background: url(../images/row2-bg.png) no-repeat;
}

.index-row3 .c2 .list ul {
    padding: 20px 35px 0;
}

.index-row3 .c2 .list li {
    line-height: 44px;
    padding-left: 40px;
    background: url(../images/dote1.png) left center no-repeat;
}

.index-row3 .c2 .list li a {
    color: #fff;
}

.index-row3 .c2 .list li a:hover {
    opacity: 0.8;
}


/*
.footer {
    min-width: 1200px;
    background: #0064a8;
    padding: 55px 0;
}

.footer .c1 {
    margin-right: 600px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.footer .c1 p {
    padding: 9px 0;
}

.footer .c2 {
    float: right;
}*/

.inner-banner {
    position: relative;
    height: 250px;
    line-height: 250px;
    font-size: 28px;
    font-weight: bold;
    overflow: hidden;
    color: #149DFF;
    background: url(../images/banner.png) center center no-repeat;
    background-size: 100% auto;
    width: 100%;
}

.inner-page {
    position: relative;
    padding: 30px 0;
}

.inner-page .leftbar {
    width: 210px;
    float: left;
    position: relative;
}

.inner-page .leftbar .left-tit {
    width: 198px;
    overflow: hidden;
    padding: 15px 0;
    background: #149DFF;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.inner-page .leftbar .list {
    padding-bottom: 40px;
    background: url(../images/erji_15.jpg) repeat-y;
}

.inner-page .leftbar .list li {
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
}

.inner-page .leftbar .list li a {
    display: block;
    background: url(../images/erji_18.jpg) bottom center no-repeat;
}

.inner-page .leftbar .list li.on,
.inner-page .leftbar .list li:hover {
    font-weight: bold;
}

.inner-page .leftbar .list li.on a,
.inner-page .leftbar .list li:hover a {
    color: #fff;
    background: url(../images/erji_12.jpg) no-repeat;
}

.inner-page .right-con {
    float: right;
    width: 980px;
    margin-left: 5px;
    background: #fff;
    padding: 0 0 20px;
}

.inner-page .right-con .bread {
      text-indent: 10px;
    padding: 12px 0;
    overflow: hidden;
    font-size: 14px;
    background: #149DFF;
    color: #fff;
}

.inner-page .right-con .bread a {
    padding: 0 5px;
    color: #fff;
}

.inner-page .right-con .inner-list1 ul li {
    height: 45px;
    line-height: 45px;
    text-indent: 29px;
    font-size: 16px;
    color: #828282;
    background: url(../images/xinwen_03.png) no-repeat 10px 16px;
}

.inner-page .right-con .inner-list1 ul li span {
    float: right;
    padding-right: 15px;
}

.inner-page .right-con .inner-list1 ul li.li1 {
    background: url(../images/xinwen_03.png) no-repeat 10px 16px #f4f4f4;
}

.inner-page .right-con .inner-list2 {
    margin-top: 50px;
}

.inner-page .right-con .inner-list2 li {
    float: left;
    width: 33.3%;
    margin-bottom: 50px;
}

.inner-page .right-con .inner-list2 li a {
    display: block;
    margin: 0 5px;
    text-align: center;
    background: url(../images/dzyba_07.png) no-repeat center 210px;
}

.inner-page .right-con .inner-list2 li a .pic img {
    width: 135px;
    height: 192px;
}

.inner-page .right-con .inner-list2 li a .text {
    margin-top: 60px;
}

.inner-page .right-con .detail-page .tit {
    text-align: center;
    font-size: 22px;
    color: #333;
    margin-top: 30px;
    line-height: 38px;
}

.inner-page .right-con .detail-page .info {
    text-align: center;
    line-height: 38px;
    color: #999;
    font-size: 12px;
    border-bottom: 1px solid #d3d3d3;
}

.inner-page .right-con .detail-page .info span {
    margin: 0 10px;
}

.inner-page .right-con .detail-page .con {
    line-height: 30px;
    font-size: 12px;
    float: right;
    display: inline;
    padding-bottom: 20px;
    font-size: 14px;
    color: #5d5d5d;
    padding-top: 18px;
}