@charset "utf-8";
/* CSS Document */
*{-webkit-text-size-adjust: none}
html, body{width:750px; margin:0 auto;min-width:inherit; transform:'';background:#fff;font-family:'微软雅黑,宋体', sans-serif;}
.fl {float:none; display:block;}
.fr {float:none; display:block;}
.pchide {display:block;}
.pcWidth {width:auto;}
.mhide {display:none;}
.padhide{display:none;}
.container {width:auto;}



/* public */



/* index_header */
.header{height:auto;padding:0;border-bottom: 1px solid #015293;padding:56px 0px 24px 20px;box-sizing: border-box;overflow: hidden;}
.header a{display:inline-block;vertical-align: top;font-size:42px;color:#aaa;}
.header .logo img{width:554px;height:auto;margin-right:25px;}
.header .search img{width:42px;height:42px;margin-right:18px;position: relative;top:12px;}
.header .search .s1{
  display:block;
}
.header .search .s2{
  display:none;
  transform: rotate(90deg)
}
.header .search.active .s1{
  display:none;
}
.header .search.active .s2{
  display:block;
}
.header .lang{position: relative;top:5px;}
.header .searchBox{
  width:600px;
  height:60px;
  margin:17px auto 0;
  position: relative;
  display:none;
}
.header .searchBox.active{
  display:block;
}
.header .searchBox .text{
  width:600px;
  height:60px;
  background:none;
  border:1px solid #d5d5d5;
  border-radius: 30px;
  color:#333;
  position: absolute;
  top:0;
  left:0;
  padding:0 80px 0 20px;
  box-sizing: border-box;
  font-size:32px !important;
  outline-color: #000;
}
.header .searchBox .image{
  width:48px;
  height:48px;
  background:none;
  position: absolute;
  top:10px;
  right:15px;
  border:0;
  background: url(gtrs_search.png) no-repeat;
  background-size: 85% auto;
}


/* foot */
.newfooter {
  margin: 0;
  background: #f5f5f5
}

.newfooter .btnlist,.newfooter .loginList {
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px
}

.newfooter .btnlist li,.newfooter .loginList li {
  display: inline-block;
  text-align: center;
  line-height: 28px;
  font-size: 28px;
  border-right: 1px solid #b5b5b5
}

.newfooter .btnlist li a,.newfooter .loginList li a {
  margin: 0 10px;
  color: #21518e;
  display: inline-block;
  line-height: 28px
}

.newfooter .btnlist li:last-child,.newfooter .loginList li:last-child {
  border-right: 1px solid rgba(0,0,0,0)
}

.newfooter .loginList {
  padding: 0;
  height: auto;
  border: none
}

.newfooter .loginList li {
  padding: 0 10px
}

.newfooter .loginList li:nth-child(2) {
  border: none
}
.newfooter .loginList li.hide{
  display:none;
}

.newfooter .box {
  padding:0 32px 20px;
  text-align: center
}

.newfooter .box .left {
  display: inline-block;
  width: 84px;
  vertical-align: middle
}

.newfooter .box .right {
  width:592px;
  display: inline-block;
  vertical-align: middle;
  text-align: left
}

.newfooter .box .right p {
  margin: 0;
  line-height: 32px;
  font-size: 24px;
  color: #000
}




/* tabs */
.tabs .nav{
  width:100%;
  height:100px;
  overflow: hidden;
}
.tabs .ctx .item{
  display:none;
}
.tabs .ctx .item.active{
  display:block;
}
.tabs .nav span{
  font-size:24px;
  float:left;
  cursor:pointer;
  width:33.333%;
  text-align: center;
  position: relative;
  height:55px;
}
.tabs .nav span::after{
  content: '';
  width:0px;
  height:6px;
  position: absolute;
  bottom:-3px;
  left:50%;
  background:#2e5586;
  transform: translate(-50%);
  transition: .3s all;
}
.tabs .nav span.active::after{
  width:100px;
}





/* form */
select::-ms-expand{ display: none; }
select{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background:#fff url("./trs_ico03.jpg") no-repeat scroll 600px center;
  background-size: 72px 72px;
  outline: none;
}

option::-ms-expand{ display: none; }
option{
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */
  appearance:none;
}
option:hover{
  color:#fff;
  background-color:#eee;
}


/* page */
.pageBtn{
  overflow: hidden;
  width:670px;
  height:80px;
  margin: 0 auto 50px auto;
}
.pageBtn a{
  color:#fff;
  width:670px;
  height:80px;
  line-height:80px;
  text-align: center;
  margin-bottom:50px;
  background: #51AB6D;
  border-radius: 4px;
  font-size:28px;
  display: block;
}



/* page */
.page{
  width:100%;
  height:100px;
  text-align: center;
  margin:100px auto 120px auto;
}
.page li{
  display:inline-block;
  min-width: 64px;
  min-height: 64px;
  background: #FFFFFF;
  border: 1px solid rgba(217,217,217,1);
  border-radius: 8px;
  box-sizing: border-box;
  padding:10px 20px;
  font-size: 28px;
  color: rgba(0,0,0,0.65);
  margin-right:10px;
  cursor:pointer;
}
.page li i{
  display:block;
}
.page li.left{
  background:#fff url(./trs_left.png) no-repeat center;
  background-size:12px 20px;
}
.page li.right{
  background:#fff url(./trs_right.png) no-repeat center;
  background-size:12px 20px;
}
.page li.active{
  background: #16AE66;
  color:#fff;
  border:0;
}
.page li.input{
  border:0;
  background:none;
}
.page li.input input{
  border: 1px solid rgba(217,217,217,1);
  width: 96px;
  min-height: 64px;
  box-sizing: border-box;
  border-radius: 8px;
  padding:10px;
  margin:0 10px;
}



/* 404 */
.body404{
  background:#f5f5f5;
}
.body404 .contentBox{
  min-height:auto;
  overflow: hidden;
}
.body404 .box404{
  width:auto;
  margin:0 auto;
  margin-top:80px;
  font-size:36px;
  color: #787878;
  text-align: center;
}
.body404 .box404 img{
  width:700px;
  height:auto;
  margin:0 auto;
  margin-bottom:92px;
  display:block;
}
.body404 .box404 .handle404{
  margin:32px auto 148px auto;
}
.body404 .box404 .handle404 a{
  width:268px;
  height:72px;
  display:inline-block;
  background: #909090;
  border-radius: 6px;
  color:#fff;
  font-size:28px;
  line-height:72px;
  cursor: pointer;
}
.body404 .box404 .handle404 a.active{
  margin-right:19px;
  background:#51AB6D;
}


/* dialog */
.dialog{
  width:100%;
  height:100%;
  position: fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,.6);
  z-index: 999;
  display:none;
}
.dialog .box{
  width:auto;
  height:1000px;
  background:#fff;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.dialog .box .title{
  width:100%;
  height:100px;
  background:#51AB6D;
  color:#fff;
  line-height:100px;
  text-indent: 20px;
  font-size:28px;
}
.dialog .box .content{
  width:100%;
  height:800px;
  overflow: auto;
  padding:20px 20px;
  box-sizing: border-box;
}
.dialog .box .content .item{
  width:700px;
  overflow: auto;
}
.dialog .box .handle{
  width:100%;
  height:100px;
  text-align: center;
}
.dialog .box .handle a{
  padding:20px 40px;
  background:#16AE66;
  color:#fff;
  display:inline-block;
  vertical-align: middle;
  margin-right:10px;
  font-size:28px;
}
.dialog .box .content table{
  width:2000px;
  border:1px solid #ccc;
  border-collapse: collapse;
  margin-bottom:20px;
}
.dialog .box .content table td{
  padding-left:10px;
}


/* dialogBox */
.dialogBox{
  width:100%;
  height:100%;
  position: fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,.6);
  z-index: 999;
  display:none;
}
.dialogBox .box{
width:800px;
padding:30px;
box-sizing: border-box;
}
.dialogBox .box .btn{
width:40px;
height:40px;
display:block;
position: absolute;
top:500px;
right:initial;
left:50%;
transform: translate(-50%,-50%);
background:url(./trs_close.png) no-repeat;
background-size:contain;
cursor:pointer;
}
.dialogBox .box video{
width:100%;
height:100%;
}


/* datepicker */
.ui-datepicker{
  width:610px !important;
  font-size:24px !important;
}
.ui-datepicker td span, .ui-datepicker td a{
  padding:.8em .2em !important;
}



/*特殊分辨率处理*/
@media screen and (max-width:600px)
{


}

@media screen and (max-width:400px)
{


}

@media screen and (max-width:360px)
{


}






