* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
    /*-webkit-user-select: none;*/
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

a:active,
a:hover {
    outline: 0
}

a:hover {
    color: #294C8F;
    cursor: pointer;
    text-decoration: none
}

img {
    vertical-align: middle;
    outline: none;
}

textarea {
    outline: none;
}

input {
    outline: none;
}

.m {
    display: none;
}

.pc {
    display: block;
}

.pcnone {
    display: none;
}

.top {}

input {
    outline: none;
}

.topcon {
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    min-width: 1200px;
    justify-content: center;
    display: flex;
    margin-bottom: 31px;
}

.t1 {
    overflow: hidden;
    /* float: left; */
    /* width: 20%; */
    /* margin-top: 36px; */
    /* text-align: left; */
}

.t1 img {
    float: left;
    margin-right: 10px;
}

.t1R {
    float: left;
    font-size: 16px;
    text-align: left;
}

.t2 {
    /* float: left; */
    /* margin-left: 18%; */
    /* position: absolute; */
    /* left: 40%; */
    /* width: 45%; */
    /* text-align: center; */
    /* margin: 0 30px; */
    /* margin-top: 30px; */
}

.t2 img {
    float: left;
}

.t2R {
    float: left;
    margin-left: 11px;
}

.t2R h3 {
    font-size: 32px;
    color: #1a2a57;
}

.t2R p span {
    color: #999;
}

.t2R p span:first-child {
    font-size: 12px;
}

.t2R p span:last-child {
    float: right;
    font-size: 12px;
}

.t3 {
    /* display: flex; */
    float: right;
    margin-top: 41px;
}

.t3 img {
    float: left;
    margin-right: 11px;
}

.t3R {
    float: left;
    font-size: 14px;
}

.nav {
    /* background: #0a2a57; */
    height: 80px;
    /* position: fixed; */
    z-index: 10;
    width: 100%;
}

.navcon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.nav.fixed {
    position: fixed;
    top: 0;
    z-index: 0;
    width: 100%;
    z-index: 999999999999;
    background: #fff;
}

.navcon {
    width: 1350px;
    margin: 0 auto;
    /* display: flex; */
}

.banner img {
    width: 100%;
    vertical-align: middle;
}

.logo {
    float: left;
}

.navM {
    width: 60%;
    display: flex;
    margin: 0 50px;
}

.navM li {
    float: left;
    position: relative;
    width: 15%;
    text-align: center;
    list-style: none;
    line-height: 80px;
    height: 80px;
    font-size: 18px;
    /* flex: 1; */
    /* padding: 0 2.6%; */
    margin: 0 1px;
}

.navM li:hover .erji {
    display: block;
}

.navM li:hover,
.navM li.on {
    border-bottom: 1px solid #fff;
    color: #EE1D31;
}

.navM li a {
    position: relative;
    display: block;
    /* position: relative; */
}

.navM li a img {
    display: none;
}

.navM li>a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #111;
    margin-left: 5px;
    opacity: .8;
    top: 50%;
    position: absolute;
    transition: 500ms;
    /* right: 0; */
}

.navM li:hover a:after {
    transform: rotate(178deg);
}

.navM li.none>a:after {
    border: none;
}

.navM li:first-child>a:after {
    display: none;
}

.erji {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    top: 70px;
    display: none;
    z-index: 10;
    padding: 10px 0;
    text-align: center;
}

.erji a {
    color: #000 !important;
    display: block;
    /* height: 36px; */
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    padding-left: 0;
}

.erji a:hover {
    background: #eee;
}

.serch {}

.serch {
    float: left;
    display: flex;
    width: 215px;
    background: url(../image/serch.png) no-repeat;
    background-size: 100% 100%;
    height: 44px;
    margin-top: 19px;
    overflow: hidden;
    position: relative;
}

.serch1 {
    width: 147px;
    height: 36px;
    border: none;
    margin-top: 4px;
    margin-left: 10px;
    padding-left: 10px;
}

.serch2 {
    width: 50px;
    float: right;
    height: 51px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.language {
    color: #fff;
    float: right;
    margin-left: 0;
    position: relative;
}

.language a {
    font-size: 16px;
    margin: 10px;
    display: inline-block;
}

.language a.serchtb {
    margin-left: 0;
}

.language a:first-child {
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.language a img {
    vertical-align: text-bottom;
    margin: 0 5px;
}

.banner {
    width: 100%;
    background: #000
}

.banner .swiper-slide a {
    display: block;
    overflow: hidden;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative
}

.banner .swiper-slide video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    object-fit: cover;
    z-index: 5
}

.banner .swiper-slide .box {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px 20px;
    text-align: center;
    color: #333
}

.banner .swiper-slide .box .bt {
    font-size: 46px;
    padding: 0 0 10px 0;
    overflow: hidden
}

.banner .swiper-slide .box .text {
    font-size: 20px;
    line-height: 1.8;
    opacity: .8
}

.banner .swiper-slide .box.hei {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff
}

.banner .ban_video a {
    background-color: #333333;
    background-image: url(/static/home/img/banner.gif);
    background-size: auto 300px
}

.banner .banner-next,
.banner .banner-prev {
    top: 50%;
    width: 40px;
    line-height: 70px;
    margin-top: -35px;
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 30px;
    text-align: center;
    z-index: 10;
    transition: all .6s;
    cursor: pointer;
    outline: 0;
    opacity: 0
}

.banner .banner-next:hover,
.banner .banner-prev:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7)
}

.banner .banner-next {
    right: 100px
}

.banner .banner-prev {
    left: 100px
}

.banner .swiper-pagination-bullets {
    bottom: 25px;
    position: absolute;
    z-index: 5;
    text-align: center
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 70px;
    height: 5px;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    background: none;
    opacity: 0.5;
    background: #fff
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}

.banner:hover .banner-next,
.banner:hover .banner-prev {
    opacity: 1
}

.navon {
    color: #133984;
}

.nbanner {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-size: cover;
}

.nbanner .container {
    position: relative;
    height: 550px;
}

.nbanner .container .banbom {
    background: rgba(41, 76, 143, 0.7);
    width: 300px;
    padding: 20px 20px;
    color: #fff;
    bottom: 0;
    left: 30px;
    position: absolute;
}

.nbanner .container .banbom h2 {
    padding-bottom: 8px;
    font-weight: normal;
    font-size: 30px;
}

.nbanner .container .banbom p {
    font-size: 18px;
}

.nbanner img {
    width: 100%;
    height: auto;
    display: none
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container.w1400 {
    /* max-width: 1420px; */
}

.container.w1400 .fnav {
    line-height: 2;
}

.wxdy {
    display: flex;
}

.wxdy .ewm {
    padding: 0 10px;
}

footer {
    background: #2b2b2b;
    color: #868686;
    padding: 70px 0 18px 0;
}

footer a {
    color: #868686
}

footer a:hover {
    color: #fff
}

footer .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap
}

footer .tit {
    line-height: 1;
    margin-bottom: 25px;
    position: relative;
}

footer .tit:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 1px;
    background: #294C8F;
    width: 30px;
    display: block;
}

footer .tit span {
    font-size: 18px;
    color: #fff
}

footer .tit em {
    font-size: 12px;
    text-transform: capitalize;
    display: block;
    margin: 10px 0 20px 0
}

footer .logo img {
    max-width: 270px;
}

footer .nav ul {
    line-height: 32px
}

footer .cont .text {
    line-height: 32px
}

footer .ewm {
    max-width: 182px;
    text-align: center;
}

footer .ewm img {
    max-width: 150px;
    height: auto;
    margin-bottom: 8px;
}

footer .copy {
    margin-top: 40px;
    text-align: center;
    overflow: hidden;
    width: 100%
}

footer .copyright span {
    padding: 0 8px;
}

.footer2 {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #868686;
    border-bottom: 1px solid #868686;
    padding: 30px 0;
    margin-bottom: 17px;
}

.foot2item {
    width: 25%;
    float: left;
    text-align: left;
    display: flex;
    align-items: center;
}

.foot2item>p {
    float: left;
    border-right: 1px solid #868686;
    width: 20%;
    text-align: center;
    margin-right: 7%;
    height: 51px;
    line-height: 50px;
}

.foot2item>p .iconfont {
    font-size: 30px;
}

.foot2item p img {
    vertical-align: middle;
}

.foot2itemL {
    line-height: 1.5;
}

.in-about {
    overflow: hidden;
    margin: 50px auto;
    width: 1200px;
}

.in-abooutL {
    float: left;
    width: 47%;
}

.in-abooutL video,
.in-abooutL img {
    width: 100%;
}

.in-abooutR {
    float: left;
    width: 53%;
}

.in-abooutR h4 {
    font-size: 24px;
    font-weight: normal;
    width: 85%;
    margin: 0 auto;
}

.in-abooutR h2 {
    width: 85%;
    margin: 15px auto;
    font-size: 30px;
}

.in-abooutR h2 span {
    color: #EE1D31;
}

.in-abooutR .abtcon {
    color: #666;
    line-height: 27px;
    width: 85%;
    margin: 10px auto;
    font-size: 16px;
}

.index-aboutlink {
    overflow: hidden;
    width: 85%;
    margin: 10px auto 38px;
}

.index-aboutlink a {
    float: left;
    margin: 20px 0 0 0;
}

.index-aboutlink a p {
    margin: 10px auto;
    margin-bottom: 10px;
    width: 85%;
}

.index-aboutlink a .line {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #EE1D31;
}

.index-aboutlink img.x360 {
    transition: 300ms;
}

.index-aboutlink:hover img.x360 {
    transform: rotate(360deg);
}

.index-aboutlink h2 {
    font-weight: normal;
    width: 100%;
    font-size: 18px;
}

.index-aboutlink h4 {
    color: #999;
    font-size: 15px;
    width: 100%;
}

.index-aboutlink span {
    float: left;
    margin: 80px 40px 29px;
}

.inabout-more {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    /* width: 90%; */
    margin: 0 auto;
    margin-top: 10px;
}

.inabout-more a {
    width: 120px;
    background: #133984;
    color: #fff;
    display: block;
    float: right;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    padding: 11px;
    transition: all 0.6s;
}

.inabout-more a:hover {
    background: #EE1D31;
    width: 100%;
}

.in-yewu {
    background: #EEECED;
}

.in-yewucon {
    overflow: hidden;
    padding: 40px 0;
}

.yewutab {
    text-align: center;
    margin-bottom: 40px;
}

.yewutab a {
    width: 140px;
    height: 50px;
    border: 1px solid #666;
    display: inline-block;
    margin: 10px;
    line-height: 50px;
    font-size: 18px;
}

.yewutab a.active {
    background: #133984;
    color: #fff;
}

.yewutabcon {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: none;
}

.yewutabcon .swiper-slide {
    width: 32%;
}

.yewuitem {
    display: block;
    background: #CDCDCD;
    width: 100%;
    text-align: center;
}

.yewuitem:hover {
    background: #fff;
}

.yewuitem p {}

.yewuitem p img {
    width: 100%;
}

.yewuitem h2 {
    border-top: 1px solid #999;
    height: 50px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 10px auto;
}

.in-shili {
    overflow: hidden;
    /* max-width: 1400px; */
    margin: 0 auto;
}

.in-shiliL {
    float: left;
    width: 43%;
}

.in-shiliL img {
    width: 100%;
}

.in-shiliR {
    float: left;
    width: 50%;
}

.insihliTit {
    margin-top: 105px;
    margin-bottom: 26px;
}

.insihliTit h2 {
    font-size: 35px;
    width: 90%;
    margin: 0 auto;
}

.dx {
    text-transform: uppercase !important;
}

.insihliTit h3 {
    font-size: 40px;
    width: 90%;
    margin: 10px auto;
}

.insihliTit p {
    font-size: 16px;
    /* margin: 0; */
    /* height: 14px; */
    color: #666;
    width: 90%;
    margin: 10px auto;
}

.insihliTit p .line {
    background: #E10111;
    height: 5px;
    width: 52px;
    /* display: inline-block; */
    /* margin-top: -18px; */
    display: block;
}

.in-shiliRcon {
    overflow: hidden;
    margin: 46px 0;
}

.in-shiliitem {
    width: 50%;
    float: left;
    text-align: center;
    height: 273px;
}

.in-shiliitem img {
    transition: 300ms;
}

.in-shiliitem:hover img {
    transform: rotate(360deg);
}

.in-shiliitem p {
    width: 90%;
    margin: 10px auto;
    color: #666;
    font-size: 17px;
    line-height: 33px;
}

.in-shiliitem h4 {
    font-size: 20px;
}


/*incase*/

.in-case {
    width: 1200px;
    margin: 40px auto 0;
    overflow: hidden;
}

.in-caseL {
    float: left;
    width: 38%;
    margin-top: 8px;
    display: block;
    overflow: hidden;
}

.in-caselink {
    position: relative;
    overflow: hidden;
}

.in-caselink img {
    width: 100%;
    /* height: 680px; */
    transition: 300ms;
}

.in-caselink:hover img {
    transform: scale(1.1);
}

.in-caselink p {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 13px;
    font-size: 18px;
    width: 100%;
}

.in-caselink:hover p {
    background: #133984;
}

.in-caseR {
    float: right;
    width: 61.5%;
}

.in-caseR a {
    float: left;
    width: 48%;
    margin-bottom: 1%;
    margin: 1%;
}


/*indexnews*/

.in-tit {
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
}

.in-tit .t1 {
    font-size: 36px;
    line-height: 1
}

.in-tit .t2 {
    font-size: 18px;
    margin-top: 0;
    color: #666;
}

.in-news .li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.in-news .li ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    /* margin-top: -32px */
}

.in-news .li ul li {
    width: 100%;
    float: left;
    padding: 0 0 0 50px;
}

.in-news .li ul li a {
    display: block;
    position: relative;
    padding: 38px 38px 40px 98px;
    /*background: #f9f7f7;*/
    margin-bottom: 17px;
}

.in-news .li ul li a {
    border-bottom: 1px solid #f9f7f7;
}

.in-news .li ul li a:hover {
    background: #f9f7f7;
}

.in-news .li ul li a:before,
.in-news .li ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    z-index: 1;
    transition: all .6s
}

.in-news .li ul li a:before {
    left: 0;
    background: #000
}

.in-news .li ul li a:after {
    right: 0;
    background: #E7161C
}

.in-news .li ul li .date {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #555555;
    line-height: 1;
    text-align: center;
    border-right: 1px solid #ddd;
    padding-right: 13px;
    margin-left: 12px;
}

.in-news .li ul li .date em {
    display: block;
    font-size: 42px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
}

.in-news .li ul li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #111111
}

.in-news .li ul li p {
    display: block;
    overflow: hidden;
    color: #7b7b7b;
    line-height: 26px;
    height: 52px;
    margin-top: 8px
}

.in-news .li ul li:hover a {
    border-bottom-color: transparent
}

.in-news .li ul li:hover a:before {
    width: 10%
}

.in-news .li ul li:hover a:after {
    width: 88%
}

.in-news .swiper-container {
    width: 500px;
    box-shadow: 1px 1px 7px 1px #ddd;
    margin-bottom: 9px;
}

.shiliimg {
    display: none;
}

.in-news .swiper-container .pic {
    overflow: hidden
}

.in-news .swiper-container .pic img {
    width: 100%;
    height: 337px;
    transition: all .6s;
}

.in-news .swiper-container .pic img:hover {
    transform: scale(1.05)
}

.in-news .swiper-container .kj {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    padding: 20px 0
}

.in-news .swiper-container .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-right: 15px;
    margin-top: 25px;
    margin-left: 16px;
}

.in-news .swiper-container .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #111;
    transition: all .6s
}

.in-news .swiper-container .box span:hover {
    color: #E7161C
}

.in-news .swiper-container .box p {
    line-height: 26px;
    height: 52px;
    display: block;
    overflow: hidden;
    color: #727272;
    margin-top: 10px;
    font-size: 16px
}

.in-news .swiper-container .date {
    background: #E7161C;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin-top: -134px;
    margin-right: 20px;
    position: absolute;
    right: 0;
}

.in-news .swiper-container .date em {
    font-size: 33px;
    display: block;
    padding: 10px 0;
}

.in-news .news-num {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 5
}

.in-news .news-num .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #4e4e4e;
    cursor: pointer;
    opacity: 1;
    margin: 0 6px 0 0;
    transition: all .6s
}

.in-news .news-num .swiper-pagination-bullet-active {
    background: #E7161C
}

.in-news {
    overflow: hidden;
    margin: 50px 0;
}


/*page*/


/* view_pro */

.view_pro {
    overflow: hidden;
}

.view_pro .main_tit {
    text-align: center;
}

.view_pro .box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.view_pro .ppic {
    width: 460px;
    overflow: hidden;
}

.view_pro .ppic .probanbig {
    overflow: hidden;
    position: relative;
    min-height: 435px;
    background: #fff;
    display: flex;
    align-items: center;
}

.view_pro .ppic .probanbig .iconfont {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    z-index: 1;
    color: #ddd;
}

.view_pro .ppic .probanbig img {
    width: 100%;
    height: 430px;
    cursor: pointer;
    align-items: center
}

.view_pro .ppic .probansmall {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    background: #fff;
}

.view_pro .ppic .probansmall .swiper-slide {
    /*width: 29.333333%;*/
    cursor: pointer;
    /*padding: 0 0.5px;*/
    height: 101px;
}

.view_pro .ppic .probansmall .swiper-slide img {
    width: 95%;
    height: 97px;
    border: 1px solid #d4d4d4;
    padding: 1px;
    opacity: 0.8;
}

.view_pro .ppic .probansmall .swiper-slide-thumb-active img {
    border: 1px solid #3b4b56;
    opacity: 1;
}

.view_pro .ppic .probansmall .arrow-left,
.view_pro .ppic .probansmall .arrow-right {
    position: absolute;
    top: 70%;
    z-index: 10;
    width: 30px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.view_pro .ppic .probansmall .arrow-left:hover,
.view_pro .ppic .probansmall .arrow-right:hover {
    color: #3b4b56;
}

.view_pro .ppic .probansmall .arrow-left {
    left: -6px;
}

.view_pro .ppic .probansmall .arrow-right {
    right: -2px;
}

.view_pro .info {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 50px;
}

.view_pro .info .tit {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 10px 0;
    text-align: left !important;
    height: 80px;
    color: #fff;
    background: #113883;
    line-height: 80px;
    padding-left: 30px;
    position: relative;
    font-weight: normal;
}

.view_pro .info .text {
    font-size: 16px;
    line-height: 1.8;
    color: #777;
}

.view_pro .bor {
    margin: 0px 0;
    overflow: hidden;
    padding: 30px 0;
    background: #fff;
}

.view_pro .bor .main_tit {
    padding: 0 0 20px 0;
}

.view_pro .bor .vwcs .tit {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.view_pro .bor .vwcs .xun {
    line-height: 2;
    font-size: 16px;
    padding-bottom: 8px;
}

.view_pro .bor .vwcs .xun ul {
    width: 49%;
    margin: -5px 0;
    overflow: hidden;
}

.view_pro .bor .vwcs .xun ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 1.8;
    padding: 5px 0;
    font-size: 15px;
}

.view_pro .bor .vwcs .xun ul li .bt {
    font-weight: bold;
    color: #606060;
}

.view_pro .bor .vwcs .xun ul li .text {
    color: #606060;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.view_pro .bor .video {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.view_pro .bor .video .kj {
    background: #000;
    overflow: hidden;
    position: relative;
}

.view_pro .bor .video img {
    max-width: 100%;
    height: auto;
}

.view_pro .bor .video .iconfont {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 100px;
    cursor: pointer;
    transition: all 0.3s;
}

.view_pro .bor .video .iconfont:hover {
    transform: scale(1.1);
}

.view_pro .bor .video video {
    float: left;
}

.view_pro .bor .video iframe {
    float: left;
}

.view_pro .body {
    text-align: center;
    overflow: hidden;
    margin: -10px 0;
}

.view_pro .body img {
    max-width: 100%;
    height: auto;
    padding: 10px 0;
}

.view_pro .secai {
    position: relative;
    overflow: hidden;
    padding: 0 70px;
    margin-bottom: 30px;
}

.view_pro .secai .swiper-slide img {
    width: 100%;
    height: auto;
}

.view_pro .secai .secai-next,
.view_pro .secai .secai-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 100px;
    font-size: 60px;
    cursor: pointer;
    color: #666;
    transition: all 0.3s;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.view_pro .secai .secai-next:hover,
.view_pro .secai .secai-prev:hover {
    background: #3b4b56;
    color: #fff;
}

.view_pro .secai .secai-next {
    right: 0px;
}

.view_pro .secai .secai-prev {
    left: 0px;
}


/*lun*/

.view-pro .flexmain {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0px 0 30px 0;
}

.view-pro .flexmain .left {
    width: 100%
}

.view-pro .flexmain .left img {
    width: 100%;
    height: auto
}

.view-pro .flexmain .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 30px
}

.view-pro .flexmain .right .tit {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.4
}

.view-pro .flexmain .right .text {
    line-height: 1.8;
    color: #666
}

.view-pro .probanbig {
    border: 1px solid #cccccc;
    cursor: pointer;
    position: relative
}

.view-pro .probansmall {
    padding: 0 35px;
    position: relative;
    margin-top: 15px
}

.view-pro .probansmall .swiper-slide {
    cursor: pointer
}

.view-pro .probansmall .swiper-slide img {
    border: 1px solid #ccc
}

.view-pro .probansmall .swiper-slide-thumb-active img {
    border-color: #0053a9
}

.view-pro .probansmall .arrow-left,
.view-pro .probansmall .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #999;
    cursor: pointer;
    outline: 0
}

.view-pro .probansmall .arrow-left:hover,
.view-pro .probansmall .arrow-right:hover {
    color: #0053a9
}

.view-pro .probansmall .arrow-left {
    left: 0px
}

.view-pro .probansmall .arrow-right {
    right: 0px
}

.view-pro .probansmall .swiper-button-disabled {
    cursor: not-allowed;
    opacity: .3
}

.vr_line {
    text-align: right;
    display: block;
    border-top: 1px solid #ddd;
    padding-top: 40px;
    margin-top: 20px;
    height: 100%;
}

.vr_line img {
    width: 25px;
}

.vr_line a {
    background: #113883;
    color: #fff;
    padding: 12px;
    margin: 0 0 0 20px;
    width: 180px;
    text-align: center;
}

.vr_line a:first-child {
    background: #E30213;
}

.vr_line a:hover {
    background: #1a2a57;
}

.vr_line a i {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 10px;
    margin-right: 10px;
}

.contact {
    width: 1200px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.contactL {
    float: left;
    width: 35%;
    background: #1a2a57;
    padding: 50px 0;
    height: 548px;
    color: #fff;
}

.contactcon {
    width: 90%;
    margin: 10px auto;
}

.contacttit {}

.contacttit h4 {
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 30px;
}

.entit {
    font-size: 28px;
}

.titleline {
    width: 120px;
    height: 5px;
    background: #113883;
    margin: 25px 0;
}

.contdes {
    color: #fff;
    margin: 20px 0;
    line-height: 38px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    font-size: 18px;
}

.contactmsg {
    font-size: 15px;
}

.contaclist {
    overflow: hidden;
    margin-bottom: 12px;
    margin-top: 14px;
}

.contaclistL {
    float: left;
    margin-right: 10px;
}

.contaclistL img {}

.contaclistR {
    /* width: 90%; */
    color: #fff;
    font-size: 17px;
    display: flex;
}

.contaclistR ul {
    width: 50%;
    padding-right: 10px;
}

.contaclistR li {
    list-style: none;
    color: #fff;
    margin-bottom: 12px;
}

.contaclistR h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: normal;
}

.contaclistR p {
    font-size: 15px;
}

.contactR {
    float: left;
    width: 65%;
    background: #eeeeef;
    padding: 50px 0;
    color: #606060;
    height: 548px;
}

.person {}

.one {
    margin: 10px 0;
    overflow: hidden;
}

.one input {
    width: 100%;
    height: 51px;
    border: 0;
    padding-left: 20px;
    font-size: 16px;
}

.two {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0;
}

.two input {
    height: 51px;
    width: 46%;
    border: none;
    padding-left: 20px;
    font-size: 16px;
}

.fasong {}

.fasong input {
    width: 160px;
    height: 50px;
    background: #113883;
    color: #fff;
    border: 0;
    font-size: 20px;
    cursor: pointer;
}

.fasong input:hover {
    background: #1a2a57;
}

.one textarea {
    width: 100%;
    height: 104px;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 15px;
    font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.rongyucon {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto 30px;
}

.rongyucon a {
    display: block;
    float: left;
    width: 23.5%;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    margin-right: 2%;
}

.rongyucon a:nth-child(4n) {
    margin-right: 0;
}

.rongyutop {
    /*height: 340px;*/
    background: #fff;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    /* padding:15px 0; */
}

.rongyutop img {
    width: 80%;
    vertical-align: middle;
    align-self: center;
    transition: all .5s;
}

.rongyuname {
    height: 80px;
    background: #ebebeb;
    text-align: center;
    font-size: 20px;
    line-height: 80px;
    color: #333;
}

.hei60 {
    height: 60px !important;
    line-height: 60px !important;
}


/*detail*/

.view-news {
    background: #fff;
    padding: 25px 0;
}

.view-news .btit {
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    text-align: center;
}

.view-news .btit .bt {
    font-size: 22px
}

.view-news .btit .desc {
    padding: 10px 0 15px 0;
    overflow: hidden;
    color: #868686;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.view-news .btit .desc span {
    padding: 0 8px;
}

.view-news .btit .desc span i {
    padding-right: 3px;
    font-size: 16px;
}

i.font18 {
    font-size: 18px !important;
}

.icon-sousuoxiao,
.icon-yuyan {
    font-size: 18px;
}

.view-news .btit .ewm {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #868686;
    border: 1px solid #eee;
    padding: 5px 10px 5px 5px;
    border-bottom: 0;
    line-height: 1.5
}

.view-news .btit .ewm #ewm_code {
    height: 100%;
    margin-right: 8px
}

.view-news .btit .ewm canvas {
    height: 100%;
    width: auto
}

.view-news .share {
    overflow: hidden;
    margin-top: 15px
}

.view-news .share .bdsharebuttonbox {
    float: right
}

.view-news .shengming {
    background: #f0f0f0;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    padding: 10px;
    width: 70%;
    margin: 0 auto;
    text-align: center
}

.view-news .view-xgnews {
    margin: 30px 0
}

.view-more {
    background: #fff;
    margin: 20px 0;
    overflow: hidden
}

.view-more li {
    width: 33.33333333%;
    float: left;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1
}

.view-more li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 60px
}

.view-more li i {
    margin-right: 10px
}

.view-more li .mext {
    margin-right: 0;
    margin-left: 10px
}

.view-more li:nth-child(2) {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5
}

.view-news .view-xgnews {
    margin: 30px 0
}

.view-xgnews {
    padding: 20px 0
}

.view-xgnews .tits {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1;
    color: #666666
}

.view-xgnews ul {
    /* margin: 0 -10px; */
    overflow: hidden;
}

.view-xgnews ul li {
    width: 50%;
    padding: 0 10px;
    float: left
}

.view-xgnews ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 0 0 0 18px;
    color: #666;
    line-height: 2
}

.view-xgnews ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #cccccc
}

.view-xgnews ul li a:hover {
    color: #E7161C
}

.miaoshu {
    background: #ebebeb;
    position: relative;
    color: #666666;
    line-height: 24px;
    padding: 20px 52px 15px 74px;
    margin-bottom: 15px;
}

.miaoshu em {
    position: absolute;
    left: 0px;
    top: 0;
    background: #000;
    color: #fff;
    padding: 0 15px;
    line-height: 26px;
    text-align: center;
}

.miaoshu em:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #000;
    border-bottom: 4px solid transparent
}

.web-body {
    color: #333;
    overflow: hidden;
    line-height: 2;
    text-align: justify;
    width: 94%;
    margin: 0 auto;
}

.web-body img {
    max-width: 100%;
}

.bshare {
    margin: 20px 0;
}

.list-news li {
    margin-top: 30px
}

.list-news li:hover {
    box-shadow: 1px 1px 4px 1px #ddd;
}

.list-news li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    padding: 15px 20px 15px 16px;
    /* border: 1px solid #e5e5e5; */
    background: #ffffff;
    color: #868686;
}

.list-news li a:hover span,
.list-news li a:hover p {
    color: #294C8F;
}

.list-news li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 0;
    transition: all .6s;
    background: #000000
}

.list-news li a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 73px;
    height: 73px;
    background-size: 100% 100%;
    z-index: 5
}

.list-news li .date {
    background: #4d4d4d;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    border-right: 1px solid #e5e5e5;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    transition: all .6s
}

.list-news li .date em {
    font-size: 50px;
    display: block;
    margin: 60px 0 15px 0
}

.list-news li .pic {
    width: 275px;
    height: 185px;
    overflow: hidden
}

.list-news li .pic img {
    width: 100%;
    height: auto;
    transition: all .6s
}

.list-news li .pic img:hover {
    transform: scale(1.05)
}

.list-news li .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 0 0 0 20px
}

.list-news li .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #111;
    transition: all .6s;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 12px 0
}

.list-news li .box .cs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    padding: 16px 0 12px 0
}

.list-news li .box .cs i {
    margin-left: 10px;
    margin-right: 5px
}

.list-news li .box .cs i:first-child {
    margin-left: 0
}

.list-news li .box p {
    display: block;
    overflow: hidden;
    line-height: 1.5;
    color: #666;
}

.list-news li .box .icon-rights {
    float: right;
    font-size: 40px;
    line-height: 1;
    transition: all .6s
}

.list-news li .box .icon-rights:hover {
    color: #E7161C
}

.list-news li:first-child {
    margin-top: 0
}

.list-news li.hot a:before {
    background-image: url(/static/home/img/icon_tuij.png)
}


/*.list-news li:hover a:after {*/


/*    width: 100%*/


/*}*/

.list-news li:hover .date {
    background: #000000
}

.sy-news {
    margin: 30px 0 0;
    overflow: hidden;
}

.sy-newsheng li {
    border-bottom: 0 !important;
}

.sy-newsheng li a {
    border-bottom: 2px solid #C4C4C4;
    width: 100% !important;
    background: #fff;
}

.sy-news li.wid20 {
    width: 20%;
}

.sy-newsheng li h2 {
    padding: 0 10px;
}

.sy-newsheng li p {
    padding: 0 10px;
}

.sy-news li {
    width: 33.3333%;
    /* margin: 1%; */
    float: left;
    border-bottom: 2px solid #C4C4C4;
    /* background: #fff; */
    padding: 15px;
}

.sy-news li a {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.sy-news li h2 {
    font-size: 18px;
    line-height: 2.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sy-news li a {
    border-bottom: 2px solid #ebebeb;
}

.sy-news li a:hover {
    border-bottom: 2px solid #294C8F;
    color: #294C8F;
}

.sy-news li .dessn h2 {
    height: auto;
}

.sy-news li a:hover p img {
    padding-left: 5px;
}

.sy-news li p {
    color: #666;
    font-size: 14px;
    margin: 0 0 10px;
    overflow: hidden;
    line-height: 1.5
}

.sy-news li p span {}

.sy-news li p b {
    float: right;
}

.sy-news li p b img {
    height: 18px;
}

.sy-pic {
    position: relative;
}

.sy-pic img {
    width: 100%;
}

.sy-pic span {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #294C8F;
    color: #fff;
    padding: 10px;
}

.rongyutop {
    /*height: 340px;*/
    background: #fff;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    /* padding:15px 0; */
}

.rongyutop img {
    width: 100%;
    vertical-align: middle;
    align-self: center;
    transition: all .5s;
}

.rongyutop img.downicon {
    width: 180px;
}

.rongyuname {
    height: 80px;
    background: #ebebeb;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dessn {
    background: #fff;
    bottom: -100%;
    position: absolute;
    width: 100%;
    transition: 500ms;
    line-height: 1.5;
}

.small {
    width: 100px;
    height: 100px;
    background: no-repeat;
    position: absolute;
    right: 10px;
    top: -63px;
}

.small img {
    max-width: 100%;
}

.dessn h2 {
    height: auto;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px;
    padding-bottom: 10px;
}

.dessn p {
    font-size: 14px;
    color: #666;
    width: 90%;
    margin: 0 auto 20px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text-left {
    text-align: left;
    padding-left: 20px;
}

.rongyucon a:hover .dessn {
    bottom: 0;
}

.bgdw {
    background: #efefef;
}

.bgwhite {
    background: #fff;
    /* overflow: hidden; */
    position: relative;
}

.indexpro {
    overflow: hidden;
    width: 90%;
    min-width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
}

.indexpro a {
    float: left;
    float: left;
    background: #fff;
    border: 1px solid #c4c4c3;
    text-decoration: none;
    width: 19%;
    /* display: flex; */
}

.indexproimg {
    position: relative;
    overflow: hidden;
    transition: 300ms;
}

.indexproimg>img {
    width: 100%;
    vertical-align: middle;
}

.indexproimgdes {
    /* top: 0; */
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    display: flex;
    align-items: center;
    transition: 500ms;
    align-self: center;
    justify-content: center;
    bottom: -137%;
    flex-wrap: wrap;
}

.indexproimgdes {
    flex: 1;
    color: #fff !important;
    width: 100%;
    margin-top: 10px;
}

.indexproimgdes p {
    padding-top: 10px;
}

.sy-news li a:hover .indexproimgdes {
    bottom: 0;
}

.sy-news li:hover .indexproimgdes {
    bottom: 0;
}

.indexproname {
    font-size: 20px;
    text-align: center;
    color: #606060;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
}

.sy-gcalL {
    position: absolute;
    left: 0;
    /* height: 400px; */
    width: 80%;
    top: 10%;
    overflow: hidden;
}

.sy-gcalL img {
    width: 100%;
}

.sifb {
    position: absolute;
    right: 10%;
    top: 29%;
    z-index: 10;
    padding: 10px;
    text-align: right;
    padding: 15px;
    background: #294C8F;
}

.sy-gcal {
    width: 1200px;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
}

.ys-yy {
    float: right;
    width: 400px;
    height: 500px;
    background: #ddd;
}

.pageposition {
    border-bottom: 1px solid #ddd;
}

.pagepositionCon {
    width: 1380px;
    margin: 0 auto;
    overflow: hidden;
    /* border-bottom: 1px solid #ddd; */
    height: 50px;
    line-height: 50px;
}

.pagenav {
    float: left;
    margin: 0 10px;
    padding-left: 10px;
}

.pagenav a {
    float: left;
    height: 50px;
    margin-right: 40px;
    font-size: 16px;
}

.pagenav a:hover,
.pagenav a.on {
    border-bottom: 1px solid #0a2a57;
    color: #294C8F;
    height: 50px;
}

.pagenav a.active {
    border-bottom: 1px solid #0a2a57;
    color: #294C8F;
    height: 50px;
}

.pagepositionCon>.position {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagepositionCon>.position span {
    padding-left: 2px;
}

.pagepositionCon>.position img {
    padding-right: 5px;
}

.pagepositionCon>.position a {
    padding: 0 3px;
}

.enter1 {
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}

.enter1L {
    float: left;
    width: 40%;
}

.enter1L img {
    width: 100%;
}

.enter1R {
    float: right;
    width: 57%;
}

.enter1R h3 {
    color: #294C8F;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}

.enter1R h2 {
    font-size: 51px;
    color: #ddd;
    overflow: hidden;
    line-height: 40px;
    margin: 10px 0;
}

.enter1R h4 {
    color: #294C8F;
    font-weight: normal;
    font-size: 18px;
    margin: 10px 0;
}

.entertxt {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    line-height: 1.6
}

.entertxt p {
    padding: 3px 0;
}

.servise {
    background: url(../image/zl.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.servise h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin: 40px auto 20px;
}

.servise p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-size: 21px;
}

.servise p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.servisecon {
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}

.seritem {
    float: left;
    width: 16%;
}

.seritem p {}

.seritem p img {
    transition: 300ms;
}

.seritem p:hover img {
    transform: rotate(360deg);
}

.servisecon span {
    float: left;
}

.servisecon img {}

.pinpaisl {
    margin: 50px 0;
}

.pinpaitop {
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}

.pinpaitopL {
    float: left;
    background: #294C8F;
    color: #fff;
    padding: 15px 40px;
    font-size: 30px;
    text-align: right;
}

.pinpaitopL img {}

.pinpaitopR {
    float: right;
    width: 60%;
    line-height: 2;
    color: #666;
    font-size: 16px;
}

.pinpaitbot {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pinpaitbot a {}

.pinpaitbot a img {
    width: 100%;
}

.zhengshu {
    border: 1px solid #ddd;
    display: block;
    padding: 15px 10px;
    border-radius: 10px;
    text-align: center;
}

.lianxitit {
    text-align: center;
    margin: 30px 0;
}

.lianxitit h2 {
    margin: 16px 0 12px;
    font-size: 26px;
    letter-spacing: 5px;
}

.lianxitit p {
    font-size: 16px;
    color: #666;
}

.lianxi1 {
    overflow: hidden;
    width: 1370px;
    margin: 0 auto;
}

.lianxi1L {
    float: left;
    width: 28%;
}

.lianxi1L>h2 {
    font-size: 24px;
    margin: 10px 0;
    padding-bottom: 10px;
}

.hotline {
    border-top: 1px solid #ddd;
    padding: 15px 0 0;
    display: flex;
    align-items: center;
}

.hotline i {
    display: block;
    font-size: 50px;
    color: #999;
    padding-right: 10px;
}

.hotline h2 {
    color: #294C8F;
}

.lianximsg {
    line-height: 2;
    padding: 15px 0;
}

.lianxicode {
    overflow: hidden;
}

.lianxiewm {
    float: left;
    text-align: center;
}

.lianxiewm p img {
    width: 135px;
    height: 135px;
}

.lianxi1R {
    float: right;
    width: 69%;
}

.xs {
    width: 1400px;
    margin: 30px auto 0;
    overflow: hidden;
}

.view .system-maoyi-body {
    background: #F9F9F9;
    float: left;
    width: 48%;
    margin: 1%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.view .system-maoyi-body img {
    display: block;
    padding-right: 30px;
}

.view .system-maoyi-body .maoyi-rig {
    float: left;
    margin: 20px 0px;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    min-height: 155px;
}

.view .system-maoyi-body .maoyi-rig h2 {
    margin-bottom: 8px;
    font-size: 24px;
}

.liuyan {
    margin-bottom: 40px;
}

.liuyantop {
    overflow: hidden;
    width: 1400px;
    margin: 0 auto;
}

.liuyanitem {
    float: left;
    width: 31.3333%;
    height: 50px;
    line-height: 50px;
    background: #F9F9F9;
    margin: 1%;
}

.liuyanitem span {
    margin-left: 10px;
}

.liuyanitem span img {}

.liuyanitem i {
    font-style: normal;
    color: red;
}

.liuyanitem input {
    width: 80%;
    height: 44px;
    border: 0;
    background: no-repeat;
}

.liuyanbot {
    width: 1370px;
    margin: 0 auto;
}

.liuyanbot textarea {
    width: 100%;
    background: #F9F9F9;
    height: 188px;
    border: 0;
    padding: 10px;
}

.slide {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 1000;
}

.slideitem {
    background: #294C8F;
    width: 68px;
    position: relative;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.slideitem .iconfont {
    font-size: 32px;
}

.slideitem p {
    padding-top: 3px;
    font-size: 12px;
}

#gotoTop {
    line-height: 60px;
}

.slideitem:last-child {
    border: 0;
}

.slideitem>a {
    color: #fff;
    font-size: 12px;
}

.slideitem>a p {
    line-height: 1;
    margin: 0;
}

.slideitem:hover {
    background: #E10111;
}

.slideitem>a img {
    width: 28px;
}

.slideitem .call {
    position: absolute;
    top: 0;
    background: #294C8F;
    color: #fff;
    height: 60px;
    display: block;
    line-height: 60px;
    left: 120px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
}

.slideitem .wx {
    position: absolute;
    left: 127px;
    top: 0;
}

.slideitem .wx img {
    max-width: 124px;
}

.slideitem:hover .call {
    left: -180px;
}

.slideitem:hover .wx {
    left: -127px;
}

.pagecon {
    width: 1200px;
    margin: 20px auto;
}

.cpxq {
    text-align: right;
}

.cpxq img {
    width: 20px;
    vertical-align: middle;
    margin: 0 10px;
}

.rele {
    border-bottom: 2px solid #ddd;
}

.rele:hover {
    border-bottom: 2px solid #294C8F;
}

.protop {
    padding: 15px 0;
}

.detailtab {
    border-bottom: 1px solid #ddd;
    position: sticky;
    width: 100%;
    top: 80px;
    z-index: 10;
    left: 0;
    background: #fff;
}

.detailtabcon {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}

.detailtabcon a {
    display: block;
    float: left;
    margin: 0 50px 0 0;
    font-size: 16px;
}

.detailtabcon a.active {
    border-bottom: 1px solid #113883;
    color: #113883;
}

.relativepro {}

.relativeproTit {
    margin: 15px auto;
    line-height: 3;
    border-bottom: 1px solid #ddd;
}

.relativeproTit p {
    display: block;
    position: relative;
    margin-left: 18px;
    font-size: 18px;
    font-weight: 550;
}

.wid1200 {
    width: 1200px;
    margin: 0 auto;
}

.wid1400 {
    width: 1400px;
    margin: 0 auto;
}

.mar30 {
    margin: 30px auto;
}

.mart0 {
    margin-top: 0;
}

.padt30 {
    padding-top: 30px;
}

.relativeproTit p::before {
    background: #113883;
    width: 30px;
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0px;
}

.list-down li {
    line-height: 40px;
    border-bottom: 1px solid #ddd
}

.list-down li:last-child {
    border-bottom: none;
}

.list-down li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 0 20px
}

.list-down li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666
}

.list-down li .iconfont {
    opacity: .6;
    font-size: 16px;
    float: right;
}

.list-down li .iconfont span {
    font-size: 14px;
}

.jutu {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
    text-align: center;
}

.jutu img {
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../image/l1.png");
    left: -69px;
    right: auto;
    width: 44px;
    background-size: 100% 100%;
    border-radius: 50%;
    font-size: 40px;
    font-weight: bold;
    color: #CCCCCC;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../image/l2.png");
    right: -69px;
    left: auto;
    width: 44px;
    background-size: 100% 100%;
    border-radius: 50%;
    font-size: 40px;
    font-weight: bold;
    color: #CCCCCC;
}

.jutu .swiper-button-next {
    background-image: none;
    left: 0;
    right: auto;
    width: 44px;
    background-size: 100% 100%;
    border-radius: 50%;
}

.jutu .swiper-button-prev {
    background-image: none;
    right: 0;
    left: auto;
    width: 44px;
    background-size: 100% 100%;
    border-radius: 50%;
}

.jutu .swiper-pagination {
    bottom: 20px !important;
}

.jutu .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    position: relative;
    margin: 0 10px !important;
}

.jutu .swiper-pagination-bullet::before {
    position: absolute;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ccc;
    top: 2px;
    left: 2px;
}

.jutu .swiper-pagination-bullet-active {
    border: 1px solid #0a2a57;
}

.jutu .swiper-pagination-bullet-active::before {
    background: #0a2a57;
}

.jutu .swiper-button-next::after,
.top-bg .swiper-button-prev::after {
    display: none;
}

.pinpaitbot .swiper-slide {
    width: 23.5%;
}

.cadetetit {
    text-align: center;
    margin: 30px auto;
}

.casedetailrt {
    width: 1200px;
    margin: 0 auto;
    line-height: 2;
    font-size: 16px;
}

.bghui {
    background: #F2F2F2;
    padding-bottom: 40px;
    overflow: hidden;
}

.list-news {
    width: 1171px;
    margin: 0 auto;
}

.pdt0 {
    padding-top: 0;
}

.p0 {
    padding: 0;
    margin: 0 !important;
}

.rongyucon2 {
    width: 97%;
    margin: 0 auto;
}

.mart30 {
    margin-top: 30px;
}

.dcon {
    margin: 20px auto;
    display: none;
    line-height: 2;
    padding: 10px 0;
    font-size: 16px;
}

.dcon h2,
.view_pro .bor .vwcs .xun h2 {
    font-size: 22px;
    color: #F15A22;
    font-weight: normal;
}

.dcon h3,
.view_pro .bor .vwcs .xun h3 {
    font-size: 18px;
    color: #0a2a57;
    margin-bottom: 8px;
    font-weight: normal;
}

.dcon img {
    max-width: 100%;
}

.te {
    /*text-align: center;*/
    position: relative;
    height: 20px;
}

.te:after {
    width: 50px;
    height: 4px;
    background: #E10111;
    display: block;
    overflow: hidden;
    content: '';
    margin: 15px auto 2px;
}

.line2:after {
    width: 50px;
    height: 4px;
    background: #E10111;
    display: block;
    overflow: hidden;
    content: '';
    margin: 15px 0;
}

.in-newsmore {
    width: 200px;
    height: 50px;
    border: 1px solid #666;
    color: #333;
    font-weight: 700;
    display: block;
    margin: 40px auto;
    text-align: center;
    line-height: 50px;
}

.newsmore {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 50px;
    border: solid 1px #dfe1e3;
    font-size: 18px;
    width: 250px;
    position: relative;
    z-index: 1;
    transition: all .4s;
    overflow: hidden;
    margin: 0 auto 50px;
    text-align: center;
}

.newsmore a {
    color: #333;
    display: block;
    margin: 0 auto;
}

.newsmore:before {
    position: absolute;
    content: '';
    right: 100%;
    width: 100%;
    height: 100%;
    background: #ec0000;
    z-index: -1;
    transition: all .4s
}

.newsmore:hover,
.newsmore:hover a {
    color: #fff;
    border-color: #ec0000
}

.newsmore:hover:before {
    right: 0
}

.ove {
    overflow: hidden;
}

.w100 {
    width: 100% !important;
}

.bor0 li {
    border-bottom: 0 !important;
}

.w90 {
    width: 90% !important;
}

.pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 0;
    clear: both;
}

.pagination li {
    padding: 0 5px
}

.pagination li.active a {
    background: #294C8F;
    color: #fff;
}

.pagination li a,
.pagination li span {
    display: block;
    overflow: hidden;
    padding: 0 12px;
    line-height: 32px;
    background: #fff;
    box-shadow: 0 0 5px #eee;
    color: #666
}

.pagination li a:hover {
    background: #2b2b2b;
    color: #fff;
    border-color: #2b2b2b
}

.pagination li.active span {
    cursor: default;
    background: #294C8F;
    color: #fff
}

.pagination li.disabled span {
    background: #ddd;
    color: #868686;
    cursor: not-allowed
}

#gotoTop {
    display: none;
}

#search {
    width: 20%;
    /* background: rgba(255,255,255,0.9); */
    position: fixed;
    top: 60px;
    z-index: 104;
    /* border-top:1px solid #ccc; */
    right: 14%;
}

#search input {
    width: 70%;
    height: 40px;
    text-indent: 1em;
    margin-top: 20px;
    /* border-bottom:1px solid #2f315c; */
    color: #000;
    margin-left: 5%;
    font-size: 14px;
    float: left;
    background: #eee;
    border-radius: 20px 0 0 20px;
    border: 0;
    line-height: 40px;
}

#search #search-an {
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
    float: left;
    background: #eee !important;
    border-radius: 0 20px 20px 0;
    border-left: 1px solid #666;
}

.lob {
    background: #d0121b !important;
}

.bline {
    border-bottom: 1px solid #fff;
    width: 100px;
    margin: 10px 0;
    float: right;
    width: 100%;
}

.tjsrt {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

.tjsrt input {
    width: 250px;
    height: 40px;
    background: #ddd;
    border: 0;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    color: #333
}

.tjsrt input:hover {
    background: #113883;
    color: #fff;
}

.yhd {
    float: right;
    position: relative;
    font-size: 15px;
    margin-right: 14px;
}

.yhd span {
    position: absolute;
    top: 80px;
    right: 0;
    display: none;
}

.yhd:hover span {
    display: block;
}


/* ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­Ãƒâ€šÃ‚Âcss */

.slideBox {
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    padding: 0 5px;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 400px;
    display: block;
}


/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â/ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â¾Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â©Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¦Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¯ */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(/static/home/images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.languagesel {
    top: 62px;
    position: absolute;
    background: #fff;
    left: -19px;
    display: none;
    border: 1px solid #ddd;
}

.languagesel a {
    color: #000;
    display: block;
    width: 100px;
    text-align: center;
}

.languagesel a:hover {
    background: #eee;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 9;
}

.map {
    width: 100%;
    overflow: hidden;
    height: 430px;
}

.map #bdmap {
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 24px
}

.map #bdmap h4 {
    color: #294C8F;
    border-bottom: 1px solid #eee;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-size: 16px
}



.viewer-footer .viewer-title {
    display: none;
}

.video {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.video img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.video .iconfont {
    text-align: center;
    font-size: 80px;
    line-height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.7);
}

.tan_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.tan_box .box {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    width: 650px;
    height: 430px;
}

.tan_box video,
.tan_box iframe {
    width: 100%;
    height: 100%;
}

.tan_box .box .close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    z-index: 999;
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #999;
}