@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: #333;
  text-decoration: none;
}

a:hover {
  color: #0054a5;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

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;
}

body {
  font-size: 15px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
  margin-bottom: 20px;
  line-height: 40px;
}

.main-tit h6 {
  font-size: 22px;
  position: relative;
}

.main-tit h6 img {
  margin-right: 10px;
}

.main-tit .more {
  float: right;
  position: relative;
  z-index: 2;
  font-size: 14px;
  margin-right: 20px;
  color: #fff;
}

.main-list li {
  line-height: 40px;
  padding-left: 15px;
  background: url(../images/dote1.png) left center no-repeat;
}

.main-list li a {
  display: block;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 22px 0 15px;
  background: url(../images/opacity1.png);
}

.header .logo {
  float: left;
  margin-top: 10px;
}

.header .right {
  float: right;
  text-align: right;
}

.search-box {
  display: inline-block;
  text-align: left;
  position: relative;
  height: 30px;
  vertical-align: middle;
  background: url(../images/search-bg.png) no-repeat;
}

.search-box .text {
  border: none;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 14px;
  width: 182px;
  padding: 4px 10px;
  background: none;
  color: #fff;
}

.search-box .btn {
  position: absolute;
  right: 10px;
  top: 6px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 44px;
}

.main-nav li {
  position: relative;
  float: left;
  text-align: center;
  z-index: 10;
  font-size: 18px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 99%;
  min-width: 100%;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 48px;
  overflow: hidden;
  font-size: 14px;
  background: #0054a5;
  position: relative;
}

.main-nav li .dropdown li a {
  color: #fff;
}

.main-nav li .dropdown li:hover {
  background: #076ed0;
}

.main-nav li.on {
  color: #0054a5;
}

.main-nav li:hover {
  z-index: 11;
  color: #0054a5;
}

.main-nav li:hover a {
  color: #fff;
}

.main-nav li:hover .dropdown li a:hover {
  color: #fff;
}

.banner {
  min-width: 1260px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .slide {
  position: relative;
}

.banner .hd {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 56px;
  height: 4px;
  cursor: pointer;
  margin: 0 8px;
  background: #fff;
}

.banner .hd li.on {
  background: #0054a5;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 650px;
  overflow: hidden;
}

.banner .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .bd ul li .pic img {
  width: 100%;
  height: 100%;
}

.index-row1 {
  padding: 20px 0;
}

.index-row1 .c1 {
  float: left;
  width: 535px;
}

.index-row1 .c1 .slide {
  position: relative;
}

.index-row1 .c1 .slide .hd {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.index-row1 .c1 .slide .hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}

.index-row1 .c1 .slide .hd li.on {
  background: #fe993f;
}

.index-row1 .c1 .slide .bd li {
  position: relative;
}

.index-row1 .c1 .slide .bd li .pic img {
  width: 100%;
  height: 350px;
}

.index-row1 .c1 .slide .bd li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: url(../images/opacity.png);
}

.index-row1 .c1 .slide .bd li .text a {
  display: block;
  color: #fff;
  padding: 5px 15px;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}

.index-row1 .c2 {
  float: right;
  width: 640px;
  margin-top: -3px;
}

.index-row2 {
  margin-top: 20px;
  height: 460px;
  padding-top: 20px;
  background: url(../images/bg1.jpg) center center no-repeat;
}

.index-row2 .c1 {
  float: left;
  width: 555px;
}

.index-row2 .c1 .main-tit {
  margin-bottom: 5px;
}

.index-row2 .c1 .list dl {
  padding: 12px 0;
  border-bottom: 1px dashed #c5c3c4;
}

.index-row2 .c1 .list dl dt {
  float: left;
  width: 60px;
  height: 64px;
  background: #e1e1e1;
  text-align: center;
}

.index-row2 .c1 .list dl dt .d {
  height: 42px;
  line-height: 42px;
  background: #0054a5;
  color: #fff;
}

.index-row2 .c1 .list dl dt .y {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}

.index-row2 .c1 .list dl dd {
  line-height: 28px;
  margin-left: 72px;
}

.index-row2 .c1 .list dl dd h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row2 .c1 .list dl dd .desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}

.index-row2 .c2 {
  float: right;
  width: 600px;
}

.index-row2 .c2 .headline .pic {
  float: left;
  width: 220px;
  height: 150px;
  overflow: hidden;
}

.index-row2 .c2 .headline .pic img {
  transition: all ease 0.2s;
  width: 100%;
  height: 100%;
}

.index-row2 .c2 .headline .pic:hover img {
  transform: scale(1.1);
}

.index-row2 .c2 .headline .text {
  margin-left: 240px;
}

.index-row2 .c2 .headline .text h6 {
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row2 .c2 .headline .text h6 a {
  font-weight: bold;
  color: #000;
}

.index-row2 .c2 .headline .text .desc {
  line-height: 28px;
  font-size: 14px;
  color: #999;
  height: 84px;
  overflow: hidden;
  margin: 10px 0 5px;
}

.index-row2 .c2 .headline .text .date {
  font-size: 14px;
  color: #999;
}

.index-row3 {
  padding: 30px;
}

.index-row3 .list ul {
  margin: 0 -4px;
}

.index-row3 .list ul li {
  float: left;
  width: 166px;
  height: 44px;
  margin: 0 3px;
  line-height: 44px;
  text-align: center;
  background: url(../images/btn.png) no-repeat;
}

.index-row3 .list ul li a {
  display: block;
}

.index-row3 .list ul li a img {
  margin-right: 10px;
}

.index-row3 .list ul li.last a img {
  margin-left: 20px;
  margin-right: 0;
}

.footer {
  position: relative;
  color: #fff;
  min-width: 1200px;
  background: #0054a5;
  padding: 20px 0;
}

.footer .c1 {
  float: left;
  width: 460px;
}

.footer .c1 img {
  margin-top: 10px;
}

.footer .c2 {
  margin-left: 460px;
  line-height: 24px;
  padding-left: 50px;
  border-left: 1px solid #1478d2;
}

.inner-banner {
  position: relative;
  height: 535px;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page .leftbar {
  float: left;
  width: 238px;
  position: relative;
}

.inner-page .leftbar .tit {
  font-size: 30px;
  color: #ededed;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: url(../images/inner-tit.jpg) no-repeat;
  position: absolute;
  left: 0;
  bottom: 100%;
  text-align: center;
}

.inner-page .leftbar .list {
  background: #eef1f4;
  padding: 9px 16px 70px;
}

.inner-page .leftbar .list li {
  font-size: 18px;
  margin-bottom: 3px;
  font-size: 18px;
}

.inner-page .leftbar .list li a {
  display: block;
  font-size: 16px;
  color: #333;
  padding: 15px 15px 15px 25px;
  position: relative;
  background: url(../images/arr-right.png) 80% center no-repeat;
  border-bottom: 1px dotted #ccd1d6;
}

.inner-page .leftbar .list li.on a, .inner-page .leftbar .list li:hover a {
  position: relative;
  font-weight: bold;
  color: #187fc9;
  background: url(../images/arr-right-on.png) 80% center no-repeat;
}

.inner-page .right-con {
  float: right;
  width: 920px;
  position: relative;
  padding-bottom: 50px;
  font-size: 16px;
}

.inner-page .right-con .bread {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  color: #919191;
  color: #fff;
  line-height: 50px;
}

.inner-page .right-con .bread a {
  color: #fff;
}

.inner-page .right-con .bread a:hover {
  color: #0054a5;
}

.inner-page .right-con .bread span {
  margin: 0 5px;
}

.inner-page .right-con .inner-tit {
  font-size: 24px;
  color: #0054a5;
  font-weight: bold;
  line-height: 46px;
  margin: 30px 0 10px;
}

.inner-page .right-con .main-text-list li {
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
  line-height: 40px;
  padding-left: 15px;
  background: url(../images/dote1.png) left center no-repeat;
}

.inner-page .right-con .main-text-list li a {
  display: block;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .right-con .main-text-list li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.inner-page .right-con .techer1 .r1 .c1 {
  float: left;
  width: 356px;
  background: #ececec;
  padding: 20px 40px 10px;
  margin-right: 15px;
}

.inner-page .right-con .techer1 .r1 .c1 .name {
  padding: 12px 0;
  border-bottom: 1px solid #ccd1d6;
}

.inner-page .right-con .techer1 .r1 .c1 .name b {
  font-size: 30px;
  margin-right: 30px;
}

.inner-page .right-con .techer1 .r1 .c1 .intro {
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}

.inner-page .right-con .techer1 .r2 {
  padding: 50px 0;
}

.inner-page .right-con .techer1 .r2 .tit {
  font-size: 18px;
  font-weight: bold;
  color: #0054a5;
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: 2px solid #ececec;
  margin-bottom: 15px;
}

.inner-page .right-con .techer1 .r2 .con {
  margin-bottom: 40px;
}

.inner-page .right-con .techer1 .r2 .con .s-tit {
  font-weight: bold;
  padding: 10px 0;
}

.inner-page .right-con .techer1 .r2 .con .desc {
  text-indent: 2em;
  line-height: 30px;
  margin-bottom: 20px;
}

.inner-page .right-con .techer2 {
  margin-top: 50px;
}

.inner-page .right-con .techer2 .tit {
  font-size: 18px;
  font-weight: bold;
  color: #0054a5;
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: 2px solid #ececec;
  margin-bottom: 15px;
}

.inner-page .right-con .techer2 .con {
  margin-bottom: 40px;
}

.inner-page .right-con .techer2 .con .desc {
  text-indent: 2em;
  line-height: 30px;
  margin-bottom: 20px;
}

.inner-page .right-con .techer2 .list {
  margin-bottom: 50px;
}

.inner-page .right-con .techer2 .list .tit {
  margin-bottom: 10px;
}

.inner-page .right-con .techer2 .list li {
  float: left;
  line-height: 50px;
  width: 25%;
  font-size: 18px;
}

.inner-page .right-con .single-page p {
  line-height: 38px;
  text-indent: 2em;
}

.inner-page .right-con .detail .tit {
  margin-top: 20px;
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  margin-bottom: 10px;
}

.inner-page .right-con .detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #edf1f4;
}

.inner-page .right-con .detail .infor span {
  margin: 0 10px;
}

.inner-page .right-con .detail .content {
  line-height: 34px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.inner-page .right-con .detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.inner-page .right-con .detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.inner-page .right-con .detail .detail-pages a {
  display: block;
  line-height: 30px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .right-con .detail .detail-pages .next {
  float: right;
}