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

.emblem{
  position: fixed;
  top:10px;
  left:50%;
  transform: translateX(-50%);
  width:90px;
  height:96px;
  background:url(emblem.png);
  background-size: contain;
  z-index: 999;
}

/* public */
.header{
  width:100%;
  overflow: hidden;
}
.wrapper{
  width:100%;
  margin:0 auto;
}
.container{
  margin-top:0;
}


/* index_header */
.header{
  width:100%;
  height:368px;
  background:#fff url(headSimple.png) no-repeat;
  background-size:contain;
  margin-bottom:0;
  box-shadow: 0 0 40px 40px rgba(23, 60, 154, .4);
  position:sticky;
  top:0;
  left:0;
  z-index: 100;
}
.header.active{
  height:490px;
}
.header .container{
  height:368px;
  position: relative;
}
.header .container>div{
  position: absolute;
}
.header .menuBtn{
  width:80px;
  height:60px;
  position: absolute;
  bottom:0px;
  right:30px;
  z-index: 9;
  padding:12px 10px;
  box-sizing: border-box;
  text-align: center;
  background-image:linear-gradient(to left, rgba(52,101,194,1) 70%, rgba(52,101,194,0));
}
.header .menuBtn i{
  width:33px;
  height:30px;
  background:url(m13@2x.png);
  background-size:contain;
  display:block;
  float:right;
}
.header .searchBtn{
  width:37px;
  height:37px;
  /* background:url(m14.png) no-repeat; */
  background-size:contain;
  top:250px !important;
  right:29px;
}
.header.active .topSearch{
  display:block;
}
.header .topSearch{
  width:100%;
  bottom:-100px;
  left:0;
  display:none;
}
.header .topSearch .box{
  width: 634px;
  height: 78px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-shadow: 0px 3px 3px 0px rgba(115,137,194,0.3);
  border-radius: 35px;
  margin:0 auto;
  position: relative;
}
.header .topSearch .box input{
  width:500px;
  height:78px;
  border:0;
  outline: none;
  font-size:32px;
  background:none;
  padding:0 20px;
  box-sizing: border-box;
}
.header .topSearch .box a{
  position: absolute;
  right:24px;
  top:18px;
  font-size: 33px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #3D70CD;
  border-left:2px solid #3D70CD;
  padding-left:20px;
}
.header .topSearch .box i{
  width:50px;
  height:50px;
  position: absolute;
  top:15px;
  right:140px;
  background:url(close.png) center;
  background-size: contain;
}
.header .container .nav{
  width:670px;
  height:65px;
  bottom:1px;
  left:40px;
  overflow-y: auto;
}
.header .container .nav::-webkit-scrollbar {
  display: none;
}
.header .container .nav ul{
  width:1900px;
}
.header .container .nav li{
  float:left;
  margin-right:70px;
}
.header .container .nav li a{
  font-size:32px;
  height:65px;
  line-height:65px;
  font-weight:400;
  display:block;
  color:#fff;
  box-sizing: border-box;
  padding:0;
  text-align: center;
}
.header .container .nav li.active a{
  background: none;
  border-bottom: 4px solid #fff;
  border-radius: 1px;
}
.header .transform{
  position: absolute;
  top:82px;
  left:26px;
  width:700px;
}
.header .transform2{
  position: absolute;
  top:250px;
  right:85px;
  left:initial;
  width:auto;
}
.header .transform2 span:last-child{
  margin-right: 0 !important;
}
.header .transform span{
  width:46px;
  height:36px;
  line-height:36px;
  border-radius: 3px;
  font-size: 28px;
  font-weight: 500;
  color: #ECF6FF;
  float:left;
  text-align: center;
}
.header .transform span.s1{
  width:122px;
  height:36px;
}
.header .transform span.s2{
  width:130px;
  height:36px;
  float:right;
}
.header .transform span.s2 i{
  width:29px;
  height:24px;
  margin-right:10px;
  display:inline-block;
  position: relative;
  top:1px;
}
.header .transform span.s3{
  width:146px;
  height:36px;
  float:right;
}
.header .transform span:nth-child(2){
  margin-right:26px;
}




/* sub_header */
.subHeader{
  height:138px;
}
.mobiHeader{
  width:auto;
  border-top:8px solid #2CAE00;
  position: relative;
}
.mobiHeader .logo{
  width: 346px;
  height: 80px;
  background:url(./trs_sub_logo.png) no-repeat;
  background-size:contain;
  margin:25px 40px;
}
.mobiHeader .subBtn{
  width:48px;
  height:48px;
  position: absolute;
  right:40px;
  top:40px;
  background:url(./trs_menu_wap.png) no-repeat;
  background-size:contain;
}
.mobiHeader .closeBtn{
  background:url(./trs_close.png) no-repeat;
  background-size:contain;
}


/* subMenu */

.downMenu{
  display:none;
  width:100%;
  height:100%;
  overflow: auto;
  position: fixed;
  top:0;
  left:0;
  z-index: 999;
  background:rgba(0,0,0,.45)
}
.downMenu .box{
  background:#F1F1F1;
  padding:20px 40px;
  width:auto;
}

.downMenu .mobiHeader{
  background:#fff;
  height:138px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index:999;
}

.downMenu.active{
  display:block;
}
.downMenu .handle{
  width:100%;
  position: relative;
}
.downMenu .handle i{
  width:36px;
  height:36px;
  position: absolute;
  top:20px;
  right:20px;
  background:url(./trs_head_search.png) no-repeat;
  background-size:contain;
}
.downMenu .handle input{
  width:670px;
  height:76px;
  background: #FFFFFF;
  border: 2px solid rgba(221,221,221,1);
  border-radius: 4px;
  padding:0 20px;
  font-size:32px;
  box-sizing: border-box;
  margin-bottom:20px;
}

/* subMenu */
.subMenu {
  width: 220px;
  height: auto;
  margin-top: 0px;
}

.subMenu .level1>h3 {
  height: 72px;
  line-height: 72px;
  font-size: 32px;
  cursor: pointer;
  text-indent: 20px;
}

.subMenu .level1>h3 a {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
}

.subMenu .level1 {
  height: 72px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

.subMenu .level1.child.active {
  height: auto;
  background: url(./xiajiantou.png) 620px 28px no-repeat;
  background-size: 24px 24px;
}

.subMenu .level1.child {
  background: url(jiantou.png) 620px 28px no-repeat;
  background-size: 24px 24px;
}

.subMenu .level1>ul {
  margin-left: 20px;
}

.subMenu .level2 {
  height: auto;
  padding: 7px 10px;
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
}

.subMenu .level2>h3 a,
.subMenu .level2 a {
  color: #808080;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}

.subMenu .level2>h3 a::before{
  content: '·';
  position: absolute;
  top: -22px;
  left: -48px;
  font-size:50px;
  border-radius: 50%;
  color: rgba(93,168,117,1);
}

.subMenu .level2.active {
  height: auto;
  background: #16AE66;
  border-radius: 2px;
}

.subMenu .level2.active a {
  display: block;
  color: #fff;
}

.subMenu .level2.child {
  height: 60px;
  line-height: 60px;
  padding: 0;
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
}

.subMenu .level2.child>h3 a {
  padding-left: 10px;
  position: relative;
}

.subMenu .level2.child>h3 a::before {
  content: '+';
  position: absolute;
  top: -18px;
  left: -40px;
  font-size:24px;
  border-radius: 50%;
  color: rgba(93,168,117,1);
  position: absolute;
}

.subMenu .level2.child.active {
  height: auto;
  background: #fff;
  border-radius: 2px;
}

.subMenu .level2.child.active>h3 a {
  display: block;
  color: #16AE66;
  position: relative;
}

.subMenu .level2.child.active>h3 a::before {
  content: '-';
  position: absolute;
  top: 0px;
  left: -10px;
  font-size:24px;
  border-radius: 50%;
  color: rgba(93,168,117,1);
}

.subMenu .level3>a {
  text-indent: 60px;
  position: relative;
  color: #808080 !important;
  font-weight: 400;
}

.subMenu .level3>a::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 26px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #808080;
  display:none;
}

.subMenu .level3.active a {
  background: #128E53 !important;
  color: #fff !important;
}

.subMenu .level3.active>a::before {
  background: #fff;
}

.subMenu .date {
  width: 100%;
  margin-top: 10px;
}

.subMenu .date li {
  width: 25%;
  float: left;
  font-size: 14px;
  margin-bottom: 21px;
}

.subMenu .date li a {
  color: #7E7E7E;
}

.subMenu .date li.active a {
  color: #128E53;
}









/* focus */
.subFocus{
  width:100%;
  height:340px;
  background:center no-repeat;
  overflow: hidden;  
}
.subFocus h2{
  width: 500px;
  height: 36px;
  
  font-size: 52px;
  color: #16AE66;
  letter-spacing: 0.63px;
  line-height: 36px;
  font-weight: 700;
  margin-top:130px;
  margin-left:56px;
}
.subFocus h2 span{
  display:block;
  height: 20px;
  
  font-size: 32px;
  color: #16AE66;
  letter-spacing: 0.37px;
  line-height: 20px;
  font-weight: 400;
  margin-top:17px;
}

/* footer */
.footer{
  width:750px;
  height:274px;
  position: relative;
}
.footer .text{
  position: absolute;
  top:23px;
  left:66px;
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
}
.footer .logo{
  position: absolute;
  top:74px;
  right:50px;
}
.footer .logo img{
  width:76px;
}
.footer .link{
  position: absolute;
  width:100%;
  text-align: center;
  bottom:24px;
  left:-88px;
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
}
.footer .link a{
  color:#fff;
}

/* 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:auto;
  text-align: center;
  margin:0;
  overflow: hidden;
  background:#fff;
  padding:30px 0;
}
.page li{
  display:inline-block;
  min-width: 0;
  height: 44px;
  line-height:44px;
  background: #FFFFFF;
  border:0;
  border-radius: 8px;
  box-sizing: border-box;
  padding:0 5px;
  font-size: 28px;
  color: rgba(0,0,0,0.65);
  margin-right:6px;
  cursor:pointer;
}
.page li.btn{
  background:#ccc;
}
.page li.ok{
  background:none;
}
.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 #3D3D3D;
  width: 44px;
  height: 36px;
  box-sizing: border-box;
  border-radius: 8px;
  padding:10px;
  margin:0 10px;
  position: relative;
  top:-2px;
  font-size:28px;
  overflow: hidden;
}



/* 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;
}




/* breadcrumb */
.breadcrumb {
  width: 100%;
  height: 80px;
  background:#fff;
  overflow: auto;
}
.breadcrumb ul{
  width:auto;
  display:flex;
  padding-right:20px;
}
.breadcrumb i{
  width:55px;
  height:51px;
  margin-right:25px;
  float:left;
  background:url(home2@2x.png) no-repeat;
  background-size:contain;
  position: relative;
  top:14px;
  margin-left:41px;
}

.breadcrumb a {
  display: inline-block;
  line-height: 80px;
  font-size: 35px;
  position: relative;
  /* padding-right: 30px; */
  margin-right: 5px;
  white-space: nowrap;
}

/* .breadcrumb a::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '>';
  color: #666;
} */

.breadcrumb a {
  color: #666;
  letter-spacing: 0.23px;
  font-weight: 400;
  cursor: pointer;
}

.breadcrumb .CurrChnlCls {
  color: #666;
}

.breadcrumb .CurrChnlCls::after {
  display: none;
}



/* publicTitle */
.publicTitle{
  width:100%;
  height:120px;
  background:#fff url(ttbg01.png) no-repeat center 60px;
  background-size: contain;
  text-align: center;
  padding-top:20px;
  padding-bottom:30px;
}
.publicTitle .box{
  display:inline-block;
  width:auto;
  min-width:400px;
  height:120px;
  line-height:100px;
  margin:0 auto;
  font-size: 40px;
  font-family: 黑体;
  font-weight: bold;
  color: #0A4DAB;
  padding:10px;
  box-sizing: border-box;
  /* background:#fff url(ttbg02.png) center 70px no-repeat; */
  background:#fff;
  position: relative;
}
.publicTitle .box i{
  font-size:32px;
  color:#fff;
  position: absolute;
  bottom:10px;
  left:50%;
  transform: translateX(-50%);
  font-family: SourceHanSansSC;font-weight:500;
  font-weight: 500;
  width: 100%;
  display:none;
}
.publicTitle .box::before{
  content:'';
  width:30px;
  height:100%;
  display:block;
  position: absolute;
  top:0;
  left:-28px;
  background:url(ttbg03.png) no-repeat center;
}

.publicTitle .box::after{
  content:'';
  width:30px;
  height:100%;
  display:block;
  position: absolute;
  top:0;
  right:-28px;
  transform:rotate(180deg);
  background:url(ttbg03.png) no-repeat center;
}



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


}

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


}

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


}