

/*-----------------------------------------------------------*/

/*copyright by åŠ¨åŠ›æ— é™  www.btoe.cn*/

/*é‚®ç®± btoe@btoe.cn*/

/*åˆä½œç”µè¯ 400-0599-360*/

/*ç‰ˆæƒæ‰€æœ‰è¿è€…å¿…ç©¶*/

/*-----------------------------------------------------------*/





/* banner å¼€å§‹ */

.fullSlide {

    width: 100%;
   
    position: relative;
   
    height: 850px;
   
   }
   
   .fenz{display: none;}
   
   .fullSlide .bd {
   
    height: 850px;
   
    margin: 0 auto;
   
    position: relative;
   
    z-index: 1;
   
    overflow: hidden;
   
   }
   
   
   
   .fullSlide .bd ul {
   
    width: 100% !important;
   
   }
   
   
   
   .fullSlide .bd li {
   
    width: 100% !important;
   
    height: 850px;
   
    overflow: hidden;
   
    text-align: center;
   
   }
   
   
   
   .fullSlide .bd li a {
   
    display: block;
   
    height: 850px;
   
   }
   
   
   
   
   
   
   
   .fullSlide .hd {
   
    width: 294px;
   
    height: 80px;
   
    position: absolute;
   
    z-index: 3;
   
    bottom: -40px;
   
    left: 50%;
   
    margin-left: -147px;
   
   background: #fff;
   
    text-align: center;
   
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   
    border-radius: 5px;
   
   }
   
   
   
   
   
   .fullSlide .hd ul {
   
    text-align: center;
   
    padding-top: 18px;
   
   }
   
   
   
   .fullSlide .hd ul li {
   
    cursor: pointer;
   
    display: inline-block;
   
    zoom: 1;
   
    width: 62px;
   
    height: 52px;
   
    overflow: hidden;
   
    line-height: 38px;
   
    border-radius: 50%;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    font-size: 20px;
   
    color: #666666;
   
    position: relative;
   
   }
   
   
   
   .fullSlide .hd ul li:before{
   
    content: '0';
   
   }
   
   
   
   
   
   .fullSlide .hd ul .on {
   
   color: #0068b7;
   
    font-weight: bold;
   
    line-height: 20px;
   
   }
   
   
   
   .fullSlide .hd ul li:after{
   
    content: '';
   
    position: absolute;
   
    left: 49%;
   
    top: 31px;
   
    z-index: 1;
   
    width: 1px;
   
    height: 20px;
   
    background: #0068b7;
   
    opacity: 0;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
   }
   
   
   
   
   
   .fullSlide .hd ul li.on:after{
   
    opacity: 1;
   
   }
   
   
   
   
   
   
   
   
   
   .fullSlide .prev, .fullSlide .next {
   
    width: 40px;
   
    height: 60px;
   
    position: absolute;
   
    top: 50%;
   
    margin-top: -30px;
   
    z-index: 2;
   
    background: url(/templates/pc_wjdh/images/slider-arrow.png) -126px -137px #000 no-repeat;
   
    filter: alpha(opacity=30);
   
    -moz-opacity: .3;
   
    opacity: .3;
   
    -webkit-transition: all .5s linear;
   
    transition: all .5s linear;
   
   }
   
   
   
   .fullSlide .prev {
   
    background: url(/templates/pc_wjdh/images/slider-arrow.png) -126px -137px #000 no-repeat;
   
    left: 10%;
   
   }
   
   
   
   .fullSlide .next {
   
    background-position: -6px -137px;
   
    right: 10%;
   
   }
   
   
   
   /* banner ç»“æŸ */
   
   
   
   
   
   /* animated home */
   
   
   
   .animated {
   
    -webkit-animation-duration: 1s;
   
    animation-duration: 1s;
   
    -webkit-animation-fill-mode: both;
   
    animation-fill-mode: both
   
   }
   
   
   
   .animated.infinite {
   
    -webkit-animation-iteration-count: infinite;
   
    animation-iteration-count: infinite
   
   }
   
   
   
   .animated.hinge {
   
    -webkit-animation-duration: 2s;
   
    animation-duration: 2s
   
   }
   
   
   
   @-webkit-keyframes fadeInUp {
   
    0% {
   
     opacity: 0;
   
     -webkit-transform: translate3d(0, 100%, 0);
   
     transform: translate3d(0, 100%, 0)
   
    }
   
    100% {
   
     opacity: 1;
   
     -webkit-transform: none;
   
     transform: none
   
    }
   
   }
   
   
   
   @keyframes fadeInUp {
   
    0% {
   
     opacity: 0;
   
     -webkit-transform: translate3d(0, 100%, 0);
   
     transform: translate3d(0, 100%, 0)
   
    }
   
    100% {
   
     opacity: 1;
   
     -webkit-transform: none;
   
     transform: none
   
    }
   
   }
   
   
   
   .fadeInUp {
   
    -webkit-animation-name: fadeInUp;
   
    animation-name: fadeInUp
   
   }
   
   
   
   .animated_1 {
   
    animation-delay: 0.3s;
   
   }
   
   
   
   .animated_2 {
   
    animation-delay: 0.6s;
   
   }
   
   
   
   .animated_3 {
   
    animation-delay: 0.9s;
   
   }
   
   
   
   .animated_4 {
   
    animation-delay: 1.2s;
   
   }
   
   
   
   .animated_5 {
   
    animation-delay: 1.5s;
   
   }
   
   
   
   .animated_6 {
   
    animation-delay: 1.8s;
   
   }
   
   
   
   .animated_7 {
   
    animation-delay: 2.1s;
   
   }
   
   
   
   .animated_8 {
   
    animation-delay: 2.4s;
   
   }
   
   
   
   .animated_9 {
   
    animation-delay: 2.7s;
   
   }
   
   
   
   .animated_10 {
   
    animation-delay: 3s;
   
   }
   
   
   
   .animated_11 {
   
    animation-delay: 3.3s;
   
   }
   
   
   
   .animated_12 {
   
    animation-delay: 3.6s;
   
   }
   
   
   
   /* animated end */
   
   
   
   
   
   .mian{
   
    background: #f8f8f8;
   
   }
   
   
   
   
   
   
   
   .a_tite_box{
   
    width: 1320px;
   
    margin: 0 auto;
   
   }
   
   
   
   
   
   .a_tite {
   
    float: left;
   
    background:url(/templates/pc_wjdh/images/in_x1.png) no-repeat 83px bottom;
   
    padding-bottom: 22px;
   
   }
   
   
   
   
   
   .a_tite h3 {
   
    line-height:32px;
   
    font-size: 24px;
   
    float: left;
   
   }
   
   
   
   .a_tite h4{
   
    line-height: 44px;
   
    font-size: 54px;
   
    font-family: Arial;
   
    float: left;
   
    padding-left: 21px;
   
    font-weight: bold;
   
    padding-top: 10px;
   
   }
   
   
   
   
   
   .a_tite h5{
   
    line-height: 30px;
   
    font-size: 34px;
   
    font-family: Arial;
   
    float: left;
   
    padding-left: 17px;
   
    padding-top: 22px;
   
   }
   
   
   
   
   
   
   
   .a_tite_more {
   
    width: 178px;
   
    height: 48px;
   
    float: right;
   
    z-index: 5;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    margin-top: 20px;
   
   }
   
   
   
   
   
   .a_tite_more a{
   
    display: block;
   
    line-height: 48px;
   
    font-size: 16px;
   
    color: #fff;
   
    padding-left: 22px;
   
    background:url(/templates/pc_wjdh/images/more_jt.png) no-repeat 120px #0068b7;
   
    border-radius: 10px 2px;
   
   }
   
   
   
   
   
   .a_tite_more a:hover{
   
    border-radius: 2px 10px;
   
   }
   
   
   
   
   
   /*----*/
   
   
   
   
   
   .b_tite {
   
    float: left;
   
    background:url(/templates/pc_wjdh/images/in_x2.png) no-repeat 83px bottom;
   
    padding-bottom: 22px;
   
    color: #fff;
   
   }
   
   
   
   
   
   .b_tite h3 {
   
    line-height:32px;
   
    font-size: 24px;
   
    float: left;
   
   }
   
   
   
   .b_tite h4{
   
    line-height: 44px;
   
    font-size: 54px;
   
    font-family: Arial;
   
    float: left;
   
    padding-left: 21px;
   
    font-weight: bold;
   
    padding-top: 10px;
   
   }
   
   
   
   
   
   .b_tite h5{
   
    line-height: 30px;
   
    font-size: 34px;
   
    font-family: Arial;
   
    float: left;
   
    padding-left: 17px;
   
    padding-top: 22px;
   
   }
   
   
   
   /*---*/
   
   
   
   
   
   .c_tite_box{
   
    width: 1320px;
   
    margin: 0 auto;
   
   }
   
   
   
   
   
   .c_tite {
   
    float: left;
   
    background:url(/templates/pc_wjdh/images/in_x2.png) no-repeat 83px bottom;
   
    padding-bottom: 22px;
   
    color: #fff;
   
   }
   
   
   
   
   
   .c_tite h3 {
   
    line-height:32px;
   
    font-size: 24px;
   
    float: left;
   
   }
   
   
   
   .c_tite h4{
   
    line-height: 44px;
   
    font-size: 54px;
   
    font-family: Arial;
   
    float: left;
   
    padding-left: 21px;
   
    font-weight: bold;
   
    padding-top: 10px;
   
   }
   
   
   
   
   
   .c_tite h5{
   
    line-height: 30px;
   
    font-size: 34px;
   
    font-family: Arial;
   
    float: left;
   
    padding-left: 17px;
   
    padding-top: 22px;
   
   }
   
   
   
   
   
   
   
   .c_tite_more {
   
    width: 178px;
   
    height: 48px;
   
    float: right;
   
    z-index: 5;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    margin-top: 20px;
   
   }
   
   
   
   
   
   .c_tite_more a{
   
    display: block;
   
    line-height: 48px;
   
    font-size: 16px;
   
    color: #0068b7;
   
    padding-left: 22px;
   
    background:url(/templates/pc_wjdh/images/more_2.png) no-repeat 120px #fff;
   
    border-radius: 10px 2px;
   
   }
   
   
   
   
   
   .c_tite_more a:hover{
   
    border-radius: 2px 10px;
   
   }
   
   
   
   
   
   
   
   /*è¯¾ç¨‹è®¾ç½®*/
   
   
   
   
   
   
   
   .zizhi_bg {
   
    width: 100%;
   
    padding-top: 110px;
   
   }
   
   
   
   .zizhi_cent{
   
    width: 1460px;
   
    height: 350px;
   
    background: #fff;
   
    margin: 0 auto;
   
    border-radius: 10px;
   
   }
   
   
   
   
   
   .zizhi_ll{
   
    float: left;
   
    width: 400px;
   
    margin: 66px 0 0 30px;
   
   }
   
   
   
   
   
   .zizhi_more {
   
    width: 178px;
   
    height: 48px;
   
    float: left;
   
    margin-top: 80px;
   
    z-index: 5;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
   }
   
   
   
   
   
   .zizhi_more a{
   
    display: block;
   
    line-height: 48px;
   
    font-size: 16px;
   
    color: #fff;
   
    padding-left: 22px;
   
    background:url(/templates/pc_wjdh/images/more_jt.png) no-repeat 120px #0068b7;
   
    border-radius: 10px 2px;
   
   }
   
   
   
   
   
   .zizhi_more a:hover{
   
    border-radius: 2px 10px;
   
   }
   
   
   
   
   
   
   
   
   
   .zizhi_r {
   
    float: right;
   
    width: 980px;
   
    margin-top: 49px;
   
   }
   
   
   
   
   
   
   
   .in_zizhi_thr {
   
   width: 154px;
   
   height: 222px;
   
   float: left;
   
   text-align: center;
   
   -webkit-transition: all .3s ease-out;
   
   transition: all .3s ease-out;
   }
   
   
   
   
   
   .in_zizhi_thr h6 {
   
   font-size: 17px;
   
   height: 26px;
   
   line-height: 26px;
   
   padding-top: 16px;
   
   font-weight: bold;
   }
   
   
   
   
   
   .in_zizhi_thr span{
   
   display: block;
   
   line-height: 20px;
   
   font-size: 12px;
   
   color: #888888;
   
   text-transform:uppercase;
   
   padding: 12px 0px 0 0px;
   
   font-family: Arial;
   }
   
   
   
   
   
   
   
   .in_zizhi_tow {
   
    margin: 0 auto;
   
    width: 90px;
   
    height: 90px;
   
    display: block;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    overflow: hidden;
   
    position: relative;
   
    z-index: 3;
   
    padding-top: 36px;
   
   }
   
   
   
   
   
   .in_zizhi_tow i {
   
   width: 60px;
   
   height: 60px;
   
   display: block;
   
   -webkit-transition: all .3s ease-out;
   
   transition: all .3s ease-out;
   
   margin: 0 auto;
   }
   
   
   
   
   
   .in_zizhi_tow i.d1{
   
   background:url(/templates/pc_wjdh/images/kc_d1.png) no-repeat 0 0;
   
   background-size: 120px 60px;
   }
   
   
   
   .in_zizhi_tow i.d2{
   
    background:url(/templates/pc_wjdh/images/kc_d2.png) no-repeat 0 0 ;
    background-size: 120px 60px;
   
   }
   
   
   
   .in_zizhi_tow i.d3{
   
    background:url(/templates/pc_wjdh/images/kc_d3.png) no-repeat 0 0 ;
    background-size: 120px 60px;
   
   }
   
   
   
   .in_zizhi_tow i.d4{
   
    background:url(/templates/pc_wjdh/images/kc_d4.png) no-repeat 0 0 ;
    background-size: 120px 60px;
   
   }
   
   
   .in_zizhi_tow i.d5{
   
    background:url(/templates/pc_wjdh/images/kc_d5.png) no-repeat 0 0 ;
    background-size: 120px 60px;
   
   }
   
   
   
   .in_zizhi_tow i.d6{
   
    background:url(/templates/pc_wjdh/images/kc_d6.png) no-repeat 0 0 ;
    background-size: 120px 60px;
   
   }
   
   
   
   
   
   .zizhi_r .on .in_zizhi_tow i.d1 {
   
    background:url(/templates/pc_wjdh/images/kc_d1.png) no-repeat -60px 0;
    background-size: 120px 60px;
   
   }
   
   
   
   .zizhi_r .on .in_zizhi_tow i.d2{
   
    background:url(/templates/pc_wjdh/images/kc_d2.png)  no-repeat -60px 0;
    background-size: 120px 60px;
   }
   
   
   
   .zizhi_r .on .in_zizhi_tow i.d3{
   
    background:url(/templates/pc_wjdh/images/kc_d3.png)  no-repeat -60px 0;
    background-size: 120px 60px;
   
   }
   
   
   
   .zizhi_r .on .in_zizhi_tow i.d4{
   
    background:url(/templates/pc_wjdh/images/kc_d4.png)  no-repeat -60px 0;
    background-size: 120px 60px;
   
   }
   
   .zizhi_r .on .in_zizhi_tow i.d5{
   
    background:url(/templates/pc_wjdh/images/kc_d5.png)  no-repeat -60px 0;
    background-size: 120px 60px;
   
   }
   
   
   
   .zizhi_r .on .in_zizhi_tow i.d6{
   
    background:url(/templates/pc_wjdh/images/kc_d6.png)  no-repeat -60px 0;
    background-size: 120px 60px;
   
   }
   
   
   
   .zizhi_r .on{
   
   background: url(/templates/pc_wjdh/images/kc_bg1.png) no-repeat center bottom;
   
   background-size: contain;
   }
   
   
   
   /*è¯¾ç¨‹è®¾ç½®end*/
   
   
   
   
   
   /*ç®€ä»‹*/
   
   
   
   
   
   .in2_about {
   
    width: 100%;
   
    height: 832px;
   
    background:url(/templates/pc_wjdh/images/ab_Bg.jpg) no-repeat center top;
   
    overflow: hidden;
   
    padding-top: 174px;
   
    -webkit-box-sizing: border-box;
   
    -moz-box-sizing: border-box;
   
    box-sizing: border-box;
   
   }
   
   
   
   
   
   .in2_about_1 {
   
    width: 1320px;
   
    margin: 0 auto;
   
    position: relative;
   
   }
   
   
   
   
   
   .in2_about_2_t {
   
    height: 40px;
   
    color: #d1d1d1;
   
    font-size: 36px;
   
    text-transform: uppercase;
   
   }
   
   
   
   
   
   .in2_about_3x {
   
    width: 690px;
   
    float: left;
   
    position: relative;
   
   }
   
   
   
   
   
   .in2_about_3_t1{
   
   
   
   }
   
   
   
   
   
   
   
   
   
   
   
   
   
   .in2_about_3_t2 {
   
    height: 32px;
   
    line-height: 32px;
   
    font-size: 18px;
   
    background:url(/templates/pc_wjdh/images/ab_t1.png) no-repeat 0;
   
   }
   
   
   
   .in2_about_3_t2 span{
   
    color: #fff;
   
    padding-left: 13px;
   
   }
   
   
   
   
   
   
   
   .in2_about_6 {
   
    padding-left: 74px;
   
    padding-top: 84px;
   
   }
   
   
   
   
   
   .in2_about_3 {
   
    line-height: 30px;
   
    height: 90px;
   
    overflow: hidden;
   
    padding: 28px 0 0 0;
   
    color: #444444;
   
    font-size: 15px;
   
   }
   
   
   
   
   
   .in2_about_3en{
   
    font-size: 14px;
   
    color: #999999;
   
    line-height: 24px;
   
    height: 120px;
   
    overflow: hidden;
   
    margin-top: 19px;
   
   }
   
   
   
   
   
   
   
   .in2_about_5 {
   
    height: auto;
   
   }
   
   
   
   
   
   
   
   
   
   
   
   .in2_about_more {
   
    width: 178px;
   
    height: 48px;
   
    margin-top: 42px;
   
    z-index: 5;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
   }
   
   
   
   
   
   .in2_about_more a{
   
    display: block;
   
    line-height: 48px;
   
    font-size: 16px;
   
    color: #fff;
   
    padding-left: 22px;
   
    background:url(/templates/pc_wjdh/images/more_jt.png) no-repeat 120px #0068b7;
   
    border-radius: 10px 2px;
   
   }
   
   
   
   
   
   .in2_about_more a:hover{
   
    border-radius: 2px 10px;
   
   }
   
   
   
   
   
   
   
   
   
   /*---*/
   
   
   
   
   
   .about_aa{
   
    position: absolute;
   
    left: 438px;
   
    top: 0px;
   
    width: 238px;
   
    height: 162px;
   
    background: #fff;
   
    border-radius: 8px;
   
    padding: 6px;
   
   }
   
   
   
   
   
   .about_rong {
   
    width: 238px;
   
    height: 162px;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
   }
   
   
   
   
   
   .about_rong_img {
   
    width: 238px;
   
    height: 162px;
   
    overflow: hidden;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    -webkit-box-sizing: border-box;
   
    -moz-box-sizing: border-box;
   
    box-sizing: border-box;
   
   }
   
   
   
   .about_rong_pic{
   
    width: 238px;
   
    height: 162px;
   
   }
   
   
   
   .about_rong_pic img{
   
    width: 100%;
   
    height: 100%;
   
    /*object-fit: scale-down;*/
   
   }
   
   
   
   /*---*/
   
   
   
   
   
   /*ç®€ä»‹end*/
   
   
   
   
   
   
   
   /*ç®€ä»‹2*/
   
   
   
   
   
   .in2_jianjie {
   
    width: 1460px;
   
    height: 350px;
   
    background:url(/templates/pc_wjdh/images/xiao_bg.png) no-repeat center top;
   
    margin: 0 auto;
   
    overflow: hidden;
   
   }
   
   
   
   
   
   .in2_jianjie_1 {
   
    width: 100%;
   
    margin: 0 auto;
   
    position: relative;
   
   }
   
   
   
   
   
   
   
   
   
   
   
   
   
   .in2_jianjie_2_t {
   
    height: 40px;
   
    color: #d1d1d1;
   
    font-size: 36px;
   
    text-transform: uppercase;
   
   }
   
   
   
   
   
   .in2_jianjie_3x {
   
    width: 787px;
   
    float: left;
   
    margin-left: 62px;
   
    position: relative;
   
   }
   
   
   
   .in2_jianjie_3_t1{
   
    width: 240px;
   
    height: 4px;
   
    background: #0068b7;
   
    position: absolute;
   
    left: -144px;
   
    top: 97px;
   
   }
   
   
   
   .in2_jianjie_3_t2 {
   
    height: 26px;
   
    line-height: 26px;
   
    font-size: 14px;
   
    color: #102540;
   
    text-transform:uppercase;
   
   }
   
   
   
   .in2_jianjie_3_t2 span{
   
    font-size: 24px;
   
   }
   
   
   
   
   
   .in2_jianjie_6 {
   
    padding-top: 50px;
   
   }
   
   
   
   
   
   .in2_jianjie_3 {
   
    line-height: 34px;
   
    height: 102px;
   
    overflow: hidden;
   
    padding: 72px 0 0 0;
   
    color: #444444;
   
    font-size: 15px;
   
   }
   
   
   
   
   
   
   
   .in2_jianjie_5 {
   
    height: auto;
   
   }
   
   
   
   
   
   .in2_jianjie_more {
   
    height: 56px;
   
    margin-top: 25px;
   
   }
   
   
   
   
   
   .in2_jianjie_more span{
   
    display: block;
   
    width: 56px;
   
    height: 56px;
   
    float: right;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    margin-right: 26px;
   
   }
   
   
   
   .in2_jianjie_more span a{
   
    display: block;
   
    font-size: 0px;
   
    color: #666666;
   
    line-height: 56px;
   
    text-transform:uppercase;
   
    background:url(/templates/pc_wjdh/images/xiao_more.png) no-repeat center;
   
   }
   
   
   
   
   
   .in2_jianjie_more span:hover{
   
    margin-right: 16px;
   
   }
   
   
   
   
   
   
   
   /*---*/
   
   
   
   
   
   
   
   .jianjie_rr {
   
    float: left;
   
    width: 550px;
   
    height: 350px;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
   }
   
   
   
   
   
   .jianjie_rr_img {
   
    width: 550px;
   
    height: 350px;
   
    overflow: hidden;
   
    border-radius: 10px 0 80px 10px;
   
   }
   
   
   
   .jianjie_rr_img img{
   
    width: 550px;
   
    height: 350px;
   
   }
   
   
   
   
   
   .jianjie_rr:hover{
   
    transform: translateY(-5px);
   
   }
   
   
   
   
   
   /*ç®€ä»‹end*/
   
   
   
   
   
   
   
   /*ä¼˜åŠ¿*/
   
   
   
   
   
   .youshi {
   
    width: 100%;
   
    height: 640px;
   
    overflow: hidden;
   
    background: url(/templates/pc_wjdh/images/ys_bg.jpg) no-repeat center;
   
    margin-top: 80px;
   
   }
   
   
   
   
   
   .ydz_p {
   
    width: 1320px;
   
    margin: 0 auto;
   
    position: relative;
   
   }
   
   
   
   .youshi_t {
   
    margin-left: 467px;
   
    padding-top: 78px;
   
   }
   
   
   
   
   
   .in_td_r {
   
    width: 100%;
   
    padding-top: 98px;
   
   }
   
   
   
   
   
   .in_td_3 {
   
    width: 350px;
   
    float: left;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    position: relative;
   
    z-index: 3;
   
    color: #fff;
   
   }
   
   
   
   .in_td_3ml{
   
    margin-left: 135px;
   
   }
   
   
   
   
   
   .in_td_3 h6 {
   
    font-size: 16px;
   
    line-height: 28px;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
   }
   
   
   
   .in_td_3 h6 span{
   
    font-size: 22px;
   
    display: inline-block;
   
    padding-right: 5px;
   
   }
   
   
   
   
   
   .in_td_3 h4 {
   
    line-height: 30px;
   
    font-size: 15px;
   
    padding: 65px 0 0 0;
   
    overflow: hidden;
   
   }
   
   
   
   
   
   .in_td_3 h5 {
   
    width: 133px;
   
    height: 2px;
   
    background: #fe4c2f;
   
    margin-top: 25px;
   
    transform: translateX(-73px);
   
   }
   
   
   
   
   
   .in_td_3bgone {
   
    width: 100%;
   
    height: 100%;
   
   }
   
   
   
   
   
   .in_td_6 {
   
   line-height: 22px;
   
    font-size: 18px;
   
    margin-top: 14px;
   
   }
   
   
   
   
   
   .in_td_3:hover  {
   
   transform: translateY(-10px);
   
   }
   
   
   
   
   
   /*ä¼˜åŠ¿end*/
   
   
   
   
   
   
   
   /*å¸ˆèµ„å›¢é˜Ÿ*/
   
   
   
   .tewm_bg{
   
    background:url(/templates/pc_wjdh/images/tm_bg.png) no-repeat center top ;
   
    margin-top: 75px;
   
    padding-top: 65px;
   
   }
   
   
   
   
   
   .tewm {
   
    width: 100%;
   
   }
   
   
   
   
   
   
   
   .tewm_p {
   
    width: 1320px;
   
    margin: 0 auto;
   
    position: relative;
   
    margin-top: 60px;
   
   }
   
   
   
   
   
   
   
   .tewm_p .tab_box_2 {
   
    width: 100%;
   
    height: 720px;
   
    overflow: hidden;
   
    display: block;
   
    position: relative;
   
   }
   
   
   
   
   
   .tewm_pro_1 {
   
    height: 526px;
   
    position: relative;
   
    float: left;
   
   }
   
   
   
   
   
   .tewm_pro_1_l {
   
    float: left;
   
    width: 526px;
   
    height: 620px;
   
    overflow: hidden;
   
    border-radius: 10px 40px;
   
   }
   
   
   
   
   
   .tewm_pro_1_l img {
   
    width: 526px;
   
    height: 620px;
   
   }
   
   
   
   
   
   
   
   
   
   .tewm_pro_2a {
   
    float: left;
   
    width: 334px;
   
    height: 60px;
   
    background: #fff;
   
    border-radius: 10px;
   
    position: absolute;
   
    left: 173px;
   
    top: 590px;
   
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
   
   }
   
   
   
   
   
   .tewm_pro_2a h5 {
   
    height: 60px;
   
    line-height: 60px;
   
    background:url(/templates/pc_wjdh/images/tm_line2.png) no-repeat 20px;
   
   }
   
   
   
   
   
   .tewm_pro_2a h5 a{
   
    color: #444444;
   
    display: block;
   
    font-size: 15px;
   
    text-align: center;
   
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
   
   }
   
   
   
   .tewm_pro_2a h5 a:hover{
   
    color: #0068b7;
   
   }
   
   
   
   
   
   
   
   .tewm_p .hd {
   
    width: 736px;
   
    height: 600px;
   
    position: absolute;
   
    right: 0;
   
    top: 50px;
   
   }
   
   
   
   
   
   .tewm_p .hd ul{
   
   
   
   }
   
   
   
   
   
   .tewm_p .hd ul li {
   
    cursor: pointer;
   
    height: 156px;
   
    position: relative;
   
    margin-bottom: 40px;
   
    z-index: 5;
   
    line-height: 1;
   
    background: #fcfcfc;
   
    border-radius: 6px;
   
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
   }
   
   
   
   
   
   .tewm_p .hd ul li i {
   
    display: block;
   
    width: 124px;
   
    height: 124px;
   
    float: left;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    overflow: hidden;
   
    -webkit-box-sizing: border-box;
   
    -moz-box-sizing: border-box;
   
    box-sizing: border-box;
   
    margin: 16px 0 0 30px;
   
   }
   
   
   
   .tewm_p .hd ul li i img{
   
    width: 100%;
   
    min-height: 100%;
   
   }
   
   
   
   .tewm_p .hd ul li .tm_rr{
   
    float: right;
   
    width: 523px;
   
    margin-right: 30px;
   
    position: relative;
   
   }
   
   
   
   .tewm_p .hd ul li span {
   
    display: block;
   
    font-size: 16px;
   
    line-height: 1;
   
    padding-top: 40px;
   
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
   
   }
   
   
   
   .tewm_p .hd ul li span a{
   
    display: block;
   
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
   
   }
   
   
   
   .tewm_p .hd ul li span a:hover{
   
    padding-left: 5px;
   
   }
   
   
   
   
   
   .tewm_p .hd ul li h6{
   
    width: 28px;
   
    height: 3px;
   
    background: #0068b7;
   
    margin-top: 13px;
   
   }
   
   
   
   
   
   .tewm_p .hd ul li b {
   
    display: block;
   
    color: #666666;
   
    font-weight: normal;
   
    text-transform:uppercase;
   
    font-size: 14px;
   
    padding-top: 17px;
   
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
   
    height: 30px;
   
    line-height: 30px;
   
   }
   
   
   
   
   
   .tewm_p .hd ul li h5 {
   
    display: block;
   
    width: 26px;
   
    height: 26px;
   
    line-height: 26px;
   
    font-size: 16px;
   
    position: absolute;
   
    right: 0;
   
    top: 30px;
   
   }
   
   
   
   .tewm_p .hd ul li h5 a{
   
    display: block;
   
    text-align: center;
   
   background: #dbdbdb;
   
    font-size: 24px;
   
    color: #fff;
   
    border-radius: 5px;
   
   }
   
   
   
   
   
   .tewm_p .hd ul li:hover{
   
    background:url(/templates/pc_wjdh/images/tm_bg1.png) no-repeat center;
   
   }
   
   
   
   .tewm_p .hd ul li:hover span a{
   
    color: #fff;
   
   }
   
   
   
   .tewm_p .hd ul li:hover b {
   
    color: #fff;
   
   }
   
   
   
   .tewm_p .hd ul li:hover h6 {
   
    background: #fff;
   
   }
   
   
   
   
   
   .tewm_p .hd ul li:hover h5 a {
   
    background: #fe4c2f;
   
   }
   
   
   
   
   
   
   
   /*å¸ˆèµ„å›¢é˜Ÿend*/
   
   
   
   
   
   /*æˆç»©*/
   
   
   
   .result_bg{
   
    height: 526px;
   
    background:url(/templates/pc_wjdh/images/cj_bg.jpg) no-repeat center top;
   
    padding-top: 68px;
   
    -webkit-box-sizing: border-box;
   
    -moz-box-sizing: border-box;
   
    box-sizing: border-box;
   
   }
   
   
   
   
   
   .result {
   
    width: 1340px;
   
    margin: 0 auto;
   
    padding-top: 94px;
   
   }
   
   
   
   .result_a{
   
    width: 150px;
   
    height: 200px;
   
    background: #fff;
   
    float: left;
   
    margin: 0 10px;
   
    border-radius: 5px;
   
    overflow: hidden;
   
   }
   
   
   
   .result_apic {
   
    display: block;
   
    width: 82px;
   
    height: 82px;
   
   margin: 0 auto;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    overflow: hidden;
   
   margin-top: 30px;
   
   position: relative;
   
   }
   
   
   
   
   
   .result_apic img{
   
   position: absolute;
   
   left: 50%;
   
   height: 100%;
   
   transform: translateX(-50%);
   
   }
   
   
   
   
   
   .result_b{
   
    padding-top: 26px;
   
   }
   
   
   
   .result_b h5{
   
    width: 35px;
   
    height: 2px;
   
    background: #0068b7;
   
    margin: 0 auto;
   
   }
   
   
   
   .result_b h4{
   
    text-align: center;
   
    line-height: 1;
   
    padding-top: 15px;
   
   }
   
   
   
   .result_b h4 a{
   
    display: block;
   
    padding: 0 10px;
   
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
   
   }
   
   
   
   
   
   
   
   .result_c{
   
    float: right;
   
    width: 0px;
   
    margin-right: 27px;
   
    position: relative;
   
    visibility: hidden;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
   }
   
   
   
   
   
   .result_c span {
   
    display: block;
   
    font-size: 18px;
   
    line-height: 1;
   
    padding-top: 48px;
   
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
   
   }
   
   
   
   .result_c  span a{
   
    display: block;
   
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
   
   }
   
   
   
   .result_c  span a:hover{
   
    padding-left: 5px;
   
   }
   
   
   
   
   
   .result_c  h6{
   
    width: 35px;
   
    height: 2px;
   
    background: #0068b7;
   
    margin-top: 13px;
   
   }
   
   
   
   
   
   .result_c  b {
   
    display: block;
   
    color: #888888;
   
    font-weight: normal;
   
    text-transform:uppercase;
   
    font-size: 14px;
   
    padding-top: 14px;
   
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
   
    height: 30px;
   
    line-height: 30px;
   
   }
   
   
   
   
   
   .result_c  h5 {
   
    display: block;
   
    height: 26px;
   
    line-height: 26px;
   
    background:url(/templates/pc_wjdh/images/cj_ddd.png) no-repeat 0;
   
    margin-top: 20px;
   
   }
   
   
   
   
   
   .result_c  h5 a{
   
    display: block;
   
    text-align: center;
   
    background:url(/templates/pc_wjdh/images/cj_jt2.png) no-repeat right;
   
    font-size: 24px;
   
    color: #fff;
   
   }
   
   
   
   
   
   .result .on{
   
    width: 470px;
   
   }
   
   
   
   .result .on  .result_apic{
   
    float: left;
   
    width: 142px;
   
    height: 142px;
   
    margin-left: 20px;
   
   }
   
   
   
   .result .on .result_b{
   
    display: none;
   
   }
   
   
   
   .result .on .result_c{
   
    width: 255px;
   
    visibility: visible;
   
   }
   
   
   
   
   
   /*æˆç»©end*/
   
   
   
   
   
   /*ä¼ä¸šç›¸å†Œ*/
   
   
   
   .fcc_bg {
   
    width: 100%;
   
    margin: 0 auto;
   
    position: relative;
   
    background:url(/templates/pc_wjdh/images/cg_bg.jpg) no-repeat center top;
   
    padding-top: 68px;
   
    padding-bottom: 65px;
   
    overflow: hidden;
   
   }
   
   
   
   
   
   .slideGroup {
   
    width: 88%;
   
    margin: 0 auto;
   
    position: relative;
   
   }
   
   
   
   
   
   .slideGroup .parHd {
   
    width: 100%;
   
    margin-top: 68px;
   
   }
   
   
   
   
   
   .slideGroup .parHd ul {
   
   
   
    text-align: center;
   
   }
   
   
   
   .slideGroup .parHd ul li {
   
    display: inline-block;
   
    width: 140px;
   
    height: 38px;
   
    line-height: 38px;
   
    font-size: 18px;
   
    cursor: pointer;
   
    color: #666666;
   
    margin: 0 17px;
   
    border: 1px solid #aaaaaa;
   
    -webkit-box-sizing: border-box;
   
    -moz-box-sizing: border-box;
   
    box-sizing: border-box;
   
    border-radius: 5px;
   
    text-align: center;
   
   }
   
   
   
   
   
   .slideGroup .parHd ul li.on {
   
    background:#0068b7;
   
    border: 1px solid #0068b7;
   
    color: #fff;
   
   }
   
   
   
   
   
   .slideGroup .slideBox {
   
    margin-top: 50px;
   
   }
   
   
   
   
   
   .slideGroup .parBd ul {
   
    overflow: hidden;
   
    zoom: 1;
   
   }
   
   
   
   .slideGroup .parBd ul li {
   
    width: 25%;
   
    float: left;
   
    _display: inline;
   
    overflow: hidden;
   
    text-align: center;
   
   }
   
   
   
   
   
   
   
   .fcc_imgscale_x {
   
    margin: 0 10px 0 10px;
   
   }
   
   
   
   
   
   .fcc_imgscale {
   
    width: 100%;
   
    overflow: hidden;
   
    box-sizing: border-box;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    padding-top: 80.2%;
   
    border-radius: 6px;
   
    position: relative;
   
   }
   
   
   
   
   
   .fcc_imgscale img {
   
    height: 100%;
   
    position: absolute;
   
    left: 50%;
   
    top: 0;
   
    border-radius: 6px;
   
    transform: translateX(-50%);
   
   }
   
   
   
   
   
   .in_fcc_txt {
   
    width: 100%;
   
    height: 26px;
   
    line-height: 26px;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    margin-top: 24px;
   
    position: relative;
   
   }
   
   
   
   .in_fcc_txt h6{
   
    height: 26px;
   
    background:url(/templates/pc_wjdh/images/cg_line1.png) no-repeat 20px;
   
   }
   
   
   
   
   
   .in_fcc_txt h6 a {
   
    display: block;
   
    overflow: hidden;
   
    white-space: nowrap;
   
    text-overflow: ellipsis;
   
    padding: 0 60px 0 60px;
   
    text-align: center;
   
    color: #666666;
   
    font-size: 15px;
   
   }
   
   
   
   .parBd ul li:hover .in_fcc_txt h6{
   
    background:url(/templates/pc_wjdh/images/cg_line2.png) no-repeat 20px;
   
   }
   
   
   
   
   
   .parBd ul li:hover .in_fcc_txt h6 a{
   
   color: #0068b7;
   
    padding-left: 110px;
   
   }
   
   
   
   
   
   .in_fcc_txt h5{
   
    width: 26px;
   
    height: 26px;
   
    position: absolute;
   
    right: 0;
   
    top: 0;
   
   }
   
   
   
   .in_fcc_txt h5 a{
   
    display: block;
   
    font-size: 24px;
   
    line-height: 24px;
   
    border: 1px solid #c9c9c9;
   
    border-radius: 5px;
   
    color: #c9c9c9;
   
    text-align: center;
   
   }
   
   
   
   
   
   .parBd ul li:hover .in_fcc_txt h5 a{
   
    border: 1px solid #0068b7;
   
    color: #fff;
   
    background: #0068b7;
   
   }
   
   
   
   
   
   .fcc_l {
   
    background: url(/templates/pc_wjdh/images/cg_l.png) no-repeat center;
   
    background-color:rgba(0,104,183,0.6);
   
    display: block;
   
    width: 120px;
   
    height: 40px;
   
    cursor: pointer;
   
    position: absolute;
   
    left: -60px;
   
    top: 190px;
   
    z-index: 10;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    border-radius: 20px;
   
   }
   
   
   
   .fcc_l:hover{
   
    background-color:rgba(0,104,183,1);
   
   }
   
   
   
   
   
   .fcc_r {
   
    background: url(/templates/pc_wjdh/images/cg_r.png) no-repeat center;
   
    background-color:rgba(0,104,183,0.6);
   
    display: block;
   
    width: 120px;
   
    height: 40px;
   
    cursor: pointer;
   
    position: absolute;
   
    right: -60px;
   
    top: 190px;
   
    z-index: 10;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    border-radius: 20px;
   
   }
   
   
   
   
   
   .fcc_r:hover{
   
    background-color:rgba(0,104,183,1);
   
   }
   
   
   
   
   
   
   
   /*ä¼ä¸šç›¸å†Œend*/
   
   
   
   
   
   .in_news_ss {
   
    width: 100%;
   
    padding-top: 0px;
   
    background:url(/templates/pc_wjdh/images/news_bg.jpg) no-repeat center bottom;
   
   }
   
   
   
   
   
   .in_news_pro {
   
    width: 1320px;
   
    margin: 0 auto;
   
   }
   
   
   
   
   
   .in_news_t{
   
    padding-left: 460px;
   
   }
   
   
   
   
   
   .chaungye_tab {
   
    height: 54px;
   
   border: 1px solid #c1c1c1;
   
   border-radius: 6px;
   
   }
   
   
   
   
   
   .chaungye_tab ul{
   
    height: 54px;
   
    background:url(/templates/pc_wjdh/images/news_dt1.png) no-repeat 16px;
   
    padding-left: 36px;
   
   }
   
   
   
   
   
   .news_right .chaungye_tab ul{
   
    background:url(/templates/pc_wjdh/images/news_dt2.png) no-repeat 16px;
   
   }
   
   
   
   
   
   .chaungye_tab ul li {
   
    float: left;
   
    width: 110px;
   
    height: 54px;
   
    line-height: 54px;
   
    font-size: 18px;
   
    color: #333333;
   
    cursor: pointer;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    text-align: center;
   
   }
   
   
   
   .chaungye_tab ul li span{
   
    display: block;
   
   }
   
   
   
   .chaungye_tab ul li.on {
   
    color: #0068b7;
   
    font-weight: bold;
   
   }
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   .in_news_ss .tab_box_news {
   
    width: 100%;
   
    clear: both;
   
   }
   
   
   
   .in_news_ss .tab_box_news .hide {
   
    display: none;
   
   }
   
   
   
   
   
   .in_news_1 {
   
    float: left;
   
    width: 656px;
   
    position: relative;
   
    margin-top: 60px;
   
   }
   
   
   
   
   
   .in_news_2 {
   
    width: 636px;
   
    padding-top: 40px;
   
   }
   
   
   
   
   
   .in_newss_4cent {
   
    width: 636px;
   
    position: relative;
   
   }
   
   
   
   .in_newss_4box{
   
    width: 636px;
   
    height: 525px;
   
    overflow: hidden;
   
    background:url(/templates/pc_wjdh/images/news_line2.png) no-repeat center 506px;
   
   }
   
   
   
   
   
   .in_newss_two {
   
    width: 636px;
   
   }
   
   
   
   
   
   .in_newss_two_1 {
   
    width: 100%;
   
    height: 340px;
   
    overflow: hidden;
   
    border-radius: 6px;
   
    margin-top: 35px;
   
   }
   
   
   
   
   
   .in_newss_two_1 img {
   
    width: 100%;
   
    height: 340px;
   
    transition: all 0.5s;
   
    transform: scale(1);
   
   }
   
   
   
   .in_newss_two_2 {
   
    width: 100%;
   
    overflow: hidden;
   
   }
   
   
   
   
   
   .in_newss_two_2 h6 {
   
    font-size: 14px;
   
    color: #333;
   
    height: 30px;
   
    line-height: 30px;
   
    overflow: hidden;
   
   }
   
   
   
   
   
   .in_newss_two_2 h6 span {
   
    font-size: 14px;
   
    color: #999999;
   
    display: block;
   
    float: right;
   
   }
   
   
   
   
   
   .in_newss_two_2 h6 a {
   
    color: #333;
   
    display: block;
   
    overflow: hidden;
   
    white-space: nowrap;
   
    text-overflow: ellipsis;
   
    padding-right: 20px;
   
    font-weight: bold;
   
    font-size: 15px;
   
   }
   
   
   
   .in_newss_two_2 h6 a:hover {
   
    color: #0068b7;
   
    padding-left: 5px;
   
   }
   
   
   
   
   
   .in_newss_two_2 h4 {
   
    line-height: 28px;
   
    height: 56px;
   
    color: #888888;
   
    padding-top: 8px;
   
    overflow: hidden;
   
   }
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   .news_right{
   
    float: right;
   
    width: 606px;
   
    position: relative;
   
    margin-top: 60px;
   
   }
   
   
   
   
   
   .news_more {
   
    width: 39px;
   
    height: 24px;
   
    font-size: 14px;
   
    position: absolute;
   
    right: 0;
   
    top: 13px;
   
    z-index: 5;
   
    text-transform:uppercase;
   
   }
   
   
   
   .news_more a {
   
    display: block;
   
    line-height: 24px;
   
    color: #999999;
   
    font-size: 0px;
   
    background:url(/templates/pc_wjdh/images/news_mm.png) no-repeat 0;
   
   }
   
   
   
   
   
   
   
   /*---*/
   
   
   
   .in_nthrboxcent{
   
    padding-top: 46px;
   
   }
   
   
   
   
   
   .in_nthrbox {
   
    height: 75px;
   
    overflow: hidden;
   
    position: relative;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    border-bottom: 1px dashed #d2d2d2;
   
    margin-bottom: 13px;
   
   }
   
   
   
   
   
   .in_nthrbox_1 {
   
    float: right;
   
    width: 24px;
   
    height: 56px;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    text-align: center;
   
    border-radius: 5px;
   
   }
   
   
   
   .in_nthrbox_1 a{
   
    display: block;
   
    font-size: 0px;
   
    line-height: 56px;
   
    background:url(/templates/pc_wjdh/images/news_jt1.png) no-repeat center #e4e4e4;
   
    border-radius: 5px;
   
   }
   
   
   
   
   
   .in_nthrbox_2 {
   
    float: left;
   
    width: 552px;
   
   }
   
   
   
   
   
   .in_nthrbox_2 h6 {
   
    height: 26px;
   
    line-height: 26px;
   
    overflow: hidden;
   
    font-size: 15px;
   
   }
   
   
   
   .in_nthrbox_2 h6 a {
   
    color: #444444;
   
    display: block;
   
    overflow: hidden;
   
    white-space: nowrap;
   
    text-overflow: ellipsis;
   
   }
   
   
   
   .in_nthrbox_2 h6 a:hover {
   
    color: #0068b7;
   
    padding-left: 5px;
   
   }
   
   
   
   .in_nthrbox_2 h6 span{
   
    float: right;
   
    color: #999999;
   
   }
   
   
   
   
   
   .in_nthrbox_2 h4 {
   
    color: #888888;
   
    font-size: 14px;
   
    line-height: 24px;
   
    height: 24px;
   
    display: block;
   
    overflow: hidden;
   
    white-space: nowrap;
   
    text-overflow: ellipsis;
   
    margin-top: 10px;
   
   }
   
   
   
   
   
   .in_nthrbox:hover .in_nthrbox_1 a{
   
    background:url(/templates/pc_wjdh/images/news_jt2.png) no-repeat center #0068b7;
   
   }
   
   
   
   
   
   
   
   .news_l {
   
    background: url(/templates/pc_wjdh/images/news_l.png) no-repeat center;
   
    display: block;
   
    width: 37px;
   
    height: 37px;
   
    cursor: pointer;
   
    position: absolute;
   
    left: 192px;
   
    bottom: 0px;
   
    z-index: 10;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    border-radius: 20px;
   
   }
   
   
   
   .news_l:hover{
   
   
   
   }
   
   
   
   
   
   .news_r {
   
    background: url(/templates/pc_wjdh/images/news_r.png) no-repeat center;
   
    display: block;
   
    width: 37px;
   
    height: 37px;
   
    cursor: pointer;
   
    position: absolute;
   
    right: 192px;
   
    bottom: 0px;
   
    z-index: 10;
   
    -webkit-transition: all .3s ease-out;
   
    transition: all .3s ease-out;
   
    border-radius: 20px;
   
   }
   
   
   
   
   
   .news_r:hover{
   
   
   
   }
   
   
   
   
   
   
   
   /*æ–°é—»end*/
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   