@charset "utf-8";
@import url(trs_font_2024.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* filter */
.setGray{
  /* 滤镜效果 */
  filter: grayscale(100%);

  /* webkit内核 */
  -webkit-filter: grayscale(100%);

  /* 火狐内核 */
  -moz-filter: grayscale(100%);

  /* 微软内核 */
  -ms-filter: grayscale(100%);

  /* 欧朋内核 */
  -o-filter: grayscale(100%);

  /* ie专有滤镜 */
  filter:gray;
}

.emblem{
  position: absolute;
  top:5px;
  left:50%;
  transform: translateX(-50%);
  width:80px;
  height:86px;
  background:url(emblem.png);
}

/* font */
/*@font-face {
  font-family: "SourceHanSansSCBold";
  src: url(SourceHanSansSCBold.woff2) format('woff2'),
       url(SourceHanSansSCBold.woff) format('woff'),
       url(SourceHanSansSCBold.ttf) format('truetype');
}

@font-face {
  font-family: "SourceHanSansSCMedium";
  src: url(SourceHanSansSCMedium.woff2) format('woff2'),
       url(SourceHanSansSCMedium.woff) format('woff'),
       url(SourceHanSansSCMedium.ttf) format('truetype');
}

@font-face {
  font-family: "SourceHanSansSCRegular";
  src: url(SourceHanSansSCRegular.woff2) format('woff2'),
       url(SourceHanSansSCRegular.woff) format('woff'),
       url(SourceHanSansSCRegular.ttf) format('truetype');
}

@font-face {
  font-family: "SourceHanSansSCNormal";
  src: url(SourceHanSansSCNormal.woff2) format('woff2'),
       url(SourceHanSansSCNormal.woff) format('woff'),
       url(SourceHanSansSCNormal.ttf) format('truetype');
}

@font-face {
  font-family: "SourceHanSansSCLight";
  src: url(SourceHanSansSCLight.woff2) format('woff2'),
       url(SourceHanSansSCLight.woff) format('woff'),
       url(SourceHanSansSCLight.ttf) format('truetype');
}

*/
@font-face {
  font-family: "ACaslonPro";
  src: url(ACaslonPro.woff2) format('woff2'),
       url(ACaslonPro.woff) format('woff'),
       url(ACaslonPro.ttf) format('truetype');
}


/* @font-face {
  font-family: "SourceHanSansSC";
  src: url(SourceHanSansSC.woff2) format('woff2'),
       url(SourceHanSansSC.woff) format('woff'),
       url(SourceHanSansSC.ttf) format('truetype');
}

@font-face {
  font-family: "abc";
  src: url('abc.woff2') format('woff2'),
       url('abc.woff') format('woff'),
       url('abc.ttf') format('truetype');
} */

a,
area {
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #2966ca
}

img {
  -ms-interpolation-mode: bicubic;
}

i {
  font-style: normal;
}

html,
body {
  font-family: 'SourceHanSansSC',Microsoft YaHei,Simsun,sans-serif;
  min-width: 1108px;
}

html {
  height: 100%;
  position: relative;
}

body {
  background: url(trs_bg.png) no-repeat top;
  font-size: 14px;
  max-width: 1920px;
  margin:0 auto;
}

input {
  border-radius: 0;
}

button {
  -webkit-appearance: none;
  border-radius: 0;
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form {
  list-style: none;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.boxcenter {
  margin: 0 auto;
}

.fl_all {
  float: left;
}

.fr_all {
  float: right;
}

.txtdot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.b {
  font-weight: bold;
}

* {
  -webkit-text-size-adjust: none;
}

/*禁止手机字体变大*/
.lastItem {
  margin-right: 0 !important;
  border: 0 !important;
}

/*responsive Normal*/
.maxcontainer {
  min-width: 1100px;
}

.container {
  width: 1100px;
}

.fl_pc {
  float: left;
}

.fr_pc {
  float: right;
}

.col_2in1 {
  width: 50%;
  *width: 49.9%
}

.col_3in1 {
  width: 33.3%
}

.col_4in1 {
  width: 25%;
  *width: 24.9%
}

.col_5in1 {
  width: 20%;
  *width: 19.9%
}

.col_6in1 {
  width: 16.6%
}

.pchide {
  display: none;
}

.mhide {
  display: block;
}

.padhide {
  display: block;
}

.padshow {
  display: none;
}

.mar0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}

.main {
  position: relative;
  overflow: hidden;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}



/* color */
.cWithe,
a.cWithe {
  color: #fff;
}

.cWithe:hover {
  color: #333;
}

.cGray,
a.cGray {
  color: #8B8B8B;
}

.cGray:hover {
  color: #2CAE00;
}

.cGray2,
a.cGray2 {
  color: #2c2c2c;
}

.cGray2:hover {
  color: #2CAE00;
}

.cGray3,
a.cGray3 {
  color: #808080;
}

.cGray3:hover {
  color: #2CAE00;
}

.cBlack,
a.cBlack {
  color: #000;
}

.cBlack:hover {
  color: #2CAE00;
}

.cOrange,
a.cOrange {
  color: #FF933B;
}

.bgWhite {
  background: #fff;
}


.ellipsis{
  overflow: hidden;    
  text-overflow:ellipsis;    
  white-space: nowrap;
}


/* public */
.header {
  width: 100%;
  overflow: hidden;
}

.wrapper {
  width: 1280px;
  margin: 0 auto;
}

.container {
  width: 1280px;
  margin: 0 auto;
}


/* header */
.header{
  width:100%;
  height:317px;
  background:url(headbg_01.png) center;
  margin-bottom:14px;
}
.header .container{
  height:317px;
  position: relative;
}
.header .container>div{
  position: absolute;
}
.header .container .date{
  width:500px;
  height:30px;
  left:0;
  top:0px;
}
.header .container .date span{
  color:#fff;
  line-height:50px;
}
.weather{
  position: absolute;
  left:200px;
  top:10px;
}
.header .container .topbar{
  width:450px;
  top:0;
  right:0;
}
.header .container .topbar li{
  float:left;
  line-height:50px;
  margin-right:13px;
}
.header .container .topbar li a{
  color:#fff;
}
.header .container .topbar li a i{
  width:20px;
  height:20px;
  display:inline-block;
  position: relative;
  top:4px;
  margin-right:8px;
}
.header .container .topbar li:nth-child(1) i{
  background:url(trs_45.png) center no-repeat;
}
.header .container .topbar li:nth-child(2) i{
  background:url(trs_46.png) center no-repeat;
}
.header .container .topbar li:nth-child(3) i{
  background:url(trs_47.png) center no-repeat;
}
.header .container .topbar li:nth-child(4) i{
  background:url(trs_48.png) center no-repeat;
}


.header .container .lang{
  /* width:200px; */
  top:60px;
  right:60px;
  text-align: right;
}

.header .container .lang .btn span{
  width:45px;
  height:26px;
  text-align: center;
  line-height:26px;
  color:#fff;
  display:inline-block;
  background:rgba(255,255,255,.3);
  margin-right:6px;
  border-radius: 4px;
  cursor: pointer;
}

.header .container .search{
  width:375px;
  top:60px;
  right:0px;
}
.header .container .search>p{
  float:left;
}
.header .container .search>p.input{
  width: 200px;
  height: 26px;
  background: #6EA5E3;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  margin-right:15px;
}
.header .container .search>p.input input{
  border:0;
  width:auto;
  height:22px;
  color:#fff;
  outline: none;
  background:none;
  position: absolute;
  top:0;
  left:10px;
  font-family: SourceHanSansSC;
  font-weight:400;
}
.header .container form input::placeholder {
  color: #fff;
}
.header .container input:-internal-autofill-previewed,
.header .container input:-internal-autofill-selected {
    -webkit-text-fill-color: #6EA5E3;
    color:#fff;
    transition: background-color 5000s ease-out 0.5s;
}

.header .container .search>p.input i{
  position: absolute;
  right:10px;
  top:2px;
  display:inline-block;
  width:20px;
  height:20px;
  background:url(trs_44.png) no-repeat center;
  cursor:pointer;
}

.header .container .search>p.btn span{
  width:45px;
  height:26px;
  text-align: center;
  line-height:26px;
  color:#fff;
  display:inline-block;
  background:rgba(255,255,255,.3);
  margin-right:6px;
  border-radius: 4px;
  cursor: pointer;
}

.header .container .nav{
  width:100%;
  height:60px;
  bottom:0px;
  left:40px;
}
.header .container .nav li{
  float:left;
}
.header .container .nav li a{
  height:100%;
  line-height:60px;
  font-size:20px;
  font-weight:bold;
  display:block;
  color:#fff;
  box-sizing: border-box;
  padding:0px 25px;
  font-family: SourceHanSansSC;
}
.header .container .nav li:hover{
  background: #0A4DAB;
  position: relative;
}
.header .container .nav li:hover a::before{
  content:'';
  width:100%;
  height:1px;
  background:#8ba9e1;
  position: absolute;
  left:0;
  top:0px;
}
.header .container .nav li.active a{
  background: #0A4DAB;
}
.header .container .login{
  width:500px;
  top:60px;
  left:27px;
  color:#4596E6;
}
.header .container .login>p{
  float:left;
}
.header .container .login>p.ico{
  width:24px;
  height:23px;
  background:url(userico.png);
  margin-right:7px;
}
.header .container .login>p.input{
  width: 140px;
  height: 26px;
  background: #6EA5E3;
  border-radius: 13px;
  overflow: hidden;
  margin-right:6px;
  position: relative;
}
.header .container .login>p.input input{
  border:0;
  width:auto;
  height:22px;
  color:#fff;
  outline: none;
  background:none;
  position: absolute;
  top:0;
  left:10px;
  font-family: SourceHanSansSC;
  font-weight:400;
}
.header .container .login>p.btn span{
  width:45px;
  height:26px;
  text-align: center;
  line-height:26px;
  color:#fff;
  display:inline-block;
  background:rgba(255,255,255,.3);
  margin-right:6px;
  border-radius: 4px;
  cursor: pointer;
  font-family: SourceHanSansSC;
  font-weight:400;
}






/* sub_header */
.downMenu {
  display: none;
}

.subHeader {
  height: 107px;
  background: #fff;
}

.subHeader .topBar {
  width: 100%;
  height: 28px;
  background: #F5F5F5;
}

.subHeader .topBar h3 {
  float: left;
  font-weight: bold;
  line-height: 28px;
  font-size: 12px;
  color: #000;

}

.subHeader .topBar ul {
  float: right;
}

.subHeader .topBar ul li {
  display: inline-block;
  color: #8B8B8B;
  margin-left: 8px;
  font-weight: 400;

}

.subHeader .topBar ul li .ico {
  vertical-align: middle;
}

.subHeader .logo a {
  float: left;
  width: 216px;
  height: 52px;
  background: #ccc;
  margin-top: 15.49px;
  background: url(./trs_logo.jpg);
  background-size: 100% auto;
}

.subHeader .nav {
  float: right;
  margin-top: 21.88px;
}

.subHeader .nav li {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;

}

.subHeader .nav li.search {
  position: relative;
}

.subHeader .nav li.search .btn {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 9;
  background: url(./trs_icon_search.png) no-repeat;
  background-size: contain;
}

.subHeader .nav li.search input {
  width: 171px;
  height: 35.02px;
  background: #FFFFFF;
  border: 2px solid rgba(44, 174, 0, 1);
  border-radius: 4px;
  opacity: 0.6;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.23px;
  line-height: 36px;
  font-weight: 400;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}



/* focus */
.subFocus {
  width: 100%;
  height: 400px;
  background: center no-repeat;
  overflow: hidden;
}

.subFocus h2 {
  width: 500px;
  height: 36px;

  font-size: 38px;
  color: #16AE66;
  letter-spacing: 0.63px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 137px;
}

.subFocus h2 span {
  display: block;
  height: 20px;

  font-size: 22px;
  color: #16AE66;
  letter-spacing: 0.37px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 17px;
}

/* footer */
.footer {
  width: 100%;
  height: 145px;
  background:#2E6ABC;
  position: relative;
  clear:both;
}
.footer .container{
  height: 145px;
}
.footer .copyright p{
  float:left;
  color:#fff;
  margin-top:22px;
  line-height:32px;
  font-family: SourceHanSansSC;
  font-weight:400;
}
.footer .copyright p:last-child{
  float:right;
}
.footer .copyright p:last-child a{
  margin-left:28px;
}
.footer .copyright p:last-child a img{
  vertical-align: middle;
}
.footer .container .txt{
  position: absolute;
  color:#fff;
  left:0;
  bottom:0;
  width:100%;
  height:40px;
  line-height: 40px;
  border-top:1px solid rgba(123, 176, 229, .6);
  font-family: SourceHanSansSC;
  font-weight:400;
}
.footer .container .txt p{
  width:1280px;
  margin:0 auto;
}




/* form */
input::-webkit-input-placeholder {
  color: #c5c5c5;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c5c5c5;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c5c5c5;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c5c5c5;
}

select::-ms-expand {
  display: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("./trs_ico02.jpg") no-repeat scroll 182px center;
  background-size: 14px 9px;
  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 */
.page {
  width: 100%;
  height: 50px;
  text-align: center;
  margin: 50px auto 60px auto;
}

.page li {
  display: inline-block;
  min-width: 32px;
  min-height: 32px;
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}

.page li i {
  display: block;
}

.page li.num::after{
  width:1px;
  height:14px;
  background:#D1D1D1;
  content:'';
  position: absolute;
  right:-8px;
  top:8px;
}
.page li.info{
  color:#BABABA;
}

.page li.left {
  background: #fff url(./trs_left.png) no-repeat center;
}

.page li.right {
  background: #fff url(./trs_right.png) no-repeat center;
}

.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: 48px;
  min-height: 32px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
  margin: 0 5px;
}
.page li.ok{
  background:#BFBFBF;
  color:#2E2E2E;
  
}


.page li.con a{
  display: inline-block;
  min-width: 32px;
  min-height: 32px;
  border: 0;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}
.page li.con a::after, .page li.con span::after{
  width:1px;
  height:14px;
  background:#D1D1D1;
  content:'';
  position: absolute;
  right:-8px;
  top:8px;
}
.page li.con span{
  display: inline-block;
  min-width: 32px;
  min-height: 32px;
  border: 0;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}



/* subMenu */
.subMenu {
  width: 234px;
  height: auto;
}
.subMenu .level1 ul{
  display:none;
}
.subMenu .level1 li.active>ul{
  display:block;
}
.subMenu li a{
  width:100%;
  margin-bottom:7px;
}
.subMenu li a h3 {
  width: 185px;
}
.subMenu .level2 a, .subMenu .level1>li.active a{
  margin-bottom:2px;
}

.subMenu .level1>li>a{
  width:100%;
  height:60px;
  display:block;
  background:#fff;
  position: relative;
  border-bottom:1px solid #D5E9FF;
  font-family: SourceHanSansSC;
  font-weight:500;
}
.subMenu .level1>li>a h3{
  position: absolute;
  top:50%;
  left:22px;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 500;
  color: #3D70CD;
  line-height: 24px;
  font-family: SourceHanSansSC;
}
.subMenu .level1>li>a::before{
  content:'';
  width: 4px;
  height: 29px;
  background: #6196D1;
  position: absolute;
  top:16px;
  left:0;
}
.subMenu .level1>li>a::after{
  content:'';
  width: 11px;
  height: 16px;
  background: url(a01.png);
  position: absolute;
  top:23px;
  right:13px;
}
.subMenu .level1>li.child>a::after{
  background: url(plus.png) center no-repeat;
}
.subMenu .level1>li.active>a, .subMenu .level1>li.active>a h3{
  background:#3D70CD;
  color:#fff;
}
.subMenu .level1>li.active>a::before{
  background: #fff;
}
.subMenu .level1>li.child.active>a::after{
  background: url(reduce.png) center no-repeat;
}

.subMenu .level2>li>a{
  width:100%;
  height:50px;
  display:block;
  background:#5A90DA;
  position: relative;
}
.subMenu .level2>li>a h3{
  position: absolute;
  top:50%;
  left:22px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}
.subMenu .level2>li>a::after{
  content:'';
  width: 11px;
  height: 16px;
  background: url(wplus.png) center no-repeat;
  position: absolute;
  top:18px;
  right:13px;
}
.subMenu .level2>li.child.active>a::after{
  background: url(reduce.png) center no-repeat;
}


.subMenu .level3>li>a{
  width:100%;
  height:40px;
  display:block;
  background:#87B8EC;
  position: relative;
}
.subMenu .level3>li>a h3{
  position: absolute;
  top:50%;
  left:22px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}
.subMenu .level3>li.child>a::after{
  content:'';
  width: 11px;
  height: 16px;
  background: url(wplus.png) center no-repeat;
  position: absolute;
  top:12px;
  right:13px;
}
.subMenu .level3>li.child.active>a::after{
  background: url(reduce.png) center no-repeat;
}


.subMenu .level4>li>a{
  width:100%;
  height:auto;
  display:block;
  background:#E1F0FF;
  padding:13px 22px;
  box-sizing: border-box;
}
.subMenu .level4>li>a h3{
  font-size: 16px;
  font-weight: 500;
  color: #3D70CD;
  line-height: 24px;
}







/* ----------------------- */
.subMenu2 {
  width: 234px;
  height: auto;
}
.subMenu2 .title{
  width:100%;
  height:80px;
  background: #3D70CD;
  font-size:16px;
  color:rgba(255,255,255,.6);
  text-align: right;
  padding:13px 18px;
  box-sizing: border-box;
  font-family: SourceHanSansSC;
  font-weight:400;
}
.subMenu2 .title span{
  color:#fff;
  font-size:26px;
  margin-bottom:12px;
  font-family: SourceHanSansSC;
  font-weight: 500;
}



.subMenu3 {
  width: 200px;
  height: auto;
}

.subMenu4 {
  width: 215px;
  height: auto;
}

.subMenu4 .title{
  width:100%;
  height:80px;
  background: #3D70CD;
  font-size:16px;
  color:rgba(255,255,255,.6);
  text-align: right;
  padding:13px 18px;
  box-sizing: border-box;
  font-family: SourceHanSansSC;
  font-weight:400;
}
.subMenu4 .title span{
  color:#fff;
  font-size:26px;
  margin-bottom:12px;
  font-family: SourceHanSansSC;
  font-weight: 500;
}
.subMenu4 .level1>li>a::before{
  background:#ACACAC;
}
.subMenu4 .level1>li.active>a::before{
  background:#3d70cd;
}
.subMenu4 .level1>li.active>a::after{
  background: url(trs_23.png);
  background-size: contain;
}
.subMenu4 .level1>li.active>a, .subMenu4 .level1>li.active>a h3{
  background: #B9D2FF;
  color:#333;
}
.subMenu4 .level1>li>a h3{
  width:180px;
  color:#333;
  left: 10px;
  text-align: center;
}




/* sideBar */
.sideBar{
  width:50px;
  position: fixed;
  top:50%;
  /* right:calc((100vw - 1920px)/2 + 40px); */
  right:50px;
  z-index: 999;
}
.sideBar li{
  width:50px;
  height:50px;
  overflow: hidden;
  margin-bottom:9px;
  background: #C2C8CB;
  border-radius: 50%;
  cursor: pointer;
}
.sideBar li img{
  position: absolute;
  top:-50px;
  left:-160px;
  display:none;
}
.sideBar li:hover img{
  display:block;
}
.sideBar li:hover{
  background:#3D70CD;
}
.sideBar li i{
  width:28px;
  height:28px;
  display:block;
  margin:10px auto;
}
.sideBar li i.i01{
  background:url(wx.png) no-repeat center;
  background-size:28px 25px;
}
.sideBar li i.i02{
  background:url(phone.png) no-repeat center;
  background-size:16px 28px;
}
.sideBar li i.i03{
  background:url(mail.png) no-repeat center;
  background-size:28px 20px;
}
.sideBar li i.i04{
  background:url(up.png) no-repeat center;
  background-size:20px 24px;
}


.sideBar2{
  width:50px;
  position: fixed;
  top:400px;
  left:calc((100vw - 1280px)/2 + 1280px);
  z-index: 999;
  display:none;
}
.sideBar2 li{
  width:50px;
  height:50px;
  overflow: hidden;
  margin-bottom:9px;
  background: #3D70CC;
  border-radius: 5px;
  cursor: pointer;
}
.sideBar2 li img{
  position: absolute;
  top:0px;
  left:-160px;
  display:none;
}
.sideBar2 li:hover img{
  display:block;
}
.sideBar2 li:hover{
  background:#3D70CD;
}
.sideBar2 li i{
  width:100%;
  height:100%;
  display:block;
  margin:0 auto;
}
.sideBar2 li i.i01{
  background:url(weixin.png) no-repeat center;
  background-size:contain;
}
.sideBar2 li i.i02{
  background:url(xinlangweibo.png) no-repeat center;
  background-size:contain;
}
.sideBar2 li i.i03{
  background:url(qq.png) no-repeat center;
  background-size:contain;
}
.sideBar2 li i.i04{
  background:url(jiantou.png) no-repeat center;
  background-size:contain;
}
.sideBar2 li i.i05{
  background:url(qqkongjian.png) no-repeat center;
  background-size:contain;
}




/* backTop */
.back_top {
  width: 48px;
  height: 48px;
  padding-top: 26px;
  background: url(trs_btop.jpg) no-repeat top center;
  cursor: pointer;
  position: fixed;
  _position: absolute;
  top: 85%;
  left: 50%;
  margin-left: 650px;
  display: none;
}

.back_top a {
  display: block;
  text-align: center;
  background: #c1c1c1;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding: 4px 3px;
}

/* contactBox */
#contactBox {
  width: 63px;
  height: 204px;
  position: fixed;
  right: 0;
  top: 308px;
  background: #016d4c;
  border-radius: 10px 0 0 10px;
  z-index: 999;
}

#contactBox .nav {
  width: 63px;
  height: 204px;
  float: left;
}

#contactBox .nav a {
  width: 63px;
  height: 68px;
  display: block;
  background-color: #03c990;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#contactBox .nav a:first-child{
  border-radius: 10px 0 0 0;
}
#contactBox .nav a:last-child{
  border-radius: 0 0 0 10px;
}
#contactBox .nav a img{
  width:130px;
  height:130px;
  position: absolute;
  top:0;
  left:-150px;
  border:10px solid #fff;
  display:none;
}
#contactBox .nav a:hover{
  background-color: #016d4c;
}
#contactBox .nav a:hover img{
  display:block;
}

#contactBox .nav a:nth-child(1) {
  background-image: url(./trs_feed01.png);
}

#contactBox .nav a:nth-child(2) {
  background-image: url(./trs_feed03.png);
}

#contactBox .nav a:nth-child(3) {
  background-image: url(./trs_feed04.png);
}

#contactBox .nav a.active {
  background-color: #016d4c;
}

#contactBox.selected {
  width: 220px;
}

#contactBox .box {
  width: 157px;
  height: 100%;
  float: right;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}

#contactBox .box>div {
  display: none;
}

#contactBox .box h2 {
  margin-top: 46px;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px;
}

#contactBox .box p {
  font-size: 20px;
  font-weight: bold;
}

#contactBox .box p.qr {
  font-size: 14px;
  font-weight: normal;
  margin-top: 21px;
}

#contactBox .box img {
  width: 109px;
  height: 109px;
  margin-top: 10px;
}

#contactBox .box .back {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 11px;
  right: 14px;
  background: url(./trs_feed02.png) no-repeat center;
  cursor: pointer;
}







/* breadcrumb */
.breadcrumb {
  width: 100%;
  height: 40px;
}
.breadcrumb i{
  width:24px;
  height:24px;
  background:#eee;
  margin-right:9px;
  float:left;
  background:url(home.png) no-repeat;
}

.breadcrumb a {
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
  position: relative;
  /* padding-right: 15px; */
  margin-right: 5px;
  font-family: SourceHanSansSC;
  font-weight:500;
}

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

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

.breadcrumb a {
  color: #fff;
}

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

/* 404 */
.body404 {
  background: #f5f5f5;
}

.body404 .contentBox {
  min-height: 500px;
  overflow: hidden;
}

.body404 .box404 {
  width: 511px;
  margin: 0 auto;
  margin-top: 133px;
  font-size: 18px;
  color: #787878;
  text-align: center;
}

.body404 .box404 img {
  margin-bottom: 31px;
}

.body404 .box404 .handle404 {
  margin: 16px auto 112px auto;
}

.body404 .box404 .handle404 a {
  width: 134px;
  height: 36px;
  display: inline-block;
  background: #909090;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  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: 800px;
  height: 600px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialog .box .title {
  width: 100%;
  height: 50px;
  background: #51AB6D;
  color: #fff;
  line-height: 50px;
  text-indent: 10px;
}

.dialog .box .content {
  width: 100%;
  height: 500px;
  overflow: auto;
  padding: 20px 20px;
  box-sizing: border-box;
}

.dialog .box .handle {
  width: 100%;
  height: 50px;
  text-align: center;
}

.dialog .box .handle a {
  padding: 10px 20px;
  background: #16AE66;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.dialog .box .content table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialogBox .box .btn {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  background: url(./trs_close.png);
  cursor: pointer;
}

.dialogBox .box video {
  width: 100%;
  height: 100%;
}


/* select */
.select {
  width: 407px;
  height: 42px;
  border: 1px solid rgba(207, 207, 207, 1);
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  line-height: 42px;
  font-weight: 200;
  text-indent: 10px;
  box-sizing: border-box;
  background: #fff url("./trs_ico03.jpg") no-repeat scroll 365px center;
  background-size: 42px 42px;
  position: relative;
  cursor: pointer;
}

.select .nav {
  width: 100%;
  height: 200px;
  background: #fff;
  position: absolute;
  top: 42px;
  left: 0;
  display: none;
  overflow: auto;
  border: 1px solid #eee;
  z-index: 999;
}

.select .nav.active {
  display: block;
}

.select .nav li {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.select .nav li:hover {
  background: rgba(9, 151, 66, 0.14);
}




.showMobi{
  width:200px;
  height:200px;
  position: fixed;
  bottom:20px;
  right:20px;
  background:#efefef;
  color:#000;
  border-radius: 10px;
  text-align: center;
  line-height:40px;
  font-size:20px;
  overflow: hidden;
}

.showMobi img{
  display:block;
  margin:0 auto;
  width:40%;
  height:auto;
  margin-top:20px;
}

.clast::after {
  background: url() !important;
}

.header .container .search .SearchForm > p.input {
  width: 200px;
  height: 26px;
  background: #6EA5E3;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
.header .container .search .SearchForm  > p.input  input {
  border: 0;
  width: 150px;
  height: 22px;
  color: #fff;
  outline: none;
  background: none;
  position: absolute;
  top: 0;
  left: 10px;
}
.header .container .search .SearchForm  > p.input i {
  position: absolute;
  right: 10px;
  top: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(trs_44.png) no-repeat center;
  cursor: pointer;
}
.side .searchBox .searchform button {
    width: 120px;
    height: 34px;
    background: #3D70CD;
    border-radius: 4px;
    font-size: 16px;
    font-family: SourceHanSansSC;
    font-weight: 500;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
}
.header .searchBtn{
      top: 135px !important;
      right: 30px !important;
}

.header .container form>p.input input {
  border: 0;
  width: auto;
  height: 22px;
  color: #fff;
  outline: none;
  background: none;
  position: absolute;
  top: 0;
  left: 10px;
}

.header .container form>p.btn span {
  width: 45px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  display: inline-block;
  background: rgba(255,255,255,.3);
  margin-right: 8px;
  border-radius: 4px;
  cursor: pointer;
}
.header .container form>p.input {
  width: 110px;
  height: 26px;
  background: #6EA5E3;
  border-radius: 13px;
  overflow: hidden;
  margin-right: 6px;
  position: relative;
  float: left;
}

.header .container form>p.input input::placeholder {
  color: #fff;
}