@charset "utf-8";
/* sass变量 */
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

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-size: 16px;  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;
}
.item a.more{position: relative;
    top: -47px;
    float: right;}
.main-list a.more{position: relative;
    top: -47px;
    float: right;}
a:hover {
  color: #035ca6;
}

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: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  font-size: 13px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.page {
  padding-top: 80px;
  background: url(../images/bg.jpg) bottom center no-repeat;
background-size:cover;
}

.main-tit {
  line-height: 40px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.main-tit h6 {
  font-weight: bold;
  font-size: 20px;
}

.main-tit h6 img {
  margin-right: 5px;
}

.main-tit .more {
  float: right;
}

.main-tit .more img {
  vertical-align: middle;
}

.main-list li {
  line-height: 42px;
  font-size: 16px;
  padding-left: 15px;
  background: url(../images/dote.png) left center no-repeat;
}

.main-list li span {
  float: right;
  margin-left: 20px;
  font-size: 14px;
  color: #999;
}

.main-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topbar {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: url(../images/nav-bg.png) repeat-x #257fc9;
  border-bottom: 1px solid #d5e772;
}

.topbar a {
  color: #fff;
}

.topbar .wrap {
  position: relative;
}

.topbar .main-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.topbar .main-nav a {
  display: block;
  transition: all ease .3s;
}

.topbar .main-nav ul li {
      position: relative;
    float: left;
    width: 108px;
    margin: 0 5px;
    line-height: 80px;
    text-align: center;
    z-index: 10;
    font-size: 18px;
}

.topbar .main-nav ul li .icon {
  display: none;
}

.topbar .main-nav ul li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 130%;
  left: 0;
  top: 99%;
  overflow: hidden;
}

.topbar .main-nav ul li .dropdown ul {
  position: relative;
  padding: 10px 0;
}

.topbar .main-nav ul li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  margin-bottom: -10px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #035ca6;
}

.topbar .main-nav ul li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 12px;
  background: #035ca6;
  position: relative;
}

.topbar .main-nav ul li .dropdown li:after {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 50%;
  left: -100%;
  transition-delay: all 0.5s;
  transition: all 0.5s;
}

.topbar .main-nav ul li .dropdown li:hover:after,
.topbar .main-nav ul li .dropdown li.hover:after {
  left: 100%;
}

.topbar .main-nav ul li .dropdown li .text {
  text-shadow: 0px -40px 0px white;
  transition: all 0.75s;
  transform: translateY(100%) translateZ(0);
  transition-delay: all 0.25s;
  height:  44px;
}

.topbar .main-nav ul li .dropdown li:hover .text,
.topbar .main-nav ul li .dropdown li.hover .text {
  text-shadow: 0px -40px 0px rgba(255, 255, 255, 0);
  transform: translateY(0%) translateZ(0) scale(1.1);
  font-weight: 600;
}

.topbar .main-nav ul li.on {
  background: url(../images/home.png) center center no-repeat;
  line-height: 36px;
  padding: 7px 0 20px;
}

.topbar .main-nav ul li.on .icon {
  display: block;
}

.topbar .main-nav ul li.on p {
  margin-top: 10px;
}

.topbar .main-nav ul li:hover a {
  opacity: .7;
}

.topbar .main-nav ul li:hover .dropdown {
  display: block;
}

.topbar .main-nav ul li:hover .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.topbar .links {
  float: right;
  line-height: 38px;
  text-align: right;
}

.topbar .links a:hover {
  opacity: .7;
}

.topbar .links .p1 span {
  margin: 0 15px;
}

.topbar .links .p2 a {
  margin-left: 20px;
}

.topbar .links .p2 img {
  vertical-align: middle;
}

.header {
  padding: 60px 0 50px;
}

.header .logo {
  float: left;
}

.header .search-box {
  float: right;
  margin-top: 30px;
  width: 428px;
  height: 40px;
  padding: 5px;
  background: url(../images/search-bg.png) center center no-repeat;
}

.header .search-box .text {
  border: none;
  background: none;
  padding: 8px 8px;
  margin-left: 20px;
  width: 190px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
}

.header .search-box .btn {
  width: 100px;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  margin-right: 5px;
  border: none;
  float: right;
  color: #fff;
  font-size: 16px;
  letter-spacing: 10px;
  background: url(../images/search-btn.png) center center no-repeat;
}

.container .wrap {
  background: #fff; 
  padding: 20px;
  /* min-height:  560px; */
}

.container .wrap .wrap-inner {
  padding: 20px;
}

/* 
* index-row1
*/
.index-row1 {
  padding: 10px 0;
  padding-left: 190px;
  background: url(../images/headline.png) left center no-repeat;
}

.index-row1 h6 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
}

.index-row1 p {
  line-height: 30px;
}

.index-row1 p a {
  color: #035ca6;
}

.index-row2 {
  margin-top: 15px;
  padding: 20px 0;
}

.index-row2 .c1 {
  float: left;
  width: 480px;
}

.index-row2 .c1 .slide {
  position: relative;
}

.index-row2 .c1 .slide .hd {
  right: 0;
  bottom: 25px;
  position: absolute;
  z-index: 2;
}

.index-row2 .c1 .slide .hd li {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #cccccc;
  margin: 0 5px;
}

.index-row2 .c1 .slide .hd li.on {
  background: #257fc9;
}

.index-row2 .c1 .slide .bd li .pic {
  height: 270px;
  width: 100%;
  overflow: hidden;
}

.index-row2 .c1 .slide .bd li .pic img {
  width: 100%;
  height: 100%;
  transition: all ease .2s;
}

.index-row2 .c1 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row2 .c1 .slide .bd li p {
  width: 325px;
  padding: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 30px;
  color: #257fc9;
  font-weight: bold;
}

.index-row2 .c2 {
  float: left;
  width: 410px;
  margin-left: 30px;
}

.index-row2 .c2 .slide .hd {
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccd5dd;
}

.index-row2 .c2 .slide .hd a {
  float: right;
  color: #666;
}

.index-row2 .c2 .slide .hd li {
  float: left;
  margin-right: 30px;
  font-size: 22px;
  cursor: pointer;
}

.index-row2 .c2 .slide .hd li.on {
  color: #257fc9;
}

.index-row2 .c2 .slide .bd ul {
  padding-top: 15px;
}

.index-row2 .c2 .slide .bd li {
  line-height: 38px;
  padding-left: 0;
  background: none;
}

.index-row2 .c3 {
  float: right;
  width: 220px;
  padding: 10px;
  border: 1px solid #ccc;
}

.index-row2 .c3 .tit {
  padding-top: 15px;
  text-align: center;
  font-size: 22px;
  color: #257fc9;
  background: url(../images/notice-bg.png) top center no-repeat;
  margin: -11px -11px 5px;
}

.index-row2 .c3 .main-list {
  padding: 10px 0 15px;
}

.index-row2 .c3 .main-list li {
  line-height: 38px;
  background: url(../images/notice-dote.png) left center no-repeat;
}

.index-row3 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  width: 100%;
  overflow: hidden;
}

.index-row3 .bd li {
  float: left;
  margin-right: 13px;
  width: 230px;
  height: 90px;
  overflow: hidden;
}

.index-row3 .bd li img {
  width: 100%;
  height: 100%;
  transition: all ease .2s;
}

.index-row3 .bd li:hover img {
  transform: scale(1.1);
}

.index-row3 .ctrl {
  text-align: center;
  margin-top: 12px;
}

.index-row3 .ctrl .prev, .index-row3 .ctrl .next {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 8px;
}

.index-row3 .ctrl .prev {
  background: url(../images/arr1-left.png);
}

.index-row3 .ctrl .prev:hover {
  background: url(../images/arr1-left-on.png);
}

.index-row3 .ctrl .next {
  background: url(../images/arr1-right.png);
}

.index-row3 .ctrl .next:hover {
  background: url(../images/arr1-right-on.png);
}

.index-row4 {
  padding: 30px 0 10px;
}

.index-row4 .c {
  float: left;
  width: 230px;
  padding: 25px;
  height: 270px;
  position: relative;
  margin-right: 25px;
  text-align: center;
  color: #fff;
}

.index-row4 .c a {
  color: #fff;
  display: block;
}

.index-row4 .c .tit {
  font-size: 30px;
}

.index-row4 .c .subtit {
  line-height: 30px;
  font-size: 18px;
  margin: 30px 0 40px;
}

.index-row4 .c .subtit, .index-row4 .c .pic {
  transition: all ease .3s;
}

.index-row4 .c .list {
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 25px;
  right: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease .5s;
  transform: translateY(50px);
}

.index-row4 .c .list li {float: left;width: 100%;text-align: left;line-height: 24px;padding: 5px 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.index-row4 .c .list li a {
  display: inline;
}

.index-row4 .c .list li img {
  vertical-align: middle;
  margin-right: 5px;
}

.index-row4 .c:hover .subtit, .index-row4 .c:hover .pic {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(20px);
}

.index-row4 .c:hover .list {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

.index-row4 .c1 {
  background: url(../images/zw-bg.jpg);
}

.index-row4 .c2 {
  background: url(../images/bs-bg.jpg);
}

.index-row4 .c3 {
  background: url(../images/hd-bg.jpg);
}

.index-row4 .c4 {
  float: right;
  margin: 0;
  background: url(../images/db-bg.jpg);
}

.news-row1 .slide {
  position: relative;
}

.news-row1 .slide .hd {
  position: absolute;
  left: 730px;
  right: 30px;
  bottom: 30px;
  text-align: center;
}

.news-row1 .slide .hd li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.news-row1 .slide .hd li.on {
  background: #035ca6;
}

.news-row1 .slide .bd {
  background: #f5f5f5;
}

.news-row1 .slide .bd .item .pic {
  float: left;
  width: 710px;
  height: 450px;
  overflow: hidden;
}

.news-row1 .slide .bd .item .pic img {
  transition: all ease .3s;
  width: 100%;
  height: 100%;
}

.news-row1 .slide .bd .item .pic img:hover {
  transform: scale(1.1);
}

.news-row1 .slide .bd .item .text {
  margin-left: 740px;
  margin-right: 30px;
}

.news-row1 .slide .bd .item .text .tit {
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

.news-row1 .slide .bd .item .text .desc {
  max-height: 270px;
  line-height: 30px;
  color: #808080;
}

.news-row2 {
  margin: 40px 0 20px;
}

.news-row2 .c1 {
  float: left;
  width: 740px;
}

.news-row2 .c1 .slide .hd {
  line-height: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccd5dd;
}

.news-row2 .c1 .slide .hd a {
  float: right;
  color: #999;
}

.news-row2 .c1 .slide .hd a:hover {
  color: #035ca6;
}

.news-row2 .c1 .slide .hd li {
  float: left;
  margin-right: 30px;
  font-size: 22px;
  cursor: pointer;
  position: relative;
}

.news-row2 .c1 .slide .hd li.on {
  color: #257fc9;
  font-weight: bold;
}

.news-row2 .c1 .slide .hd li.on::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #257fc9;
}

.news-row2 .c1 .slide .bd .item dl {
  padding: 14px 0;
}

.news-row2 .c1 .slide .bd .item dl dt {
  float: left;
  width: 110px;
  height: 85px;
  overflow: hidden;
}

.news-row2 .c1 .slide .bd .item dl dt img {
  width: 100%;
  height: 100%;
  transition: all ease .2s;
}

.news-row2 .c1 .slide .bd .item dl dt img:hover {
  transform: scale(1.2);
}

.news-row2 .c1 .slide .bd .item dl dd {
  margin-left: 135px;
}

.news-row2 .c1 .slide .bd .item dl dd h6 {
  font-size: 16px;
  line-height: 20px;
}

.news-row2 .c1 .slide .bd .item dl dd h6 span {
  float: right;
  color: #666;
  font-size: 14px;
}

.news-row2 .c1 .slide .bd .item dl dd h6 a {
  font-weight: bold;
}

.news-row2 .c1 .slide .bd .item dl dd .desc {
  margin-top: 15px;
  line-height: 24px;
  color: #999;
}

.news-row2 .c2 {
  float: right;
  width: 360px;
}

.news-row2 .c2 .slide .hd {
  line-height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccd5dd;
}

.news-row2 .c2 .slide .hd a {
  float: right;
  color: #999;
}

.news-row2 .c2 .slide .hd a:hover {
  color: #035ca6;
}

.news-row2 .c2 .slide .hd li {
  float: left;
  margin-right: 30px;
  font-size: 22px;
  cursor: pointer;
  position: relative;
}

.news-row2 .c2 .slide .hd li.on {
  color: #257fc9;
  font-weight: bold;
}

.news-row2 .c2 .slide .hd li.on::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #257fc9;
}

.news-row2 .c2 .zhuanti .tit {
  line-height: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccd5dd;
}

.news-row2 .c2 .zhuanti .tit a {
  float: right;
  color: #999;
}

.news-row2 .c2 .zhuanti .tit a:hover {
  color: #257fc9;
}

.news-row2 .c2 .zhuanti .tit h6 {
  float: left;
  color: #257fc9;
  font-weight: bold;
  font-size: 22px;
  position: relative;
}

.news-row2 .c2 .zhuanti .tit h6::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #257fc9;
}

.news-row2 .c2 .zhuanti .main-list .pic {
  margin: 30px 0;
  height: 80px;
  overflow: hidden;
}

.news-row2 .c2 .zhuanti .main-list .pic img {
  transition: all ease .2s;
}

.news-row2 .c2 .zhuanti .main-list .pic img:hover {
  transform: scale(1.1);
}

.news-row2 .c2 .zhuanti .main-list li {
  background: url(../images/news-dote.jpg) left center no-repeat;
}

.Interaction {
  font-size: 14px;
}

.Interaction .main-list li {
  font-size: 14px;
  line-height: 34px;
  background: url(../images/dote1.png) left center no-repeat;
}

.Interaction-tit {
  height: 50px;
  line-height: 50px;
  background: #f2f3f4;
  padding-right: 20px;
  margin-bottom: 20px;
}

.Interaction-tit .nani {
  float: left;
  margin-left: 470px;
  font-size: 16px;
  color: #666;
}

.Interaction-tit h6 {
  float: left;
  padding: 0 30px;
  background: #035ca6;
  color: #fff;
  font-size: 16px;
}

.Interaction-tit .links {
  float: right;
}

.Interaction-tit .links a {
  font-size: 14px;
  color: #666666;
  margin-left: 35px;
}

.Interaction-tit .links a:hover {
  color: #035ca6;
}

.Interaction-table {
  width: 100%;
}

.Interaction-table thead th {
  height: 30px;
  padding-bottom: 5px;
  text-align: left;
  color: #666666;
  border-bottom: 1px solid #ddd;
}

.Interaction-table td {
  line-height: 36px;
  color: #999999;
}

.Interaction-table td .title {
  background: url(../images/dote1.png) left center no-repeat;
  padding-left: 15px;
}

.Interaction-table td a {
  color: #666666;
}

.Interaction-table td a:hover {
  color: #257fc9;
}

.Interaction-row1 .c1 {
  float: left;
  width: 560px;
}

.Interaction-row1 .c1 .pic {
  float: left;
  width: 200px;
  height: 240px;
}

.Interaction-row1 .c1 .pic img {
  width: 100%;
  height: 100%;
}

.Interaction-row1 .c1 .text {
  margin-left: 230px;
}

.Interaction-row1 .c1 .text h6 {
  font-size: 18px;
  line-height: 40px;
}

.Interaction-row1 .c1 .text .desc {
  color: #666;
  line-height: 26px;
  height: 130px;
  overflow: hidden;
  margin-top: 10px;
}

.Interaction-row1 .c1 .text .links {
  margin-top: 10px;
}

.Interaction-row1 .c1 .text .links a {
  display: block;
  width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  transition: all ease .2s;
  background: url(../images/icon-write.png) 10px center no-repeat #db4453;
}

.Interaction-row1 .c1 .text .links a:hover {
  opacity: .8;
}

.Interaction-row1 .c2 {
  float: right;
  width:100%;
}

.Interaction-row2 {
  margin-top: 40px;
}

.Interaction-row2 .c1 {
  float: left;
  width: 570px;
}

.Interaction-row2 .c1 .headline .pic {
  float: left;
  width: 200px;
  height: 160px;
  overflow: hidden;
}

.Interaction-row2 .c1 .headline .pic img {
  width: 100%;
  height: 100%;
  transition: all ease .2s;
}

.Interaction-row2 .c1 .headline .pic:hover img {
  transform: scale(1.1);
}

.Interaction-row2 .c1 .headline .text {
  margin-left: 230px;
}

.Interaction-row2 .c1 .headline .text h6 {
  line-height: 30px;
  line-height: 2;
  font-size: 16px;
}

.Interaction-row2 .c1 .headline .text h6 a {
  color: #035ca6;
}

.Interaction-row2 .c1 .headline .text .desc {
  margin-top: 10px;
  line-height: 24px;
  color: #999;
}

.Interaction-row2 .c1 .main-list {
  margin-top: 20px;
}

.Interaction-row2 .c2 {
  float: right;
  width: 560px;
}

.Interaction-row3 {
  margin-top: 30px;
}

.Interaction-row3 .Interaction-tit {
  margin-bottom: 10px;
}

.Interaction-row3 .c1 {
  float: left;
  width: 560px;
}

.Interaction-row3 .c2 {
  float: right;
  width: 560px;
}

.about-tit {
  height: 50px;
  line-height: 50px;
  background: #f2f3f4;
  padding-right: 20px;
  margin-bottom: 20px;
}

.about-tit h6 {
  float: left;
  padding: 0 30px;
  background: #035ca6;
  color: #fff;
  font-size: 16px;
}

.about-tit .links {
  float: right;
}

.about-tit .links a {
  font-size: 14px;
  color: #666666;
  margin-left: 35px;
}

.about-tit .links a:hover {
  color: #035ca6;
}

.about-row1 {
    height: 298px;
    background: url(../images/about-row1.jpg) bottom center no-repeat #faf7f2;
    /* padding: 20px 380px 20px 34px; */
}
.about-row1 .tit {
  margin: 10px 0 26px;
  /* float: right; */
}

.about-row1 .desc {
  text-indent: 2em;
  line-height: 24px;
  max-height: 120px;
}

.about-row2 {
  margin-top: 40px;
}

.about-row2 .slide .hd {
  margin-bottom: 15px;
}

.about-row2 .slide .hd ul {
  margin: 0 -6px;
}

.about-row2 .slide .hd li {
  float: left;
  width: 12.5%;
}

.about-row2 .slide .hd li span {
  display: block;
  margin: 0 6px;
  border: 1px solid #f1f1f1;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  background: #fafafa;
  transition: all ease .2s;
}

.about-row2 .slide .hd li.on span {
  background: #035ca6;
  color: #fff;
}

.about-row2 .slide .bd {
  border: 1px solid #eee;
  padding: 14px;
}

.about-row2 .slide .bd li .pic {
  float: left;
  width: 370px;
  height: 240px;
  overflow: hidden;
}

.about-row2 .slide .bd li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.about-row2 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.about-row2 .slide .bd li .text {
  margin-left: 410px;
}

.about-row2 .slide .bd li .text .desc {
  line-height: 30px;
  text-indent: 2em;
  font-size: 14px;
  max-height: 210px;
  overflow: hidden;
}

.about-row2 .slide .bd li .text .links {
  text-align: right;
}

.about-row2 .slide .bd li .text .links a {
  color: #ca0000;
}

.about-row3 {
  margin-top: 40px;
}

.about-row3 .c {
  width: 570px;
}

.about-row3 .c .pic {
  float: left;
  width: 240px;
  height: 270px;
  overflow: hidden;
}

.about-row3 .c .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.about-row3 .c .pic:hover img {
  transform: scale(1.1);
}

.about-row3 .c .list {
  margin-left: 260px;
}

.about-row3 .c .list li {
  margin: 10px 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f1f1f1;
  background: #fafafa;
  padding: 0 20px;
}

.about-row4 {
  margin-top: 40px;
}

.about-row4 .pic img {
  width: 100%;
  height: 100%;
}

.about-row4 .radius {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease .2s;
  transform: translateY(150px);
  width: 140px;
  height: 140px;
  left: 50%;
  margin-left: -70px;
  top: 50%;
  margin-top: -70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: table;
}

.about-row4 .radius a {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
}

.about-row4 .radius1 {
  background: url(../images/radius1.png);
}

.about-row4 .radius2 {
  background: url(../images/radius2.png);
}

.about-row4 .radius3 {
  background: url(../images/radius3.png);
}

.about-row4 .radius4 {
  background: url(../images/radius4.png);
}

.about-row4 .radius5 {
  background: url(../images/radius5.png);
}

.about-row4 .radius6 {
  background: url(../images/radius6.png);
}

.about-row4 .radius7 {
  background: url(../images/radius7.png);
}

.about-row4 .radius8 {

}

.about-row4 .radius9 {

}

.about-row4 .c1 {
  float: left;
  width: 340px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.about-row4 .c1 .pic {
  height: 400px;
}

.about-row4 .c1:hover .radius {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

.about-row4 .c2 {
  float: right;
  width: 800px;
}

.about-row4 .c2 ul {
  margin-bottom: 10px;
}

.about-row4 .c2 li {
  float: left;
  position: relative;
  width: 280px;
  overflow: hidden;
  margin-right: 10px;
}

.about-row4 .c2 li:hover .radius {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

.about-row4 .c2 li .pic {
  height: 195px;
}

.about-row4 .c2 li.sm {
  width: 220px;
}

.about-row4 .c2 li.last {
  margin: 0;
}

.open-tit {
  line-height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccd5dd;
  margin-top: 30px;
}

.open-tit a {
  float: right;
  color: #999;
}

.open-tit a:hover {
  color: #035ca6;
}

.open-tit h6 {
  float: left;
  color: #257fc9;
  font-weight: bold;
  font-size: 22px;
  position: relative;
}

.open-tit h6::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #257fc9;
}

.open-row1 .open-tit {
  margin-top: 0;
}

.open-row1 .c1 {
  float: left;
  width: 750px;
}

.open-row1 .c1 .pic {
  float: left;
  width: 170px;
}

.open-row1 .c1 .pic img {
  width: 100%;
}

.open-row1 .c1 .text {
  margin-left: 210px;
}

.open-row1 .c1 .text p {
  padding: 10px 0;
  line-height: 24px;
  font-size: 16px;
  color: #555;
}

.open-row1 .c1 .text p a {
  color: #035ca6;
}

.open-row1 .c2 {
  border-left: 1px solid #cccccc;
  float: right;
  width: 360px;
  margin-top: 10px;
  line-height: 46px;
  font-size: 16px;
  color: #555;
  padding-left: 10px;
}

.open-row1 .c2 a {
  color: #555;
  display: inline-block;
  width: 29%;
  text-align: center;
}

.open-row1 .c2 a:hover {
  color: #035ca6;
}

.open-row2 .list1 {
  padding: 30px 0;
}

.open-row2 .list1 li {
  float: left;
  width: 16.6%;
  text-align: center;
}

.open-row2 .list1 li p {
  margin-top: 20px;
}

.open-row2 .main-list {
  margin-top: 10px;
}

.open-row2 .main-list li {
  text-align: center;
  float: left;
  width: 16.6%;
  padding: 0;
  line-height: 42px;
  font-size: 14px;
  background: url(../images/dote3.png) 40px center no-repeat;
}

.open-row2 .main-list .more {
  background: none;
}

.open-row2 .main-list .more a {
  color: #9f0000;
}

.open-row2 .pic-list ul {
  margin: 50px -25px 0;
}

.open-row2 .pic-list li {
  float: left;
  width: 33.3%;
}

.open-row2 .pic-list li a {
  display: block;
  margin: 0 25px;
  height: 130px;
  overflow: hidden;
}

.open-row2 .pic-list li a img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.open-row2 .pic-list li a:hover img {
  transform: scale(1.1);
}

.open-row3 .form {
  display: table;
  width: 100%;
}

.open-row3 .c1 {
  display: table-cell;
  width: 990px;
  vertical-align: middle;
}

.open-row3 .c1 .item {
  float: left;
  height: 33px;
  width: 440px;
  margin: 14px 0;
}

.open-row3 .c1 .item label {
  float: left;
  width: 66px;
  line-height: 32px;
}

.open-row3 .c1 .item .select {
  display: block;
  width: 82.5%;
  padding: 0 10px;
  margin-left: 66px;
  height: 32px;
  line-height: 32px;
  background: #f7f6f6;
  border: none;
}

.open-row3 .c1 .item .text {
  display: block;
  width: 78%;
  padding: 0 10px;
  margin-left: 66px;
  height: 32px;
  line-height: 32px;
  background: #f7f6f6;
  border: none;
}

.open-row3 .c1 .item.odd {
  margin-left: 90px;
}

.open-row3 .c1 .item.block {
  width: 100%;
}

.open-row3 .c1 .item.block .text {
  width: 88.2%;
}

.open-row3 .c2 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-align: right;
}

.open-row3 .c2 .btn {
  width: 56px;
  padding: 10px;
  height: 80px;
  background: #257fc9;
  border: none;
  color: #fff;
}

.open-row4 .c1 {
  float: left;
  width: 560px;
}

.open-row4 .c2 {
  float: right;
  width: 560px;
}

.open-row4 .slide {
  margin-top: 30px;
}

.open-row4 .slide .hd {
  line-height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccd5dd;
}

.open-row4 .slide .hd a {
  float: right;
  color: #999;
}

.open-row4 .slide .hd a:hover {
  color: #035ca6;
}

.open-row4 .slide .hd li {
  float: left;
  margin-right: 30px;
  font-size: 22px;
  cursor: pointer;
  position: relative;
}

.open-row4 .slide .hd li.on {
  color: #257fc9;
  font-weight: bold;
}

.open-row4 .slide .hd li.on::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #257fc9;
}

.open-row4 .slide .bd .main-list li {
  background: url(../images/dote3.png) left center no-repeat;
}

.fixedbar {
  position: fixed;
  z-index: 99;
  right: 10px;
  top: 78px;
  width: 60px;
  padding-top: 50px;
  background: url(../images/fixed-bg-top.png) top center no-repeat;
}

.fixedbar .bd {
  position: relative;
  padding: 30px 0;
  height: 300px;
  background: url(../images/fixed-bg.png) top center no-repeat;
}

.fixedbar .bd li {
  padding: 10px;
  height: 40px;
}

.fixedbar .bd li i {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.fixedbar .bd li .icon1 {
  background: url(../images/fixed-icon1.png);
}

/*.fixedbar .bd li .icon2 {
  background: url(../images/fixed-icon2.png);
}
*/
.fixedbar .bd li .icon2 {
  background: url(../images/fixed-icon3.png);
}

.fixedbar .bd li .icon3 {
  background: url(../images/fixed-icon4.png);
}

.fixedbar .bd li .icon4 {
  background: url(../images/fixed-icon5.png);
}

.fixedbar .bd li:hover {
  background: #035ca6;
}

.fixedbar .bd li:hover .icon1 {
  background-position: 0 -40px;
}

.fixedbar .bd li:hover .icon2 {
  background-position: 0 -40px;
}

.fixedbar .bd li:hover .icon3 {
  background-position: 0 -40px;
}

.fixedbar .bd li:hover .icon4 {
  background-position: 0 -40px;
}

.fixedbar .bd li:hover .icon5 {
  background-position: 0 -40px;
}

.fixedbar .close {
  position: relative;
  z-index: 2;
  top: -73px;
  background: url(../images/fixed-close.png);
  width: 38px;
  height: 89px;
  margin: 0 auto;
  cursor: pointer;
}

.footer {
  margin-top: 50px;
  background: url(../images/opacity1.png);
}

.footer .links {
  /* padding: 20px 0; */
  position: relative;
  text-align: center;
}

.footer .links::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  opacity: .6;
  filter: alpha(opacity=60);
  background: #696565;
}

.footer .links .select {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 0 20px;
width:180px;
}

.footer .links .select .hd {
  line-height: 30px;
  color: #ccc;
  cursor: pointer;
}

.footer .links .select .hd .icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: url(../images/drop.png) bottom center no-repeat;
}

.footer .links .select .bd {
  position: absolute;
  display: none;
  bottom: 100%;
  width: 100%;
  left: 0;
  background: #035ca6;
  margin-bottom: 10px;
z-index:9999;
}

.footer .links .select .bd ul {
  padding: 5px 10px;
}

.footer .links .select .bd li {
  text-align: center;
  line-height: 30px;
}

.footer .links .select .bd li a {
  color: #fff;
}

.footer .links .select.on .hd .icon {
  background-position: 0 0;
}

.footer .links .select.on .bd {
  display: block;
}

.footer .con {
  /* padding: 25px 0; */
}

.footer .con .c1 {
  border-right: 1px solid #50544b;
  float: left;
}

.footer .con .c1 a {
  margin-right: 20px;
}

.footer .con .c2 {
  float: left;
  margin-left: 25px;
  width: 830px;
  padding: 20px 0;
}

.footer .con .c2 p {
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
}

.footer .con .c3 {
  float: right;
}

.leftbar {
  float: left;
  width: 230px;
}

.leftbar .leftbar-tit {
  height: 64px;
  padding: 30px 25px 0;
  background: url(../images/leftbar-tit.jpg) right center no-repeat #257fc9;
}

.leftbar .leftbar-tit h6 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.leftbar .leftbar-tit .line {
  margin-top: 20px;
  width: 20px;
  height: 1px;
  background: #fff;
}

.leftbar .list {
  margin-top: 10px;
  border: 1px solid #dddada;
}

.leftbar .list .noborder {
  border: none;
}

.leftbar .list dl dt {
  line-height: 48px;
  font-size: 16px;
  padding: 0 24px;
  border-bottom: 1px solid #dddada;
  background: url(../images/arr2.png) 90% center no-repeat;
}

.leftbar .list dl dt a {
  display: block;
}

.leftbar .list dl dd {
  padding: 10px 16px;
  border-bottom: 1px solid #dddada;
}

.leftbar .list dl dd ul li {
  padding: 0 25px;
  line-height: 30px;
  border-bottom: 1px solid #dddada;
  background: url(../images/left-dote.jpg) 10px center no-repeat;
}

.leftbar .list dl dd ul li.on {
  background: url(../images/left-dote-on.jpg) 10px center no-repeat;
}

.leftbar .list dl dd ul li.on a {
  display: block;
  color: #257fc9;
}

.leftbar .list dl.on dt, .leftbar .list dl:hover dt {
  background: url(../images/arr2-on.png) 90% center no-repeat #257fc9;
  color: #fff;
}

.leftbar .list dl.on dt a, .leftbar .list dl:hover dt a {
  color: #fff;
}

.right-con {
  float: right;
  width: 950px;
min-height:560px;
}

.right-con .inner-tit {
  background: #f6f6f7;
  padding: 10px;
  line-height: 20px;
  margin-bottom: 20px;
}

.right-con .inner-tit h6 {
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
  color: #257fc9;
  border-left: 4px solid #257fc9;
}

.right-con .inner-tit .bread {
  float: right;
  color: #666;
  padding-left: 20px;
  background: url(../images/icon-pst.png) left center no-repeat;
}

.right-con .inner-tit .bread a {
  color: #666;
}

.right-con .inner-tit .bread span {
  margin: 0 5px;
}

.right-con.block {
  width: 100%;
  float: none;
}

.right-con .main-text-list li {
  position: relative;
  border-bottom: 1px dotted #a4a5a6;
  line-height: 50px;
  padding-left: 44px;
  background: url(../images/dote2.png) 20px center no-repeat;
}

.right-con .main-text-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  font-size: 15px;
}

.right-con .main-text-list li .date {
  float: right;
  font-size: 14px;
  color: #9e9e9e;
}

.right-con .main-pic-list {
  margin: 20px 0;
}

.right-con .main-pic-list li {
  float: left;
  width: 25%;
  margin: 20px 0;
}

.right-con .main-pic-list li a {
  display: block;
  margin: 0 15px;
}

.right-con .main-pic-list li a .pic {
  text-align: center;
}

.right-con .main-pic-list li a .pic img {
  width: 100%;
  height: 195px;
}

.right-con .main-pic-list li a .text {
  margin-top: 15px;
  font-size: 12px;
  line-height: 24px;
}

.right-con .navigation {
  text-align: center;
  margin: 30px 0;
}

.right-con .navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #035ca6;
}

.detail .tit {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 22px;
  color: #257fc9;
  padding-top: 30px;
}

.detail .subtit {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  line-height: 24px;
}

.detail .infor {
  text-align: center;
  line-height: 30px;
  color: #999;
}

.detail .infor span {
  margin: 0 10px;
}

.detail .content {
  border-top: 1px dotted #dddedf;
  margin-top: 20px;
  padding: 20px 0;
  line-height: 34px;
  font-size: 15px;
  /* color: #666; */
}

.detail .content img {
  margin: 10px auto;
  max-width: 100%;
  text-align: center;
  display: block;
}

.detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}
.shij{    width: 400px;
    height: 261px;
    float: left;
    padding: 15px;
    margin-right: 20px;}
.detail .share {
  line-height: 30px;
  text-align: right;
}

.detail .share img {
  vertical-align: middle;
}

.detail .links {
  border-bottom: 1px dotted #dddedf;
  padding: 20px 45px;
  line-height: 30px;
  font-size: 16px;
}

.detail .links .prev span {
  color: #257fc9;
}

.detail .links .next span {
  color: #db8512;
}


#adu0 { z-index: 9999999999 !important; }