﻿
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 797px;
    background: #fff;
    overflow: hidden;
    top: -150px;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 797px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100%;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 797px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 797px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #455fd6;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }


/*trait*/

.trait_bg{
    width: 100%;
    margin: -170px auto 0 auto;
    height: 85px;
    position: relative;
    z-index: 9;
}

.trait_bg .trait{
    width: 1300px;
    margin: 0 auto;
    height: 85px;
    background: url(../images/trait_bg.png) no-repeat  center;
}

.trait_bg .trait .trait_l{
    float: left;
    margin-left: 70px;
    width: 405px;
    height: 85px;
    line-height: 85px;
    background: url(../images/xt1.png) no-repeat right center;
}

.trait_bg .trait .trait_l i{
    display: block;
    padding-left: 25px;
    font-size: 16px;
    color: #fff;
    background: url(../images/buttom1.png) no-repeat left center;
}

.trait_bg .trait .trait_c{
    float: left;
    margin-left: 85px;
    height: 85px;
    width: 255px;
    background: url(../images/xt1.png) no-repeat right center;
} 

/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
  }
  
  .topxunpan {
    position: relative;
    margin-top: 27px;

  }
  
  
  .topxunpan .xp {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;

  }
  
  .topxunpan .xp img {
    position: relative;
    top: 0px;
    margin: 0 10px 0 0px;
    vertical-align: middle;
  }

  .topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 30%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #455fd6;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
  }
  
  .topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #455fd6;
  }
  
  .topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }


.trait_bg .trait .tel{
    float: right;
    margin-right: 55px;
    line-height: 85px;
    padding-left: 30px;
    background: url(../images/tel.png) no-repeat left center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
} 



/* title*/

.title{
    height: 120px;
    padding-left: 70px;
    background: url(../images/title.png) no-repeat left center;
}

.title h3{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    padding-top: 20px;

}

.title h3 a{
    font-size: 32px;
    color: #333;
    font-weight: bold;
}

.title span{
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
}




/* product*/

.product{
    margin: 50px auto 0 auto;
    width: 1300px;
    position: relative;
    z-index: 9;
}

.product .pro_t{
    height: 120px;
}

.product .pro_t .title{
    float: left;
}
 
.product .pro_t .zx{
    float: right;
    background: url(../images/zx.png) no-repeat center;
    width: 150px;
    height: 47px;
    line-height: 45px;
    margin-top: 22px;
    position: relative;
}

.product .pro_t .zx a{
    display: block;
    padding-left: 60px;
    font-size: 16px;
    color: #333;
}

:root {

	--bg: #3C465C;

	--primary: #455fd6;

	--solid: #fff;

	--btn-w: 150px;

	--dot-w: calc(var(--btn-w)*.2);

	--tr-X: calc(var(--btn-w) - var(--dot-w))

}



.dot {

	content: '';

	position: absolute;

	top: 0;

	width: var(--dot-w);

	height: 100%;

	border-radius: 100%;

	-webkit-transition: all 1000ms ease;

	transition: all 1000ms ease;

	display: none;

}



.dot:after {

	content: '';

	position: absolute;

	left: calc(50% - .4em);

	top: -.4em;

	height: .8em;

	width: .8em;

	background: var(--primary);

	border-radius: 1em;

	border: .25em solid var(--solid);

	box-shadow: 0 0 .7em var(--solid), 0 0 2em var(--primary)

}



.btn:hover .dot,

.btn:focus .dot {

	-webkit-animation: atom 2s infinite linear;

	animation: atom 2s infinite linear;

	display: block

}


@-webkit-keyframes atom {
	0% {
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}

	30% {
		-webkit-transform: translateX(var(--tr-X)) rotate(0);
		transform: translateX(var(--tr-X)) rotate(0)
	}

	50% {
		-webkit-transform: translateX(var(--tr-X)) rotate(180deg);
		transform: translateX(var(--tr-X)) rotate(180deg)
	}

	80% {
		-webkit-transform: translateX(0) rotate(180deg);
		transform: translateX(0) rotate(180deg)
	}

	100% {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg)
	}
}

@keyframes atom {
	0% {
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}

	30% {
		-webkit-transform: translateX(var(--tr-X)) rotate(0);
		transform: translateX(var(--tr-X)) rotate(0)
	}

	50% {
		-webkit-transform: translateX(var(--tr-X)) rotate(180deg);
		transform: translateX(var(--tr-X)) rotate(180deg)
	}

	80% {
		-webkit-transform: translateX(0) rotate(180deg);
		transform: translateX(0) rotate(180deg)
	}

	100% {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg)
	}
}

.product  .pro_list{
    margin: 45px auto 0 auto;
}

.product  .pro_list ul{
    text-align: center;
}

.product  .pro_list ul li{
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url(../images/pro_list.png) no-repeat center;
    margin: 0 19px;


}

.product  .pro_list ul li a{
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product  .pro_list ul li a i{
    display: block;
    font-size: 16px;
    color: #908f8f;
    font-family: Arial, Helvetica, sans-serif;
    margin: 25px auto 10px auto;
    width: 44px;
    height: 33px;
    background: url(../images/buttom2.png) no-repeat center;
}
 
.product  .pro_list ul li.on a{
    font-weight: bold;
    color: #455fd6;
}

.product  .pro_box{
    margin: 40px auto 0 auto;
    width: 1360px;
    position: relative;
    z-index: 5;
} 
 

.product  .pro_box ul li{
    float: left;
    width: 400px;
    height: 335px;
    border: 1px solid #eeeeee;
    margin: 0 45px 35px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product  .pro_box ul li .pic{
    width: 380px;
    height: 280px;
    margin: 9px 9px 0 9px;
    overflow: hidden;
}

.product  .pro_box ul li .pic img{
    width: 380px;
    height: 280px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product  .pro_box ul li .txt{
    height: 45px;
    line-height: 45px;
    width: 380px;
    margin: 0 auto;
} 

.product  .pro_box ul li .txt h5 a{
    width: 280px;
    float: left;
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product  .pro_box ul li .txt .more{
    display: block;
    float: right;
    background: url(../images/xt2.jpg) no-repeat  left center;
    padding-left: 9px;
    font-size: 14px;
    color: #666666;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product  .pro_box ul li:hover{
    border: 1px solid #455fd6;
}

.product  .pro_box ul li:hover .txt a{
    color: #455fd6;
}

.product  .pro_box ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* case*/

.case_bg{
    margin:  auto;
    height: 2266px;
    background: url(../images/case_bg.jpg) no-repeat top center;
    position: relative;
    z-index: 5;
    top: -160px;
    overflow: hidden;
}

.case_bg .case{
    padding-top: 355px;
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.case_bg .case .title{
    background: url(../images/case_t.png) no-repeat left center;
}

.case_bg .case .title h3{
    color: #fff;
}

.case_bg .case .title span{
    color: #fff;
}

.case_bg .case .case_box{
    margin: 75px auto 0 auto;

} 

.case_bg .case .case_box .case_l{
    margin-left: 15px;
    height: 655px;
    width: 815px;
    position: relative;
    float: left;
}
 

.case_bg .case .case_box .case_l .bd{
    width: 815px;
    height: 655px;
    background: url(../images/case_nr.png) no-repeat right bottom;
}

.case_bg .case .case_box .case_l .bd ul li{
    float: left;
    width: 815px;
    height: 655px;
}

.case_bg .case .case_box .case_l .bd ul li .pic{
    float: left;
    width: 446px;
    height: 391px;
    background: #fbfbfb;
}

.case_bg .case .case_box .case_l .bd ul li .pic img{
    width: 420px;
    height: 365px;
    margin: 13px;
}

.case_bg .case .case_box .case_l .bd ul li .txt{
    float: right;
    margin-right: 45px;
    margin-top: 140px;
    width: 255px;
} 

.case_bg .case .case_box .case_l .bd ul li .txt h5 a{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px dashed #dddddd;
    font-size: 20px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_box .case_l .bd ul li:hover .txt h5 a{
    color: #455fd6;
}

.case_bg .case .case_box .case_l .bd ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    height: 180px;
    overflow: hidden;
    margin-top: 30px;

}

.case_bg .case .case_box .case_l .hd{
    position: absolute;
    top: 415px;
    left: 315px;
}

.case_bg .case .case_box .case_l .hd ul li{
    float: left;
    border-radius: 50%;
    background:  #333333;
    margin-right: 8px;
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_box .case_l .hd ul li.on{
    background:  #455fd6;
}

.case_bg .case .case_box .case_r{
    float: right;
    margin-right: 15px;
    margin-top: 55px;
} 

.case_bg .case .case_box .case_r ul li{
    width: 392px;
    margin-bottom: 35px;
}

.case_bg .case .case_box .case_r ul li .pic{
    width: 390px;
    height: 300px;
    background:  #fff;
    border: 1px solid #dddddd;
    overflow: hidden;

}

.case_bg .case .case_box .case_r ul li .pic a{
    display: block;
    width: 370px;
    height: 280px;
    margin: 10px;
    overflow: hidden;
}
 
.case_bg .case .case_box .case_r ul li .pic img{
    width: 370px;
    height: 280px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_box .case_r ul li .txt{
    width: 370px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dddddd;
    margin: 0 auto;

}

.case_bg .case .case_box .case_r ul li .txt h5 a{
    float: left;
    width: 240px;
    font-size: 16px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

} 

.case_bg .case .case_box .case_r ul li .txt .more{
    float: right;
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}


.case_bg .case .case_box .case_r ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.case_bg .case .qq {
    position: absolute;
    left: 640px;
    top: 280px;
    z-index: 5;
}
 
.case_bg .case .qq .qq_img{
    width: 66px;
    height: 53px;
    animation: msClock 1.2s linear infinite;
    animation: msClock 1.2s linear infinite;
}

@keyframes msClock {
    0%,70%,100% {
      transform: rotate(0) scale(1);
    }
    10%,30% {
      transform: rotate(-15deg) scale(1.1);
    }
    20%,40% {
    transform: rotate(15deg) scale(1.1);
    }
}


/* about*/

.about{
    width: 1300px;
    margin: 0px auto 0 auto;
    position: relative;
    height: 900px;
}

.about .title{
    background: url(../images/ab_t1.png) no-repeat left center;
}

.about .title h3{
    color: #fff;
}

.about .title span{
    color: #fff;
}


.about .ab_l{
    float: left;
    width: 838px;
    position: relative;
    top: -195px;
} 

.about .ab_l .tel{
    width: 630px;
    margin-top: 30px;

}

.about .ab_l .tel p{
    font-size: 16px;
    color: #dddada;
    line-height: 36px;

}

.about .ab_l .tel span{
    display: block;
    background: url(../images/tel1.png) no-repeat left center;
    padding-left: 30px;
    line-height: 90px;
    border-top: 1px dashed #dddddd;
    margin-top: 20px;
}

.about .ab_l .tel span i{
    font-size: 24px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif
}


.about .ab_l .ab_img{
    width: 838px;
    height: 478px;

}

.about .ab_l .ab_img img{
    width: 838px;
    height: 478px;
}

.about .ab_l .txt{
    margin-top: 40px;

}

.about .ab_l .txt h5 a{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_l .txt h5 a:hover{
    color: #455fd6;
}

.about .ab_l .txt i{
    display: block;
    width: 45px;
    height: 2px;
    background: #333333;
    margin: 20px 0;
}

.about .ab_l .txt p{
    font-size: 15px;
    color: #333;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
}

.about .ab_r{
   width: 390px;
   padding-right: 10px;
   float: right;
   background: url(../images/ab_t.png) no-repeat top left;
   margin-top: 142px;
   margin-right: -10px;
} 

.about .ab_r .txt{
    text-align: right;
    margin-top: 255px;
}

.about .ab_r span{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-top: 5px;

}

.about .ab_r i{
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-top: 5px;

}

.about .ab_r .ry{
    width: 269px;
    height: 329px;
    background: url(../images/ry_bg.png) no-repeat top center;
    margin: 90px 0 0 35px;
}

.about .ab_r .ry img{
    width: 185px;
    height: 260px;
    margin: 26px 0 0 55px;
}
 

/* ys*/

.ys_bg{
    margin: -383px auto 0 auto;
    height: 1220px;
    background: url(../images/ys_bg.jpg) no-repeat top center;
    position: relative;
}

.ys_bg .ys{
    padding-top: 275px;
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys::after{
   position: absolute;
   left: 80px;
   top: 535px;
   content: "";
   background: url(../images/ys_xt.png) no-repeat center;
   width: 732px;
   height: 15px;
}

.ys_bg .ys .title{
    margin: 0 auto;
    width: 350px;
}

.ys_bg .ys .ys_box{
    margin: 40px 0 0 260px;
    width: 865px;
    position: relative;
}

.ys_bg .ys .ys_box .bd{
    width: 865px;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 865px;
}

.ys_bg .ys .ys_box .bd ul li .txt{

}

.ys_bg .ys .ys_box .bd ul li .txt .txt_t{
    height: 100px;

}

.ys_bg .ys .ys_box .bd ul li .txt .txt_t h5{
    float: left;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-left: 260px;
    width: 270px;
}

.ys_bg .ys .ys_box .bd ul li .txt .txt_t h5 i{
    display: block;
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}

.ys_bg .ys .ys_box .bd ul li .txt .txt_t span{
    display: block;
    float: left;
    font-size: 100px;
    color: #455fd6;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 75px;
    margin-top: 20px;
    margin-left: 40px;

}

.ys_bg .ys .ys_box .bd ul li .txt  p{
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    text-align: center;
    margin-top: 30px;
    height: 150px;

}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    width: 415px;
    height: 415px;
    border-radius: 50%;
    background: #cfd1cd;
    margin: 60px 0 0 385px;

} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 383px;
    height: 383px;
    border-radius: 50%;
    margin: 16px;
}

.ys_bg .ys .ys_box .hd{
    position: absolute;
    left: 360px;
    top: 280px;
    z-index: 5;
    width: 120px;
}

.ys_bg .ys .ys_box .next{
    float: left;
    background: url(../images/left1.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.ys_bg .ys .ys_box .prev{
    float: left;
    background: url(../images/right1.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    margin-left: 10px;
    width: 50px;
    height: 50px;
} 

.ys_bg .ys .ys_box .next:hover{
    border: 1px solid #455fd6;
    background:#455fd6 url(../images/left.png) no-repeat center;
}

.ys_bg .ys .ys_box .prev:hover{
    border: 1px solid #455fd6;
    background: #455fd6 url(../images/right.png) no-repeat center;
}    

.ys_bg .ys .qq{
    position: absolute;
    left: -135px;
    top: 44px;
} 

.ys_bg .ys .qq .qq_img{
    width: 66px;
    height: 53px;
    animation: msClock 1.2s linear infinite;
    animation: msClock 1.2s linear infinite;
}



/* news*/

.news{
    width: 1300px;
    margin: 30px auto 0 auto;
    position: relative;
   z-index: 5;
   height: 680px;
}

.news .news_t{
    overflow: hidden;
}

.news .news_t .title{
    float: left;
}

.news .news_t .news_list{
    float: right;
    margin-top: 35px;
} 

.news .news_t .news_list ul li{
    float: left;
    width: 165px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #333333;
    position: relative;
    z-index: 5;
    margin-left: 35px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li a{
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 70px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat 25px center;
}

.news .news_t .news_list ul li::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 55px;
    background: #455fd6;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
 
.news .news_t .news_list ul li.casehover{
    border: 1px solid #455fd6;
}
.news .news_t .news_list ul li.casehover::after{
    width: 100%;
  }

  .news .news_t .news_list ul li.casehover a{
    color: #fff;
  }

  .news .news_t .news_list ul li.n1.casehover a{
    background: url(../images/news11.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n2.casehover a{
    background: url(../images/news22.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n3.casehover a{
    background: url(../images/news33.png) no-repeat 25px center;
}




.news .news_box{
    margin: 25px auto 0 auto;
 height: 572px; }
  
  .news .news_box .news_top{
    height: 410px;
    overflow: hidden;
  }
  
  
  .news .news_box .news_top .news_l{
    width: 512px;
    float: right;
    margin-right: 15px;
  
  }
  
  
  .news .news_box .news_top .news_l ul li{
    width: 512px;
    height: 170px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 55px;
  
  }
  
  .news .news_box .news_top .news_l ul li .time{
    float: left;
    width: 65px;
    font-size: 30px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
  }
  
  .news .news_box .news_top .news_l ul li .txt{
    float: right;
    width: 440px;
  
  } 
  
  
  .news .news_box .news_top .news_l ul li .txt a{
    font-size: 18px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/more.png) no-repeat right center;
    padding-right: 55px;
  }
  
  .news .news_box .news_top .news_l ul li:hover .txt a{
    color: #455fd6;
    background: url(../images/more1.png) no-repeat right center;
  }
  
  .news .news_box .news_top .news_l ul li .txt i{
    font-size: 14px;
    color: #999;
    display: block;
    margin: 5px 0  20px 0;
  }
  
  .news .news_box .news_top .news_l ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
  }
  
  
  .news .news_box .news_top .news_r{
    width: 750px;
    float: left;
  
  }
  
  .news .news_box .news_top .news_r ul li{
    float: left;
    width: 336px;
    height: 403px;
    border: 1px solid #e0e0e0;
    margin-right: 35px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .news .news_box .news_top .news_r ul li .txt{
    height: 210px;
    width: 285px;
    margin: 0 auto;
  
  }
  
  .news .news_box .news_top .news_r ul li .txt span{
    font-size: 22px;
    color: #999999;
    display: block;
    padding-top: 25px;
  }
  
  
  .news .news_box .news_top .news_r ul li .txt a{
    font-size: 18px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 25px;
  }
  
  .news .news_box .news_top .news_r ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 15px;
  }
  
  .news .news_box .news_top .news_r ul li .news_img{
    width: 310px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
  } 
  
  .news .news_box .news_top .news_r ul li .news_img img{
    width: 310px;
    height: 180px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .news .news_box .news_top .news_r ul li:hover .news_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  
  
  .news .news_box .news_top .news_r ul li:hover{
    border: 1px solid #455fd6;
  }

  .news .news_box .news_top .news_r ul li:hover .txt a{
      color: #455fd6
  }
  
  
  .news .news_box .list{
    margin: 40px auto 0 auto;
    width: 1360px;
    height: 121px;
  } 
  
  .news .news_box .list ul li{
    float: left;
    width: 376px;
    height: 120px;
    background: #f8f8f8;
    padding: 0 0 0 20px;
    margin-right: 45px;
    position: relative;
    z-index: 5;
  }
  
  .news .news_box .list ul li a{
    margin-top: 10px;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .news .news_box .list ul li span{
    display: block;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 46px;
    border-top: 1px solid #e0e0e0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  
  .news .news_box .list ul li:hover a{
    color: #fff;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
  }
  
  .news .news_box .list ul li::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 120px;
    background: #455fd6;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .news .news_box .list ul li:hover::after{
      width: 100%;
  }

  .news .news_box .list ul li:hover span{
    color: #fff;
  }

/* links*/

.links{
    width: 1300px;
    margin: 0 auto;
    position: relative;
   z-index: 5;

}

.links .links_box{
    position: absolute;
    top: 110px;
    left: 580px;
}

.links .links_box .links_t{
    float: left;
    background: url(../images/links.png) no-repeat bottom center;
    width: 156px;
    height: 47px;
}

.links .links_box .links_t i{
    display: block;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.links .links_box .yq{
    float: left;
    position: relative;
    margin-left: 30px;
    width: 244px;
    height: 47px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0 20px;
} 

.links .links_box .yq span{
    display: block;
    font-size: 14px;
    color: #989898;
    line-height: 47px;
    background: url(../images/buttom3.png) no-repeat right  center;
}

.links .links_box .yq .nr{
    position: absolute;
    left: 0;
    top: 50px;
    width: 284px;
    background: #f8f8f8;
    height: 0;
    opacity: 0;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.links .links_box .yq:hover .nr{
    height: 280px;
    opacity: 1;
}

.links .links_box .yq .nr dd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f0f0f0;
}

.links .links_box .yq .nr dd a{
    font-size: 14px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;

}

.links .links_box .yq .nr dd:hover{
    background: #455fd6;
}

.links .links_box .yq .nr dd:hover a{
    color: #fff;
}