@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-size: 14px;
  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: #002854;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #fff;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #fff;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #fff;
}

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;
}
body{
  min-width: 1100px;
  background: url(../images/bj.png) repeat;
}
.wrap {
  width: 1100px;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
}

.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: 16px;
  border-top: 3px solid #002d63;
}

.main-tit h6 {
  position: relative;
}

.main-tit h6 b {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  background: #002d63;
  color: #fff;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
}

/*.main-tit h6 b:after {
  content: '';
  position: absolute;
  top: 91%;
  margin-top: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #002854;
}*/

.main-tit .more {
  float: right;
  color: #b8b8b8;
  line-height: 42px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  margin-right: 16px;
}

.main-list ul{
    margin: 0 6px;
}
.main-list li {
  line-height: 28px;
  margin: 0 12px;
}
.main-list li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

.main-list li span {
  float: right;
}
.header .con {
  padding: 0;
  background:url(../images/top.jpg) top center repeat;
  position: relative;
}

.header .con .logo {
  padding: 35px 0;
  text-align: center;
width: 500px;
}
input::-webkit-input-placeholder{
  color: #5c5c5c;
}
.search-box {
  float: right;
  margin-top: 16px;
  background: #fff;
  width: 215px;
  height: 32px;
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 0;
}

.search-box .text {
  float: left;
  border: none;
  background: none;
  height: 20px;
  line-height: 20px;
  padding: 6px 10px;
  width: 165px;
  vertical-align: middle;
  font-size: 12px;
  background: none;
  color: #90000a;
}

.search-box .btn {
  float: left;
  margin-top: 6px;
}

.main-nav {
  z-index: 3;
  line-height: 50px;
  background: #002d63;
}

.main-nav li {
  position: relative;
  float: left;
  text-align: center;
  width: 12%;
  z-index: 10;
  font-size: 18px;

}
.main-nav li.on{
  color: #fff;
  background: #d2ab4a;
}
.main-nav li.on a{
  color: #fff;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 99%;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
  float: none;
}

.main-nav li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #d2ab4a;
  opacity: 0.8;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: #000;
  opacity: 0.8;
  position: relative;
}
.main-nav li:hover{
  background: #d2ab4a;
}
.main-nav li:hover a{
  color: #fff;
}
.main-nav li .dropdown li:hover{
  background: #000;
  opacity: 0.6;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease 0.3s;
}
/*导航*/
/*.banner {
  min-width: 1100px;
  max-width: 100%;
  overflow: hidden;
}

.banner .slide {
  position: relative;
}

.banner .prev, .banner .next {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  top: 55%;
  left: 50%;
  margin-top: -45px;
}

.banner .prev {
  margin-left: -700px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.banner .next {
  margin-left: 600px;
  background: url(../images/arr-right.png) center center no-repeat;
}



.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 335px;
  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{
  margin: 25px 0;
}
.index-row1 .r1 {
  float: left;
  width: 530px;
}

.index-row1 .r1 .slide {
  position: relative;
}

.index-row1 .r1 .slide .hd {
  position: absolute;
  right: 43px;
  top: 410px;
  z-index: 2;;
}

.index-row1 .r1 .slide .hd li {
  width: 8px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  background: #a5a5a5;
  border-radius: 100px;
  position: relative;
}

.index-row1 .r1 .slide .hd li.on {
  background: #282828;
}

.index-row1 .r1 .slide .bd li {
  position: relative;
}

.index-row1 .r1 .slide .bd li .pic {
  height: 348px;
  overflow: hidden;
}

.index-row1 .r1 .slide .bd li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .r1 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .r1 .slide .bd li .text {
  position: absolute;
  top: 265px;
  background: #fff;
  line-height: 50px;
  padding: 10px 20px;
  margin: 13px;
  font-size: 16px;
}

.index-row1 .r1 .slide .bd li .text span {
  float: right;
  font-size: 14px;
  color: #707070;
  line-height: 24px;
}
.index-row1 .r1 .slide .bd li .text p{
  color: #2662a9;
  font-size: 14px;
}

.index-row1 .r1 .slide .bd li .text .date {
  float: right;
}

.index-row1 .r2 {
  float: right;
  width: 550px;
  height: 445px;
  background: #fff;
  
}

.index-row1 .headline .date{
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 10px;
  border: 2px solid #002d63;
  margin-right: 18px;
}
.index-row1 .headline .date .d{
  font-size: 32px;
  color: #002d63;
  text-align: center;
  line-height: 30px;
  padding: 10px 0;
}
.index-row1 .headline .date .y{
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  background: #002d63;
  display: inline-block;
  width: 100%;
  border-radius: 0 0 6px 6px;
}
.headline{
  margin-bottom: 15px;
}
.index-row1 .headline .text{
  line-height: 34px;
}
.index-row1 .headline .dese{
  font-size: 14px;
  color: #5c5c5c;
}

.index-row2{
  margin: 38px 0 20px 0;
}

.data2{
  display:table; 
  position:relative; 
  overflow:hidden;
}
.data2 .pic2{
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}
.data2 .image_container a{
  width:100%;height:100%; display:block;
  float:left;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}

.data2 .image_container a .pic1{
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.data2 .image_container a:hover .pic1{
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
}

.data2 .image_container a .pic2{
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;/*z-index:10;
  position:absolute;*/
}

.data2 .image_container a:hover .pic2{
  -webkit-transform:rotateX(0deg) rotateY(0deg);
  -moz-transform:rotateX(0deg) rotate(0deg);
  z-index: 10;
  position: absolute;
}

.data2 .row{
  float:left;
  margin: 0 49px; 
  position:relative; 
  z-index:10;
  text-align: center;
}
.data2 .row .pic1{
  width:100%;
  height:100%; 
  overflow:hidden;
}
.data2 .row .pic2{
  width:100%;
  height:100%; 
  overflow:hidden;
}
.data2 .image_container p{
  font-size: 16px;
  text-align: center;
  line-height: 54px;
}
.index-row3{
  margin-bottom: 20px;
}
.index-row3 .r1{
  float: left;
  width: 530px;
  background: #fff;
}

.index-row3 .r2{
  float: right;
  width: 550px;
  background: #fff;
}

.footer{
    background: #002d63;
}
.footer .tit{
  font-size: 18px;
  color: #ced6df;
}
.footer a{
  font-size: 14px;
  color: #a8b3c2;
  padding-right: 20px;
}
.footer .copy{
  padding: 15px 0;
  border-top: 1px solid #45668d;
}
.footer .copy span{
  color: #fff;
  text-align: center;
  display: block;
  line-height: 36px;
}
/*内页*/
.inner-banner {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.inner-banner img {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.inner-wrap{
    margin-top: 20px;
    min-height: 459px;
}
.leftbar {
    float: left;
    width: 245px ;
  }
  .inner-wrap .leftbar .main-tit {
    padding: 25px 50px;
    margin-bottom: 0;
    background: #002d63;
    margin: 0;
  }
  
  .inner-wrap .leftbar .main-tit h6 {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    line-height: 1;
    position: relative;
    border: none;
  }
  
  .inner-wrap .leftbar .main-tit h6:after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background: #fff;
    margin-top: 15px;
  }
  
  .leftbar .list {
    margin-bottom: 20px;
    background: #ededed;
  }
  .leftbar .list ul{
    padding: 15px 0;
  }
  
  .leftbar .list li {
    line-height: 47px;
    position: relative;
    margin: 12px 0 12px 30px;
    border: 1px solid #fff;
    border-right: none;
    transition: all 0.1s ease 0.2s;
  }
  
  .leftbar .list li a {
    font-size: 16px;
    padding-left: 32px;
    display: block;
    color: #666;
  }
  
  .leftbar .list li a span{
    position: relative;
    left: 0;  
  }
  .leftbar .list li em{
    width: 0;
    height: 0;
    border-right: 0;
    border-left: 6px solid #002d63;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 25px;
    right: 32px;
    margin-top: -5px;
    display: block;
    opacity: 1;
    transition: all 0.1s ease 0.2s;
  }
  
  .leftbar .list .on, 
  .leftbar .list li a:hover {
    color: #002d63 ;
    background: #fff;
  }
  
  .leftbar .list .on a, 
  .leftbar .list li a:hover span {
    color: #002d63;
  }
  
  
  
  .inner-wrap .right-con {
    float: right;
    width: 810px;
  }
  
  .inner-wrap .right-con .inner-tit {
    line-height: 60px;
    border-bottom: 1px solid #002d63;
  }
  
  .inner-wrap .right-con .inner-tit h6 {
    float: left;
    position: relative;
    padding: 0 5px;
    font-size: 20px;
    color: #002d63;
  }
  
  .inner-wrap .right-con .inner-tit .bread {
    float: right;
    font-size: 12px;
    height: 45px;
    line-height: 64px;
    color: #727272;
  }
  
  .inner-wrap .right-con .inner-tit .bread a {
    color: #727272;
  }
  
  .inner-wrap .right-con .inner-tit .bread span {
    margin: 0 5px;
  }
  
  .inner-wrap .right-con.block {
    width: 100%;
    float: none;
  }
  
  
  .inner-wrap .right-con .main-text-list ul {
    padding-bottom: 15px;
    margin: 10px 0;
  }
  
  .inner-wrap .right-con .main-text-list li {
    position: relative;
    padding: 0 18px;
    line-height: 52px;
    border-bottom: 1px dashed #e0e0e0;
  }
  
  .inner-wrap .right-con .main-text-list li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    font-size: 16px;
  }
  
  .inner-wrap .right-con .main-text-list li .date {
    float: right;
    font-size: 14px;
    color: #353535;
    text-align: center;
  }
  
  .detail .tit {
    line-height: 1.5;
    color: #333;
    font-size: 22px;
    padding-top: 10px;
    text-align: center;
  }
  
  .detail .infor {
    font-size: 14px;
    line-height: 1;
    color: #999;
    padding-bottom: 20px;
    padding-top: 15px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
  }
  
  .detail .infor span {
    margin: 0 10px;
  }
  
  .detail .content {
    line-height: 34px;
    font-size: 15px;
    padding-bottom: 20px;
    margin: 0 auto;
    color: #666;
  }
  
  .detail .content img {
    margin: 10px 0;
    max-width: 100%;
  }
  
  .detail .content p {
    text-indent: 2em;
    margin: 10px 0;
  }
  .inner-wrap .right-con .team-list {
  overflow: hidden;
  margin: 20px 10px;
}
.inner-wrap .right-con .team-list ul{
    margin: 0 -24px;
}
.inner-wrap .right-con .team-list li {
  float: left;
  width: 285px;
  margin: 10px 10px;
}

.inner-wrap .right-con .team-list li a {
  margin: 0 6px;
  position: relative;
  display: block;
}

.inner-wrap .right-con .team-list li a .pic img {
  width: 100%;
  height: 180px;
}

.inner-wrap .right-con .team-list li a .text {
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  background: #000;
  opacity: 0.3;
  text-align: center;
}

.inner-wrap .right-con .team-list li a .text p {
  margin: 0 15px;
}
  /*内页*/