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: 90%;
    margin: 0 auto;
    overflow: hidden
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    max-width: 1920px;
    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: #263e98;
}

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: 90%;
    margin: 0 auto;
}

.mwrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

a {
    color: inherit;
}

a:hover {
    color: #074da2;
}

 ::-moz-selection {
    color: #fff;
    background: #074da2;
}

 ::selection {
    color: #fff;
    background: #074da2;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #074da2;
    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;
}

.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_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.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 .head-top {
    margin-top: 20px;
}

.head .head-top .t1 {
    font-size: 16px;
}

.head .head-top .t2 {
    font-size: 30px;
    font-weight: bold;
    color: #074da2;
}

.head .head-top .txt {
    margin-left: 16px;
}

.head .head-top .language {
    margin-left: 40px;
}


/* 导航 */

.nav {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.nav .ul {
    display: inline-block;
    width: 100%;
}

.nav li {
    float: left;
    font-size: 18px;
    position: relative;
    height: 70px;
    line-height: 70px;
    width: 14.2%;
    text-align: center;
}

.nav li a {
    display: block;
}

.nav .on {
    font-weight: bold;
    color: #004098;
}

.nav .sub-menu {
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 9;
    display: none;
    background: #f2f2f2;
    width: 100%;
}

.nav .sub-menu li {
    position: relative;
    float: left;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 100%;
    border-bottom: 1px #cccccc dashed;
    box-sizing: border-box;
}

.nav .sub-menu li:hover {
    background: #004098;
}

.nav .sub-menu li:hover a {
    color: #fff;
}


/* banner */

.banner img {
    width: 100%;
}

.index01 {
    background: #f5f5f5;
}

.index01 .top {
    padding: 50px 0;
    text-align: center;
}

.index01 .top .t1 span {
    font-weight: bold;
    color: #004098;
}

.index01 .top .t1 {
    font-size: 38px;
}

.index01 .top .t2 {
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
}

.w-accor1 li img {
    max-width: 100%;
}

.w-accor1 li .cont_ar {
    color: #333333;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.w-accor1 li .dec_ar {
    padding: 10px 40px;
}

.w-accor1 li .acr_p {
    overflow: hidden;
    margin: 0;
    *filter: alpha(opacity=0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-accor1 li.cur .acr_p {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.w-accor1 li .dec_ar h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.index01 .box {
    padding: 30px 0;
}

.index01 .box .nei {
    text-align: center;
}

.index01 .box .nei img {
    width: 70px;
}

.index01 .box .nei .t1 {
    font-size: 20px;
    margin: 10px 0;
}

.index01 .box .nei .t2 {
    font-size: 20px;
}

.index01 .box .nei .t2 span {
    font-size: 50px;
    color: #074da2;
    font-family: Impact;
    margin-right: 6px;
}

.index02 {
    padding: 70px 0;
}

.index02 .bt {
    text-align: center;
}

.index02 .bt .zh {
    font-size: 38px;
    font-weight: bold;
}

.index02 .bt .zh span {
    color: #074da2;
}

.index02 .bt .en {
    font-size: 20px;
    text-transform: uppercase;
    color: #999999;
}

.box-hidden {
    display: none;
}

.index02 .index-cpfl {
    margin: 50px 0;
}

.index02 .index-cpfl li {
    float: left;
    width: 20%;
    background: #ececec;
    height: 80px;
    line-height: 80px;
    padding: 0 1%;
    font-size: 18px;
}
.index02 .index-cpfl li a{
    overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;
}

.index02 .index-cpfl .cur {
    font-weight: bold;
    color: #074da2;
}

.index02 .pro-titwrap ul {
    margin-right: -2%;
}

.index02 .pro-titwrap li {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.index02 .pro-titwrap li .img {
    padding-bottom: 80%;
    height: 0;
    position: relative;
    width: 100%;
}

.index02 .pro-titwrap li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index02 .pro-titwrap .title {
    text-align: center;
    background: #ececec;
    font-size: 18px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.index02 .pro-titwrap li:hover .title {
    font-weight: bold;
}

.index02 .more {
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    background: #ececec;
    margin: 30px auto;
}

.index03 {
    height: 640px;
    width: 100%;
    background: url(../images/index03_10.jpg) no-repeat center;
}

.index03 h1 {
    text-align: center;
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 15px;
}

.index03 h1 span {
    color: #004098;
}

.index03 .t1 {
    text-align: center;
    font-size: 18px;
    color: #666666;
}

.index03 .box {
    margin-top: 120px;
}

.index03 .box #select {
    width: 310px;
    height: 70px;
    cursor: pointer;
}

.index03 .box select {
    background: #fff;
    border: 0;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-appearance: none;
    padding: 0 20px;
    box-sizing: border-box;
}

.index03 #selectStyle {
    display: block;
    overflow: hidden;
    width: 310px;
    height: 70px;
    border-radius: 0;
    color: #fff;
    line-height: 2;
    position: relative;
    z-index: 1;
    margin: 0 20px;
}


/* 代码1 */

.index03 #selectStyle:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    margin-top: -2.5px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    content: "";
}


/* 代码1 */

.index03 #selectStyle:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    margin-top: -3.5px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #535353 transparent transparent transparent;
    content: "";
}

.index03 .btn {
    width: 200px;
    height: 70px;
    text-align: center;
    background: #263e98;
    color: #fff;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;
}

.index03 .link {
    text-align: center;
    margin-top: 80px;
    font-size: 18px;
}

.index04 {
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
}

.index04 .leftimg {
    float: left;
    width: 10%;
}

.index04 .rightimg {
    right: 0;
    position: absolute;
    width: 50%;
    margin-top: 5%;
}

.index04 .leftimg img,
.index04 .rightimg img {
    width: 100%;
}

.index04 .main {
    width: 70%;
    margin: 0 auto;
    padding: 5% 0 0 0;
}

.index04 .main .top img {
    width: 40%;
}

.index04 .main .txt {
    background: #fff;
    position: relative;
    margin-top: 5%;
    width: 64%;
    padding: 5% 7%;
}

.index04 .main .img1 {
    position: absolute;
    top: 15%;
    z-index: 9;
    left: 2%;
}

.index04 .main h1 {
    font-size: 25px;
    margin-bottom: 20px;
}

.index04 .main .nr p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}

.index04 .main .more {
    margin-top: 20px;
}

.index04 .main .more span {
    line-height: 40px;
    font-size: 18px;
}

.index04 .main .img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}

.index04 .main .honor .syhonor {
    width: 20%;
}
.index04 .main .honor img {
    width: 100%;
}

.index04 .main .honor {
    margin-top: 5%;
}

.index05 {
    position: relative;
}

.index05 .txt {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 999;
    color: #fff;
    top: 17%;
}

.index05 .txt p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.index05 .txt span {
    font-size: 16px;
}

.index05 .video img {
    width: 100%;
}

.index06 {
    background: #f4f4f4;
    padding: 70px 0;
}

.index06 .bt {
    text-align: center;
    font-size: 30px;
}

.index06 .bt span {
    color: #074da2;
    font-weight: bold;
}

.index06 .new-tit {
    width: 160px;
    height: 56px;
    line-height: 56px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    margin: 0 20px;
}

.index06 .index-newfl {
    margin-top: 30px;
}

.index06 .index-newfl .cur {
    background: #074da2;
    color: #fff;
}

.index06 .newwrap {
    margin-top: 40px;
}

.index06 .newwrap .left {
    width: 44%;
    background: #fff;
    padding: 3%;
    float: left;
}

.index06 .newwrap .left .date,
.index06 .newwrap .right .date {
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

.index06 .newwrap .left .title,
.index06 .newwrap .right .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index06 .newwrap .left .detail,
.index06 .newwrap .right .detail {
    font-size: 16px;
    color: #999999;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}

.index06 .newwrap .left .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.index06 .newwrap .left img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index06 .newwrap .right {
    width: 46%;
    float: right;
}

.index06 .newwrap .right .item {
    padding: 30px 20px 50px 20px;
    background: #fff url(../images/2020.png) repeat-x;
    background-position: right 0 bottom 25px;
    margin-bottom: 30px;
}

.index07 {
    background: #f4f4f4;
}

.index07 .container {
    background: -webkit-linear-gradient(left, #074da2, #00a1e9);
    background: -o-linear-gradient(left, #074da2, #00a1e9);
    background: -moz-linear-gradient(left, #074da2, #00a1e9);
    background: -ms-linear-gradient(left, #074da2, #00a1e9);
    color: #fff;
    height: 130px;
    padding: 30px;
}

.index07 .bt {
    text-align: center;
    padding: 0 3%;
    border-right: 1px #f2f2f2 solid;
}

.index07 .bt p {
    font-size: 36px;
    font-weight: bold;
}

.index07 .bt span {
    font-size: 20px;
}

.index07 .item1 {
    font-size: 16px;
    text-align: center;
    padding: 0 3%;
    border-right: 1px #f2f2f2 solid;
}

.index07 .item2 {
    font-size: 24px;
    text-align: center;
    padding: 0 3%;
}

.foot {
    background: url(../images/foot_14.jpg) no-repeat center;
    padding: 70px 0;
}

.foot .left p {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin-top: 20px;
}

.foot .friendlink {
    font-size: 16px;
    line-height: 40px;
    margin-top: 20px;
}

.foot .friendlink select {
    background: #fff;
    border-radius: 0;
    height: 40px;
    border: 1px #ccc solid;
    padding: 0 10px;
}

.foot .item .fl {
    font-size: 24px;
    margin-bottom: 20px;
}

.foot .item a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999999;
}

.foot .ewm .box {
    margin-left: 20px;
    text-align: center;
    font-size: 16px;
}

.foot .ewm img {
    width: 140px;
    display: block;
    margin-bottom: 10px;
}

.ny-banner {
    height: 400px;
    color: #fff;
    text-align: center;
    position: relative;
}

.ny-pro {
    background: url(../images/pro_02.jpg) no-repeat center;
}

.ny-banner p {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.ny-banner .txt span {
    font-size: 16px;
}

.senond-fl {
    height: 64px;
    line-height: 64px;
    margin: 20px 0;
    background: #eeeeee;
}

.senond-fl .fl1 {
    float: left;
    background: #eeb600;
    color: #fff;
    padding: 0 40px;
    font-size: 18px;
}

.senond-fl .fl1 img {
    margin-right: 15px;
}

.senond-fl .fl2 {
    padding: 0 20px;
    float: left;
    background: #eeeeee;
}

.senond-fl .fl2 .on {
    color: #124f8e;
    font-weight: bold;
}

.senond-fl .right {
    font-weight: bold;
    color: #004098;
    margin-right: 20px;
}

.pro-list {
    padding: 60px 0;
}

.pro-list .top {
    width: 100%;
    margin-bottom: 50px;
}

.pro-list .top .en {
    font-size: 60px;
    color: #ebeaea;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.pro-list .top .zh {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    margin-top: -40px;
}

.pro-list .top .line {
    width: 92px;
    height: 10px;
    background: #0b3190;
    margin-top: 20px;
}

.pro-list .top .right {
    margin-top: 40px;
    width: 70%;
    position: relative;
}

.pro-list .top .swiper-slide {
    padding: 10px 0;
    background: #eeeeee;
}

.pro-list .top .swiper-container {
    width: 90%;
}

.pro-list .top .right a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.pro-list .top .right .on,
.pro-list .top .swiper-slide:hover {
    background: #0b3190;
    color: #fff;
}

.pro-list .top .swiper-slide:hover a,
.pro-list .top .right .on a {
    color: #fff;
}

.pro-list .list {
    margin-right: -3%;
}

.pro-list .list li {
    float: left;
    width: 22%;
    margin-right: 3%;
    margin-bottom: 50px;
}

.pro-list .list li .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
}

.pro-list .list li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.pro-list .list li a {
    display: block;
}

.pro-list .list .title {
    width: 100%;
    height: 45px;
    line-height: 45px;
}

.pro-list .list .title .left {
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 1em;
    background: #eeeeee;
    color: #333333;
    text-align: center;
}

.pro-list .list .title .right img {
    margin-top: 10px;
    display: block;
    float: left;
    margin-left: 10px;
}

.pro-list .list li:hover .title span {
    font-weight: bold;
    color: #004098;
}

.page {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .on,
.page li a:hover,
.page .previous:hover {
    background: #0b3190
}

.ny-about {
    background: url(../images/aboutbanner_02.jpg) center no-repeat;
}

.ny-banner .xc_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    line-height: 64px;
    background: url(../images/xc-banner_03.png) no-repeat center center;
    color: #fff;
    font-size: 16px;
}

.ny-banner .xc_nav a {
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.ny-banner .xc_nav a:hover {
    color: #fff;
    opacity: .9;
}

.ny-banner .xc_nav .root_channel {
    font-weight: bold;
    margin-right: 90px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ny-banner .xc_nav .sec_channel span {
    margin: 0 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

.ny-banner .xc_nav .sec_channel span:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 25px;
    height: 13px;
    width: 1px;
    background: #4d93d1;
}

.ny-banner .xc_nav .sec_channel span:first-child:after {
    display: none;
}

.ny-banner .xc_nav .sec_channel span.cur {
    font-weight: bold;
}

.ny-banner .xc_info {
    position: absolute;
    bottom: 190px;
    left: 50%;
    color: #fff;
    margin-left: -650px;
}

.ny-banner .xc_info .en {
    font-family: "pfsc";
    font-size: 45px;
    line-height: 1;
}

.ny-banner .center {
    width: 1200px;
    margin: 0 auto;
}

.ny-banner .xc_info .cn {
    font-size: 32px;
}

.about-us {
    padding: 60px 0;
    background: url(../images/about_center02.jpg) top center no-repeat;
}

.about-us .txt1 {
    width: 100%;
    overflow: hidden;
}

.about-us .txt1 .left {
    width: 46%;
}

.about-us .txt1 .left h1 {
    font-size: 65px;
    color: #0b3190;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: normal;
}

.about-us .txt1 .left h2 {
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    margin: 20px 0 25px 0;
}

.about-us .txt1 .left .font,
.about-us .txt2 {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about-us .txt1 .right {
    width: 44%;
}

.about-us .txt1 .right img {
    width: 100%;
}

.about-us .txt2 {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.about-us .txt-number {
    width: 100%;
    margin-top: 40px;
}

.about-us .txt-number .item {
    width: 33.33%;
    float: left;
    text-align: center;
}

.about-us .txt-number .timer {
    font-size: 48px;
    color: #004098;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.about-us .txt-number .font,
.about-us .txt-number p {
    font-size: 18px;
    color: #999999;
}

.qyjjtxt p{
    text-indent: 2em;
}



.about-us .about02 {
    background: url(../images/culture02_1.jpg) center no-repeat;
    height: 500px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
}

.about-us .about02 .t1 {
    font-size: 36px;
    margin: 6% 0 4% 0;
}

.about-us .about02 .t2 {
    font-size: 18px;
    line-height: 48px;
    width: 57%;
    margin: 0 auto;
}

.about-us .about03 ul {
    width: 80%;
    margin: 0 auto;
}

.about-us .about03 {
    padding-top: 50px;
}

.about-us .about03 li {
    width: 25%;
    float: left;
    text-align: center;
}

.about-us .about03 .icon {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    -webkit-transition: all .2s cubic-bezier(0, 0, 0, 0.48);
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0 auto;
}

.about-us .about03 .p1 {
    background: url(../images/about1.png) no-repeat center;
}

.about-us .about03 .p2 {
    background: url(../images/about2.png) no-repeat center;
}

.about-us .about03 .p3 {
    background: url(../images/about3.png) no-repeat center;
}

.about-us .about03 .p4 {
    background: url(../images/about4.png) no-repeat center;
}

.about-us .about03 li:hover .p1 {
    background: url(../images/about11.png) no-repeat center #0b3190;
}

.about-us .about03 li:hover .p2 {
    background: url(../images/about22.png) no-repeat center #0b3190;
}

.about-us .about03 li:hover .p3 {
    background: url(../images/about33.png) no-repeat center #0b3190;
}

.about-us .about03 li:hover .p4 {
    background: url(../images/about44.png) no-repeat center #0b3190;
}

.about-us .about03 li p {
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
}

.about-us .about03 li span {
    color: #999999;
}

.pt8 {
    background: url(../images/liuyan_76.jpg) no-repeat center;
    position: relative;
    padding: 50px 0 40px 0;
}

.pt8 .contact01 {
    width: 70%;
    float: left;
}

.pt8 .contact01 h1 {
    color: #fff;
    font-size: 30px;
}

.pt8 .contact01 p {
    font-size: 18px;
    margin: 20px 0 50px;
    color: #aabcd8;
}

.pt8 .contact_form {
    overflow: hidden;
}

.pt8 .contact_form input {
    padding: 0 3%;
    color: #fff;
    background: #3070c8;
    float: left;
    font-size: 16px;
    width: 17%;
    margin-right: 2%;
    height: 50px;
}

.pt8 .contact_form button {
    color: #fff;
    border: solid 1px #5585cf;
    float: left;
    cursor: pointer;
    width: 16%;
    font-size: 16px;
    line-height: 50px;
    background: #004098;
    border: 0;
}

.pt8 .contact02 {
    margin-left: 10%;
    float: right;
}

.ny-solution {
    background: url(../images/solution_02.jpg) center no-repeat;
}

.solution {
    padding: 60px 0;
}

.solution .left {
    width: 50%;
}

.solution .left .en {
    font-size: 100px;
    color: #f8f7f7;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.solution .left .zh {
    font-size: 36px;
    font-weight: bold;
    margin-top: -60px;
    border-bottom: 6px #0b3190 solid;
    padding-bottom: 10px;
    float: left;
    position: relative;
    z-index: 1;
}

.solution .left h1 {
    font-size: 24px;
    margin: 36px 0 20px 0;
}

.solution .left p {
    font-size: 16px;
    line-height: 30px;
}

.solution .right {
    width: 45%;
    padding-bottom: 27%;
    height: 0;
    position: relative;
}

.solution .right img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.news-list02 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding-top: 5px;
}

.news-list02 ul li {
    width: 50%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list02 .item {
    border: 1px solid #e6e6e6;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 20px;
}

.news-list02 .item p {
    flex: 1;
    padding-right: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list02 .item span {
    font-size: 16px;
    border-left: 1px solid #e6e6e6;
    padding: 10px 0 10px 40px;
    color: #999999;
}

.ny-contact {
    background: url(../images/contactbanner_02.jpg) no-repeat center;
}

.contact {
    padding: 60px 0;
}

.contact .top {
    text-align: center;
}

.contact .top .t1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact .top .t1 span {
    font-weight: lighter;
}

.contact .top .t2 {
    font-size: 15px;
}

.contact .top p {
    font-size: 16px;
    line-height: 36px;
    color: #999;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.contact .main {
    overflow: hidden;
    margin-top: 50px;
}

.yunu-contact-text {
    float: left;
    width: 35%;
    margin: 0;
    background-color: #f2f2f2;
}

.yunu-contact-text dt {
    font-size: 24px;
    text-align: center;
    background-color: #004098;
    color: #fff;
    line-height: 100px;
}

.yunu-contact-text dd {
    padding: 20px 24px 20px 100px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background: no-repeat 30px center;
}

.yunu-contact-text dd.i1 {
    background-image: url(../images/contact_06.png)
}

.yunu-contact-text dd.i2 {
    background-image: url(../images/contact_09.png)
}

.yunu-contact-text dd.i3 {
    background-image: url(../images/contact_12.png)
}

.yunu-contact-text dd.i4 {
    background-image: url(../images/web_05.png)
}

.yunu-contact-map {
    height: 413px;
    float: right;
    width: 65%;
}

.yunu-contact-text dd p {
    font-weight: bold;
}

.yunu-contact-text dd span {
    margin-right: 30px;
}

.yunu-contact-text dd.i5 {
    padding-left: 40px;
}

.culture03 {
    padding: 60px 0 0;
    overflow: hidden;
}

.culture03 li {
    transition: all 0.5s ease;
    margin-left: -1px;
    margin-top: -1px;
    float: left;
    width: 25%;
}

.culture03 li .li_box {
    padding: 36px 40px 23px;
    position: relative;
    border: 1px solid #c9c9c9;
}

.culture03 li .li_box .t {
    font-size: 22px;
    line-height: 22px;
    color: #76736d;
    font-weight: bold;
    margin-bottom: 24px;
}

.culture03 li .li_box .c {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #898989;
    margin-bottom: 50px;
}

.culture03 li .icon {
    width: 33px;
    height: 32px;
    background: url(../images/culture02_2.png) no-repeat center;
    position: absolute;
    right: 40px;
    bottom: 23px;
    opacity: 1;
    transition: all 0.5s ease;
}

.culture03 li:hover,
.culture03 li.cur {
    background: #1e639a;
}

.culture03 li:hover .t,
.culture03 li:hover .c {
    color: #fff;
}

.culture03 li.cur .li_box .t {
    color: #fff;
}

.culture03 li.cur .li_box .c {
    color: #fff;
}

.culture03 li.cur .li_box .icon {
    opacity: 1;
    visibility: visible;
}

.qywh .bt,
.cases-list .bt,
.zhaopin .bt {
    text-align: center;
    margin-top: 50px;
}

.qywh .bt .en,
.cases-list .bt .en,
.zhaopin .bt .en {
    font-size: 48px;
    color: #ededed;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.qywh .bt .zh,
.cases-list .bt .zh,
.zhaopin .bt .zh {
    font-size: 36px;
    color: #333333;
    margin-top: -40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.qywh .bt .t,
.cases-list .bt .t,
.zhaopin .bt .t {
    color: #999999;
}

.culture02 {
    overflow: hidden;
    margin: 50px 0;
}

.culture02 .wrap {
    position: relative;
}

.culture02 .txt {
    position: absolute;
    z-index: 9;
    top: 10%;
    left: 5%;
    color: #fff;
}

.culture02 .txt h1 {
    font-size: 36px;
}

.culture02 .txt .en {
    font-size: 24px;
    font-weight: lighter;
    margin: 10px 0 20px 0;
}

.culture02 .txt .p {
    font-size: 18px;
    line-height: 32px;
    width: 36%;
}

.culture02 .txt img {
    margin-top: 8%;
}

.ryzz {
    padding: 60px 0;
    overflow: hidden;
    background: url(../images/honor_02_bg.jpg) no-repeat center;
}

.ryzz .left {
    width: 19%;
}

.ryzz .right {
    width: 73%;
}

.ryzz .right .bt {
    float: left;
}

.ryzz .right .bt h1 {
    font-size: 35px;
    color: #0b3190;
    margin-bottom: 10px;
}

.ryzz .right .fl {
    float: right;
}

.ryzz .right .fl a {
    display: block;
    width: 116px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #dcdcdc;
    float: left;
    font-size: 18px;
    margin-left: 20px;
}

.ryzz .right .fl a:hover,
.ryzz .right .fl .on {
    background: #0b3190;
    color: #fff;
}

.ryzz .right .top {
    margin-bottom: 40px;
}

.ryzz .right .modelTostParents {
    margin-right: -3%;
}

.ryzz .right .modelTostParents li {
    float: left;
    width: 30.3%;
    margin-right: 3%;
    margin-bottom: 3%;
    padding-bottom: 20%;
    height: 0;
    position: relative;
    cursor: pointer;
}

.ryzz .right .modelTostParents li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.videoCenter .bt {
    margin: 40px 0;
    text-align: center;
}

.videoCenter .bt .t1 {
    font-size: 36px;
    font-weight: bold;
    color: #074da2;
}

.videoCenter .bt .t2 {
    font-size: 16px;
    margin: 10px 0;
    color: #999999;
}

.videoCenter .bt .t3 {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.videolist ul {
    margin-right: -2%;
}

.videolist li {
    width: 23%;
    float: left;
    margin-right: 2%;
}

.videolist .video-img {
    width: 100%;
    height: 240px;
}

.videolist .video-img img {
    width: 100%;
    height: 100%;
}

.videolist .title {
    line-height: 70px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.videobanner {
    background: url(../images/videobanner_02.jpg) center no-repeat;
}

.loadbanner {
    background: url(../images/loadbanner_02.jpg ) center no-repeat;
}

.newsbanner {
    background: url(../images/newsbanner_02.jpg) center no-repeat;
}

.news-details {
    display: flex;
    align-items: flex-start;
    padding: 60px 0;
}

.news-details .details {
    float: left;
    margin-right: 70px;
    width: 65%;
}

.news-details .details-title {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #bfbfbf;
}

.news-details .details-title .h2 {
    height: 50px;
    margin-top: 10px;
}

.pc-show {
    display: block;
}

.news-details .visited {
    font-size: 16px;
    color: #999;
}

.news-details .visited li:first-child {
    margin-right: 20px;
}

.news-details .visited li {
    display: flex;
    align-items: center;
}

.news-details .visited li img {
    margin-right: 10px;
}

.news-details .details-content {
    line-height: 32px;
    font-size: 16px;
    padding: 30px 0;
    overflow: hidden;
}

.news-details .details-content img {
    margin: 0 20px 20px 0;
}

.page-code {
    border-top: 1px solid #e6e6e6;
}

.page-code a {
    border-bottom: 1px solid #e6e6e6;
}

.page-code a.on .btn {
    color: #fff;
    background-color: #0250a3;
}

.page-code a .btn {
    font-size: 16px;
    padding: 20px 30px;
}

.page-code p {
    flex: 1;
    font-weight: bold;
    font-size: 16px;
    margin-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-code a .span {
    font-size: 16px;
    color: #999;
}

.page-code .prev i {
    transform: rotate(-90deg);
}

.page-code a i {
    font-family: "宋体";
    font-size: 16px;
    margin-right: 15px;
    font-style: normal;
}

.page-code .next i {
    transform: rotate(90deg);
}

.lately {
    width: 23%;
    padding: 0 3% 60px;
    margin-top: 0;
    float: right;
    background-color: #efefef;
}

.lately .title {
    font-size: 30px;
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
}

.lately .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}

.lately .item dl {
    text-align: center;
}

.lately .item dt {
    color: #0250a3;
    font-size: 30px;
}

.lately .item dd {
    font-size: 18px;
    color: #999;
    margin-top: 20px;
}

.lately .item p {
    font-size: 18px;
    line-height: 32px;
    margin-left: 36px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list01 {
    background: #efefef;
    padding: 50px 0;
}

.news-list01 .bt {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}

.news-list01 .item {
    display: block;
    background: #fff;
}

.news-list01 .item .img {
    width: 100%;
    padding-bottom: 63%;
    height: 0;
    position: relative;
}

.news-list01 .item img {
    width: 100%;
    transition: all .8s ease 0s;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.news-list01 .item dl {
    font-size: 18px;
    padding: 0 20px;
}

.news-list01 .item dt {
    height: 66px;
    line-height: 30px;
    border-bottom: 1px #eaeaea solid;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list01 .item dd {
    line-height: 70px;
}

.news-list01 .swiper-pagination {
    bottom: 25px;
}

.news-list01 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px !important;
}

.news-list01 .swiper-pagination-bullet-active {
    background-color: #0250a3;
}

.news-list01 .swiper-container {
    padding-bottom: 60px;
}

.news-list02 .condition {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 16px;
    padding: 20px 25px;
    line-height: 50px;
    border: 1px solid #e6e6e6;
}

.news-list02 .condition .name {
    font-size: 18px;
    margin-right: 20px;
}

.news-list02 .condition .select-box {
    width: 20%;
    margin-right: 20px;
}

.news-list02 .condition select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    background: #e9e9ed url(../imgs/icon_select.png) right center no-repeat;
    border: 0;
}

.news-list02 .condition select::-ms-expand {
    display: none;
}

.news-list02 .condition .inputbox {
    flex: 1;
}

.news-list02 .condition .key {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    outline: none;
    font-size: 16px;
    margin-bottom: 0;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list02 .condition .btn-search {
    width: 140px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #0b3190;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 20px;
}

.fuwubanner {
    background: url(../images/fuwu_02.jpg) center no-repeat;
}

.fuwu .left {
    width: 31%;
    float: left;
    padding-bottom: 31%;
    height: 0;
    position: relative;
}

.fuwu .left img {
    width: 100%;
    transition: all .8s ease 0s;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.fuwu .box {
    position: relative;
    z-index: 11;
    color: #fff;
    margin-left: 10%;
}

.fuwu .left .t1 {
    margin-top: 10%;
}

.fuwu .left .t1 p,
.fuwu .right .item .t1 p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fuwu .left .t1 span,
.fuwu .right .item .t1 span {
    font-size: 16px;
    text-transform: uppercase;
}

.fuwu .left .txt {
    font-size: 18px;
    line-height: 38px;
    margin-top: 10%;
}

.fuwu .right {
    width: 69%;
    float: right;
}

.fuwu .right .item {
    width: 44%;
    float: right;
    margin-left: 6%;
    padding-bottom: 21%;
    height: 0;
    position: relative;
    margin-bottom: 3%;
}

.fuwu .right .item img {
    width: 100%;
    transition: all .8s ease 0s;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.fuwu .right .item .t1 {
    margin-top: 8%;
}

.fuwu .right .txt {
    font-size: 18px;
    line-height: 30px;
    margin-top: 3%;
}




div.fbt{
    
    font-size: 36px !important;
    font-weight: bold;
    color: #074da2;

}