/* 公共css */
body, html {
    min-width: 320px;
    max-width: 100%;
    /*overflow-x: hidden;*/
    color: #333333;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}
input,a,div{
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*xlt-k*/
/*::-webkit-scrollbar*/
/*{*/
    /*width: 8px;*/
    /*height: 8px;*/
/*}*/

/*::-webkit-scrollbar-track*/
/*{*/
    /*background-color: #ffffff;*/
/*}*/

/*::-webkit-scrollbar-thumb*/
/*{*/
    /*background-color: #b31f1f;*/
/*}*/
/*xlt-g*/
/*----------------------*/

.public_title{
    text-align: center;
    padding: 4.5% 0 3%;
}
.public_title .nr_en{
    font-size: 50px;
    color: #ebebeb;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -10px;
    letter-spacing: 1px;
    z-index: 1;
}
.public_title .nr_cn{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin: -50px 0 0 0;
    z-index: 2;
}
.public_title .nr_cn span{
    color: #333333;
}
.public_title .nr_in{
    margin: 1% 0 0 0;
    font-size: 14px;
    color: #333333;
    line-height: 2;
    letter-spacing: 1px;
}
.public_title .nr_ins{
    margin: 1% 0 0 0;
    color: #999999;
    line-height: 2;
    letter-spacing: 1px;
}
.public_title .nr_in.yse{
    color: #ffffff;
}
.public_title .nr_in.yss{
    color: #999999;
}
.public_title .nr_en.yse{
    color: #929292;
}
.public_title .nr_cn.ysy{
    color: #1b4a90;
}
.public_title .nr_cn.yse{
    color: #ffffff;
}
.public_title .nr_cn .hs{
    color: #333333;
}
.public_title .nr_cn .ls{
    color: #1b4a90;
}

.Product{
    overflow: hidden;
}
.Product .pro-cont .pro-cate{
    margin: 10px 0;
    overflow: hidden;
}
.Product .pro-cont .pro-cate ul li{
    float: left;
    width: 20%;
    text-align: center;
    line-height: 3;
    padding: 2% 2% .5%;
    border: 1px solid #b5b5b5;
    border-right: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.Product .pro-cont .pro-cate ul .on{
    background-color: #1b4a90;
    color: white;
}
.Product .pro-cont .pro-cate ul .on .pro-img{
    filter: brightness(1000%);
}
.Product .pro-cont .pro-cate ul li:last-of-type{
    border-right: 1px solid #b5b5b5;
}
.Product .pro-cont .pro-cate ul li .pro-img{
    height: 75px;
}
.Product .pro-cont .pro-cate ul li:hover{
    background-color: #1b4a90;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.Product .pro-cont .pro-cate ul li:hover .pro-cname{
    color: white;
}
.Product .pro-cont .pro-cate ul li:hover .pro-img{
    filter: brightness(1000%);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.Product .pro-cont .pro-list{
    overflow: hidden;
    padding: 5% 0 0;
}
.Product .pro-cont .pro-list .pro-lf{
    width: 40%;
    float: left;
    padding: 0 6% 0 0;
    overflow: hidden;
}
.Product .pro-cont .pro-list .pro-lf:hover img{
    transform: scale(1.1);
}
.Product .pro-cont .pro-list .pro-rf{
    width: 60%;
    float: right;
}
.Product .pro-cont .pro-list .pro-rf .pro-dname{
    margin-bottom: 6%;
}
.Product .pro-cont .pro-list .pro-rf .pro-dec{
    line-height: 2;
    height: 60px;
    position: relative;
}
.Product .pro-cont .pro-list .pro-rf .pro-dec .p-more{
    position: absolute;
    right: 0;
    bottom: 0;

}
.Product .pro-cont .pro-list .pro-rf .pro-rfbt{
    margin: 5% 0 0;
    overflow: hidden;
}
.Product .pro-cont .pro-list .pro-rf .pro-rfbt .pro-small{
    width: 32%;
    float: left;
    margin-right: 2%;
}
.Product .pro-cont .pro-list .pro-rf .pro-rfbt .pro-small:last-of-type{
    margin-right: 0;
}
.Product .pro-cont .pro-list .pro-rf .pro-rfbt .pro-small:hover .psm-img img{
    transform: scale(1.1);
}
.Product .pro-cont .pro-list .pro-rf .pro-rfbt .pro-small .psm-img{
    overflow: hidden;
}
.Product .pro-cont .pro-list .pro-rf .pro-rfbt .pro-small .psm-name{
    line-height: 3;
    color: white;
    background-color: #1b4a90;
    padding: 0 5%;
}

.sl_c {
    margin-bottom: 50px;
}
.sl_c li {
    float:left;
    width:200px;
    overflow:hidden;
    position:relative;
    transition:all 0.8s
}
.sl_c li p {
    position:absolute;
    width:200px;
    height:390px;
    background:rgba(29,29,29,0.6);
    left:0;
    top:0;
    text-align:center;
    box-sizing:border-box;
    padding-top:75px;
}
.sl_c li p i {
    display:block;
    font-size:14px;
    color:#8b8b8c;
    height:40px;
    line-height:40px;
    margin: 10px 0;
}
.sl_c li p i img{
    margin: 0;
}
.sl_c li p em {
    display:block;
    height:27px;
    line-height:27px;
    font-size:20px;
    color:#fff;
    font-weight:bold;
}
.sl_c li p .span1{
    height:67px;
    font-size:24px;
    color:#fff;
    line-height:58px;
    display:block;
    letter-spacing: 1px;
}
.sl_c li p .span2{
    width: 45px;
    height: 2px;
    display: block;
    background-color: #ffffff;
    margin-left: 75px;
}
.sl_c li p img {
    margin-top:51px;
}
.sl_w {
    width: 275px;
    height: 290px;
    background: rgba(10,54,132,0.8);
    position: absolute;
    left: 63px;
    top: 50px;
    padding: 15px 0 0 20px;
    box-sizing: border-box;
    transform: scale(0);
    transition: all 0.5s;
}
.sl_w i {
    display:block;
    /*height:26px;*/
    /*line-height:26px;*/
    margin: 20px 0;
}
.sl_w h4 {
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    color: #fff;
    font-weight: unset;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    width: 95%;
    padding-bottom: 65px;
}
.sl_w span {
    display: block;
    width: 95%;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 20px;
    height: 110px;
    overflow: hidden;
}
.sl_w img {
    margin-top:2px;
    display:block;
}
.sl_c li.cur {
    width:400px;
}
.sl_c li.cur p {
    transform:scale(0);
}
.sl_c li.cur .sl_w {
    transform:scale(1);
}


.butls{
    width: 100%;
    text-align: center;
}

.butls .but1{
    width: 360px;
    height: 60px;
    line-height: 60px;
    background-color: #FFFFFF;
    color: #d52529;
    text-align: center;
    font-size: 18px;
    border: 1px solid #d52529;
    display: inline-block;
    border-radius: 50px;
    margin-right: 70px;
}
.butls .but2{
    width: 360px;
    height: 60px;
    line-height: 60px;
    background-color: #d52529;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    border: 1px solid #d52529;
    display: inline-block;
    border-radius: 50px;
}

.notice1{
    background: url(../image/notice1.jpg)no-repeat center;
    height: 207px;
    position: relative;
    margin:80px 0 0;
}
.notice1 .dh{
    position: absolute;
    right: 0;
    top: 120px;
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 2px;
}
.pdetail{
    background: url("../image/pd_bg.jpg") no-repeat center;
    height: 1592px;
    overflow: hidden;
}
.pdetail .pd-cont{
    overflow: hidden;
}
.pdetail .pd-cont .pd-lf{
    width: 50%;
    float: left;
}
.pdetail .pd-cont .pd-lf .pd-box{
    overflow: hidden;
    display: flex;
    margin: 0 0 50px;
    align-items: center;
    /*justify-content: center;*/
}
.pdetail .pd-cont .pd-lf .pd-box .ds-img{
    width: 30%;
    float: left;
    margin-right: 3%;
    text-align: center;
}
.pdetail .pd-cont .pd-lf .pd-box .ds-txt{
    width: 61%;
    float: right;
}
.pdetail .pd-cont .pd-lf .pd-box .ds-txt p:nth-of-type(1){
    margin: 15px 0 35px;
}
.pdetail .pd-cont .pd-lf .pd-box .ds-txt p:nth-of-type(2){
    line-height: 2;
}
.pdetail .pd-cont .pd-rf{
    width: 50%;
    float: left;
    text-align: right;
}

.pdetail .pd-cont .pd-rf:nth-of-type(4){
    text-align: left;
}
.pdetail .pd-cont .pd-lf:nth-of-type(5){
    padding-left: 5%;
}
.pdetail .pd-cont .pd-lf:nth-of-type(5) .pd-box .ds-txt{
    width: 67%;
}
.pdetail .pd-foot{
    overflow: hidden;
    margin: 65px 0 0;
}
.pdetail .pd-foot li{
    width: 50%;
    float: left;
    color: white;
    height: 67px;
    line-height: 67px;
}
.pdetail .pd-foot li:nth-of-type(1){
    text-align: right;
    padding-right: 20px;
}
.pdetail .pd-foot li:nth-of-type(2){
    text-align: left;
}
.pdetail .pd-foot li:nth-of-type(2) a{
    display: block;
    padding-left: 101px;
    margin-right: 292px;
}

.index_about{
    position: relative;
    height: 740px;
    overflow: hidden;
    z-index: 999;
}

.index_about .iab_right{
    width: 45%;
    float: right;

}
.index_about .iab_right .iab_tit{
    font-size: 36px;
    padding: 10% 0 5%;
    text-align: right;
    color: #fff;

}
.index_about .iab_right .iab_cot{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    text-align: right;
}
.index_about .about_bg{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    z-index: -1;
}
.index_about .iab_right .iab_view{
    text-align: left;
    margin-top: 5%;
}
.index_about .iab_right .iab_view ul li{
    display: inline-block;
    margin-right: 8%;
    margin-bottom: 3%;
    text-align: center;
}
.index_about .iab_right .iab_view ul li:nth-of-type(4){
    margin-right: 0px;
}
.index_about .iab_right .iab_view ul li .sz{
    font-size: 46px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
}
.index_about .iab_right .iab_view ul li span{
    font-size: 46px;
    color: #ffffff;
    display: inline-block;
}
.index_about .iab_right .iab_view ul li .wz{
    font-size: 16px;
    color: #ffffff;
}


.iab_menu2{
    position: absolute;
    width: 53%;
    background-color: #1b4a90;
    height: 100%;
    left: 0;
    top: 0;
}
.iab_menu{
    position: relative;
    z-index: 9;
    /*padding: 4% 0;*/
    width: 55%;
    color: white;
    float: left;
}
.iab_menu .tit_cn{
    font-size: 30px;
    font-weight: bold;
    margin: 10% 0 5% 0;
}
.iab_menu .tit_en{
    font-size: 18px;
    margin: 0 0 6% 0;
}
.into_us{
    margin-top: 0%;
    float: left;
    width: 87%;
    margin-bottom: 82px;
}
.into_us .tit{
    font-size: 30px;
    border-bottom: 3px solid #d52529;
    padding-bottom: 30px;
    width: 120px;
}
.into_us .about_con{
    font-size: 14px;
    padding-top:5%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 35px;
}
.fw_hotline{
    float: left;
    font-size: 24px;
}
.tel_{
    position: absolute;
    bottom: 60px;
    margin-top: 5%;
    color: #fff;
    width: 100%;
    height: 90px;
    font-size: 24px;
    background: url("../image/rt_icon.png") no-repeat 92% 50%;
    background-color:#d52529;
}
.tel_ > a{
    position: absolute;
    width: 50px;
    height: 100%;
    right: 7%;
    z-index: 9;
}

.iab_list li{
    font-size: 14px;
    color: #333333;
    margin-bottom: 7%;
    height: 110px;
    line-height: 180px;
    text-align: center;
    /*padding:0 4% 4% 4%;*/
    width: 18%;
    margin-right: 6%;
    float: left;
    background-color: #ffffff !important;
}
.iab_list li:hover{
    background-color: #d52529 !important;
    color: #ffffff;
    /*transform: rotate(360deg);*/
    transition: all 0.5s;
}
.iab_list a:nth-of-type(1) li{
    background: url(../image/iab_logo1.png)no-repeat center;
    background-position-y: 30px;
}
.iab_list a:nth-of-type(1) li:hover{
    background: url(../image/iab_logos1.png)no-repeat center;
    background-position-y: 30px;
}
.iab_list a:nth-of-type(2) li{
    background: url(../image/iab_logo2.png)no-repeat center;
    background-position-y: 30px;
}
.iab_list a:nth-of-type(2) li:hover{
    background: url(../image/iab_logos2.png)no-repeat center;
    background-position-y: 30px;
}

.iab_list a:nth-of-type(3) li{
    background: url(../image/iab_logo3.png)no-repeat center;
    background-position-y: 30px;
}
.iab_list a:nth-of-type(3) li:hover{
    background: url(../image/iab_logos3.png)no-repeat center;
    background-position-y: 30px;
}

.iab_list a:nth-of-type(4) li{
    background: url(../image/iab_logo4.png)no-repeat center;
    background-position-y: 30px;
    margin-right: unset;
}
.iab_list a:nth-of-type(4) li:hover{
    background: url(../image/iab_logos4.png)no-repeat center;
    background-position-y: 30px;
    margin-right: unset;
}

.syns_list{

}
.syns_list .syns_title{
    line-height: 2;
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    margin: 0 0 4% 0;
    padding: 0 0 1% 0;
    border-bottom: 1px solid #d2d2d2;
}
.syns_list .syns_title span{
    margin-left: 15px;
}
.syns_list .snsfl{
    width: 47.5%;
    float: left;
}
.syns_list .snsfr{
    width: 47.5%;
    float: right;
}

.syns_list .snslist{
    position: relative;
}

.snsitemy{
    position: relative;
    line-height: 2;
    background: url(../image/arrow_xxl.png) no-repeat 100% 10%;
    border-bottom: 1px dashed #cccccc;
    padding: 0 0 2% 0;
    background-size: 3.5%;
    margin: 0 0 2% 0;
    overflow: hidden;
}
.snsitemy:first-of-type{
    border-bottom: none;
}
.snsitemy:last-child{
    border-bottom: 0;
}
.snsitemy .wtit{
    color: #333333;
    width: 80%;
    position: relative;
    text-indent: 2em;
}
.snsitemy .wtit:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    top: 10px;
    left: 0;
    background-color: #1b4a90;
}
.snsitemy:hover img{
    transform: scale(1.1);
}
.snsitemy:hover .wtit,.snsitemy:hover .wtime{
    color: #d52529;
}
.snsitemy:hover .wtit:before{
    background-color: #d52529;
}
.snsitemy .wcot{
    color: #555555;
    width: 80%;
}
.snsitemy .wtime{
    position: absolute;
    right: 0;
    top: 0;
    color: #555555;
}


.snsiteme{
    position: relative;
    margin: 0 0 20px 0;
}
.snsiteme .wimg{
    width: 38.125%;
    float: left;
    overflow: hidden;
    height: 122px;
}
.snsiteme .wcot{
    float: right;
    width: 60%;
    line-height: 2;
}
.snsiteme .wcot .wtit{
    line-height: 1.5;
    color: #333333;
}
.snsiteme .wcot .wint{
    margin: 3% 0 2% 0;
    color: #333333;
}
.snsiteme .wcot .wck{
    overflow: hidden;
    margin-top: 10px;
}
.snsiteme .wcot .wck .wtime{
    text-align: left;
    float: left;
    width: 50%;
}
.snsiteme .wcot .wck .wmore{
    text-align: right;
    float: right;
}
.snsiteme:hover .wimg img{
    transform: scale(1.1);
}
.snsiteme:hover .wcot .wtit{
    color: #d52529;
}

.inside-aside {
    width: 250px;
    float: left;
    position: relative;
    margin-top: 35px;
}
.left-menu .title {
    height: 160px;
    font-size: 20px;
    background: #1b4a90 url(../image/left-menu-title-bg.png) no-repeat 10px center;
    color: #fff;
    text-align: center;
    padding: 45px 0 0 0;
    position: relative;
    letter-spacing: 2px;
}
.left-menu .title:before {
    content: "";
    display: block;
    width: 110px;
    height: 32px;
    /*background: url(../image/left-menu-title-bg-02.png) no-repeat 0 0;*/
    position: absolute;
    right: -110px;
    top: 0;
}
.left-menu .title .cn {
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}
.left-menu .title .en {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0;
}
.left-menu .box {
    background: #eeeeee;
    padding: 10px 0;
    font-size: 14px;
}
.left-menu .box li {
    position: relative;
    border-bottom: 1px #fefefe solid;
}
.left-menu .box li:before {
    content: " ";
    display: block;
    width: 0%;
    height: 100%;
    background: #1b4a90;
    position: absolute;
    z-index: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.left-menu .box li:after {
    content: " ";
    display: block;
    opacity: 0;
    width: 25px;
    height: 25px;
    background: url(../image/all-icon.png) no-repeat 0 -235px;
    position: absolute;
    right: 13px;
    top: 10px;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.left-menu .box li:last-child {
    border: none;
}
.left-menu .box li > a {
    display: block;
    line-height: 20px;
    padding: 12px 25px 12px 45px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.left-menu .box li:hover > a,
.left-menu .box li.cur > a {
    color: #fff;
}
.left-menu .box li:hover:before,
.left-menu .box li.cur:before {
    width: 100%;
}
.left-menu .box li:hover:after,
.left-menu .box li.cur:after {
    display: block;
    opacity: 1;
}
.left-menu .box li.cur > a {
    font-weight: bold;
}



.left-menu .list {
    margin: 25px 0 0 0;
}
.left-menu .list a {
    display: block;
}
.left-menu .list .first {
    display: block;
    background: #1b4a90;
    color: #fff;
    line-height: 30px;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.left-menu .list .first:after {
    content: "";
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(../image/all-icon.png) 0 -110px;
    margin: 5px 0 0 0;
    transition: all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}
.left-menu .list .first.on:after {
    transform: rotate(90deg);
}
.left-menu .list .first:hover {
    padding-left: 20px;
}
.left-menu .list .first:hover:after{
    transform: rotate(90deg);
    transition: all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}
.left-menu .list .sencond {
    line-height: 30px;
    padding: 0 0 20px 0;
}
.left-menu .list .sencond a {
    color: #666666;
    border: 1px #eeeeee solid;
    padding: 7px 5px;
    position: relative;
    font-size: 14px;
    border-top: 0px;
}
.left-menu .list .sencond a:before {
    content: "";
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../image/all-icon.png) 0 -140px;
    margin: 5px 5px 0 0;
    transition: all .5s;
}
.left-menu .list .sencond a:hover {
    color: #1b4a90;
}

.left-menu .list .sencond a:hover:before {
    background: url(../image/all-icon.png) -30px -140px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.left-menu .list .sencond a.cur {
    color: #1b4a90;
}
.left-menu .list .sencond a.cur:before {
    background: url(../image/all-icon.png) -30px -140px;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.content .probox{

}


.content .probox{
    width: 275px;
    height: 310px;
    /*border: 1px #eeeeee solid;*/
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}
.content .probox:nth-child(3n){
    margin-right: 0px;
}
.content .probox:hover{
    border: 1px #1b4a90 solid;
}
/*.ipls .iplsfr .iprlist .probox:hover .proboxcot{*/
/*background-color: #1b4a90;*/
/*}*/
.content .probox:hover .proboxcot:before{
    top: 0px;
}
.content .probox:hover .proboxcot .p1{
    /*border-bottom: 1px dashed #ffffff;*/
    color: #ffffff;
}
.content .probox:hover .proboxcot .p2{
    color: #ffffff;
}
.content .probox .proboximg{
    width: 273px;
    height: 263px;
}
.content .probox .proboximg img{
    width: 100%;
    height: 100%;
    display: block;
}
.content .probox .proboxcot{
    height: 45px;
    width: 100%;
    background-color: #eeeeee;
    transition: all 0.5s;
    position: relative;
}
.content .probox .proboxcot:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 110px;
    background-color: #1b4a90;
    position: absolute;
    z-index: 0;
    transition: all .5s;
}
.content .probox .proboxcot .p1{
    /*padding: 5% 0;*/
    /*border-bottom: 1px dashed #333333;*/
    line-height: 45px;
    font-size: 16px;
    color: #333333;
    margin-left: 5%;
    width: 90%;
    margin-bottom: 5%;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.content .probox .proboxcot .p2{
    font-size: 12px;
    float: left;
    color: #555555;
    margin-left: 5%;
    width: 90%;
    margin-bottom: 5%;
    text-align: center;
    transition: all 0.8s;
    position: relative;
    z-index: 1;
}
.content .probox .mbshow{
    /*opacity: 0;*/
    width: 275px;
    height: 263px;
    position: absolute;
    top: -265px;
    left: 0;
    background: url(../image/mbshow.png) no-repeat;
    z-index: 10;
}

.content .probox .mbshow a{
    width: 275px;
    height: 263px;
    display: inline-block;
}

.probox2{
    width: 275px;
    height: 267px;
    border: 1px #eeeeee solid;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 42.5px;
    margin-bottom: 40px;
}
.probox2:nth-child(3n){
    margin-right: 0px;
}
.probox2:hover{
    border: 1px #1b4a90 solid;
}
/*.ipls .iplsfr .iprlist .probox:hover .proboxcot{*/
/*background-color: #1b4a90;*/
/*}*/
.probox2:hover .proboxcot:before{
    top: 0px;
}
.probox2:hover .proboxcot .p1{
    /*border-bottom: 1px solid #ffffff;*/
    color: #ffffff;
}
.probox2:hover .proboxcot .p2{
    color: #ffffff;
}
.probox2 .proboximg{
    width: 273px;
    height: 215px;
}
.probox2 .proboximg img{
    width: 100%;
    height: 100%;
    display: block;
}
.probox2 .proboxcot{
    height: 50px;
    width: 100%;
    /*background-color: #eeeeee;*/
    transition: all 0.5s;
    position: relative;
}
.probox2 .proboxcot:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 110px;
    background-color: #1b4a90;
    position: absolute;
    z-index: 0;
    transition: all .5s;
}
.probox2 .proboxcot .p1{
    padding: 6% 0;
    font-size: 16px;
    color: #333333;
    margin-left: 5%;
    width: 90%;
    margin-bottom: 5%;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.probox2 .proboxcot .p2{
    font-size: 12px;
    float: left;
    color: #555555;
    margin-left: 5%;
    width: 90%;
    margin-bottom: 5%;
    text-align: center;
    transition: all 0.8s;
    position: relative;
    z-index: 1;
}
.probox2 .mbshow{
    /*opacity: 0;*/
    width: 275px;
    height: 263px;
    position: absolute;
    top: -265px;
    left: 0;
    background: url(../image/mbshow.png) no-repeat;
    z-index: 10;
}

.probox2 .mbshow a{
    width: 275px;
    height: 263px;
    display: inline-block;
}
.left-contact {
    width: 250px;
    margin-top: 25px;
}
.left-contact .title {
    height: 87px;
    background: url(../image/left-contact-title-bg.jpg) no-repeat;
    color: #fff;
    font-size: 20px;
}
.left-contact .title span {
    display: inline-block;
    padding: 0 0 0 94px;
    line-height: 87px;
}
.left-contact .box {
    border: 1px #e0e0e0 solid;
    margin: 0px 0 30px;
    padding: 15px;
    min-height: 160px;
    color: #666666;
    line-height: 30px;
    font-size: 14px;
}
.left-contact .box b {
    color: #333;
}


.inside .main {
    width: 950px;
    float: right;
    padding: 30px 0 0 40px;
}
.inside .main img{
    max-width: 930px;
}
.inside .content {
    padding: 30px 0 30px 0;
    color: #666666;
}

.inside .bread {
    text-align: right;
    line-height: 40px;
    color: #6e6e6e;
    font-size: 13px;
    font-weight: normal;
    border-bottom: 1px #d5d5d5 solid;
    padding: 0 0 10px 0;
    position: relative;
}
.inside .bread a {
    color: #666666;
}
.inside .bread a:hover {
    color: #1b4a90;
}
.inside .bread span {
    /*font-style: normal;*/
    /*color: #1b4a90;*/
}
.inside .bread .inside-title {
    text-align: left;
    font-size: 20px;
    color: #333;
    position: relative;
}
.inside .bread .inside-title:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/all-icon.png) no-repeat 0 -200px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}
.product-show {
    background: #fff
    /*图片放大镜样式*/
}
.product-show .big-pic {
    width: 352px;
    height: 272px;
    float: left;
    margin-bottom: 60px;
    border: 1px #e4e4e4 solid;
}
.product-show .bt {
    font-size: 24px;
    color: #1b4a90;
    margin-bottom: 20px;
    line-height: 30px;
}
.product-show .show-info {
    width: 500px;
    float: right;
    color: #666666;
    margin-bottom: 60px;
}
.product-show .show-info .descption b {
    color: #333;
}
.product-show .show-info .share {
    border-bottom: #e0e0e0 solid 1px;
    max-width: 580px;
    padding-bottom: 30px;
    margin: 40px 0 20px 0;
}

.product-show .show-info .p1{
    font-size: 16px;
    margin: 10px 0;
}
.product-show .show-info .p2{
    font-size: 16px;
    margin: 10px 0;
}
.product-show .show-info .p3{
    font-size: 14px;
    margin: 10px 0;
    line-height: 28px;
    /*height: 110px;*/
    max-height: 110px;
    overflow: hidden;
}
.product-show .btns {
    margin: 15px 0 0 0;
    font-size: 15px;
}
.product-show .inquiry-btn,
.product-show .contact-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 130px;
    padding: 0px 5px;
    text-align: center;
    background: #b1b1b1;
    color: #fff;
    margin: 0 20px 0 0;
    font-size: 14px;
    float: left;
    position: relative;
    border-radius: 2px;
    transition: all 0.5s;
}
.product-show .inquiry-btn:before,
.product-show .contact-btn:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: -2px 0 0 0;
}
.product-show .inquiry-btn.inquiry-btn:before,
.product-show .contact-btn.inquiry-btn:before {
    background: url(../image/all-icon.png) 0 -650px;
}
.product-show .inquiry-btn{
    background-color: #1b4a90;
}
.product-show .contact-btn {
    background: #d52529;
}
.product-show .inquiry-btn.contact-btn:before,
.product-show .contact-btn.contact-btn:before {
    background: url(../image/all-icon.png) 0 -685px;
}
.product-show .inquiry-btn:hover,
.product-show .contact-btn:hover {
    /*background: #1b4a90;*/
}
.product-show .share-btn {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    min-width: 120px;
    text-align: center;
    float: left;
    color: #fff;
    background: #b1b1b1;
}
.product-show .share-btn .bdshare-button-style0-16 .bds_more {
    content: "";
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: none;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 15px;
    position: relative;
    color: #fff;
}
.product-show .share-btn .bdshare-button-style0-16 .bds_more:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/all-icon.png) -35px -615px;
    vertical-align: middle;
    margin: -2px 0 0 0;
}
.product-show .share-btn:hover {
    background: #1b4a90;
}
.product-show .tab {
    clear: both;
    margin: 0 auto 0;
    border: 1px #e9e7e7 solid;
}
.product-show .tabBtn {
    position: relative;
    height: 50px;
    border-bottom: 1px #e9e7e7 solid;
    background-color: #1b4a90;
    padding: 0 10px 0 40px;
    line-height: 50px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
.product-show .tabBtn a {
    min-width: 170px;
    display: inline;
    float: left;
    padding: 0 10px;
    line-height: 50px;
    color: #FFF;
    position: relative;
    transition: all .5s;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.product-show .tabSec {
    width: 100%;
    overflow: hidden;
    padding: 25px 25px;
    min-height: 350px;
    font-size: 14px;
    line-height: 2;
}
.product-show .tjcp{

}

.product-show .tabArt {
    display: none;
    overflow: hidden;
}
.product-show .p-01 {
    color: #00479d;
    font-size: 18px;
}
.product-show .preview {
    width: 350px;
    height: 270px;
}
.product-show .jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0;
    width: 350px;
    height: 270px;
    margin: 0;
    display: block;
}
.product-show .jqzoom img {
    display: block;
    margin: 0 auto;
    width: 273px;
    height: 263px;
}
.product-show .zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}
.product-show .zoomdiv img {
    max-width: inherit;
    max-height: inherit;
}
.product-show .jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background-color: #fff;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.news_box{
    width: 900px;
    height: 200px;
    margin:0 auto;
    background:#fff;
    margin-bottom:15px;
    border-bottom:1px solid #cecece;
    transition: box-shadow 0.3s;
}
.news_box:hover{
    box-shadow: 5px 5px 15px #7e7e7e
}

.news_box>a{
    display: block;
    box-shadow: 3px 3px 3px #e2e2e2;
}
.news_box .img_box{
    width: 200px;
    height: 170px;
    float: left;
    margin-left: 30PX;
    margin-top: 15px;

}
.news_box .img_box img{
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s;

}

.news_box:hover a>.txt_box>.new_title{
    color: #1b4a90;
}

.news_box .txt_box{
    width: 600px;
    height: 180px;
    float:right;
    margin-right: 40px;
    margin-top: 15px;
}
.news_box .txt_box .new_title{
    width: 600px;
    height: 50px;
    line-height: 50px;
    color: #535353;
    font-size: 16px;
}
.news_box .txt_box .new_dis{
    width: 600px;
    line-height: 25px;
    color: #777777;
    font-size: 14px;
    margin-right: 60PX;
    height: 50px;
    overflow: hidden;
}
.news_box .txt_box .new_dis1{
    width: 600px;
    height: 50px;
    line-height: 50px;
    color: #777777;
    font-size: 14px;
}

/*news-show*/
.show {
    line-height: 2;
}
.show .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 0;
    color: #1b4a90;
}
.show .info {
    color: #999999;
    font-size: 12px;
    text-align: center;
}
.show .share {
    text-align: center;
    vertical-align: middle;
}
.show .share .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}
.show .nr {
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
}
.show .p-01 {
    padding: 0 0 0 20px;
    position: relative;
}
.show .p-01:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #1b4a90;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.show .prev-next {
    overflow: hidden;
    color: #666666;
    margin: 30px 0 0 0;
    padding: 20px 0;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
}
.show .prev-next li {
    line-height: 41px;
    height: 41px;
    overflow: hidden;
}
.show .prev-next li span {
    float: left;
}
.show .prev-next li a {
    color: #666666;
    display: inline-block;
    max-width: 700px;
    overflow: hidden;
}
.show .prev-next li:hover a {
    color: #1b4a90;
}
.show .related-news {
    overflow: hidden;
}
.show .related-news ul,
.show .related-news li {
    list-style: none;
}
.show .related-news .bt {
    font-size: 20px;
    color: #1b4a90;
    padding: 20px 0;
    position: relative;
}
.show .related-news .bt:before {
    content: "-";
    color: #1b4a90;
    font-weight: bold;
}
.show .related-news .list {
    margin: 0 0;
}
.show .related-news li {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.show .related-news li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../image/all-icon.png) no-repeat 0 -400px;
    float: left;
    margin: 9px 0 0 0;
}
.show .related-news li a {
    color: #666666;
    display: inline-block;
    max-width: 760px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.show .related-news li .time {
    color: #999999;
    float: right;
    font-size: 13px;
}
.show .related-news li:hover {
    margin-left: 10px;
}
.show .related-news li:hover a {
    color: #1b4a90;
    text-decoration: underline;
}
.upperandlower {
    margin-top: 34px;
    position: relative;
}
.upperandlower .next {
    font-size: 14px;
    color: #555;
    line-height: 2.4em;
}
.upperandlower .next a {
    /*color: #1b4a90;*/
}
.upperandlower .next a:hover{
    color: #1b4a90;
}
.upperandlower .history {
    width: 160px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #1b4a90;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}
.Honor-list .elc-img {
    border: 1px solid #e5e5e5;
}
.Honor-list .elc-text {
    font-size: 16px;
    line-height: 3;
    text-align: center;
}


.job_list{
    border-top: 1px solid #cccccc;
    padding: 0 0 3% 0;
}
.job_list .dl{
    width: 100%;
    position: relative;
}
.job_list .dl dd{
    position: relative;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    padding: 0 3% 0 5%;
    border-bottom: 1px solid #cccccc;
}
.job_list .dl dd span{
    font-size: 20px;
}
.job_list .dl dd span:before {
    content: "";
    display: block;
    position: absolute;
    left: 3%;
    top: 35%;
    width: 3px;
    height: 23px;
    background: #1b4a90;
}
.job_list .dl dd small{
    position: absolute;
    right: 3%;
    top: 0;
    overflow: hidden;
    display: block;
    color: #666666;
}

.job_list dl dt{
    display: none!important;
    padding: 3% 3% 3% 3%;
    border-bottom: 1px solid #cccccc;
    position: relative;
}
.job_list dl dt .txt {
    position: relative;
    background: #eeeeee;
    padding: 2% 2%;
}
.job_list dl dt .txt .text1 {
    position: relative;
    padding: 0 0 30px;
    border-bottom: 1px solid #cccccc;
}
.job_list dl dt .txt .text1 li {
    float: left;
    position: relative;
    width: 25%;
    color: #333;
    overflow: hidden;
    margin: 1% 0;
    padding: 0 10px 0 0;
}
.job_list dl dt .txt .text2 {
    padding: 2% 0%;
    position: relative;
}

.job_list dl dt .txt .text2 li {
    float: left;
    padding: 0 10px 0 0;
    position: relative;
    width: 50%;
}
.job_list dl dt .txt .text2 li *{
    line-height: 2;
    color: #333333;
}
.job_list .active {
    border: 1px solid #cccccc;
    border-bottom: none;
    border-top: none;
}
.job_list .active dt{
    display: block!important;
}















.footer {
    background-color: #1b4a90;
    padding: 50px 0 50px 0;
}
.footer ul {
    width: 245px;
    list-style: none;
    color: #ffffff;
    font-size: 14px;
    background: url(../image/footxian.png) right no-repeat;
    float: left;
    padding-left: 88px;
    padding-top: 15px;
    height: 225px;
}
.footer ul:nth-child(1){
    width: 225px;
    padding-left: 0px;
}
.footer ul li {
    margin-bottom: 20px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer ul:nth-child(1) li{
    width: 80%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer ul:nth-child(1) li:nth-child(2n){
}
.footer ul li a {
    color: inherit;
    text-decoration: none;
}
.footer ul li.title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    position: relative;
    color: #ffffff;
}
.footer ul.contact {
    width: 364px;
    border-right: 0;
    background: none;
}
.footer ul.contact li.title {
    /*margin-bottom: 30px;*/
}
.footer ul.contact li span {
    font-family: sans-serif;
}
.footer .qrCode {
    float: right;
}
.footer .qrCode p{
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.footer .qrCode img {
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}


.ftba{
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    background-color: #d52529;
    padding: 20px 0;
}
.ftba .ftlg{
    float: left;
}
.ftba .ftnr{
    float: right;
    text-align: right;
}
.ftba .ftnr .ftnrp1{
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 10px;
}

.ftba .ftnr .ftnrp2{
    font-size: 12px;
    color: #ffffff;
}

