/*公共样式start*/
@charset "UTF-8";
html {
    overflow: auto;

}


a:visited {
    /*color: inherit;*/
}

a{
    color: #333;
}


/* 重置浏览器属性 */

html {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html * {
    outline: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

html {
    height: 100%;
}

*:not(input, textarea) {
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
}

body {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    -webkit-touch-callout: inherit;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: auto;
    overflow-x: hidden;
    color: #333;
min-width: 1500px;
}

a {
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: none;
}

dt,
dd {
    display: inline-block;
}

textarea,
input {
    resize: none;
    outline: none;
}

textarea {
    resize: none;
    -webkit-appearance: none;
}

ul,
ol,
li {
    list-style: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input,
select,
textarea {
    font-size: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

img {
    vertical-align: middle;
}
/* 去除默认边框 */

fieldset,
img {
    border: 0;
}
/* 去掉 firefox 下此元素的边框 */

abbr,
acronym {
    border: 0;
    font-variant: normal;
}
/* 一致的 del 样式 */

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul {
    list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
    text-align: left;
}
/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}



/* 统一上标和下标 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
    text-decoration: none;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    font-size: 100%;
}
/* 去掉各 Table  cell 的边距并让其边重合 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 去除默认边框 */

fieldset,
img {
    border: 0;
}
/* 去掉 firefox 下此元素的边框 */

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/*公共样式end*/
/*头部样式start*/
.header {
    /*width: 1440px;*/
    /*margin: 0 auto;*/

}
.head {


}
.logo{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    position: relative;
    right: 60px;
}
.logo-ioc{
    display: flex;
    align-items: center;
}
.logo-ioc div{
    margin-left: 10px;
    color: #2573a7;
}
.logo-mie{
    text-align: right;
    font-size: 17px;
}
.logo-mie a{
    color: #2573a7;
}
.head-list{
    background: #f7f7f7;
    height: 48px;
    line-height: 48px;
}
.head-list-box {
    width: 1400px;
    margin: 0 auto;
}
.head-list-title:hover{
    background: #01aaff;
    color: #fff;
}
.header .head .head-list .head-list-title{
    float: left;
    padding: 0 40px;
    letter-spacing: 2px;
}
.header .head .head-list .head-list-title .head-list-title-span{
    font-size: 16px;
    padding-bottom: 55px;
}
.header .head .head-list .head-list-title .head-list-title-span:hover{
    font-size: 16px;
    color: #fff;
}
.on .head-list-title-span{
    color: #fff;
}
.on{
    background: #01aaff;
    color: #fff;
}
    /*头部样式end*/


/*头部内容样式start*/
.head-list-conter{
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 0;
    text-align: center;
    /*opacity: .8;*/

}
.head-list-conter{
    display: none;
    height: 355px;
}
.head-list-conter{
    width: 100%;
    margin: 0 auto;
}
.head-list-title .conter-list ul{
    margin: 0 auto;
    width:1070px;
    height: 100%;
}
.head-list-title .conter-list ul li{
    float: left;
    width: 120px;
    border-right: 1px solid #86aad71f;
    height: 100%;
}
.conter-list ul li{
    /*background: #ccc;*/
    transition:width 2s;
    -webkit-transition:width 2s; /* Safari */
}

.head-list-title .conter-list .conter-list-title {
    position: absolute;
    bottom: 30px;
    width: 110px;
    font-size: 16px;
    /*color: #fff;*/
    color: #000;
    height: 25px;
    line-height: 25px;
    overflow:hidden;
    margin-left: 5px;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: left;
}
.conter-list-title-bottm{
    border-bottom: 2px solid #4f81bd;
    border-radius: 3px;
    position: absolute;
    bottom: 25px;
    width: 87px;
    margin-left: 5px;
}

.action{
    /*background: red !important;*/
    width: 300px !important;
}
.show{
    display: block !important;
}
.hide{
    display: none;
}
.conter-list-contr h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.conter-list-contr {
    position: absolute;
    line-height: 2;
    text-align: left;
    margin-left: 5px;
    top: 20px;
}
.conter-list-contr p{
    height: 28px;
    font-size: 14px;
    line-height: 28px;
}
.conter-list-contr p a{
    /*text-decoration:revert;*/
}
    /*头部内容样式end*/




/*MP4*/
.banner-mp4{
    width: 100%;
    height: 800px;
}
.banner-mp4 video{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    object-fit: cover;
}

/*轮播图start*/
.banner {
    width: 100%;
    position: relative;
}

.banner .banner-slide {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    /*height: 590px;*/
}

.banner .banner-slide img {
    width: 100%;
    height: 800px;
    display: inline-block;
}

.banner .banner-slide img:first-child {
    transition: margin-left 1s;
    -moz-transition: margin-left 1s;
    -webkit-transition: margin-left 1s;
}

.banner .banner-select {
    width: 100%;
    position: absolute;
    bottom: 140px;
    text-align: center;
}

.banner .banner-select a {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 4px;
}

.banner .banner-select .active {
    background: #0d407d;
}
/*轮播图end*/
        






.head_nav{
    width: 100%;
    background-color: #F7F7F7;
    height: 61px;
}
.head_nav .nav_li{
    width: 1200px;
    margin:0 auto;
}
.head_nav .nav_li li.lihover{
    display: inline-block;
    text-align: center;
    width: 137px;
    line-height: 61px;
    /*position: relative;*/
    z-index: 99999;
}
.head_nav .nav_li li:hover .nav_li_title{
    color: #fff;
}
.head_nav .nav_li li.lihover:hover{
    background-color: #01AAFF;
}

.head_nav .nav_li li a.nav_li_title{
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.nav_li_show{
    position: absolute;
    background-color: #383838;
    width: 100%;
    padding-bottom: 10px;
}
.nav_li_show a{
    width: 100%;
    display: block;
    line-height: 40px !important;
}

.nav_li_show a:hover{
    color: #ff9a07 !important;
}
.nav_li_show{
    display: none;
}

.nav_li li:hover .nav_li_show{
    display: block;
}


/*新增导航栏*/
.head5ul {
    position: absolute;
    width: 1200px;
    left: 14.5%;
    text-align: center;
    background: #F1F2F3;
    display: none;
    z-index: 999;
    min-width: 158px;
    opacity: .95;
}
.head5ulone{
    width: 1679px;
    left: 4.5%;
}
.fabiao-list-bottom .a-hover:hover{
    color: #ff914e;
}
.fabiao-list-top .a-hover:hover{
    color: #ff914e;
}
.head5ultou{
    width: 239px;
    left: 46%;
}
.head5ultouyjy{
    width: 239px;
    left: 60%;
}
.head5ultouabou{
    width: 239px;
    left: 68%;
}
.head5ultoukyjss{
    width: 506px;
    left: 46%;
}
.head5ultox{
    width: 239px;
    left: 23%;
}
.head5ulao{
    width: 239px;
    left: 48%;
}
.head5ula {
    display: block;
    font-size: 16px !important;
    cursor: pointer;
}
.header_listt .head5ula{
    font-size: 15px!important;
}
.head5ul li{
    float: left;
    width: 239px;
    border-right: 1px solid #ebecf1;
    margin: 20px auto;
}
.h5ulact {
    color: #ff914e !important;
}
p.header_list_name {
    height: 35px;
    line-height: 35px;
}

.header_listt{
    text-align: center;
}
.header_listt a{
    /*color: #29b4bd;*/
    color: #333333;
    display: block;
}
.header_border_rt{
    height: 400px;
    margin: 20px auto;
}
.head5ula {
    font-weight: bold;
}

.head5ul li:nth-last-of-type(1)
{
    border-right: none;
}
.header_list_name .son:hover{
    color: #01A8FF;
}
.title-list{
    text-align: center;
}
.titile-list-bottom{
    margin-bottom: 20px;
}
/*.currenta{
    background: #53bcfd;
}*/

.header_list_name a{
    font-size: 14px;
}

#head5ukyjs{
    width: 1200px;
    left: 18.4%;
}
.head5ulonea{
    width: 1400px;
    left: 11.5%;
}
.head5ulonea li{
    width: 198px;
}