@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button { 			/*fieldset组合表单中的相关元素*/
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;				/*清除列表风格*/
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
    outline: none;
    outline-color: red;
}

textarea {
    resize: none;
}

/*防止多行文本框拖动*/
img {
    border: 0;
    vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/
table {
    border-collapse: collapse;			/*合并外边线*/
}


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

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

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

/*公共类*/
/*头部*/
.header_bar{
 background: -webkit-linear-gradient(left, #0092db , #8ec31f); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0092db , #8ec31f); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0092db , #8ec31f); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0092db , #8ec31f); /* 标准的语法 */
    color: #ffffff;
    font-size: 18px;
    height:115px;
    line-height: 115px;
}
.wrap_header{
    width: 1330px;
    margin:0 auto;
    height:115px;
    position: relative;
}
.logo{
    width: 210px;
    height: 68px;
    display: block;
    margin-top: 26px;
    margin-right: 67px;
    float: left;
}
.logo img{
width:210px;
height:68px;
 vertical-align: top;
}

.header_a{
    display: block;
    float: left;
    height:115px;
    line-height: 115px;
    font-size: 18px;
    color: #ffffff;
    margin-right: 20px;
    padding:0 5px;
    box-sizing: border-box;
    border-bottom: 4px solid transparent;
}
.header_a:hover{
    border-bottom: 4px solid #FFF;
    box-sizing: border-box;
}
.header_a:last-child{
    margin-right: 0;
}

div.hidden-box {
    width: 230px;
    position: absolute;
    display: none;
    background: #666666;
    top: 115px;
    height: 125px;
    color: #ffffff;
    font-size: 18px;
    z-index: 99;
}
.hidden-box li{
    height: 60px;
    line-height: 60px;
    padding-left: 28px;
    box-sizing: border-box;
    background-color: #A7A7A7;
}
.box-1_a1{
    color: #ffffff;
    height: 60px;
    width: 100%;
    display: block;
}
.hidden-box li:first-child{
    background: #666666;
}
.box-1_a2{
    color: #1246f1;
    height: 60px;
    width: 100%;
    display: block;
}
.hidden-loc-index {
    left: 557px;
}
.hidden-loc-index1{
    right:29px;
}
.hidden-box>ul {
    list-style-type: none;
    color: #000;
    cursor: pointer;
}

/*底部*/
.footer{
    background-color: #000;
    height: 265px;
    width: 100%;
    box-sizing: border-box;
}
.footer_content{
    width: 1150px;
    margin:0 auto;
    box-sizing: border-box;
    position: relative;
}
.footer_tell{
    float: left;
}
.tell1{
    margin-left: 65px;
    font-size: 18px;
    color: #ffffff;
    margin-top: 25px;
    font-family: 微软雅黑;
    font-weight: 100;
}
.tell1 p{
    margin-top: 15px;
}
.tell1 p:first-child{

}
.tell2{
    margin-top: 127px;
    margin-left: 45px;
}
.tell2 p{
    margin-top: 3px;
    color: #ffffff;
    opacity: 0.3;
    font-size: 12px;
    text-align: center;
}
.tell3{
    position: absolute;
    top: 20px;
    right: 30px;
}

/*轮播*/
html,body{
    font-family: 微软雅黑;
}
.swiper-container {
    width: 100%;
}

.swiper-container img {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*小title*/
.content_title {
    font-size: 12px;
    color: #808080;
    font-weight: 700;
    text-align: center;
}

.title_e {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}

.title_line {
    margin-left: 50%;
    transform: translate(-50%);
    -webkit-transform:translate(-50%);
    -ms-transform:translate(-50%);
    width: 150px;
    height: 10px;
}

.title_line img {
    width: 150px;
    height: 10px;
}


body{
    min-width: 1200px;
min-height: 700px;
}
/*
     FILE ARCHIVED ON 09:40:03 Dec 06, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:19:30 Jan 29, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  PetaboxLoader3.resolve: 50.02
  RedisCDXSource: 2.356
  esindex: 0.011
  PetaboxLoader3.datanode: 1199.879 (4)
  CDXLines.iter: 23.766 (3)
  exclusion.robots.policy: 0.111
  exclusion.robots: 0.12
  LoadShardBlock: 1206.251 (3)
  captures_list: 1235.776
  load_resource: 83.944
*/