/*初始化*/
* {
    box-sizing: border-box ;
    padding: 0;
    margin: 0;
}
body{
    line-height: 1;
    min-width: 1200px;
    font-family: '微软雅黑';
    background-color: #ffffff;
}
a {
    color: inherit;
    text-decoration: none;
}
.ul_none{
    list-style-type: none;
}
.clear {
    clear: both;
}
.peach{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.por{
    position: relative;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.bod0{
    border: 0px!important;
}
ul{
    list-style-type: none;
}
input,textarea{
    outline: none;
}



.pub_banner{
    height: 450px;
}
/*提示框*/
.c-message {
    position: fixed;
    top: 30%;
    left: 50%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    min-width: 200px;
    color: #666;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    z-index: 999;
    font-size: 13px;
    overflow: hidden;
}
.c-message2 {
    position: fixed;
    top: 10%;
    left: 50%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    min-width: 200px;
    color: #666;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    z-index: 999;
    font-size: 13px;
}
.c-message--main {
    padding-left: 60px;
    padding-right: 20px;
}

.c-message--icon {
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
}

.c-message--success {
    background: url(../image/tskys.jpg)no-repeat center;;
}
.c-message--success2 {
    background: url(../image/tskys.jpg)no-repeat center;;
}
.c-message--error {
    background: #FF4949;
}

.c-message--info {
    background: #20A0FF;
}

.c-message--warning {
    background: #F7BA2A;
}

.c-message--close {
    position: absolute;
    right: 10px;
    color: #999;
    text-decoration: none;
    cursor: pointer;
    font-size: 30px;
    top: 0;
    line-height: 34px;
    display: block;
    height: 40px;
}

.c-message--close:hover {
    color: #666;
}

@keyframes messageFadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.c-message.messageFadeInDown {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-name: messageFadeInDown;
}

@keyframes messageFadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.c-message.messageFadeOutUp {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-name: messageFadeOutUp
}

.c-message2.messageFadeInDown {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-name: messageFadeInDown;
}
.c-message2.messageFadeOutUp {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-name: messageFadeOutUp
}



.headtop{
    background-color: #0268b2;
    height: 5px;
}



.ihead{
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    padding: 20px 0;
}
.ihead .logo{
    float: left;
}
.ihead .ihline{
    width: 1px;
    height: 35px;
    background-color: #707070;
    float: left;
    margin: 13px 30px;
}
.ihead .ihflg{
    float: left;
}
.ihead .ihlxwm{
    float: right;
    width: 225px;
}
.ihead .ihlxwm img{
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}
.ihead .ihlxwm .p1{
    font-size: 14px;
    color: #555555;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight:bold;
}
.ihead .ihlxwm .p2{
    font-size: 18px;
    color: #0268b2;
    font-weight: bold;
}

.hsmls{
    background-color: #0268b2;
    line-height: 0;
}
.imgdq{
    float: right;
}
.hsmls ul li{
    float: left;
    display: inline-block;
    transition: all 1s;
    position: relative;
}
.hsmls ul span{
    float: left;
    color: #FFFFFF;
    padding-top: 30px;
}
.hsmls ul li a{
    width: 126px;
    height: 60px;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.5s;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    padding: 0 5px;
}



.iselect{
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    height: 80px;
    background-color: #ffffff;
}

.wzbs{
    color: #0268b2!important;
}
.iselect .ikeyw1{
    padding: 30px 0;
    float: left;
}
.iselect .ikeyw1 .p1{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight:bold;
    float: left;
    letter-spacing: 1px;
}
.iselect .ikeyw1 .p2{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    float: left;
}


.iselect .ikeyw2{
    float: right;
    position: relative;
    margin-right: 25px;
}

.iselect .ikeyw2 input{
    width: 270px;
    height: 40px;
    border-radius: 20px;
    border: 0px;
    padding: 0px 60px 0 20px;
    background-color: #e5e5e5;
    margin-top: 25px;
    color: #555555;
}
.iselect .ikeyw2 button{
    border: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../image/ik2bt.jpg);
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
}



.ifield{
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    background-color: #eeeeee;
}

.ifls{
    width: 1200px;
    position: relative;
}
.ifls .iflsbox{
    position: relative;
    width: 1200px;
    height: 167px;
    margin-top: 80px;
    overflow: hidden;
}
.ifls ul li{
    width: 280px;
    border-top: 3px solid #313131;
    float: left;
    margin-right: 20px;
}
.ifls ul li .iftt{

}
.ifls ul li .iftt .p1{
    font-size: 24px;
    color: #333333;
    margin-top: 30px;
    width: 80%;
    height: 25px;
    overflow: hidden;
    float: left;
    margin-left: 3px;
    transition: all 0.5s;
}
.ifls ul li .iftt .ifttlg{
    margin-top: 32px;
    margin-right: 3px;
    width: 22px;
    height: 22px;
    float: right;
    background: url(../image/ifttlgh.png) no-repeat center;
    transition: all 0.5s;
}
.ifls ul li .ifywm{
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    margin-left: 3px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.ifls ul li .ifimg{
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-top: 20px;
}
.ifls ul li .ifimg img{
    width: 100%;
    height: 100%;
    display: block;
}
.ifls ul li:hover .iftt .p1{
    color: #0268b2;
}
.ifls ul li:hover .iftt .ifttlg{
    transform:rotate(360deg);
    background: url(../image/ifttlgl.png) no-repeat center;
}
.ifls .ipronp{
    margin: 45px 0 20px;
    height: 30px;
    background: url(../image/iproxian.png) no-repeat center;
    position: relative;
    z-index: 1;
}

.pre1,.next1 {
    position:absolute;
    cursor:pointer;
    width:25px;
    height:30px;
    color:white;
    text-align:center;
    line-height:40px;
    font-size:20px;
    top: 211px;
    z-index: 3;
}
.pre1 {
    float: left;
    left: 575px;
}
.next1 {
    float: right;
    right:575px;
}

.ifield .ifp1{
    font-size: 24px;
    color: #0268b2;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.ifield .ifp2{
    font-size: 14px;
    color: #777777;
    text-align: center;
    margin-bottom: 40px;
    font-weight:bold;
    letter-spacing: 1px;
}

.pubtitle1{
    text-align: center;
    padding: 40px 0 30px;
}
.pubtitle1 .p1{
    font-size: 42px;
    color: #333333;
    /*font-weight:bold;*/
}
.pubtitle1 .p2{
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
}
.pubtitle1 .pbtbj{
    margin-top: 20px;
    height: 12px;
    background: url(../image/pubtbjh.png) no-repeat center;
}
.pubtitle2{
    text-align: center;
    padding: 40px 0 30px;
}
.pubtitle2 .p1{
    font-size: 42px;
    color: #ffffff;
    /*font-weight:bold;*/
}
.pubtitle2 .p2{
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
}
.pubtitle2 .pbtbj{
    margin-top: 20px;
    height: 12px;
    background: url(../image/pubtbjb.png) no-repeat center;
}
.innovate{
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    background-color: #ffffff;
}



.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:106px;
}
.sl_c li p i {
    display:block;
    font-size:14px;
    color:#8b8b8c;
    height:26px;
    line-height:26px;
}
.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:22px;
    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:445px;
    height:276px;
    background:rgba(5,87,146,0.77);
    position:absolute;
    left:79px;
    top:78px;
    padding:29px 0 0 29px;
    box-sizing:border-box;
    transform:scale(0);
    transition:all 0.5s
}
.sl_w i {
    display:block;
    height:26px;
    font-size:12px;
    color:#ffffff;
    line-height:26px;
}
.sl_w h4 {
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    width: 90%;
    padding-bottom: 50px;
}
.sl_w span {
    display: block;
    width: 375px;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 36px;
    height: 95px;
    overflow: hidden;
}
.sl_w img {
    margin-top:24px;
    display:block;
}
.sl_c li.cur {
    width:600px;
}
.sl_c li.cur p {
    transform:scale(0);
}
.sl_c li.cur .sl_w {
    transform:scale(1);
}








.ipro{
    height: 985px;
    background: url(../image/iprobj.jpg) no-repeat center;
}
.iprols{

}
.iprols .iprolsmu{
    margin-bottom: 25px;
}
.iprols .iprolsmu ul li{
    width: 240px;
    height: 75px;
    float: left;
    background-color: #434343;
    line-height: 75px;
    transition: all 0.5s;
}
.iprols .iprolsmu ul li:nth-child(2n){
    background-color: #707070;
}
.iprols .iprolsmu .on{
    background-color: #0268b2!important;
}
.iprols .iprolsmu .on .iproxsj{
    transform:rotate(0deg) !important;
}
.iprols .iprolsmu ul li:hover{
    background-color: #0268b2!important;
}
.iprols .iprolsmu ul li:hover .iproxsj{
    transform:rotate(0deg) !important;
}
.iprols .iprolsmu ul li a{
    font-size: 18px;
    color: #ffffff;
    width: 80%;
    display: inline-block;
    padding-left: 20px;
    letter-spacing: 1px;
    height: 75px;
    overflow: hidden;
}
.iprols .iprolsmu ul li .iproxsj{
    height: 75px;
    width: 20px;
    background: url(../image/iproxsj.png) no-repeat center;
    transition: all 0.5s;
    display: inline-block;
    transform:rotate(180deg);
    margin-left: 3px;
}

.iprols .iprolist{

}
.iprobox{
    width: 390px;
    height: 300px;
    margin-right: 15px;
    float: left;
    transition: all 0.5s;
    margin-bottom: 15px;
}
.iprobox:nth-child(3n){
    margin-right: 0px;
}
.iprobox:hover .ipimg img{
    transform: scale(1.1);
}
.iprobox:hover .ipnr{
    background-color: #0268b2;
}
.iprobox:hover .ipnr .p1{
    color: #ffffff;
    padding-left: 30px;
}
.iprobox:hover .ipnr .ipjt{
    transform:rotate(360deg);
    background: url(../image/ipjtb.png) no-repeat center;
}
.iprobox .ipimg{
    width: 390px;
    height: 250px;
    transition: all 0.5s;
    overflow: hidden;
}
.iprobox .ipimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.iprobox .ipnr{
    height: 50px;
    background-color: #ffffff;
    line-height: 50px;
    transition: all 0.5s;
}
.iprobox .ipnr .p1{
    font-size: 14px;
    color: #333333;
    width: 80%;
    padding-left: 20px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    transition: all 0.5s;
}
.iprobox .ipnr .ipjt{
    margin-left: 5px;
    display: inline-block;
    width: 26px;
    height: 50px;
    transition: all 0.5s;
    background: url(../image/ipjth.png) no-repeat center;
}


.quality{
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    background-color: #ffffff;
}

.quality .qualityls{
    width: 1200px;
    height: 427px;
    overflow: hidden;
    position: relative;
    /*background: url(../image/izsbj.jpg) no-repeat center;*/
}
.quality .qualityls img{
    width: 100%;
    height: 100%;
    display: block;
}
.qualitylsbtn{
    text-align: center;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 560px;
    z-index: 2;
}
.qualitylsbtn ul li{
    text-align: center;
    width: 12px;
    height: 12px;
    background: #eee;
    margin-right: 8px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    background-color: #333333;
}
.qualitylsbtn  .on{
    background: #0268b2 !important;
}


.quality .ifwlc{
    margin-top: 55px;
    text-align: center;
}
.quality .ifwlc .p1{
    font-size: 36px;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #0268b2;
    height: 70px;
    display: inline-block;
}
.quality .ifwlc .p2{
    margin-top: -1px;
    border-top: 1px dashed #ccc;
}

.iscrxbd{
    margin-top: 40px;
}
.iscrxbd .isvrx{
    width: 360px;
    height: 100px;
    background: url(../image/isvrx.jpg)no-repeat center;
    font-size: 30px;
    color: #0268b2;
    padding: 55px 0 0 65px;
    font-weight:bold;
    letter-spacing: 1px;
    float: left;
}
.iscrxbd .isvbd{
    width: 825px;
    float: right;
}
.iscrxbd .isvbd .p1{
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}
.iscrxbd .isvbd .isvbdls{

}
.iscrxbd .isvbd .isvbdls .ipt1{
    width: 200px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 20px;
    margin-right: 20px;
}
.iscrxbd .isvbd .isvbdls .ipt2{
    width: 300px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 20px;
    margin-right: 20px;
}
.iscrxbd .isvbd .isvbdls button{
    width: 195px;
    height: 45px;
    background-color: #0268b2;
    color: #FFFFFF;
    border: 0px;
    border-radius: 5px;
}

.quality .ifwlclg{
    margin: 40px 0;
}
.quality .ifwlclg ul li{
    float: left;
    width: 171px;
}
.quality .ifwlclg ul li img{
    float: right;
    margin-right: 25px;
    margin-top: -100px;
}
.quality .ifwlclg ul li .lgimg{
    width: 110px;
    height: 110px;
    transition: all 1s;
}
.quality .ifwlclg ul li .p1{
    font-size: 18px;
    color: #333333;
    margin-left: 20px;
    margin-top: 20px;
    transition: all 0.5s;
}
.quality .ifwlclg ul li:hover .p1{
    color: #0268b2;
}
.quality .ifwlclg ul li:nth-of-type(1) .lgimg{
    background: url(../image/ifwlclgh1.png)no-repeat center;
}
.quality .ifwlclg ul li:nth-of-type(2) .lgimg{
    background: url(../image/ifwlclgh2.png)no-repeat center;
}
.quality .ifwlclg ul li:nth-of-type(3) .lgimg{
    background: url(../image/ifwlclgh3.png)no-repeat center;
}
.quality .ifwlclg ul li:nth-of-type(4) .lgimg{
    background: url(../image/ifwlclgh4.png)no-repeat center;
}
.quality .ifwlclg ul li:nth-of-type(5) .lgimg{
    background: url(../image/ifwlclgh5.png)no-repeat center;
}
.quality .ifwlclg ul li:nth-of-type(6) .lgimg{
    background: url(../image/ifwlclgh6.png)no-repeat center;
}
.quality .ifwlclg ul li:nth-of-type(7) .lgimg{
    background: url(../image/ifwlclgh7.png)no-repeat center;
}

.quality .ifwlclg ul li:nth-of-type(1):hover .lgimg{
    transform:rotate(360deg);
    background: url(../image/ifwlclgl1.png)no-repeat center;
}
.quality .ifwlclg ul li:nth-of-type(2):hover .lgimg{
    transform:rotate(360deg);
    background: url(../image/ifwlclgl2.png)no-repeat center;
}
.quality .ifwlclg ul li:nth-of-type(3):hover .lgimg{
    transform:rotate(360deg);
    background: url(../image/ifwlclgl3.png)no-repeat center;
}
.quality .ifwlclg ul li:nth-of-type(4):hover .lgimg{
    transform:rotate(360deg);
    background: url(../image/ifwlclgl4.png)no-repeat center;
}
.quality .ifwlclg ul li:nth-of-type(5):hover .lgimg{
    transform:rotate(360deg);
    background: url(../image/ifwlclgl5.png)no-repeat center;
}
.quality .ifwlclg ul li:nth-of-type(6):hover .lgimg{
    transform:rotate(360deg);
    background: url(../image/ifwlclgl6.png)no-repeat center;
}
.quality .ifwlclg ul li:nth-of-type(7):hover .lgimg{
    transform:rotate(360deg);
    background: url(../image/ifwlclgl7.png)no-repeat center;
}




.iabout{
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    background-color: #ffffff;
}
.iabout .iaboutnr{
    margin-top: 35px;
}
.iabout .iaboutnr .p1{
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight:bold;
    letter-spacing: 1px;
}
.iabout .iaboutnr .nffz{
    text-align: center;
}
.iabout .iaboutnr .p2 .wzbd{
    font-size: 24px;
    font-weight:bold;
}
.iabout .iaboutnr .p2{
    font-size: 18px;
    color: #333333;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    margin: 35px 20px 25px;
}
.iabout .iaboutnr .p3{
    margin-left: 5%;
    width: 90%;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 25px;
}


.inews{
    margin-top: 55px;
}
.inews .inewsmu{
    margin-bottom: 20px;
}
.inews .inewsmu .on{
    background-color: #0268b2!important;
}
.inews .inewsmu ul li{
    width: 33.33%;
    background-color: #313131;
    height: 75px;
    float: left;
    transition: all 0.5s;
}
.inews .inewsmu ul li .inlg{
    width: 45px;
    height: 40px;
    float: left;
    margin: 18px 60px 17px 60px;
}
.inews .inewsmu ul li:hover{
    background-color: #0268b2;
}
.inews .inewsmu ul li:nth-of-type(1) .inlg{
    background: url(../image/inewlg1.png)no-repeat center;
}
.inews .inewsmu ul li:nth-of-type(2) .inlg{
    background: url(../image/inewlg2.png)no-repeat center;
}
.inews .inewsmu ul li:nth-of-type(3) .inlg{
    background: url(../image/inewlg3.png)no-repeat center;
}
.inews .inewsmu ul li .intt{
    float: left;
}
.inews .inewsmu ul li .intt .p1{
    font-size: 18px;
    color: #ffffff;
    margin: 15px 0 10px;
}
.inews .inewsmu ul li .intt .p2{
    font-size: 12px;
    color: #ffffff;
}


.inews .inewsls{
    margin-bottom: 70px;
}
.inews .inewsls .inewsal{

}

.inewsbox{
    width: 290px;
    height: 245px;
    float: left;
    margin-right: 13.3px;
}
.inewsbox:nth-child(4n){
    margin-right: 0px;
}
.inewsbox:hover .inbnr{
    background-color: #0268b2;
}
.inewsbox:hover .inbnr .p1{
    color: #ffffff;
    padding-left: 30px;
}
.inewsbox:hover .inbnr .inbjt{
    transform:rotate(360deg);
    background: url(../image/ipjtb.png) no-repeat center;
    background-size: 80%;
}
.inewsbox:hover .inbimg img{
    transform: scale(1.1);
}
.inewsbox .inbimg{
    width: 290px;
    height: 200px;
    overflow: hidden;
}
.inewsbox .inbimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.inewsbox .inbnr{
    width: 290px;
    height: 45px;
    overflow: hidden;
    background-color: #eeeeee;
    line-height: 45px;
    transition: all 0.5s;
}
.inewsbox .inbnr .p1{
    font-size: 14px;
    color: #555555;
    width: 80%;
    padding-left: 20px;
    height: 45px;
    overflow: hidden;
    display: inline-block;
    transition: all 0.5s;
}
.inewsbox .inbnr .inbjt{
    margin-left: 5px;
    display: inline-block;
    width: 26px;
    height: 45px;
    transition: all 0.5s;
    background: url(../image/ipjth.png) no-repeat center;
    background-size: 80%;
}


.foot{
    background-color: #313131;
    padding: 50px 0;
}
.foot .footdy{
    width: 240px;
    float: left;
    line-height: 40px;
    font-size: 12px;
    color: #ffffff;
}
.foot .footsx{
    float: left;
    width: 5px;
    height: 200px;
    background: url(../image/footsx.png) no-repeat center;
}
.foot .footde{
    width: 280px;
    float: left;
    padding-top: 15px;
}
.foot .footde img{
    float: left;
    margin-left: 35px;
}
.foot .footde ul{
    float: left;
    margin-left: 10px;
}
.foot .footde .ul1 li{
    line-height: 20px;
    height: 48px;
    color: #ffffff;
    font-size: 12px;
}
.foot .footde .ul2 li{
    line-height: 20px;
    height: 48px;
    color: #ffffff;
    font-size: 12px;
}
.foot .footds{
    float: left;
    padding-top: 15px;
    padding-left: 35px;
}
.foot .footds .p1{
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1px;
}
.foot .footds img{
    float: left;
    margin-top: 25px;
}
.foot .footds .p2{
    float: left;
    font-size: 12px;
    line-height: 36px;
    padding-top: 16px;
    color: #ffffff;
    margin-left: 10px;
}
.foot .footdse{
    float: left;
    padding-top: 15px;
    padding-left: 35px;
}
.foot .footdse .p1{
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1px;
}
.foot .footdse img{
    float: left;
    margin-top: 25px;
}
.foot .footdse .p2{
    float: left;
    font-size: 12px;
    line-height: 36px;
    padding-top: 16px;
    color: #ffffff;
    margin-left: 10px;
}

.link{
    background-color: #eeeeee;
    padding: 30px 0;
}
.link .p1{
    font-size: 24px;
    color: #0268b2;
    float: left;
}
.link .linkls{
    float: left;
    width: 90%;
}
.link .linkls a{
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    float: left;
}



.pub_banner{
    height: 400px;
}




/*cp*/
.pbls{
    position: relative;
    margin-bottom: 50px;
}

.location{
    margin: 30px 0;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    height: 50px;
}
.location .lfx{
    width: 5px;
    height: 30px;
    background-color: #0268b2;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.location span{
    font-size: 14px;
    color: #555555;
}
.location a{
    font-size: 14px;
    color: #555555;
    margin:0 5px;
}
.pctlf{
    width: 300px;
    float: left;
}
.pctlf .pctlfmeu{
    width: 300px;
}

.pctlf .pctlfmeu .pcfmt{
    width: 100%;
    background-color: #313131;
    padding: 25px 30px;
}
.pctlf .pctlfmeu .pcfmt .img1{
    float: left;
}
.pctlf .pctlfmeu .pcfmt .p1{
    float: right;
    font-size: 20px;
    color: #ffffff;
    margin-top: 3px;
}
.pctlf .pctlfmeu .pcfml{
    width: 100%;
    background: #313131;
}
.pctlf .pctlfmeu .pcfml .yjfl{
    display: block;
    background: #313131;
    color: #fff;
    line-height: 30px;
    padding: 15px 5px;
    font-size: 16px;
    position: relative;
    transition: all .5s;
    width: 90%;
    margin-left: 5%;
    /*background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);*/
    /*background-size: 10px 1px;*/
    /*background-repeat: repeat-x;*/
}
.pctlf .pctlfmeu .pcfml .yjfl img{
    float: left;
    margin-top: 5.2px;
}
.pctlf .pctlfmeu .pcfml .yjfl span{
    margin-left: 15px;
    transition: all .5s;
}
.pctlf .pctlfmeu .pcfml .yjfl:after {
    content: "";
    display: inline-block;
    float: right;
    width: 22px;
    height: 22px;
    background: url(../image/yjfllg2.png);
    margin: 5px 0 0 0;
    transition: all .5s;
}
.pctlf .pctlfmeu .pcfml ul li{
    transition: all .5s;
}
.pctlf .pctlfmeu .pcfml ul li:hover{
    background-color: #0268b2;
}
.pctlf .pctlfmeu .pcfml ul li:hover .yjfl{
    background-color: #0268b2;
}
.pctlf .pctlfmeu .pcfml ul li:hover .yjfl span{
    margin-left: 20px;
}
.pctlf .pctlfmeu .pcfml ul li:hover .yjfl:after{
    transform:rotate(90deg);
}
.yjsele{
    background-color: #0268b2!important;
}
.yjsele .yjfl{
    background-color: #0268b2!important;
}
.yjsele .yjfl:after{
    transform:rotate(90deg);
}


.pctlf .pctlfmeu .pcfml .ejfl{
    line-height: 50px;
    background-color: #f4f4f4;
}
.pctlf .pctlfmeu .pcfml .ejfl a{
    color: #333333;
    border-top: 1px #313131 dashed;
    padding: 0px 20px;
    position: relative;
    font-size: 14px;
    display: block;
    width: 90%;
    margin-left: 5%;
}
.pctlf .pctlfmeu .pcfml .ejfl a:nth-of-type(1){
    border-top: 0px;
}
.pctlf .pctlfmeu .pcfml .ejfl a:after{
    content: "";
    display: inline-block;
    float: right;
    width: 22px;
    height: 11px;
    background: url(../image/ejfllg1.png);
    margin: 20px 0 0 0;
    transition: all .5s;
    position: absolute;
    right: 6px;
}
.pctlf .pctlfmeu .pcfml .ejfl a:hover{
    color: #0268b2;
}
.pctlf .pctlfmeu .pcfml .ejfl a:hover:after{
    background: url(../image/ejfllg1bs.png);
}
.pctlf .pctlfmeu .pcfml .ejfl .ejsele{
    color: #0268b2;
}
.pctlf .pctlfmeu .pcfml .ejfl .ejsele:after{
    background: url(../image/ejfllg1bs.png);
}
.yjsele{
    background-color: #0268b2!important;
}
.yjsele .yjfl{
    background-color: #0268b2!important;
}
.yjsele .yjfl:after{
    transform:rotate(90deg);
}


.pctlflx{
    margin-top: 20px;
    width: 300px;
    height: 295px;
    background: url(../image/nylxwm.jpg) no-repeat center;
}

.pctlflx .p1{
    font-size: 24px;
    color: #ffffff;
    padding-top: 250px;
    text-align: center;
}


.pctlr{
    width: 870px;
    float: right;
}

.pctlr .pctlrtt{
    width: 100%;
    border-bottom: 1px solid #333333;
    padding: 15px 0;
    margin-bottom: 30px;
}
.pctlr .pctlrtt .p1{
    color: #333333;
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
    letter-spacing: 1px;
}











.iprobox2{
    width: 280px;
    height: 235px;
    margin-right: 15px;
    float: left;
    transition: all 0.5s;
    margin-bottom: 15px;
}
.iprobox2:nth-child(3n){
    margin-right: 0px;
}
.iprobox2:hover .ipimg img{
    transform: scale(1.1);
}
.iprobox2:hover .ipnr{
    background-color: #0268b2;
}
.iprobox2:hover .ipnr .p1{
    color: #ffffff;
    /*padding-left: 20px;*/
}
.iprobox2:hover .ipnr .ipjt{
    transform:rotate(360deg);
    background: url(../image/ipjtb.png) no-repeat center;
}
.iprobox2 .ipimg{
    width: 280px;
    height: 180px;
    transition: all 0.5s;
    overflow: hidden;
}
.iprobox2 .ipimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.iprobox2 .ipnr{
    height: 50px;
    background-color: #eeeeee;
    line-height: 50px;
    transition: all 0.5s;
}
.iprobox2 .ipnr .p1{
    font-size: 14px;
    color: #333333;
    width: 80%;
    padding-left: 15px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    transition: all 0.5s;
}
.iprobox2 .ipnr .ipjt{
    margin-left: 5px;
    display: inline-block;
    width: 26px;
    height: 50px;
    transition: all 0.5s;
    background: url(../image/ipjth.png) no-repeat center;
}




.rmnews{
    position: relative;
}
.rmnews .rmnewstt{
    margin-top: 10px;
    width: 870px;
    float: right;
    margin-bottom: 30px;
}
.rmnews .rmnewstt .p1{
    font-size: 18px;
    color: #313131;
    float: left;
}
.rmnews .rmnewstt .p1 span{
    font-size: 24px;
    color: #0268b2;
}
.rmnews .rmnewstt .p2{
    width: 60px;
    height: 3px;
    background-color: #0268b2;
    float: left;
    margin: 15px 20px 0;
}
.rmnews .rmnewstt .p3{
    width: 600px;
    height: 3px;
    background-color: #313131;
    float: left;
    margin: 15px 0px 0;
}
.rmnews .rmnewstt .p4{
    font-size: 18px;
    color: #313131;
    float: left;
    margin: 5px 0px 0 20px;
    letter-spacing: 2px;
}


.rmnewsls{
    width: 420px;
    float: left;
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
}
.rmnewsls:nth-child(2n){
    margin-right: 0px;
}
.rmnewsls .rmnlimg{
    width: 155px;
    height: 100px;
    float: left;
    overflow: hidden;
}
.rmnewsls .rmnlimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: .3s;
}
.rmnewsls:hover .rmnlimg img{
    transform:scale(1.1)
}
.rmnewsls .rmnlcot{
    width: 250px;
    float: right;
}
.rmnewsls .rmnlcot .p1{
    font-size: 14px;
    color: #090909;
    font-weight:bold;
    margin: 10px 0;
}
.rmnewsls .rmnlcot .p2{
    font-size: 12px;
    color: #8a9c90;
    margin-bottom: 10px;
}
.rmnewsls .rmnlcot .p3{
    font-size: 12px;
    color: #555555;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.rmnewsls .rmnlcot .a1{
    font-size: 12px;
    color: #8a9c90;
    position: absolute;
    right: 10px;
    top: 80px;
}









/*fenye*/
.paging {
    margin-top: 50px;
    text-align: center;
    height: 70px;
}
.paging a{
    padding:5px 12px;
    border:1px solid #ccc;
    border-radius:5px;
    margin:0 5px;
    transition: ease-out 0.3s;
}
.paging span{
    margin:0 5px;
}
.paging a:hover,
.case_lisst .cate-box a:hover{
    color:#fff;
    background:#0268b2;
}
.currPage{
    background:#0268b2;
    color: #ffffff;
}

.pctlr .pctlrnr{

}

.pctlr .pctlrnr .pctlrnrif{

}
.pctlr .pctlrnr .pctlrnrif .pniimg{
    width: 870px;
    height: 559px;
    overflow: hidden;
    float: left;
}

.pctlr .pctlrnr .pctlrnrif .pniimg img{
    width: 100%;
    height: 100%;
    display: block;
}


.pctlr .pctlrnr .pctlrnrif .pninr{
    float: left;
    width: 870px;
}
.pctlr .pctlrnr .pctlrnrif .pninr .p1{
    padding-top: 50px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.pctlr .pctlrnr .pctlrnrif .pninr .p2{
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 25px;
}

.pctlr .pctlrnr .pctlrnrif .pninr .pnilx{
    position: relative;
    margin-top: 35px;
    padding-left: 200px;
}

.pctlr .pctlrnr .pctlrnrif .pninr .pnilx .a1{
    width: 120px;
    height: 40px;
    background-color: #0268b2;
    border: 0px;
    border-radius: 5px;
    float: left;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 1px;
}
.pctlr .pctlrnr .pctlrnrif .pninr .pnilx img{
    float: left;
    margin: 0 10px 0 50px;
}
.pctlr .pctlrnr .pctlrnrif .pninr .pnilx .pnilxp1{
    float: left;
    font-size: 14px;
    color: #0268b2;
    width: 200px;
}
.pctlr .pctlrnr .pctlrnrif .pninr .pnilx .pnilxp2{
    position: absolute;
    font-size: 24px;
    color: #0268b2;
    width: 200px;
    left: 420px;
    top: 15px;
}



.pctlr .pctlrnr .pctlrnrxx{
    margin-top: 30px;
}
.pctlr .pctlrnr .pctlrnrxx .pnxtt{
    border-bottom: 1px solid #333333;
    padding: 15px 0;
    margin-bottom: 20px;
}
.pctlr .pctlrnr .pctlrnrxx .pnxtt img{
    float: left;
}
.pctlr .pctlrnr .pctlrnrxx .pnxtt .pnxttp1{
    float: left;
    font-size: 20px;
    color: #333333;
    margin: 0 15px;
}
.pctlr .pctlrnr .pctlrnrxx .pnxtt .pnxttp2{
    float: left;
    font-size: 18px;
    color: #cccccc;
    margin-top: 3px;
}

.content-box{
    padding: 10px 0 30px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
}

.upperandlower {
    margin-top: 34px;
    position: relative;
}
.upperandlower .next {
    font-size: 14px;
    color: #555;
    line-height: 2.4em;
    width: 80%;
    overflow: hidden;
}
.upperandlower .next:hover a {
    color: #0268b2;
}
.upperandlower .history {
    width: 160px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #0268b2;
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
    border-radius: 5px;
}



.info_list {
    padding-bottom: 5px;
}
.info_list .info-item {
    margin-bottom: 40px;
    height: 122px;
}
.info_list .info-item .times {
    width: 100px;
    height: 100%;
    float: left;
    border-top: 1px solid #E2E2E2;
    text-align: center;
    color: #999;
    padding-top: 20px;
    position: relative;
}
.info_list .info-item .times .year {
    font-size: 18px;
    margin: 10px 0;
}
.info_list .info-item .times .day {
    font-size: 42px;
    font-weight: bold;
}
.info_list .info-item .times:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    border-top: 24px solid #0268b2;
    border-bottom: 24px solid transparent;
    border-right: 24px solid transparent;
}
.info_list .info-item .intro {
    margin-left: 20px;
    width: 675px;
    height: 100%;
    float: left;
    padding-top: 20px;
    border-top: 1px solid #E2E2E2;
}
.info_list .info-item .intro .img {
    width: 200px;
    height: 100px;
    float: left;
}
.info_list .info-item .intro .img img {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}
.info_list .info-item .intro .txt {
    float: right;
    width: 450px;
    margin-right: 2px;
}
.info_list .info-item .intro .txt .part1 {
    font-size: 18px;
    color: #555;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
}
.info_list .info-item:hover .intro .txt .part1 {
    color: #0268b2;
}
.info_list .info-item .intro .txt .part2 {
    font-size: 12px;
    color: #333333;
    margin: 10px 0 8px;
}
.info_list .info-item .intro .txt .part2 span {
    color: #777777;
}
.info_list .info-item .intro .txt .part3 {
    font-size: 12px;
    color: #666666;
    line-height: 1.8em;
    height: 40px;
    overflow: hidden;
}
.info_list .info-item .arrow {
    width: 40px;
    height: 100%;
    float: right;
    background-color: #7d7d7d;
    transition: ease-in 0.4s;
    background-image: url('../image/arrow.png');
    background-position: center center;
}
.info_list .info-item:hover .arrow{
    background-color: #0268b2;
}
.info_list .info-item .arrow a {
    display: block;
    width: 100%;
    height: 100%;
}




.allls .content {
    padding: 0px 0 30px 0;
    color: #666666;
}
.allls .content img{
    /*width: 100%;*/
    /*height: 100%;*/
    display: block;
    max-width: 878px;
}
/*news-show*/
.show {
    line-height: 2;
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
    overflow: hidden;
}
.show .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 0px 0 10px;
    color: #0068b7;
}
.show .info {
    margin-bottom: 20px;
    color: #999999;
    font-size: 12px;
    text-align: center;
}








