h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 1700px;
    margin: 0 auto;
    overflow: hidden
}

.inContent {
    width: 1700px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p,
dl,
dt,
dd {
    margin: 0;
}

html {
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #025bc3;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
    margin: 0;
    padding: 0;
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

.wrap {
    width: 1700px;
    margin: 0 auto;
}

a {
    color: inherit;
}

 ::-moz-selection {
    color: #fff;
    background: #025bc3;
}

 ::selection {
    color: #fff;
    background: #025bc3;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #025bc3;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #025bc3;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*
    设置在弹性容器上的属性
*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align_items_start {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify_content_end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.index01 {
    padding: 70px 0 110px 0;
    background: url(../images/index01bg_02.jpg) center bottom no-repeat;
    background-size: 100% 100%;
}

.index01 h1 {
    font-size: 48px;
    text-align: center;
}

.index01 .tab {
    width: 100%;
    height: 96px;
    line-height: 96px;
    background: #f0f0f0;
    margin-top: 60px;
}

.index01 .tab .item {
    width: 25%;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.index01 .tab .on {
    color: #025bc3;
    font-weight: bold;
    background: #ffffff;
    border-top: 4px #025bc3 solid;
}

.index01 .list {
    padding: 40px 50px;
    background: #ffffff;
}

.index01 .list .box {
    margin-right: -2%;
}

.index01 .list .group {
    width: 23%;
    float: left;
    margin-right: 2%;
}

.index01 .list .group .img {
    padding-bottom: 72%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.index01 .list .group .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index01 .list .group .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index01 .list .group p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.index01 .list .group .more {
    color: #025bc3;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.none {
    display: none;
}

.index02 .left-txt {
    background: url(../images/index2_02.jpg) no-repeat;
    background-size: 100% 100%;
    width: 79%;
    color: #ffffff;
    padding: 90px 0 0 0;
}

.index02 .left-txt .content {
    width: 80%;
    margin: 0 auto;
}

.index02 .left-txt h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 120px;
}

.index02 .left-txt span {
    border-left: 20px #fff solid;
    border-right: 20px #fff solid;
    padding: 0 30px;
}

.index02 .left-txt .box {
    flex-wrap: wrap;
}

.index02 .left-txt .item {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 70px;
}

.index02 .left-txt .item .txt h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.index02 .left-txt .item .txt p {
    font-size: 18px;
    line-height: 30px;
}

.index02 .left-txt .item .icon {
    height: 66px;
    margin-right: 45px;
}

.index02 .img {
    width: 21%;
}

.index02 .img img {
    height: 100%;
    width: 100%;
}

.index03 {
    padding: 120px 0;
}

.index03 .left-txt {
    width: 50%;
}

.index03 .left-txt h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 50px;
}

.index03 .left-txt h1 img {
    margin-right: 30px;
}

.index03 .left-txt h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 26px;
}

.index03 .left-txt p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #717171;
}

.index03 .video {
    width: 48%;
}

.index03 .video img {
    width: 100%;
}

.index03 .group {
    background: #025bc3;
    border-radius: 20px;
    padding: 40px 0;
    margin-top: 90px;
}

.index03 .group .item {
    text-align: center;
    padding: 0 5%;
    color: #ffffff;
    border-right: 1px #ffffff solid;
}

.index03 .group .item:last-child {
    border-right: 0;
}

.index03 .group .item .num {
    font-size: 60px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-bottom: 10px;
}

.index03 .group .item p {
    font-size: 18px;
}

.index04 {
    background: url(../images/index04bg_09.jpg) no-repeat bottom right #fdfdfd;
    overflow: hidden;
    background-size: auto 100%;
}

.index04 h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 100px;
    margin-top: 180px;
}

.index04 h1 img {
    margin-right: 30px;
}

.index04 p {
    width: 50%;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 240px;
}

.index04 .more {
    width: 160px;
    line-height: 60px;
    text-align: center;
    background: #025bc3;
    color: #ffffff;
    display: block;
    font-size: 18px;
    margin-bottom: 200px;
}

.index05 {
    background: #f0f0f0;
    overflow: hidden;
    padding-bottom: 80px;
}

.index05 h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 90px;
    margin-top: 90px;
}

.index05 h1 img {
    margin-right: 30px;
}

.index05 ul {
    margin-right: -3.3%;
}

.index05 li {
    float: left;
    width: 30%;
    margin-right: 3.3%;
}

.index05 li .img {
    padding-bottom: 72%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.index05 li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index05 li .date {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: #025bc3;
    font-size: 18px;
    margin-top: -25px;
    position: relative;
    z-index: 9;
    margin-left: 30px;
}

.index05 li .txt {
    background: #ffffff;
    padding: 0 30px 40px 30px;
}

.index05 li .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.index05 li p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index05 .more {
    color: #025bc3;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    display: block;
}

.index06 h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 90px;
    margin-top: 90px;
}

.index06 h1 img {
    margin-right: 30px;
}

.index06 .txt {
    width: 30%;
}

.index06 .right-box {
    width: 68%;
    margin-top: 90px;
}

.index06 .txt h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.index06 .txt p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.index06 .swiper-slide img {
    width: 100%;
}

.index06 .swiper-slide {
    transition: transform 0.5s;
    /* 平滑过渡效果 */
    transform: scale(0.75);
    /* 默认缩放 */
}

.index06 .swiper-slide-active {
    transform: scale(1);
    /* 活动slide放大 */
}

.index06 .swiper-pagination {
    top: auto !important;
    bottom: 80px;
}

.index06 .swiper-button-next,
.index06 .swiper-button-prev {
    width: 52px;
    height: 52px;
    top: 40%;
}

.index06 .swiper-button-next {
    right: auto;
    left: 80px;
}

.index06 .swiper-button-prev {
    background: url(../images/prev_18.png) no-repeat;
}

.index06 .swiper-button-next {
    background: url(../images/prev_19.png) no-repeat;
}

.index06 .pagination {
    position: relative;
    width: 100%;
    background: #dedde2;
    z-index: 99;
    height: 2px;
    margin-top: 80px;
}

.index07 {
    padding-bottom: 50px;
    overflow: hidden;
}

.index07 h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 90px;
    margin-top: 150px;
}

.index07 h1 img {
    margin-right: 30px;
}

.index07 .tab a {
    margin-left: 50px;
    font-size: 18px;
}

.index07 .tab .on {
    color: #025bc3;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: #025bc3 3px solid;
}

.index07 .left-box {
    width: 55%;
    float: left;
}

.index07 .left-box .img {
    padding-bottom: 27%;
    height: 0;
    position: relative;
    width: 38%;
    display: block;
}

.index07 .left-box .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index07 .left-box .txt {
    width: 55%;
}

.index07 .left-box .txt .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 70px;
    margin-top: 20px;
}

.index07 .left-box .txt p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 40px;
}

.index07 .left-box .txt span {
    font-size: 18px;
}

.index07 .left-box .item {
    margin-bottom: 50px;
    padding: 30px;
    box-shadow: 0 0 30px 5px rgba(13, 85, 146, 0.1);
}

.index07 .right-box {
    float: right;
    width: 40%;
}

.index07 .right-box .item {
    background: #f6f6f6;
    padding: 30px;
    margin-bottom: 56px;
}

.index07 .right-box .item .date {
    text-align: center;
    margin-right: 30px;
    width: 20%;
}

.index07 .right-box .item .txt {
    width: 75%;
}

.index07 .right-box .item .date p {
    font-size: 60px;
    font-weight: bold;
    color: #025bc3;
}

.index07 .right-box .item .date span {
    font-size: 18px;
    color: #025bc3;
}

.index07 .right-box .item .title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    display: block;
    margin-top: 10px;
}

.index07 .right-box .item .detail {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666666;
}

.index08 {
    background: url(../images/indexconbg_29.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 820px;
    overflow: hidden;
}

.index08 h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 90px;
    margin-top: 150px;
    color: #ffffff;
}

.index08 h1 img {
    margin-right: 30px;
}

.index08 .left-box {
    width: 40%;
    color: #ffffff;
    float: left;
}

.index08 .left-box h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 100px;
}

.index08 .left-box .item {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 30px;
}

.index08 .left-box .item img {
    width: 30px;
    margin-right: 20px;
}

.index08 .right-box {
    width: 40%;
    background: #ffffff;
    float: right;
    margin-top: 130px;
}

.index08 .right-box .bt {
    height: 100px;
    line-height: 100px;
    color: #ffffff;
    background: #025bc3;
    padding: 0 40px;
    font-size: 30px;
}

.index08 .right-box .item {
    padding: 0 40px;
}

.index08 .right-box .item input {
    font-size: 18px;
    color: #666666;
    line-height: 55px;
    border-bottom: 1px #e5e5e5 solid;
    width: 100%;
}

.index08 .right-box .item textarea {
    height: 150px;
    padding: 20px 0;
    color: #666666;
    border-bottom: 1px #e5e5e5 solid;
    width: 100%;
}

.index08 .right-box .btn {
    font-size: 18px;
    font-weight: bold;
    color: #025bc3;
    margin: 40px;
    display: block;
}