.bannerImg img {
    width: 100%;
    height: auto;
    opacity: 0;
}

.bannerImg img:first-child {}

.banner {
    position: relative;
}

.bannerList {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bannerList>li {
    text-align: center;
    overflow: hidden;
    width: 11%;
    box-sizing: border-box;
    border-right: 1px solid #D4E3EF;
    height: 100%;
    position: relative;
}

.bannerList>li:last-child {
    border-right: none;
}

.bannerList>li.active {
    width: 23%;
}

.bannerList>li h2,
.bannerList>li p {
    color: #fff;
}

.bannerList>li h2 {
    font-size: 28px;
}

.bannerList>li h2 img {
    max-width: 100%;
}

.bannerList>li .line {
    opacity: 0;
    margin: 28px auto;
    width: 45px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
}

.bannerList>li p {
    opacity: 0;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 60px;
}


.bannerList>li div {
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 140px;
    transform: translateX(-50%);
}

.bannerList>li.active .line,
.bannerList>li.active p,
.bannerList>li.active a {
    opacity: 1;
}

.bannerList>li.active div {
    height: 280px;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.bannerList>li.active {
    background: rgba(24, 0, 121, 0.3);
    /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(24, 0, 121, 0.5));
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(24, 0, 121, 0.5)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(24, 0, 121, 0.5));
}

.inTitle {
    padding: 25px 0;
    height: 24px;
}

.inTitle h2 {
    font-size: 18px;
    display: inline-block;
}

.inTitle h2 span {
    color: #bfbfbf;
    font-size: 12px;
    font-family: arial;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: normal;
}

.inTitle a {
    width: 110px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    float: right;
    background: #F8F8F8;
}


.indexBox article {
    height: 255px;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    box-sizing: border-box;
}

.inVideo video {
    width: 100%;
    height: 100%;
}

.inVideo {
    width: 28%;
}

.indexBox time b {
    font-size: 30px;
    font-family: arial;
    font-weight: normal;
    display: block;
    position: relative;
}

.indexBox time {
    display: block;
    font-size: 12px;
    font-family: arial;
    color: rgba(51, 51, 51, 0.4);
    padding-left: 30px;
}

.indexBox article a {
    padding-left: 30px;
    display: block;
    margin-top: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inNews,
.inNotice {
    width: 26%;
}

.inNews article,
.inNotice article {
    padding-top: 35px;
    box-sizing: border-box;
    padding-left: 50px;
}

.indexBox time b:after {
    width: 20px;
    height: 1px;
    background: #C6C6C6;
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: 50%;
}

.inLink {
    width: 20%;
}

.indexBox article a span {
    color: #c90000;
    font-weight: bold;
}

.inNews .inTitle,
.inNotice .inTitle {
    padding-left: 80px;
}

.inVideo .inTitle {
    padding-left: 20px;
}

.inLink article a {
    height: auto;
    margin-top: -72px;
    display: block;
}

.indexBox article a:hover {
    color: #193171;
}

.inLink article {
    position: relative;
    z-index: 2;
}

.inLink article img {
    display: block;
    max-width: 100%;
    width: 470px;
    height: auto;
}

.inLink .inTitle {
    position: relative;
    z-index: 1;
}

.inNews .swiper-button-prev,
.inNews .swiper-button-next {
    opacity: 0.5;
    width: 9px;
    height: 15px;
    top: auto;
    bottom: 30px;
    background-size: cover;
}

.inNews .swiper-button-prev {
    left: 80px;
}

.inNews .swiper-button-next {
    left: 100px;
    right: auto;
    margin-top: 0;
}

.inNews .swiper-pagination {
    width: auto;
    bottom: 29px;
    left: 120px;
    opacity: 0.5;
}

.inNews .swiper-button-prev:hover,
.inNews .swiper-button-next:hover {
    opacity: 1;
}

.inTitle a:hover {
    background: #193171;
    color: #fff;
}

.bannerImg {
    position: relative;
}

.bannerImg img {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s ease-in-out;
}

.bannerImg img.active {
    opacity: 1;
}

.bannerNavbar {
    display: block;
    background: url(../images/zhou_03.png) no-repeat center center;
    background-size: auto 100%;
    max-width: 240px;
    margin: 0 auto;
}

.bannerNavbar li {
    display: block;
    padding-top: 45px;
}

.bannerNavbar li:nth-child(1),
.bannerNavbar li:nth-child(3) {
    text-align: left;
}

.bannerNavbar li:nth-child(2) {
    text-align: right;
}

.bannerNavbar li:last-child {
    padding-bottom: 45px;
}

.bannerNavbar li a {
    font-size: 21px;
    color: #fff;
    font-family: "BiauKai";
}




.index_about {
    background: url(../images/index_bg_02.png) no-repeat;
    padding-top: 115px;
    padding-bottom: 200px;
}

.text-center {
    text-align: center;
}

.index_about .categoryMain .aboutspace {
    max-width: 700px;
    margin-bottom: 115px;
}

.index_about .categoryMain .aboutspace dt {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 24px;
    position: relative;
    padding-left: 20px;
}

.index_about .categoryMain .aboutspace dt:before {
    position: absolute;
    content: " ";
    height: 34px;
    width: 6px;
    background-color: #165ed0;
    left: 0;
    top: -3px;

}

.index_about .categoryMain .aboutspace dd {
    font-size: 18px;
    line-height: 2.7;
}

.index_about .categoryMain a.more,
.index_about .categoryMain a.more+ul,
.index_about .categoryMain a.more+ul li {
    display: inline-block;
}

.index_about .categoryMain a.more {
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    background: #d80e19;
    color: #fff;
}

.index_about .categoryMain .aboutspaceBottom {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    align-items: center;
}

.index_about .categoryMain a.more+ul li {
    margin-left: 50px;
}

.index_about .categoryMain a.more+ul li span {
    display: block;
    text-align: center;
}

.index_about .categoryMain a.more+ul li span:nth-child(1) {
    font-size: 48px;
}

.index_about .categoryMain a.more+ul li span:nth-child(2) {
    font-size: 16px;
}

.index_duty {
    background: url(../images/index_bg_03.png) no-repeat;
    padding-top: 115px;
    padding-bottom: 60px;
}

.index_duty .duty_left {
    flex: 6;
}

.index_duty .duty_right {
    flex: 8;
}

.index_duty .duty_left .item dd div:nth-child(1) {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 15px;
    color: #333;
}

.index_duty .duty_left .item dd div:nth-child(2) {
    font-size: 18px;
    color: #666;
}

.index_duty .categoryMain .item {
    display: block;
    padding: 0 15px;
}

.index_duty .categoryMain .item img {
    width: 100%;
    height: auto;
}

.index_duty .categoryMain .duty_right .item {
    width: 48%;
    height: 290px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    padding: 0 2%;
    margin-bottom: 24px;
    font-size: 0;
}

.index_duty .categoryMain .duty_right {
    font-size: 0;
}

.index_duty .categoryMain .duty_right .item:nth-child(odd) {
    padding-left: 0;
}

.index_duty .categoryMain .duty_right .item:nth-child(even) {
    padding-right: 0;
}


.technologyLeft {
    flex: 8;
}

.technologyRight {
    flex: 7;
}

.index_technology {
    background: url(../images/index_bg_04.png) no-repeat;
    padding-top: 115px;
    padding-bottom: 100px;
}

.index_technology .technologyLeft {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -o-inline-flex;

}

.index_technology .technologyLeft ul li {
    width: 200px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 17px;
    margin-right: 24px;
    border: 4px solid #fff;
}

.index_technology .technologyLeft ul li:last-child {
    margin-bottom: 0;
}

.index_technology .technologyLeft ul li:hover {
    border: 4px solid #d80e19;
}

.index_technology .technologyLeft .imgouter {
    width: 580px;
    height: 520px;
    text-align: center;
    background-image: url(../images/89a9cb9bebe43b371f6e7f0db251441.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.index_technology .technologyRight>div {
    padding-left: 90px;
}

.index_technology .technologyRight ul li {
    display: inline-block;
}
.index_technology .technologyRight ul li a{
    font-size: 22px;
    color: #666;
    background: #e7e7e7;
    padding: 15px 40px;
    margin-right: 50px;
}

.index_technology .technologyRight ul li.active a {
    display: block;
    color: #fff;
    background: #d80e19;
}

.index_technology .technologyRight ul {
    margin-top: 24px;
}

.index_technology .technologyRight .technologyDetail {
    display: none;
}

.index_technology .technologyRight .technologyDetail.active {
    display: block;
}

.index_technology .technologyRight .technologyDetail dt {
    font-size: 24px;
    margin-top: 55px;
    padding-bottom: 30px;
}

.index_technology .technologyRight .technologyDetail dd {
    line-height: 1.8;
    font-size: 18px;
    color: #999;
}

.index_technology .technologyRight .technologyDetail dd p:nth-child(2) {
    margin: 0.5rem 0;
}

.index_product {
    background: url(../images/index_bg_05.png) no-repeat;
    padding-top: 115px;
    padding-bottom: 0;
}

.index_product a.flex_item {
    display: block;
    overflow: hidden;
    position: relative;
}

.index_product a.flex_item>dl {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -o-inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(216, 14, 25, 0.8);
    overflow: hidden;
    opacity: 0;
}
.index_product a.flex_item:hover>dl {
    opacity: 1;
}

.index_product a.flex_item>dl dt {
    font-size: 28px;
    position: relative;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
}

.index_product a.flex_item>dl dt:after {
    content: " ";
    display: block;
    width: 90px;
    height: 3px;
    background: #fff;
    margin: 30px auto;
}

.index_product a.flex_item>dl dd {
    font-size: 20px;
    max-width: 80%;
    margin: 0 auto;
    transform: translateX(-500px);
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

.index_product .add_icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 75px;
    position: relative;
}

.index_product a.flex_item .add_icon:before {
    content: " ";
    display: block;
    position: absolute;
    width: 36px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -1px;
    background: #fff;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;

}

.index_product a.flex_item .add_icon:after {
    content: " ";
    display: block;
    position: absolute;
    width: 2px;
    height: 36px;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -18px;
    background: #fff;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
}

.index_product a.flex_item:hover dd {
    display: block;
}

.index_product a.flex_item:hover>dl dt {
    font-size: 28px;
    position: relative;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
}

.index_product a.flex_item:hover>dl dd {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

.index_product a.flex_item:hover .add_icon:before,
.index_product a.flex_item:hover .add_icon:after {
    transform: scale(1);
    transition: transform 0.8s 0.4s;
}

.index_new {
    background: url(../images/index_bg_06.png) no-repeat;
    padding-top: 115px;
    padding-bottom: 100px;
}

.index_new .flex_outer .flex_item:nth-child(1).newLeft {
    flex: 7;
}

.index_new .flex_outer .flex_item:nth-child(2).newRight {
    flex: 8;
}

.newLeft .hotNewsShow {
    width: 540px;
}

.newLeft .hotNewsShow>dt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 15px;
}

.newLeft .hotNewsShow>dt>div:nth-child(1) {
    font-size: 22px;
}

.newLeft .hotNewsShow>dt>div:nth-child(2) {
    width: 180px;
    color: #999;
}

.newLeft .hotNewsShow .hotTime {
    position: relative;
}

.newLeft .hotNewsShow .hotTime:after{
    content:" ";
    display: block;
    position: absolute;
    height: 90%;
    width: 2px;
    background:#999;
    left: 50%;
    top: 5%;
    -webkit-transform:skewX(-45deg);
    -moz-transform:skewX(-45deg);
    -ms-transform:skewX(-45deg);
    -o-transform:skewX(-45deg);
    transform:skewX(-45deg);
}

.newLeft .hotNewsShow>dt .hotDay {
    font-size: 48px;
    font-weight: bold;
}

.newLeft .hotNewsShow>dt .hotDate {
    font-size: 24px;
    text-align: right;
}
.newLeft .hotNewsShow>dd{
    line-height: 1.8;
}
.newLeft .hotNewsShow>dd+div{
    margin-top: 40px;
    width: 540px;
    height: 370px;
    background-repeat: no-repeat;
    background-position: center center;
}
.index_new .newRight .flex_outer{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
.index_new .newRight .flex_outer:nth-child(1){
    padding-top: 0;
}
.index_new .newRight .flex_outer:nth-child(3){
    padding-bottom: 0;
    border:none;
}
.index_new .newRight .flex_outer>.flex_item:nth-child(1){
    flex:3;
    padding-right:30px;
}
.index_new .newRight .flex_outer>.flex_item:nth-child(2){
    flex:5;
    display:-webkit-inline-flex;
    display:-o-inline-flex;
    display:-moz-inline-flex;
    display:inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.index_new .newRight .flex_outer>.flex_item .newsItem dt{
    font-size: 22px;
    margin-bottom: 24px;
}

.index_new .newRight .flex_outer>.flex_item .newsItem dd{
    font-size: 18px;
    color: #999;
}
.index_new .newRight .flex_outer>.flex_item .newsItem dd>div:nth-child(1){
    margin-bottom: 27px;
}
.cp_menu{margin: 0;}