@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: #313131;
  text-decoration: none;
}

a:hover {
  color: #083880;
}

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: 14px;
  color: #fff;
}

:-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;
}

.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;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}

.main-tit {
  line-height: 30px;
  padding: 20px 0;
}

.main-tit h6 {
  font-size: 22px;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  line-height: 34px;
  background: #0f6d9d;
}

.main-tit h6 span {
  font-size: 14px;
  margin-left: 5px;
}

.main-tit .more {
  float: right;
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #313131;
}

.topbar {
    position: relative;
    z-index: 1;
    /* 解决菜单被遮盖 */
  background:url(../images/nav_bg.jpg) repeat-x;
}

.topbar .logo {
  float: left;
  padding:  0px;
}

/*
.search-box {
  float: left;
  text-align: left;
  position: relative;
}

.search-box .text {
  border: none;
  background:url(../images/search_bj.png);
  line-height: 48px;
  vertical-align: middle;
  font-size: 14px;
  width: 580px;
  padding: 0 10px;
  color: #fff;
  transition: all ease .3s;
}

.search-box .text:focus {
  width: 200px;
}

.search-box .btn {
  position: absolute;
  right: 6px;
  top: 8px;
  width: 26px;
  vertical-align: middle;
  background: #b41010;
}*/



.banner {
  position: relative;
  z-index: 0;/* 解决菜单被遮盖 */
  min-width: 1200px;
  max-width: 100%;
  overflow: hidden;
}

.banner .slide .slide {
  position: relative;
}

.banner .slide .next {
  position: absolute;
  z-index: 2;
  width: 100px;
  padding-left: 22px;
  height: 60px;
  top: 83%;
  right: 20%;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
}

.banner .slide .next {
  background: url(../images/next.png) left center no-repeat;
}

/*.banner .slide .hd {
  position: absolute;
  bottom: 36px;
  left: 50%;
  margin-left: -600px;
  z-index: 2;
  width: 1200px;
  text-align: right;
}

.banner .slide .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
}

.banner .slide .hd li.on {
  background: #ff8a00;
}*/

.banner .slide .bd ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 490px;
}

.banner .slide .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .slide .bd ul li .pic img {
  width: 100%;
  height: 490px;
}

.banner .slide .bd ul li .text {
  position: absolute;
  z-index: 10;
  text-align: right;
  top: 83%;
  right: 20%;
  background: url(../images/text_bj.png) right center repeat;
  padding-right: 145px;
  width: 440px
}

.banner .slide .bd ul li .text a {
  color: #fff;
  font-size: 22px;
  line-height: 60px;
}

.code{
  position: fixed;
  right: 5%;
  top: 40%;
  z-index: 2222;
  border-top: 2px solid #152f49;
  background: #ebebeb;
  padding: 5px 15px;
}
.code p{
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
.code p.gz{
  font-size: 16px;
  color: #152f49;
}

.index-row1{
  margin: 25px 0 20px 0;
}
.index-row1 .wrap{
  box-shadow: 0 0 10px #999;
}
.index-row1 .slide .hd{
  float: left;
  width: 315px;
}

.index-row1 .slide .hd li{
  line-height: 55px;
}
.index-row1 .slide .hd li span{
  padding-left: 105px;
}

.index-row1 .slide .hd li.a1{
  background: url(../images/a1.png) 56px center no-repeat;
}
.index-row1 .slide .hd li.a2{
  background: url(../images/b1.png) 56px center no-repeat;
}
.index-row1 .slide .hd li.a3{
  background: url(../images/c1.png) 56px center no-repeat;
}
.index-row1 .slide .hd li.a4{
  background: url(../images/d1.png) 56px center no-repeat;
}


.index-row1 .slide .hd li.a1.on{
  background: #152f49 url(../images/a2.png) 56px center no-repeat;
  color: #fff;
}
.index-row1 .slide .hd li.a2.on{
  background: #152f49 url(../images/b2.png) 56px center no-repeat;
  color: #fff;
}
.index-row1 .slide .hd li.a3.on{
  background: #152f49 url(../images/c2.png) 56px center no-repeat;
  color: #fff;
}
.index-row1 .slide .hd li.a4.on{
  background: #152f49 url(../images/d2.png) 56px center no-repeat;
  color: #fff;
}
.index-row1 .slide .bd{
  float: right;
  width: 715px;
  height: 220px;
  background: #152f49 url(../images/search_bj2.png) right bottom no-repeat;
  padding: 0 45px 0 65px;
}
.index-row1 .slide .bd .tit{
  color: #fff;
  font-size: 22px;
  line-height: 68px;    padding-bottom: 20px;
}
.index-row1 .slide .bd .tit a{
  font-size: 14px;
  color: #fff;
  float: right;
}

.main-search .tab-box .inhd {
display: inline-block;
    width: 130px;
}

.main-search .tab-box .inhd option {
  line-height: 40px;
  float: left;
  font-size: 14px;
  margin-right: 14px;
  cursor: pointer;
  
}

.main-search .tab-box .inhd option.on {
  color: #ffd800;
}


.main-search .tab-box .inbd .search-box {
  position: relative;
  height: 44px;
}

.main-search .tab-box .inbd .search-box .text {
  border: none;
  line-height: 44px;height: 44px;
  width: 85%;
  vertical-align: middle;
  font-size: 16px;
  background: url(../images/search_bj.png);
  padding-left: 20px;
}

.main-search .tab-box .inbd .search-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  background: #a01718;
}






.index-row2 .r1{
  float: left;
  width: 750px;
}

.index-row2 .r1 .main-tit h6{
  background: #32aead;
}
.index-row2 .r1 .c1{
  float: left;
  width: 337px;
}
.index-row2 .r1 .c1 .slide {
  position: relative;
}

.index-row2 .c1 .slide .hd {
  position: absolute;
  bottom: 14px;
  right: 10px;
  z-index: 2;
}

.index-row2 .r1 .c1 .slide .hd li {
  display: inline-block;
  cursor: pointer;
  width: 7px;
  height: 7px;
  margin: 0 3px;
  background: #fff;
}

.index-row2 .r1 .c1 .slide .hd li.on {
  background: #de6e00;
}

.index-row2 .r1 .c1 .slide .bd .pic {
  height: 338px;
  overflow: hidden;
}

.index-row2 .r1 .c1 .slide .bd .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row2 .r1 .c1 .slide .bd .pic:hover img {
  transform: scale(1.1);
}
.index-row2 .r1 .c1 .slide .bd .tit{
  position: relative;
}
.index-row2 .r1 .c1 .slide .bd .text {
  line-height: 44px;
  padding-left: 4%;
  background: url(../images/op1.png) repeat;
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 96%;
  font-size: 16px;
}
.index-row2 .r1 .c2{
  float: right;
  width: 390px;
}

.index-row2 .r1 .c2 .list li{
  border-bottom: #d2d2d2 1px solid;
  position: relative;
  padding: 10px 0;
} 
.index-row2 .r1 .c2 .list li a{
  line-height: 26px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-row2 .r1 .c2 .list li img{
  position: absolute;
  right: 0;
  top: 12px;
}
.index-row2 .r1 .c2 .list li span{
  display: block;
  background: url(../images/date.png) 3px center no-repeat;
  
  color: #818181;
}
.index-row2 .r2{
  float: right;
  width: 375px;
}
.index-row2 .r2 .main-tit h6{
  background: #dba500;
}
.index-row2 .r2 .list li{
  line-height: 38px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row2 .r2 .list li span{
  color: #818181;
}


.index-row3 {
  background: #152f49 url(../images/index3.jpg) center center no-repeat;
  padding: 15px 0 40px 0;
  margin-top: 40px;
}
.index-row3 .r1{
  float: left;
  width: 550px;
}

.index-row3 .main-tit h6{
  padding: 0 30px;
}

.index-row3 .main-tit .more{
  color: #fff;
}
.index-row3 .list{
  background: url(../images/bj2.png) center no-repeat;
  color: #fff;
  width: 481px;
  height: 314px;
  padding: 15px 35px;
}

.index-row3 .list .tit{
  font-size: 18px;
  line-height: 44px;
}

.index-row3 .list .tit img{
  padding-right: 8px;
  vertical-align: middle;
}
.index-row3 .list .link{
  padding: 8px 0;
  float: left;
  width: 50%;
}
.index-row3 .list a{
  color: #fff;
  font-size: 15px;
  display: block;
  line-height: 37px;
}
.index-row3 .list a.attention{
  color: #ffb400;
  font-size: 16px;
  font-weight: bold;
}
.index-row3 .r2{
  float: right;
  width: 550px;
}




.index-row4 {
  height: 490px;
  min-width: 1140px;
  width: 100%;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.index-row4 img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row4:hover img {
  transform: scale(1.1);
}

.index-row4 .pic {
  position: absolute;
  width: 1920px;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.index-row4 .video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -55px;
  margin-top: -55px;
  z-index: 5;
}


.video-cover {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
}

.video-cover .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.video-cover .video-box {
  position: absolute;
  left: 10%;
  top: 18%;
  width: 500px;
  max-width: 100%;
  transform: translate(-50%, 0);
}

.video-cover .video-box img {
  padding: 10px;
}



/*内页*/

.inner-banner {
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
  z-index: -1;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.leftbar {
  float: left;
  width: 360px;
  margin-top:0px;
}

.leftbar .main-tit {
  background:url(../images/tit_bj.png) top center no-repeat;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 34px;
  padding: 30px 0px 30px 0;
  z-index: 5;
}


.leftbar .list {
  margin-bottom: 20px;
  background: #f2f2f2;
}
.leftbar .list ul{
  padding: 10px 0;
}

.leftbar .list li {
  line-height: 40px;
  position: relative;
  margin: 12px 12 12px 0px;
  border-bottom: 1px solid #fff;
  border-right: none;
  transition: all 0.1s ease 0.2s;
}

.leftbar .list li a {
  font-size: 16px;
  padding-left: 12px;
  display: block;
  color: #666;
}

.leftbar .list li a{
  position: relative;
  left: 0;  
}

.leftbar .list li.last{
  border-bottom: none;
}
.leftbar .list .on, 
.leftbar .list li a:hover {
  color: #194ba0 ;
  border-bottom: 1px solid #194ba0;
}

.leftbar .list .on a, 
.leftbar .list li a:hover{
  color: #194ba0;
  font-weight: bold;
}

.inner-wrap{
  background: url(../images/) right top no-repeat;
}

.inner-wrap .right-con {
  float: right;
  width: 980px;
  min-height: 600px;
}

.inner-wrap .right-con .inner-tit {
  border-bottom: 1px solid #dcdcdc;
}

.inner-wrap .right-con .inner-tit .bread {
  float: left;
  font-size: 16px;
  line-height: 67px;
  color: #727272;

}

.inner-wrap .right-con .inner-tit .bread a {
  color: #727272;
}
.inner-wrap .right-con .inner-tit .bread a.on{
  color: #ffa200;
}
.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;
  line-height: 52px;
}

.inner-wrap .right-con .main-text-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  font-size: 16px;
}
.inner-wrap .right-con .main-text-list li a:hover,.inner-wrap .right-con .main-text-list li a:hover .date{
  background: #194ba0;
  color: #fff;

}
.inner-wrap .right-con .main-text-list li a:hover{
  box-shadow: 0px 0px 5px #e4e4e4;
}
.inner-wrap .right-con .main-text-list li .date {
  float: right;
  font-size: 18px;
  color: #194ba0;
  text-align: center;
}
.inner-wrap .right-con .main-text-list li .date .y{
  font-size: 12px;
}
.detail .tit {
  line-height: 1.5;
  color: #194ba0;
  font-size: 24px;
  padding: 20px;
  text-align: center;
}

.detail .infor {
  font-size: 14px;
  line-height: 28px;
  color: #909090;
  background: #f0f0f0;
  text-align: center;
}

.detail .infor span {
  margin: 0 10px;
}

.detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #313131;
}

.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: 31%;
  margin: 10px 8px; 
}

.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: 190px;
}

.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;
}
.main-search .tab-box .inbd .search-box .btn{background:url(../images/search.png);width: 115px;    height: 45px;    cursor: pointer;}
.main-search .tab-box .inhd select{    height: 44px; width: 100%; display: inline-block;}
.jiansuo{ width: 80%; float: right;}
/*内页*/


.inner-wrap .right-con .main-text-list li.min-li{line-height: 40px;}
.max-li{background: #01631f;padding: 8px 10px; margin: 14px 0;}
.max-li a{color:#fff;}
.min-li{display: inline-block; width: 276px; height: 40px;line-height: 40px;position: relative;}
.min-li:hover em{border-left: 6px solid #ff9000;}
.min-li:hover a{font-weight: bold;color: #ff9000;}
.min-li a{padding-left: 20px;}
.min-li em{
  width: 0;
    height: 0;
    border-right: 0;
    border-left: 6px solid #aeaeae;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 15px;
 
    display: block;
    opacity: 1;
    transition: all 0.1s ease 0.2s;}

.content p,.content div,.content span,.content em{font-size: 16px !important;}








#main{width:100%; margin:auto; margin-left:auto; margin-right:auto;}
#main1{width:100%; margin:auto; margin-left:auto; margin-right:auto;}
#main2{width:100%; margin:auto; margin-left:auto; margin-right:auto;}
#main3{width:100%; margin:auto; margin-left:auto; margin-right:auto;}
#head{width:100%; margin:0px auto;  margin-left:auto; margin-right:auto;}
#head img{max-height:180px;}
#nav{ margin:auto; height:65px; background:#666666; margin-left:auto; margin-right:auto; width:100%;}
#zhongdian{max-width:1360px; margin:auto; height:90px; margin-left:auto; margin-right:auto; background:#000066;margin-top:20px;padding-left:20px; padding-right:20px;}
#news{ max-width:1360px; margin:auto; margin-left:auto; margin-right:auto;  height:420px;background:#009966; margin-top:20px; padding-left:20px; padding-right:20px;}
#tupian{max-width:600px; margin:auto; float:left;height:400px;  }
#liebiao{ max-width:730px; margin:auto; float:left; height:400px;  margin-left:30px; }
#tongzhi{max-width:1360px; margin:auto; margin-left:auto; height:400px; margin-right:auto;margin-top:20px; padding-left:20px; padding-right:20px; background:#330099;margin-top:20px;}

#tongzhi_l{max-width:920px; margin:auto; float:left; }
#tongzhi_r{max-width:420px; margin:auto; float:left; margin-left:20px;}

#shenbao{ max-width:1360px; margin:auto; margin-left:auto; margin-right:auto; height:380px;margin-top:20px; padding-left:20px; padding-right:20px; background:#CCCC66;}
#shenbao_l{float:left; margin:auto;}
#dangjian{ float:left; margin:auto;}
#zhijiao{float:left; margin:auto;}

#tashan{ max-width:1360px; margin:auto; margin-left:auto;margin-top:20px; margin-right:auto; height:380px; padding-left:20px; padding-right:20px; background:#CC0066;}
#tashan_l{float:left; margin:auto;}
#keyan{float:left; margin:auto;}

#youqian{ max-width:1360px; margin:auto; margin-left:auto;margin-top:20px; margin-right:auto; height:140px; padding-left:20px; padding-right:20px; background:#0000CC;}
#foot{ width:100%; margin:auto;margin-top:20px; height:320px;overflow:hidden;   background:url(../images/foot.jpg) no-repeat top;}
#footer{max-width:1400px; margin-left:auto; margin-right:auto;}