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
}

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: '';
}
.clearfix::after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/* 常量设置 */

.wrap {
    width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

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

a {
    color: inherit;
}

a:hover {
    color: #263e98;
}

 ::-moz-selection {
    color: #fff;
    background: #263e98;
}

 ::selection {
    color: #fff;
    background: #263e98;
}

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

.placeholder {
    color: #aaa;
}


/*css组件设置*/

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

.form-control:focus {
    border-color: #263e98;
    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_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 .container {
    height: 104px;
}

.head .logo {
    margin-right: 6%;
}

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

.head .tel .t2 {
    font-size: 24px;
    color: #004098;
    font-family: Impact;
}

.head .tel img {
    margin-right: 15px;
}

.head .language {
    margin-left: 25px;
}

.head {
    box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111110;
    background: #fff;
}


/* 导航 */

.nav li {
    float: left;
    font-size: 16px;
    position: relative;
    height: 104px;
    line-height: 104px;
    padding: 0 25px;
}

.nav li a {
    display: block;
}

.nav .on {
    font-weight: bold;
    color: #004098;
}
.nav .on .sub-menu a{
	font-weight: normal;
	color: #333;
}
.nav .sub-menu {
    position: absolute;
    left: -20px;
    top: 104px;
    z-index: 9;
    display: none;
    background: #f2f2f2;
    width: 180px;
}

.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 {
    margin-top: 104px;
    height: auto;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 64px;
    height: 64px;
}

.banner .swiper-button-next {
    background: url(../images/banner-next.png) no-repeat;
    right: 6%;
}

.banner .swiper-button-prev {
    background: url(../images/banner-prev.png) no-repeat;
    left: 6%;
}


/* 热门搜索 */

.hot-search {
    height: 77px;
    line-height: 77px;
}

.hot-search .left {
    font-size: 18px;
    font-weight: bold;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot-search .left a {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin-right: 30px;
}

.hot-search .right input {
    background: #e8e8e8;
    height: 42px;
    line-height: 42px;
    text-indent: 2em;
    width: 260px;
    border-radius: 42px;
}

.hot-search .right button {
    width: 42px;
    height: 42px;
    background: url(../images/indexicon_17.png) no-repeat center #004098;
    border-radius: 42px;
    margin-left: -42px;
    cursor: pointer;
}

.hot-search .right {
    width: 20%;
    height: 77px;
}


/* 产品中心 */

.index .pt1 .top {
    position: relative;
}

.index .index_en {
    font-size: 48px;
    color: #21478b;
    font-family: Impact;
    text-transform: uppercase;
}

.index .index_cn {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    color: #000;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    line-height: 1;
    margin-bottom: 10px;
}

.index .index_cn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 5px;
    height: 5px;
    background: #ffe100;
    border-radius: 50%;
}

.index .index_desc {
    color: #979797;
    font-size: 18px;
}

.index .index_more {
    color: #a8a8a8;
    position: absolute;
    right: 0;
    top: 0;
}

.index .index_more span {
    color: #e60012;
    display: inline-block;
    margin-left: 5px;
}

.index .pt1 {
    padding: 85px 0 100px;
    background: #eef2f5;
}

.index .pt1 .top,
.index .pt2 .top {
    position: relative;
}

.index .pt1 .top ul {
    position: absolute;
    bottom: 0;
    right: 0;
}

.index .pt1 .top ul li,
.index .pt2 .top ul li {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    width: 140px;
    line-height: 25px;
    position: relative;
    padding-bottom: 5px;
}

.index .pt1 .top ul li a,
.index .pt2 .top ul li a {
    color: #000;
}

.index .pt1 .top ul li:hover a,
.index .pt1 .top ul li.cur a,
.index .pt2 .top ul li:hover a,
.index .pt2 .top ul li.cur a {
    color: #004098;
    font-size: 22px;
}

.index .pt1 .top ul li:after,
.index .pt2 .top ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ffe100;
    -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;
}

.index .pt1 .top ul li:hover:after,
.index .pt1 .top ul li.cur:after,
.index .pt2 .top ul li:hover:after,
.index .pt2 .top ul li.cur:after {
    width: 50px;
}

.index .pt1 .main {
    position: relative;
    margin-top: 40px;
    padding-left: 100px;
    background: url(../images/ipt1_bg.jpg) no-repeat center;
    background-size: 100%;
}

.index .pt1 .main .left_box {
    width: 52%;
    padding: 50px 0 150px 60px;
}

.index .pt1 .main .en {
    font-size: 56px;
    color: #e60012;
    font-family: Impact;
}

.index .pt1 .main .cn {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.index .pt1 .main .desc {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
    height: 90px;
}

.index .pt1 .main .para {
    font-size: 19px;
    color: #000;
    font-weight: bold;
    margin: 20px 0 10px;
}

.index .pt1 .main ul {
    overflow: hidden;
}

.index .pt1 .main ul li {
    width: 25%;
    float: left;
}

.index .pt1 .main ul li .num {
    font-size: 30px;
    color: #282828;
    font-family: Impact;
    text-transform: uppercase;
    line-height: 1;
}

.index .pt1 .main ul li .de {
    font-size: 16px;
    color: #6f6f70;
    margin-top: 10px;
}

.index .pt1 .main .pic {
    position: absolute;
    right: 3%;
    bottom: 0;
    width: 40%;
}

.index .pt1 .main .pic img {
    width: auto;
    margin: 0 auto;
}

.index .pt1 .main .ctrl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
    background: #21478b;
    color: #fff;
    text-align: center;
}

.index .pt1 .main .ctrl i {
    font-size: 26px;
    cursor: pointer;
}

.index .pt1 .main .ctrl a:hover {
    color: #fff;
}

.index .pt1 .main .ctrl .line {
    padding-top: 35px;
}

.index .pt1 .main .ctrl .num {
    transform: rotate(-90deg)
}

.index .pt1 .main .ctrl .bar {
    width: 2px;
    height: 160px;
    background: #395c95;
    margin: 15px 49px;
    position: relative;
}

.index .pt1 .main .ctrl .bar .process {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #869bbe;
    -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;
}

.index .pt1 .main .ctrl .tool {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.index .pt1 .main .ctrl .tool i {
    width: 34px;
    height: 34px;
    display: block;
    margin: 15px auto;
}

.index .pt1 .main .ctrl .sharemore {
    background: url(../images/fx.png) no-repeat;
}

.index .pt1 .main .ctrl .d_b i {
    background: url(../images/menu.png) no-repeat;
}

.index .pt1 .owl-nav {
    position: absolute;
    bottom: 80px;
    left: 60px;
    font-size: 40px;
    color: #21478b;
    overflow: hidden;
}

.index .pt1 .owl-nav>div {
    float: left;
}

.index .pt1 .owl-nav>div:hover {
    color: #e60012;
    -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;
}

.index .pt1 .owl-nav i {
    margin-left: 0;
    margin-right: 20px;
    display: block;
    width: 42px;
    height: 42px;
    float: left;
}

.index .pt1 .owl-prev i {
    background: url(../images/pro-next.png) no-repeat;
}

.index .pt1 .owl-next i {
    background: url(../images/pro-prev.png) no-repeat;
}


/* 首页产品pt2 */

.index .pt2 {
    overflow: hidden;
    background: #eef2f5;
    padding: 40px 0;
}

.index .pt2 .top {
    margin-bottom: 40px;
}

.index .pt2 .top ul {
    line-height: 50px;
}

.index .pt2 .pro-titwrap ul {
    margin-right: -3%;
}

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

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

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

.index .pt2 .pro-titwrap li a {
    display: block;
}

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

.pro-titwrap .title .left {
    font-size: 16px;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 1em;
    background: #004098;
    color: #fff;
}

.pro-titwrap .title .right {
    font-size: 14px;
    width: 35%;
    color: #333;
    background: #ffe100;
    text-align: center;
}

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

.box-hidden {
    display: none;
}


/* 横幅 */

.index-sm-banner {
    height: 384px;
    background: url(../images/bg_18.jpg) no-repeat;
}

.index-sm-banner .wrap {
    height: 384px;
}


/* 关于我们 */

.index .pt3 {
    background: url(../images/indexbg_25.jpg) no-repeat left;
    padding: 80px 0;
    position: relative;
}

.index .pt3 .left {
    width: 45%;
}

.index .pt3 .left .txt {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin: 30px 0;
}

.index .pt3 .txt-number {
    width: 100%;
    margin-top: 80px;
}

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

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

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

.index .pt3 .right {
    width: 51%;
    height: 560px;
    position: absolute;
    right: 0;
}

.index .pt4 {
    margin-top: 30px;
    background: url(../images/index_31.jpg) no-repeat center;
    padding-bottom: 43%;
    height: 0;
    position: relative;
    background-size: 100%;
}

.index .pt4 .choose {
    width: 38% !important;
}

.index .pt4 .right {
    margin-top: 6.4%;
    padding-bottom: 36.2%;
    height: 0;
    position: relative;
    margin-left: 4%;
}

.index .pt4 .right h1 {
    font-size: 44px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #333333;
    font-weight: normal;
    margin-top: 20px;
}

.index .pt4 .right h2 {
    font-size: 30px;
    color: #666666;
}

.index .pt4 .right .line {
    width: 75px;
    height: 3px;
    background: #004098;
    margin: 5% 0 10% 0;
}

.index .pt4 .right .txt {
    width: 100%;
}

.index .pt4 .right .t1 {
    font-size: 30px;
}

.index .pt4 .right .t2 {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin-top: 50px;
}

.index .pt4 .right .t1 span {
    font-size: 20px;
    color: #999999;
}

.index .pt4 .img {
    width: 50.5%;
}

.index .pt4 .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.index .pt4 .swiper-button-next,
.index .pt4 .swiper-button-prev {
    width: 46px;
    height: 46px;
}

.index .pt4 .page {
    position: absolute;
    width: 8%;
    bottom: 8%;
    right: 10%;
}

.index .pt4 .wrap {
    position: relative;
}

.index .pt4 .swiper-button-prev {
    background: url(../images/indexicon_14.png) no-repeat;
}

.index .pt4 .swiper-button-next {
    background: url(../images/indexicon_15.png) no-repeat;
}

.page-down {
    padding-bottom: 7%;
    height: 0;
    position: relative;
}

.index .pt5 {
    background: url(../images/index_43.jpg) no-repeat center;
    margin: 70px 0;
    overflow: hidden;
}

.index .pt5 .bt {
    text-align: center;
    margin: 60px 0 50px 0;
}

.index .pt5 .bt .en {
    font-size: 48px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #52668e;
}

.index .pt5 .bt .zh {
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    margin-top: -40px;
}

.index .pt5 .swiper-container {
    width: 86%;
    padding-bottom: 140px;
}

.index .pt5 .swiper-slide a {
    display: block;
}

.index .pt5 .swiper-slide .img {
    padding-bottom: 80%;
    height: 0;
    position: relative;
    width: 100%;
}

.index .pt5 .swiper-slide .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index .pt5 .title {
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url(../images/case_44.png);
    color: #fff;
    font-size: 16px;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .pt5 .case {
    position: relative;
}

.index .pt5 .swiper-button-prev {
    background: url(../images/case-prev_44.png) no-repeat;
}

.index .pt5 .swiper-button-next {
    background: url(../images/case-next_44.png) no-repeat;
}

.index .pt5 .swiper-button-next,
.index .pt5 .swiper-button-prev {
    width: 62px;
    height: 62px;
}

.index .pt5 .swiper-pagination {
    bottom: 50px;
}

.index .pt5 .swiper-pagination-bullet {
    width: 56px;
    height: 13px;
    border-radius: 0;
}

.index .pt5 .swiper-pagination-bullet-active {
    background: #ffe100;
}

.index .pt6 {
    margin: 70px 0;
    overflow: hidden;
    background: url(../images/honor_55.png) no-repeat bottom;
    padding-bottom: 11.5%;
    background-size: 100% auto;
}

.index .pt6 .bt {
    margin-bottom: 30px;
}

.index .pt6 .bt .en {
    font-size: 60px;
    color: #f0f0f0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.index .pt6 .bt .zh {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    margin-top: -40px;
}

.index .pt6 .left {
    width: 28%;
}

.index .pt6 .left .txt {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.index .pt6 .left .more {
    display: block;
    background: url(../images/honor_52.jpg);
    background-size: 100% 100%;
    width: 140px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    margin: 40px 0;
}

.index .pt6 .wrap {
    position: relative;
}

.index .pt6 .right {
    width: 65%;
    position: absolute;
    right: 0;
}

.index .pt6 .right .item {
    float: right;
    padding-bottom: 33%;
    height: 0;
    position: relative;
    width: 25%;
    margin-left: 4%;
}

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

.index .pt7 {
    margin-bottom: 70px;
}

.index .pt7 .top .left .en {
    font-size: 60px;
    color: #f0f0f0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.index .pt7 .top .left .zh {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    margin-top: -40px;
    margin-bottom: 20px;
}

.index .pt7 .top .right {
    margin-top: 30px;
}

.index .pt7 .top .right .more {
    margin-left: 30px;
    float: right;
}

.index .pt7 .top .right li {
    float: left;
    font-size: 16px;
    margin-left: 40px;
}

.index .pt7 .top {
    border-bottom: 1px #f1f1f1 solid;
    overflow: hidden;
    padding-bottom: 30px;
}

.index .pt7 .news {
    margin: 40px 0;
    overflow: hidden;
}

.index .pt7 .news .left {
    background: url(../images/newsbg_69.jpg) no-repeat;
    background-size: 100% 100%;
    width: 50%;
    position: relative;
}

.index .pt7 .news .left .swiper-container {
    width: 81%;
    float: right;
    margin: 5%;
    height: 520px;
}

.index .pt7 .news .left .txt p {
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .pt7 .news .left .txt span {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index .pt7 .news .left .more {
    line-height: 40px;
    border-bottom: 1px #a1b8da solid;
}

.index .pt7 .news .left .date {
    color: #b2bed9;
    float: left;
    display: block;
}

.index .pt7 .news .left .img {
    width: 100%;
    display: block;
    padding-bottom: 51%;
    height: 0;
    position: relative;
}

.index .pt7 .news .left .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index .pt7 .news .left .icon {
    float: right;
}

.index .pt7 .swiper-pagination {
    left: 6%;
    top: 20%;
}

.index .pt7 .swiper-pagination-bullet {
    display: block;
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
    background: #ffffff;
    opacity: .5;
}

.index .pt7 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffe100;
}

.index .pt7 .news .right {
    width: 47%;
}

.index .pt7 .news .right li {
    width: 96%;
    padding: 3.7% 2%;
    float: left;
    border-bottom: 1px #dcdcdc solid;
}

.index .pt7 .news .right li:hover {
    background: #004098;
    color: #fff;
}

.index .pt7 .news .right li:hover a,
.index .pt7 .news .right li:hover .month {
    color: #fff;
}

.index .pt7 .news .right .date {
    float: left;
    width: 14%;
    text-align: center;
    border-right: 2px #dcdcdc solid;
}

.index .pt7 .news .right .day {
    font-size: 34px;
    font-weight: bold;
}

.index .pt7 .news .right .month {
    color: #666666;
}

.index .pt7 .news .right .txt {
    float: right;
    width: 77%;
    margin-right: 4%;
}

.index .pt7 .news .right a {
    display: block;
}

.index .pt7 .news .right .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0 10px 0;
}

.index .pt7 .news .right .detail {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.pt8 .contact01 {
    width: 50%;
    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: left;
}

.pt8 .contact03 {
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 9;
}

.footer {
    padding-top: 45px;
    background: #004098;
    overflow: hidden;
    width: 100%;
}

.footer .footer1 {
    margin-bottom: 30px;
}

.footer .footer1 .foot_nav {
    margin-bottom: 30px;
}

.footer .footer1 .foot_nav a {
    font-size: 14px;
    color: #fff;
    border-left: 1px solid #fff;
    padding: 0 20px;
}

.footer .footer1 .foot_nav a:first-child {
    border: none;
    padding-left: 0;
}

.footer .footer1 .l_box {
    color: #fff;
}

.footer .footer1 .l_box .tip {
    font-size: 18px;
    margin: 20px 0 10px 0;
}

.footer .footer1 .l_box .tel {
    font-size: 33px;
    font-family: Impact;
    margin-bottom: 5px;
}

.footer .footer1 .l_box .website {
    font-size: 16px;
    line-height: 30px;
}

.footer .footer1 .l_box .address {
    font-size: 16px;
}

.footer .footer1 .r_box .qr_box .qr_img {
    width: 130px;
    margin-left: 15px;
    height: 170px;
}

.footer .footer1 .r_box .qr_box .text {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.footer .footer1 .r_box .qr_box {
    position: relative;
}

.footer .footer1 .r_box .qr_box .qr_icon {
    position: absolute;
    left: 100%;
    top: 40%;
    margin-top: -41px;
    width: 45px;
    height: 82px;
    background: url(../images/qr_icon.png) center center no-repeat;
}

.footer .footer2 {
    background: url(../images/black.2.png);
    line-height: 55px;
    color: #fff;
}

.footer .footer2 em {
    margin: 0 15px;
}

.footer .footer2 a {
    color: #fff;
    opacity: 0.8
}

.footer .footer2 a:hover {
    opacity: 1;
}

.footer .footer2 .bdsharebuttonbox {
    margin-top: 12px;
}

.footer .footer2 .bdsharebuttonbox a {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/share_icon.png) 0 0 no-repeat;
    margin: 0 5px;
    float: left;
}

.footer .footer2 .bdsharebuttonbox .bds_sqq {
    background-position: -46px 0px;
}

.footer .footer2 .bdsharebuttonbox .bds_tsina {
    background-position: -92px 0px;
}


/* 关于我们 */

.xc_banner {
    height: 400px;
    margin-top: 104px;
    position: relative;
}

.xc_banner .center {
    width: 1300px;
    margin: 0 auto;
}

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

.xc_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;
}

.xc_banner .xc_nav a:hover {
    color: #fff;
    opacity: .9;
}

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

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

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

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

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

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

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

.xc_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;
}

.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;
}

.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: 16%;
}

.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;
}

.modelTost {
    display: none;
    background: rgba(0, 0, 0, .5);
    z-index: 9999999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modelTostChile {
    width: 800px;
    margin-top: 30px;
    background-color: #fff;
    padding-bottom: 2.5%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modelTostChile p {
    font-size: 24px;
    padding: 3%;
}

.modelClose {
    float: right;
    cursor: pointer;
}

.modelTostChile .swiper-slide {
    text-align: center;
}

.modelTostChile .swiper-slide img {
    max-width: 85%;
    text-align: center;
	max-height: 700px;
}

.page {
    text-align: center;
    margin-bottom: 80px;
    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
}

.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;
}

.pro-list .top .right a {
    padding: 10px 30px;
    color: #333;
    background: #eeeeee;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
    float: left;
}

.pro-list .top .right .on,
.pro-list .top .right a:hover {
    background: #0b3190;
    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: 100%;
    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: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 1em;
    background: #004098;
    color: #fff;
}

.pro-list .list .title .right {
    font-size: 14px;
    width: 35%;
    color: #333;
    background: #ffe100;
    text-align: center;
}

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

.pro_cen07 {
    padding: 80px 0 120px;
    background: #f6f6f6;
}

.pro_cen07 .infor {
    text-align: center;
}

.pro_cen07 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #223f9b;
}

.pro_cen07 .content {
    margin-top: 70px;
    padding: 0 75px;
}

.pro_cen07 .content li {
    width: 25%;
    float: left;
    text-align: center;
}

.pro_cen07 .content li a {
    display: block;
}

.pro_cen07 .content li .icon {
    width: 86px;
    height: 86px;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
}

.pro_cen07 .content li .tit {
    font-size: 24px;
    line-height: 24px;
    color: #223f9b;
    font-weight: bold;
}

.pro_cen07 .content li .con {
    font-size: 13px;
    line-height: 20px;
    color: #393939;
    margin-top: 20px;
    ;
}

.pro_cen07 .content li:hover .icon {
    transform: rotateY(180deg);
}

.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 {
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
}

.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;
}

.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;
}

.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;
}

.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;
}

.cases-list .list {
    margin-right: -2%;
    margin-top: 50px;
}

.cases-list .list li {
    width: 23%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}

.cases-list .list a {
    display: block;
}

.cases-list .list .img {
    width: 100%;
    padding-bottom: 63%;
    height: 0;
    position: relative;
}

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

.cases-list .list .title {
    background: #e5e5e5;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.lately .en {
    font-size: 24px;
    text-align: center;
    font-weight: lighter;
}

.lately li {
    width: 100%;
    margin-bottom: 30px;
}

.lately li a {
    display: block;
}

.lately .img {
    width: 100%;
    padding-bottom: 80%;
    height: 0;
    position: relative;
}

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

.lately .txt {
    height: 50px;
    line-height: 50px;
    background: #0b3190;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}

.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: #0087d5;
    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/contact_15.png)
}

.yunu-contact-map {
    height: 584px;
    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;
}


/* 人才招聘 */

.account-l {
    margin-top: 60px;
    overflow: hidden;
}

.accordion {
    width: 100%;
    max-width: 1198px;
    margin-bottom: 90px;
    background: #FFF;
}

.accordion .link {
    cursor: pointer;
    display: block;
    color: #5a5a5a;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px #dedede dashed;
    margin-bottom: 2px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li {
    cursor: pointer;
}

.accordion li i {
    position: absolute;
    background: url(../images/rl_07.jpg) center no-repeat;
    top: 0px;
    width: 70px;
    height: 52px;
    right: 0px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #333333;
    background: #f2f3f4;
}

.accordion li.open i {
    background: url(../images/rl_03.jpg) center no-repeat;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #f3f3f3;
    font-size: 14px;
    padding: 10px 30px;
}

.submenu p {
    line-height: 30px;
    font-size: 14px;
    color: #5a5a5a;
}

.submenu span {
    margin-right: 170px;
}

.zhaopin .dh {
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    background: #0b3190
}

.zhaopin .dh span {
    display: block;
    width: 20%;
    float: left;
    text-align: center
}

.accordion .link span {
    width: 20%;
    text-align: center;
    display: block;
    float: left
}

.zhaopin .tdjl {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #0b3190
}

.zhaopin .wrap {
    width: 1200px;
}

.ryzz .right .modelTostParents li img {
    height: 100%;
}