html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
 
/* Sections
   ========================================================================== */
 
/**
 * Remove the margin in all browsers.
 */
 
body {
  margin: 0;
}
 
/**
 * Render the `main` element consistently in IE.
 */
 
main {
  display: block;
}
 
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
 
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
 
/* Grouping content
   ========================================================================== */
 
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
 
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
 
/* Text-level semantics
   ========================================================================== */
 
/**
 * Remove the gray background on active links in IE 10.
 */
 
a {
  background-color: transparent;
}
 
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
 
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
 
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
 
b,
strong {
  font-weight: bolder;
}
 
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
 
/**
 * Add the correct font size in all browsers.
 */
 
small {
  font-size: 60%;
}
 
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
 
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
 
sub {
  bottom: -0.25em;
}
 
sup {
  top: -0.5em;
}
 
/* Embedded content
   ========================================================================== */
 
/**
 * Remove the border on images inside links in IE 10.
 */
 
img {
  border-style: none;
  display: block;
}
 
/* Forms
   ========================================================================== */
 
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
 
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
 
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
 
button,
input { /* 1 */
  overflow: visible;
}
 
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
 
button,
select { /* 1 */
  text-transform: none;
}
 
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
 
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
 
/**
 * Remove the inner border and padding in Firefox.
 */
 
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
 
/**
 * Restore the focus styles unset by the previous rule.
 */
 
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
 
/**
 * Correct the padding in Firefox.
 */
 
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
 
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
 
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
 
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
 
progress {
  vertical-align: baseline;
}
 
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
 
textarea {
  overflow: auto;
}
 
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
 
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
 
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
 
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
 
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
 
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
 
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
 
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
 
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
 
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
 
/* Interactive
   ========================================================================== */
 
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
 
details {
  display: block;
}
 
/*
 * Add the correct display in all browsers.
 */
 
summary {
  display: list-item;
}
 
/* Misc
   ========================================================================== */
 
/**
 * Add the correct display in IE 10+.
 */
 
template {
  display: none;
}
 
/**
 * Add the correct display in IE 10.
 */
.Click{
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px;
}
.Click:hover{
    background: rgba(211, 211, 211, 1);
    transition:background 2s;
}
[hidden] {
  display: none;
}
.clearfloat:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0
}
.clearfloat{
  zoom:1
}
.wrap{
  width: 100%;
  height: auto;
}
.header{
  height: 45px;
  line-height: 45px;
  background-color: #101010;
}
.HeaderAuto{
  width: 60%;
  height: 45px;
  color: #fff;
  margin:0 auto;
}
.LeftHeader{
  float: left;
  background:url(../images/logo.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 55px;
}
.RightHeader{
  float: right;
}
.banner{
/*  width: 100%;
  position: relative;
  overflow: hidden;
  height: 318px;
  background-color: red;*/
  height: 318px;
  background:url(../images/banner.jpg) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
}
/*.bannerWrap {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.bannerWrap img {
                width: 100%;
            }*/
.CABanner{  
  height: 318px;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
}
.CAbannerAuto{
  width: 50%;
  height: 318px;
  margin:0 auto;
}
.caB{
  width: 40%;
  height: 258px;
  float: left;
  background:url(../images/CA.jpg) no-repeat;
  background-size:158px 158px;
  background-position: center center;
  margin-top:30px;
}
.jyptB{
  width: 40%;
  height: 258px;
  float: left;
  background:url(../images/jypt.jpg) no-repeat;
  background-size:158px 158px;
  background-position: center center;
  margin-top:30px;
}
.qzjgB{
  width: 40%;
  height: 258px;
  float: left;
  background:url(../images/yzjg.jpg) no-repeat;
  background-size:158px 158px;
  background-position: center center;
  margin-top:30px;
}
.rjkfB{
  width: 40%;
  height: 258px;
  float: left;
  background:url(../images/rjkf.jpg) no-repeat;
  background-size:158px 158px;
  background-position: center center;
  margin-top:30px;
}
.cac{
  width: 60%;
  float: left;
  font-size: 18px;
   padding-top: 115px;
  line-height: 40px;
  font-weight: bold;
}
.bjyj,.futd,.djrk,.sdfw,.djlc{
  height: auto;
  background-color: #fff;
}
.bjbg{
  padding-top: 40px;
  height: 30px;
}

.bjyjAuto{
  width: 60%;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 13px;
  line-height: 35px;
  text-indent: 39px;
  overflow: hidden;
  padding-bottom:13px;
}
.djlcaAuto{
  width: 60%;
  margin: 0 auto;
  font-size: 13px;
  overflow: hidden;
}
.casmAuto{
  width: 60%;
  padding-bottom: 15px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 13px;
  line-height: 35px;
  text-indent: 39px;
  overflow: hidden;
}
.fumsAuto{
  width: 60%;
  height: 400px;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 14px;
  line-height: 30px;
}
.futdAuto{
  width: 60%;
  margin: 0 auto;
  padding-top: 60px;
  line-height: 26px;
}
.leftLine{
  width: 42%;
  float: left;
  border-bottom: 1px solid #ccc;
}
.rightLine{
  width: 42%;
  float: left;
  border-bottom: 1px solid #ccc;
}
.Bgimg{
  width: 16%;
  float: left;
  margin-top: -15px;
}
.Bgimg img{
    height: auto;
    width: 100%;
    vertical-align: middle;
    border: 0;
}
.fw1{
  width: 20%;
  float: left;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.fw1:nth-child(5){
  margin-right:0px;
}
.fw1:first-child+div+div+div+div{
  margin-right:0px;
}
.cur{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border:1px solid #ccc;
  margin: 0 auto;
  background-color: #fff;
 behavior: url(js/PIE.htc);
}
.title{
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
.content{
  width:80%;
  margin:0 auto;
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 20px;
}
.fums1{
  width: 37%;
  height: 223px;
  float: left;
  background:#fff;
  margin-left: 7%;
  border-radius: 15px;
  border:1px solid #cccc;
  position: relative;
  padding-top: 45px;
 behavior: url(js/PIE.htc);
}
.fums2{
  width: 37%;
  height: 223px;
  float: left;
  background:#fff;
  margin-left: 14%;
  border-radius: 15px;
  border:1px solid #cccc;
  position: relative;
  padding-top: 45px;
 behavior: url(js/PIE.htc);
}
.top{
  width: 29%;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: -18px;
  left: 35%;
  text-align:center;
  border:1px solid #ccc;
  background:#fff;
  border-radius: 10px;
  font-weight: bold;
 behavior: url(js/PIE.htc);
}
.fums1 p{
  margin-left:35px;
}
.fums2 p{
  margin-left:35px;
}
.djrkAuto{
  width: 60%;
  padding-bottom: 28px;
  margin: 0 auto;
  padding-top: 50px;
  font-size: 14px;
  line-height: 30px;
}
.item{
  width: 20%;
  float: left;
  margin-right:5%;
}
.lx{
  width: 60%;
  margin:0 auto;
  padding-bottom: 10px;
}
.leftLx{
  width: 50%;
  height: 120px;
  float: left;
  padding-top: 50px;
  padding-left: 14%;
}
.RightLx{
  width:22%;
  float: left;
  padding-top: 25px;
  padding-left: 14%;
}
.RightLx img{
  width: 65%;
  margin:0 auto;
}
.copy{
    width: 60%;
    line-height: 60px;
    color: #999999;
    margin: 0 auto;
    font-size: 12px;
}
.leftcopy{
  width: 50%;
  text-align: left;
  float: left;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.rightcopy{
  width: 50%;
  text-align: right;
  float: left;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.RightHeader a{
  color: #fff;
  text-decoration: none;
}
.RightHeader a:hover{
  color: rgb(0, 95, 161);;
}
.RightLxTitle{
  padding-left: 5px;
  text-align:center;
  font-size: 13px;
}
.Nosan{
  padding: 0 40px 0 40px;
  margin-bottom:28px;
}
.YesSan{
  height: 344px;
  padding: 0 40px 0 40px;
}
.NoTitle{
  line-height: 40px;
  color: #098aef;
  font-size: 20px;
}
.sdfwTitle{
  width: 20%;
  margin:0 auto;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.YesTitle{
  line-height: 45px;
  color: #098aef;
  font-size: 20px;
}
.NoContent{
  height: 62px;
}
.YesContent{
  height: 62px;
}
.NoItem{
  width: 25%;
  padding-left: 6%;
  height: 160px;
  float: left;
  margin-right: 3.5%;
  position: relative;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  background: #fff;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap*/
  /*width:24.5%;
  padding-left: 6%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 3.5%;
  text-align: center;
  font-size: 14px;
  background: #fff;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap*/
}
.YesItem{
  width: 31%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 4.5%;
  text-align: center;
  font-size: 16px;
  background: #fff;
  margin-bottom:50px;
  font-size: 13px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.jyptItem{
  width: 29%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 4.5%;
  text-align: center;
  font-size: 16px;
  background: #fff;
  margin-bottom:20px;
  font-size: 13px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.sdfwItem{
  width: 29%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 4.5%;
  text-align: center;
  font-size: 16px;
  background: #fff;
  margin-bottom:30px;
  font-size: 13px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.sdfwItem:nth-child(14){
  margin-right: 0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.sdfwItem:nth-child(17){
  margin-right: 0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.jyptItem:nth-child(4){
  margin-right: 0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.jyptItem:nth-child(7){
  margin-right: 0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.jyptItem:nth-child(10){
  margin-right: 0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.YesItemtwo{
  width: 29%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 4.5%;
  text-align: center;
  font-size: 16px;
  background: #fff;
  margin-bottom:0px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.YesItemtwo:nth-child(6){
  margin-right: 0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.YesItem:nth-child(3){
  margin-right: 0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.BlueColor{
  color: #098aef;
  font-weight: bold;
  font-size: 16px;
}
.NoItemlast{
  width: 23.5%;
  height: 40px;
  border: 1px solid #ccc;
  float: left;
  line-height: 21.5px;
  margin-right: 0;
  text-align: center;
  font-size: 14px;
  background: #fff;
  padding: 10px 0 10px 6%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.lastItem{
    width: 29%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 0;
    text-align: center;
    font-size: 13px;
    background: #fff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.lastItemBig{
    width: 29%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 0;
    text-align: center;
    font-size: 16px;
    background: #fff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.last{
  height:21.5px;
}
.line{
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin-bottom:30px;
}
.sdfwAuto{
  width: 60%;
  margin: 0 auto;
  padding-top: 50px;
  font-size: 14px;
  line-height: 30px;
}
.ywdjAuto{
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
}
.footerLIne{
  width: 60%;
  height: 1px;
  background: #e0e0e0;
  margin: 0 auto;
}
.evm{
  height: 70px;
  position: absolute;
  top: 56%;
  left: 25%;
}
.evmImg{
  width: 70px;
  height: 70px;
  float: left;
}
.evmConten{
  height: 40px;
  float: left;
  color: #fff;
  font-size: 12px;
  padding: 15px 0 15px 10px;
}
.ts{
  position: absolute;
  bottom: 20px;
  left: 21%;
  background-color: rgba(28, 28, 18, 0.5);
  color: #fff;
  padding-left: 18px;
  font-size: 12px;
  font-weight: bold;
}
.ts span{
  color: #ffd900;
}
.listItem{
  width: 20%;
  height: auto;
  float: left;
}
.listItemTitle{
  width: 90%;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  text-align: center;
  margin-top: 20px;
}
.listItemContent{
  width: 90%;
  float: left;
  font-size: 12px;
  text-align: left;
  word-wrap:break-word;
}
.ywdjItem{
  width: 20%;
  height: auto;
  float: left;
}
.yibu{
  width: 80%;
  margin:auto auto 10px auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #000;
  background-color:#cccc;
  border:1px solid #cccccc;
  z-index: 999;
}
.yibuBottom{
  width: 80%;
  margin:30px auto  auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #000;
  border:1px solid #cccccc;
  z-index: 999;
}
.yuwdjItemBottom{
  width: 80%;
  margin:30px auto  auto;
  line-height: 20px;
  font-size: 12px;
  color: #000;
   z-index: 999;
}
.suline{
  width: 1px;
  height: 102px;
  position: absolute;
  top: 32px;
  left: 50%;
  z-index: -3;
  background:#ccc;
}
.smallsuline{
  width: 1px;
  height: 20px;
  position: absolute;
  top: 166px;
  left: 50%;
  z-index: -3;
  background:#ccc;
}
.linecur{
  width: 8px;
  height:8px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  left: 48%;
  top: 185px;
}
.setsTep{
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
}
.stepPage h6{
  margin: 0;
  width: 90%;
  line-height: 30px;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 35px;
}
.setsTepTitle{
  padding-left: 13%;  
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background-image: url('../images/title.png');
  background-repeat: no-repeat;
  background-position: 10% center;
}
/*common css*/
.stepPage{
  display:none;
  height:100%;
  margin-left: 115px ;
  padding-top: 20px;
}
.stepCont{
  width:80%;
  margin: 0 auto;
  padding-bottom:20px;
}
.ystep-container {
  font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Wenquanyi Micro Hei","Microsoft Yahei",Arial,sans-serif;
  display: inline-block;
  position: relative;
  color: #000;

  margin: 20px;
}
.ystep-container ul {
  list-style: none;
}
.ystep-container ul,.ystep-container li,.ystep-container p {
  margin: 0;
  padding: 0;
}

/*size css*/
.ystep-lg {
  /*width: 700px;*/
  width:100%;
  height: 60px;
  font-size: 18px;
  /*left: 15%;*/
  line-height: .3;
}

/*large size css*/
.ystep-lg .ystep-container-steps {
  position: absolute;
  top: 2px;
  cursor: pointer;
  z-index: 10;
}
.ystep-lg li {
  float: left;
  width: 100px;
  height: 85px;
  margin-right: 100px;
}
.ystep-lg .ystep-step-done {
  text-align: center;
  background-position: -278px -132px;
}
.ystep-lg .ystep-step-undone {
  background-position: -137px -131px;
}
.ystep-lg .ystep-step-active {
  background-position: -414px -131px;
}
.ystep-lg .ystep-progress {
  width: 400px;
  height: 10px;
  position: absolute;
  top: 30px;
  left: 15px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.ystep-lg .ystep-progress-bar {
  width: 400px;
  height: 20px;
  background: #e4e4e4;
  display: inline-block;
  float: left;
}
.ystep-lg .ystep-progress-highlight {
  height: 20px;
  display: block;
}

/*blue css*/
.ystep-blue .ystep-step-done {
  background-image: url("../images/pointes_blue.png");
  background-repeat: no-repeat;
  font-size: 14px;
}
.ystep-blue .ystep-step-undone {
  background-image: url("../images/pointes_blue.png");
  background-repeat: no-repeat;
  color: #9c9a9b;
  font-size: 14px;
}
.ystep-blue .ystep-step-active {
  background-image: url("../images/pointes_blue.png");
  background-repeat: no-repeat;
  color: #3276b1;
  font-size: 14px;
}
.ystep-blue .ystep-progress-highlight {
  background: #60baff;
}
/*按钮样式*/
.ystep {
  padding: 20px;
  /*min-width: 1114px;*/
}
.step-button{
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-left: 360px;
  border-radius: 10px;
}
.step-button .btn{
    margin: 15px;
    width: 140px;
    height: 40px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 153, 255, 1);
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    background-color: #fff;
    background-image:none;
    outline: none;
}
.step-button .btn:hover, .btn:focus{
  background-color: #fff;
}
.pageTitle{
    height: 110px;
    line-height:110px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border: 1px solid rgba(0, 153, 255, 1);
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: '微软雅黑';
    font-weight: 401;
    font-style: normal;
    font-size: 28px;
    color: #1E1E1E;
    text-align: center;
}
