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: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.inContent {
    width: 1600px;
    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: #013996;
}

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
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

.wrap {
    width: 1600px;
    margin: 0 auto;
}

a {
    color: inherit;
}

 ::-moz-selection {
    color: #fff;
    background: #013996;
}

 ::selection {
    color: #fff;
    background: #013996;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #013996;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #013996;
    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);
}

.head .submenu>ul {
    display: none;
}

.head .open>ul {
    display: block;
}

.head {
    /*使导航栏固定在顶部*/
    position: fixed;
    left: 0px;
    z-index: 99999;
    width: 100%;
    height: 90px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    top: 0;
}

.head .message {
    background: #d20210;
    color: #ffffff;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
}

.head .logo a {
    background: #285bf9;
    width: 270px;
    height: 130px;
    text-align: center;
}

.language {
    margin-right: 100px;
}

.language .on {
    padding: 5px 10px;
    border-radius: 20px;
}

.language span {
    margin-left: 10px;
}

.language li span {
    font-size: 18px;
    color: #333;
    margin: 0 10px;
}

.banner {
    margin-top: 90px;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    background: #000000;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.navigation li {
    float: left;
    color: #333;
    font-size: 18px;
    margin: 0 40px;
    position: relative;
}

.navigation .on {
    font-weight: bold;
}

.navigation li a {
    display: block;
    line-height: 90px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.aboutnav li {
    color: #ffffff;
}

.navigation>ul>li a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.navigation .dropdown-menu {
    display: none;
    position: fixed;
    z-index: 99;
    background: #f8f8fb;
    width: 100%;
    left: 0;
}

.navigation .dropdown-menu li {
    color: #333333;
}

.navigation li:hover .dropdown-menu {
    display: block;
}

.navigation .dropdown-menu .box {
    padding: 40px;
}

.navigation .dropdown-menu .t1 {
    color: #333;
    font-weight: bold;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
}

.navigation .dropdown-menu .t2 {
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}

.navigation .dropdown-menu .link {
    width: 30%;
}

.navigation .dropdown-menu .link a {
    width: 50%;
    color: #333333;
    font-size: 18px;
    float: left;
}

.navigation .dropdown-menu .right {
    width: 70%;
}

.navigation .dropdown-menu .right .item2 {
    margin: 0 30px;
}

.navigation .dropdown-menu .right .item2 .title {
    line-height: 40px;
    color: #333333;
}

.navigation .dropdown-menu .img img {
    width: 100%;
}

.navigation .on {
    font-weight: bold;
}

.index01 {
    background: url(../images/index_05.jpg) no-repeat;
    width: 1340px;
    height: 225px;
    margin: -114px auto 0 auto;
    position: relative;
    z-index: 9;
    padding: 0 100px;
}

.index01 .txt1 {
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
}

.index01 .txt1 img {
    margin-right: 15px;
}

.index01 .txt2 span {
    color: #ffffff;
    font-size: 18px;
}

.index01 .txt2 a {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 50px;
    color: #ffffff;
    margin-left: 40px;
}

.index02 {
    margin: 100px 0;
}

.index02 .img {
    width: 48%;
}

.index02 .img img {
    width: 100%;
}

.index02 .right {
    width: 50%;
}

.index02 .right .t1 {
    color: #ed6a04;
    font-size: 20px;
}

.index02 .right h1 {
    font-size: 50px;
    margin-bottom: 40px;
}

.index02 .right .center {
    font-size: 18px;
    line-height: 30px;
    color: #939393;
    margin-bottom: 40px;
}

.index02 .right .list {
    line-height: 52px;
    font-size: 18px;
}

.index02 .right .list p img {
    margin-right: 15px;
}

.index02 .more {
    color: #ffffff;
    background: #285bf9;
    width: 188px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    display: block;
    font-size: 18px;
    border-radius: 40px;
    margin-top: 20px;
}

.index-title {
    margin: 100px 0;
    text-align: center;
}

.index-title .t1 {
    color: #ed6a04;
    font-size: 20px;
}

.index-title .t2 {
    font-size: 50px;
    font-weight: bold;
}

.index03 .wrap {
    position: relative;
    height: 700px;
}

.index03 .left {
    width: 61%;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 60px;
}

.index03 .left .img {
    padding-bottom: 56%;
    height: 0;
    position: relative;
    width: 100%;
}

.index03 .left .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index03 .left .txt {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    padding: 26px;
    font-size: 18px;
    line-height: 30px;
}

.index03 .right {
    width: 45%;
    background: #013996;
    position: absolute;
    right: 0;
    padding: 40px 40px 60px 0;
}

.index03 .right h1 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 40px;
    line-height: 55px;
    padding-left: 160px;
}

.index03 .right .tab {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 55px;
    padding-left: 160px;
    position: relative;
}

.index03 .right .tab:hover a {
    color: #ed6a04;
}

.index03 .right .cur a {
    color: #ed6a04;
    background: url(../images/icon5.png) no-repeat right;
    padding-right: 50px;
}

.index03 .right .cur::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 3px;
    background: #ed6a04;
    top: 30px;
    left: 0;
    z-index: 10;
}

.none {
    display: none;
}

.index03 {
    background: url(../images/icon6.png) no-repeat right bottom;
}

.index04 {
    background: #f7f7f7;
}


/* marqueeleft */

.marqueeleft {
    height: 150px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.marqueeleft ul {
    float: left;
}

.marqueeleft li {
    float: left;
    display: inline;
    width: 225px;
    height: 90px;
    overflow: hidden;
    margin-left: 50px;
    margin-top: 30px;
    text-align: center;
}

.marqueeleft li .pic {
    display: block;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

.index05 .tab .fl {
    padding: 14px 30px;
    border: 1px #1f50a2 solid;
    border-radius: 5px;
    font-size: 20px;
    color: #1f50a2;
    margin: 0 15px;
}

.index05 .tab {
    margin-bottom: 90px;
}

.index05 .tab .cur {
    background: #1f50a2;
    color: #fff;
}

.index05 .content .left {
    width: 49%;
    float: left;
}

.index05 .content .left .img {
    padding-bottom: 74%;
    height: 0;
    position: relative;
    width: 100%;
}

.index05 .content .left .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index05 .content .left .txt-box {
    background: #f7f7f7;
    border: 1px #eeeded solid;
    padding: 30px;
}

.index05 .content .left .txt-box .t-l {
    width: 82%;
}

.index05 .content .left .txt-box .title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 16px;
}

.index05 .content .left .txt-box .detail {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index05 .content .right {
    width: 49%;float: right;
}

.index05 .content .right .img1 {
    padding-bottom: 46%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.index05 .content .right .img1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index05 .content .right .img3 {
    padding-bottom: 44%;
    height: 0;
    position: relative;
    width: 49%;
    display: block;
    margin-bottom: 15px;
}

.index05 .content .right .img3 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index05 {
    margin-bottom: 100px;
}
.index05 .content{
    overflow: hidden;
}
.index06 {
    background: url(../images/index06_02.jpg) no-repeat center;
    overflow: hidden;
    background-size: 100% 100%;
}

.index06 .item {
    background: #ffffff;
    position: relative;
    padding: 20px 20px 20px 30%;
}

.index06 .item .img {
    position: absolute;
    top: -40px;
    left: 20px;
    z-index: 9;
}

.index06 .item .icon {
    position: absolute;
    top: -30px;
    right: 30px;
}

.index06 .item .img {
    width: 22%;
}

.index06 .item .img img {
    width: 100%;
}

.index06 .item .t1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.index06 .item .t2 {
    font-size: 18px;
    color: #939393;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.index06 .swiper-container {
    padding: 40px 0 70px 0;
}

.index07 .index-title .more {
    color: #013996;
    font-size: 20px;
}

.index07 .box {
    margin-right: -4.3%;
    overflow: hidden;
    padding-bottom: 100px;
}

.index07 .item {
    width: 29%;
    float: left;
    border: 1px #f2f1f1 solid;
    padding: 20px;
    margin-right: 4.3%;
}

.index07 .item:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.index07 .item .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.index07 .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index07 .item .blog {
    position: absolute;
    width: 118px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    background: #013996;
    border-radius: 10px;
    right: 22px;
    top: 22px;
    font-size: 20px;
}

.index07 .item span {
    color: #666666;
    line-height: 60px;
    display: block;
}

.index07 .item .title {
    font-size: 24px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 30px;
}

.index08 {
    background: url(../images/index08_12.jpg) no-repeat center;
    height: 410px;
    background-size: 100% 100%;
}

.index08 .box {
    width: 50%;
    padding: 0 50px;
}

.index08 .box .t1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    line-height: 110px;
}

.index08 .box .input {
    margin-bottom: 6px;
}

.index08 .box .input input {
    width: 100%;
    background: #ffffff;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    text-indent: 2em;
}

.index08 .box textarea {
    height: 90px;
    border-radius: 4px;
    padding: 10px 20px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.index08 .box .btn {
    width: 144px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ed6a04;
    color: #ffffff;
    display: block;
    float: right;
    margin-top: 30px;
    border-radius: 30px;
}

.foot {
    padding: 100px 0;
    background: #333333;
}

.foot .item {
    width: 22%;
    color: #ffffff;
}

.foot .t1 {
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
    line-height: 30px;
}

.foot .item .t2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
}

.foot .item p {
    font-size: 18px;
    line-height: 30px;
}

.foot .item .t3 {
    font-size: 18px;
    line-height: 30px;
    display: block;
}

.foot .item .t4 {
    font-size: 18px;
    line-height: 45px;
}

.foot .item .t4 img {
    margin-right: 18px;
}

.copyright {
    height: 80px;
    line-height: 80px;
    background: #000000;
    color: #666666;
}

.nybanner {
    margin-top: 90px;
}

.nybanner img {
    display: block;
    width: 100%;
}

.location .wrap {
    height: 90px;
    font-size: 16px;
    color: #999999;
}

.location .wrap img {
    margin-right: 20px;
}

.pro-xq {
    background: #f5f5f5;
    padding: 40px 0;
}

.pro-xq .wrap {
    background: #ffffff;
    padding: 40px;
}

.pro-xq .pro01 {
    overflow: hidden;
}

.pro-xq .pro01 .img {
    width: 50%;
    padding-bottom: 35%;
    height: 0;
    position: relative;
    float: left;
}

.pro-xq .pro01 .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.pro-xq .pro01 .right {
    float: right;
    width: 47%;
}

.pro-xq .pro01 .right .t1 {
    font-size: 36px;
    font-weight: bold;
}

.pro-xq .pro01 .right .t2 {
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    margin: 30px 0;
}

.pro-xq .pro01 .right .item {
    background: #f5f5f5;
    height: 47px;
    padding: 0 30px;
    margin-bottom: 20px;
}

.pro-xq .pro01 .right .item span {
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;
}

.pro-xq .pro01 .right .item p {
    font-size: 16px;
    color: #999999;
}

.pro-xq .pro-xq-title {
    font-size: 26px;
    font-weight: bold;
    text-indent: 1em;
    border-left: 8px #013996 solid;
    margin-bottom: 50px;
}

.pro-xq .pro02 {
    margin: 50px 0;
}

.pro-xq .pro02 .content {
    font-size: 16px;
    color: #999999;
}

.pro-xq .pro04 {
    background: url(../images/pro_12.jpg) no-repeat center;
    background-size: 100% 100%;
    margin: 100px 0;
    padding: 80px 0;
}

.pro-xq .pro04 h1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 50px;
}

.pro-xq .pro04 .wrap {
    background: none;
}

.pro-xq .pro04 .item {
    width: 30%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
}

.pro-xq .pro04 .item .box {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.pro-xq .pro04 .item .box img {
    margin-right: 20px;
}

.pro-xq .pro04 .item .txt {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}

.pro05 h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.pro05 .wrap {
    background: none;
}

.pro05 .swiper-container {
    padding-bottom: 40px;
}

.pro05 .swiper-slide {
    width: 978px;
    transition-timing-function: linear;
}

.pro05 .swiper-slide .txt {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0;
    background: url(../images/probg_15.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.pro05 .swiper-slide .txt .flex {
    height: 100%;
    margin-left: 70px;
}

.pro05 .swiper-slide .txt .t1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.pro05 .swiper-slide .txt .t2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
}

.pro05 .swiper-slide .txt .more {
    font-size: 18px;
    border: 1px #ffffff solid;
    padding: 6px 20px;
}

.pro05 .swiper-slide:hover .txt {
    display: block;
}

.pro05 .swiper-slide:hover a {
    color: #ffffff;
}

@media only screen and (max-width:1200px) {
    .pro05 .swiper-slide {
        width: 770px;
    }
}

@media only screen and (max-width:980px) {
    .pro05 .swiper-slide {
        width: 471px;
    }
}

@media only screen and (max-height:480px) {
    .pro05 .swiper-slide {
        width: 471px;
    }
}

.pro05 .swiper-slide img {
    width: 100%;
    border-radius: 4px;
}

.pro05 .swiper-button-next,
.pro05 .swiper-button-prev {
    width: 71px;
    height: 71px;
    background-size: 86px 112px;
    margin-top: -56px;
    outline: none;
}

.pro05 .swiper-button-next {
    background: url(../images/icon14.png) no-repeat;
}

.pro05 .swiper-button-prev {
    background: url(../images/icon15.png) no-repeat;
}

.pro05 .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 0 6px !important;
    width: 9px;
    height: 9px;
    position: relative;
    outline: none;
    vertical-align: middle;
}

.pro05 .swiper-pagination-bullet span {
    width: 3px;
    height: 3px;
    background: #CCC;
    display: block;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
}

.pro05 .swiper-pagination-bullet i {
    background: #000;
    height: 1px;
    width: 20px;
    position: absolute;
    top: 4px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}

.pro05 .swiper-pagination-bullet-active span,
.pro05 .swiper-pagination-bullet:hover span {
    width: 9px;
    height: 9px;
    margin-top: 0;
    margin-left: 0;
    background: #000;
    position: relative;
    z-index: 1;
}

.pro05 .swiper-pagination-bullet-active i {
    animation: middle 6s;
}

.pro05 .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
    animation: first 6s;
}

.pro05 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
    animation: last 6s;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }
    /*091*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }
    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }
    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }
    /*092*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0913*/
}

.prolist {
    background: #f5f5f5;
    padding: 60px 0;
}

.prolist .left {
    width: 23%;
}

.prolist .sidebar {
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 40px;
}

.prolist .sidebar h1 {
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    background: #013996;
    font-size: 18px;
}

.coll_body {
    display: none;
    background: #f4f9ff;
    padding: 10px 20px;
}

.prolist .sidebar h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 20px 30px 20px 0;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px #cccccc solid;
}

.pro-sidebar .Collapsing {
    background: url(../images/jiapro.png) no-repeat right center;
}

.pro-sidebar .current {
    background-image: url(../images/j.png);
    font-weight: bold;
    color: #013996;
}

.prolist .coll_body a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    line-height: 26px;
}

.prolist .sidebar .item {
    padding: 10px 30px;
}

.prolist .sidebar .item span {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.prolist .sidebar .item p {
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    margin-top: 10px;
}

.prolist .list {
    width: 74%;
    padding: 30px;
    background: #ffffff;
    border-radius: 30px;
}

.prolist .list h1 {
    text-indent: 1em;
    font-size: 24px;
    font-weight: bold;
    border-left: 8px #013996 solid;
}

.prolist .list ul {
    flex-wrap: wrap;
    margin-top: 50px;
    margin-right: -4%;
}

.prolist .list li {
    width: 29.3%;
    margin-right: 4%;
    margin-bottom: 40px;
    position: relative;
    background: #f1f1f1;
}

.prolist .list .img {
    padding-bottom: 72%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.prolist .list .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.prolist .list .title {
    padding: 20px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
}

.pagination {
    margin: 50px 0;
}

.pagination a {
    border: 1px #013996 solid;
    padding: 10px 15px;
    margin: 0 8px;
    border-radius: 6px;
}

.pagination a:hover,
.pagination .on {
    background: #013996;
    color: #fff;
}

.about01 {
    overflow: hidden;
}

.about01 h1 {
    text-align: center;
    line-height: 220px;
    font-size: 40px;
}

.about01 .img {
    float: left;
}

.about01 .right {
    background: #f0f3f8;
    overflow-y: scroll;
    padding: 80px;
}

.about01 .right h2 {
    font-size: 40px;
    color: #013996;
}

.about01 .right h3 {
    font-size: 20px;
    margin: 20px 0;
}

.about01 .right p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about01 .right p strong {
    color: #333;
}

.about01 .number-box {
    padding: 40px 0;
}

.about01 .number-box .item {
    padding-bottom: 30px;
    border-bottom: 1px #cccccc solid;
}

.about01 .number-box .txt {
    margin-right: 40px;
}

.about01 .number-box .txt p {
    font-size: 18px;
}

.about01 .number-box .txt span {
    color: #013996;
    font-size: 60px;
    font-weight: bold;
}

.about02 {
    background: url(../images/about_02.jpg) no-repeat center;
    height: 800px;
    background-size: 100% 100%;
    overflow: hidden;
}

.about02 h1 {
    margin-top: 120px;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
}

.about02 p {
    width: 65%;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.about02 .wrap {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.about02 .box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 55%;
    padding-top: 100px;
}

.about02 .box h2 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 50px;
}

.about02 .box h3 {
    font-size: 300px;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: 0;
    top: -80px;
}

.about02 .box .txt {
    height: 200px;
    padding: 20px;
    background: #013996;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    overflow-y: scroll;
}

.about02 .swiper-button-next,
.about02 .swiper-button-prev {
    bottom: 20px;
    top: auto;
    width: 20px;
    height: 34px;
    background-size: 20px 34px;
}

.about02 .swiper-button-next {
    right: 40px;
}

.about02 .swiper-button-prev {
    right: 100px;
    left: auto;
}

.about03 {
    background: url(../images/about_03.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 567px;
    overflow: hidden;
}

.about03 .wrap {
    position: relative;
    height: 567px;
    overflow: hidden;
}

.about03 .txt {
    margin-top: 80px;
}

.about03 .txt h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 70px;
}

.about03 .txt p {
    font-size: 20px;
    line-height: 36px;
}

.about03 img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about04 .swiper-slide img {
    width: 100%;
}

.about04 {
    padding: 170px 0 100px 0;
    background: #f9f9f9;
}

.about04 .swiper-container {
    padding-bottom: 70px;
}

.about05 .left {
    width: 40%;
    background: url(../images/about_09.jpg) no-repeat center;
    background-size: 100% 100%;
}

.about05 .left .box {
    margin-left: 20%;
    padding-right: 70px;
}

.about05 .left .box h1 {
    margin-top: 96px;
    font-size: 36px;
    margin-bottom: 20px;
}

.about05 .left .box p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}

.about05 .left .box p img {
    margin-right: 20px;
}

.about05 .left .more {
    background: #013996;
    display: block;
    width: 224px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
    font-size: 18px;
}

.case01 #marquee1 {
    width: 1600px;
    overflow: hidden;
}

.case01 #marquee1 ul li {
    float: left;
    width: 225px;
    padding: 0 10px;
    margin-bottom: 30px;
}

.case01 #marquee1 ul li img {
    display: block;
    width: 225px;
    height: 90px;
}

.case01 #marquee2 {
    width: 1600px;
    overflow: hidden;
}

.case01 #marquee2 ul li {
    float: left;
    width: 225px;
    padding: 0 10px;
    margin-bottom: 30px;
}

.case01 #marquee2 ul li img {
    display: block;
    width: 225px;
    height: 90px;
}

.case01 #marquee3 {
    width: 1600px;
    overflow: hidden;
}

.case01 #marquee3 ul li {
    float: left;
    width: 225px;
    padding: 0 10px;
    margin-bottom: 30px;
}

.case01 #marquee3 ul li img {
    display: block;
    width: 225px;
    height: 90px;
}

.case01 .list {
    position: relative;
}

.case01 .list .zz-left {
    position: absolute;
    left: 0;
    z-index: 9;
    height: 100%;
}

.case01 .list .zz-right {
    position: absolute;
    right: 0;
    z-index: 9;
    height: 100%;
}

.casetitle {
    text-align: center;
    padding: 70px 0;
}

.casetitle h1 {
    font-size: 36px;
    margin-bottom: 35px;
}

.casetitle p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.jjfn .list ul {
    margin-right: -3%;
}

.jjfn .list li {
    float: left;
    width: 22%;
    margin-right: 3%;
    margin-bottom: 30px;
}

.jjfn .list .img {
    width: 100%;
    padding-bottom: 65%;
    height: 0;
    position: relative;
    display: block
}

.jjfn .list .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.jjfn .list .title {
    height: 70px;
    line-height: 70px;
    background: #d3d3d3;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    display: block;
}

.case03 {
    /* background: url(../images/case_11.jpg) no-repeat center; */
    background-size: cover;
    /* padding-top: 180px; */
    padding-bottom: 140px;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.case03 .profblf {
    width: 45%;
    overflow: hidden;
    position: relative;
    z-index: 99;
    margin-top: 100px;
}

.case03 .tit {
    width: 100%;
    overflow: hidden;
}

.case03 .tit p {
    color: #fff;
    width: 100%;
    overflow: hidden;
    font-size: 60px;
    line-height: 74px;
    font-family: Arial;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

.case03 .tit h3,
.case03 .tit h3 a {
    color: #fff;
    width: 100%;
    overflow: hidden;
    font-size: 28px;
    line-height: 35px;
    font-weight: normal;
}

.case03 .profbjs {
    width: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    margin-top: 65px;
}

.case03 .fbtel {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: url(../images/icon29.png) no-repeat left center;
    padding-left: 168px;
    color: #fff;
    padding-top: 50px;
    margin-top: 50px;
}

.case03 .fbtel a {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.case03 .gif {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.case03 .bg {
    position: absolute;
    z-index: -1;
    right: 0;
}

.lxwm {
    padding: 100px 0;
}

.lxwm .left {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 50%;
    padding: 50px;
}
.lxwm .right{
    width: 50% !important;
}
.lxwm .left .line {
    width: 75px;
    height: 8px;
    background: #013996;
    border-radius: 8px;
    margin: 30px 0;
}

.lxwm .left .item {
    font-size: 20px;
    color: #666666;
    margin-bottom: 30px;
}

.lxwm .left .item span {
    font-size: 26px;
    color: #333333;
}

.lxwm .left .item img {
    margin-right: 10px;
}

.lxwm .left .item span {
    margin-right: 20px;
}

.download {
    padding: 50px 0;
}

.download .list ul {
    margin-right: -1.8%;
}

.download .list li {
    width: 48%;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border: 1px #e9e9ed solid;
    margin-right: 1.8%;
    margin-bottom: 20px;
}

.download .list p {
    width: 80%;
    text-indent: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.download .list .link {
    width: 20%;
}

.download .list .link img {
    padding-left: 20px;
    border-left: 1px #e9e9ed solid;
    margin-right: 10px;
}

.newsList .list {
    overflow: hidden;
}

.newsList .list li {
    width: 100%;
    float: left;
    padding: 40px 0;
    border-bottom: 1px #e5e5e5 solid;
}

.newsList .list .date {
    float: left;
    width: 12%;
    margin-top: 30px;
}

.newsList .list .date span {
    font-size: 26px;
    margin: 10px 0 20px 0;
}

.newsList .list .arrow {
    width: 40px;
    height: 40px;
    background: url(../images/news_09.jpg) 100% 100%;
    margin-top: 20px;
}

.newsList .list .txt {
    float: left;
    width: 65%;
}

.newsList .list li a {
    display: block;
}

.newsList .list .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0;
}

.newsList .list .detail {
    line-height: 36px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsList .list .img {
    float: right;
    width: 18%;
}

.newsList .list .img img {
    width: 100%;
    height: 166px;
}

.newsList .list li:hover .arrow {
    background: url(../images/news1_05.jpg) 100% 100%;
}

.news-xq {
    margin-top: 20px;
}

.news-xq .bt {
    padding: 35px 0;
    margin-bottom: 20px;
}

.news-xq .bt .sda {
    text-align: center;
    color: #bfbfc1;
    font-size: 16px;
}

.news-xq .bt img {
    margin-right: 10px;
}

.news-xq .bt span {
    margin-right: 40px;
}

.news-xq h1 {
    text-align: center;
    font-size: 36px;
    color: #464646;
    margin-bottom: 30px;
}

.news-xq .xq {
    padding-bottom: 30px;
}

.news-xq .xq p {
    font-size: 16px;
    line-height: 34px;
    text-indent: 2em;
    color: #585858;
}

.newspage {
    overflow: hidden;
    margin: 40px 0
}

.newspage .y {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #e4e4e4 solid;
    overflow: hidden;
}

.newspage .y .left {
    float: left;
    width: 108px;
    height: 60px;
    text-align: center;
    color: #b4b4b4;
    font-size: 16px;
    display: block
}

.newspage .y a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 30px;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}

.newspage .y span {
    float: right;
    font-size: 14px;
    color: #b4b4b4;
}

.newspage .y:hover .left {
    background: #004098;
    color: #fff;
}