/*Generated by wjdhcms 3.0 */

@charset "utf-8";



::-webkit-scrollbar {

    width: 8px;

    height: 8px;

    background-color: #F5F5F5;

}



::-webkit-scrollbar-track {

    border-radius: 10px;

    background-color: #E2E2E2;

}



::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

    background-color: #555;

}



 ::selection {

	background-color: #1034a2;

	color: #fff;

}



::-moz-selection {

	background-color: #1034a2;

	color: #fff;

}



::-webkit-selection {

	background-color: #1034a2;

	color: #fff;

}

* {

    padding: 0;

    margin: 0;

    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

}



body {

    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

    color: #333;

    margin: 0;

    line-height: 1.5;

}



:focus {

    outline: 1;

}



article,

aside,

canvas,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section,

summary {

    display: block;

}



a {

    color: #333;

    text-decoration: none;

}



a:link,

a:hover,

a:active,

a:visited {

    text-decoration: none;

}



ins {

    background-color: #ff9;

    color: #000;

    text-decoration: none;

}



mark {

    background-color: #ff9;

    color: #000;

    font-style: italic;

    font-weight: bold;

}



del {

    text-decoration: line-through;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



hr {

    display: block;

    height: 1px;

    border: 0;

    border-top: 1px solid #cccccc;

    margin: 1em 0;

    padding: 0;

}



input,

select {

    vertical-align: middle;

}



li,

ul {

    list-style-type: none;

}



img {

    border: none;

}



input,

textarea {

    outline: 0;

    border: 0;

}



textarea {

    resize: none;

}



h1,

h2,

h3,

h4,

h5,

h6,

dl,

dd,

dt,

i,

em {

    font-weight: normal;

    font-style: normal;

}

.fixedNav {

    position: fixed;

    top: 0px;

    left: 0px;

    width: 100%;

    z-index: 100000;

    _position: absolute;

    _top: expression(eval(document.documentElement.scrollTop));

}



.ellipsis {

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.clear::after {

    content: '';

    display: block;

    width: 0;

    height: 0;

    clear: both;

    overflow: hidden;

}

a {

    transition: all .2s;

}

a:hover {

    color: #1034a2;

}

.container {

    width: 1200px;

    height: auto;

    margin: 0 auto;

}



/* header start */

.header {

    position: relative;

    width: 100%;

    height: 97px;

    margin-top: .1px;

    background-color: #1034a2;

    border-bottom: 1px solid #fff;

    box-sizing: border-box;

  }

  .header.active {

    position: fixed;

    top: 0;

    z-index: 10;

  }

  .header .container {

    position: relative;

  }

  .header .logoimg {

    width: 222px;

    height: 77px;

    float: left;

    margin-top: 10px;

  }

  .header .logoimg img {

    width: 222px;

    height: 77px;

  }

  .header .headernav {

    width: 745px;

    height: 96px;

    float: left;

    margin-left: 40px;

  }

  .header .headernav li {

    width: 124px;

    height: 96px;

    float: left;

    text-align: center;

  }

  .header .headernav li a {

    color: #fff;

    line-height: 96px;

  }



 .header .headernav li a:hover{

 	color: #ffd617;

 }



  .header .rightotherlist {

    width: 187px;

    height: 25px;

    float: right;

    margin-top: 34px;

  }

  .header .rightotherlist li {

    width: 25px;

    height: 25px;

    float: left;

    margin-left: 37px;

  }

  .header .rightotherlist li a {

    display: block;

    width: 25px;

    height: 25px;

    background-repeat: no-repeat;

    background-position: center center;

  }

  .header .rightotherlist li.contactli a {

    background-image: url('../images/ico_top_contact.png');

  }

  .header .rightotherlist li.contactli a:hover {

    background-image: url('../images/ico_top_contact_hover.png');

  }

  .header .rightotherlist li.weiboli a {

    background-image: url('../images/ico_top_weibo.png');

  }

  .header .rightotherlist li.weiboli a:hover {

    background-image: url('../images/ico_top_weibo_hover.png');

  }

  .header .rightotherlist li.searchli a {

    background-image: url('../images/ico_top_search.png');

  }

  .header .rightotherlist li.searchli a:hover {

    background-image: url('../images/ico_top_search_hover.png');

  }

  .header .rightotherlist li.searchli.active a {

    background-image: url('../images/ico_top_search_hover.png');

  }

  .header .searchbox {

    display: none;

    position: absolute;

    right: 0;

    top: 96px;

    z-index: 2;

    width: 220px;

    height: 36px;

    -webkit-transition: all 0.6s;

    -moz-transition: all 0.6s;

    -ms-transition: all 0.6s;

    -o-transition: all 0.6s;

    transition: all 0.6s;

    background-color: #616161;

    border-radius: 18px;

  }

  .header .searchbox .search-txt {

    display: block;

    width: 154px;

    height: 34px;

    float: left;

    margin-top: 1px;

    margin-left: 20px;

    line-height: 34px;

    color: #929294;

    font-size: 14px;

    background-color: transparent;

  }

  .header .searchbox .search-txt::-webkit-input-placeholder {

    color: #929294;

  }

  .header .searchbox .submit-search {

    display: block;

    width: 18px;

    height: 19px;

    float: right;

    margin-right: 13px;

    margin-top: 8px;

    background: url('../images/ico_search.png') center center no-repeat;

    cursor: pointer;

  }

  .header .subnavdown {

    display: none;

    z-index: 1;

    position: absolute;

    left: 50%;

    top: 96px;

    width: 100%;

    height: 234px;

    -webkit-transform: translate(-50%, 0);

    -moz-transform: translate(-50%, 0);

    -ms-transform: translate(-50%, 0);

    -o-transform: translate(-50%, 0);

    transform: translate(-50%, 0);

    background-color: rgba(4, 22, 38, 0.3);

  }

  .header .subnavdown .subnavbox {

    width: 848px;

    height: 234px;

    margin: 0 auto;

  }

  .header .subnavdown .subnavbox .subnavli {

    display: none;

    width: 124px;

    height: 234px;

    float: left;

    padding-top: 26px;

    padding-bottom: 10px;

    box-sizing: border-box;

    overflow: hidden;

    background-color: rgba(10, 10, 11, 0.2);

  }

  .header .subnavdown .subnavbox .subnavli.subli1 {

      margin-left: 84px;

  }

  .header .subnavdown .subnavbox .subnavli.subli2 {

    margin-left: 212px;

  }

  .header .subnavdown .subnavbox .subnavli.subli3 {

    margin-left: 334px;

  }

  .header .subnavdown .subnavbox .subnavli.subli4 {

    margin-left: 457px;

  }

  .header .subnavdown .subnavbox .subnavli.subli5 {

    margin-left: 585px;

  }

  .header .subnavdown .subnavbox .subnavli.subli6 {

    margin-left: 705px;

  }

  .header .subnavdown .subnavbox .subnavli li {

    position: relative;

    width: 80px;

    height: 24px;

    margin: 0 auto;

    margin-bottom: 10px;

  }

  .header .subnavdown .subnavbox .subnavli li::after {

    content: '';

    position: absolute;

    bottom: -4px;

    left: 50%;

    width: 0;

    height: 1px;

    -webkit-transition: all 0.6s;

    -moz-transition: all 0.6s;

    -ms-transition: all 0.6s;

    -o-transition: all 0.6s;

    transition: all 0.6s;

    opacity: 0;

    -webkit-transform: translate(-50%, 0);

    -moz-transform: translate(-50%, 0);

    -ms-transform: translate(-50%, 0);

    -o-transform: translate(-50%, 0);

    transform: translate(-50%, 0);

    background-color: #ffd718;

  }

  .header .subnavdown .subnavbox .subnavli li a {

    text-align: center;

    line-height: 24px;

    color: #ffd718;

    -webkit-transition: all 0.6s;

    -moz-transition: all 0.6s;

    -ms-transition: all 0.6s;

    -o-transition: all 0.6s;

    transition: all 0.6s;

  }

  .header .subnavdown .subnavbox .subnavli li:hover a {

    color: #ffd718;

  }

  .header .subnavdown .subnavbox .subnavli li:hover::after {

    width: 100%;

    opacity: 1;

  }

  /* header end */



  /* footer start */

  .footerbox {

    width: 100%;

    height: 270px;

    overflow: hidden;

    background: #1034a1;
    border-top: 1px solid #fff;

  }

  .footerbox .leftcopyright {

    width: 375px;

    height: auto;

    float: left;

    margin-top: 128px;

    color: #fff;

    line-height: 34px;

  }

  .footerbox .leftcopyright a {

    color: #fff;

  }

  .footerbox .rightwechat {

    width: 267px;

    height: 102px;

    float: right;

    margin-top: 62px;

  }

  .footerbox .rightwechat .leftlogo {

    width: 105px;

    height: auto;

    float: left;

  }

  .footerbox .rightwechat .leftlogo img {

    display: block;

    width: 105px;

    height: 104px;

  }

  .footerbox .rightwechat .wechatbox {

    position: relative;

    width: 102px;

    height: 102px;

    float: right;

    background: url('../images/wechat_bg.png') center center no-repeat;

  }

  .footerbox .rightwechat .wechatbox img {

    position: absolute;

    left: 50%;

    top: 50%;

    width: 82px;

    height: 82px;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

  }

  /* footer end */

