
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 700px;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 700px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 700px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    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: #3235a2;
    -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=80);
    -moz-opacity: .8;
    opacity: .8;
    -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=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }


/*title*/

.title{
    background: url(../images/title.png) no-repeat top left;
    height: 80px;
    padding-left: 55px;
}

.title h3{
    font-size: 24px;
    color: #333333;
    padding-left: 100px;
    margin-top: -5px;

}

.title h3 a{
    display: block;
    font-size: 24px;
    color: #333333;
}

.title p{
    font-size: 48px;
    color: #23243a;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 9px;
    margin-top: 4px;
}

.link {
	outline: none;
	text-decoration: none;
	position: relative;
	font-size: 8em;
	line-height: 1;
	color: #9e9ba4;
	display: inline-block;
}
.link--mallki {

	-webkit-transition: color 0.5s 0.25s;
	transition: color 0.5s 0.25s;
	overflow: hidden;
}

.link--mallki:hover {
	-webkit-transition: none;
	transition: none;
	color: transparent;
}

.link--mallki::before {
	content: '';
	width: 100%;
	height: 6px;
	margin: -3px 0 0 0;
	background: #3235a2;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--mallki:hover::before {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.link--mallki span {
	position: absolute;
	height: 50%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.link--mallki span::before {
	content: attr(data-letters);
	position: absolute;
	left: 0;
	width: 100%;
	color: #3235a2;
    font-family: 'Times New Roman', Times, serif;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.link--mallki span:nth-child(2) {
	top: 50%;
}

.link--mallki span:first-child::before {
	top: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.link--mallki span:nth-child(2)::before {
	bottom: 0;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.link--mallki:hover span::before {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}



/*product*/

.pro_bg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat top center;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
}

.pro_bg .product .title{
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 5;
}
 
.pro_bg .product .pro_box{
    width: 1280px;
    margin: 0 auto;
}

.pro_bg .product .pro_box .hd{
    width: 920px;
    margin-left: 360px;
    height: 285px;
}

.pro_bg .product .pro_box .hd ul li{
    float: left;
    width: 120px;
    height: 282px;
    border: 1px solid #ededed;
    border-radius: 10px;
    margin-left: 38px;
    padding: 0 30px 0 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .hd ul li dt{
    margin-top: 30px;

}

.pro_bg .product .pro_box .hd ul li dt span{
    display: block;
    width: 23px;
    height: 21px;
    background: url(../images/buttom3.png) no-repeat top center;
}

.pro_bg .product .pro_box .hd ul li dt a {
    font-size: 18px;
    color: #333333;
    display: block;
    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;
    margin-top: 10px;
}

.pro_bg .product .pro_box .hd ul li dt i{
    display: block;
    width: 20px;
    height: 2px;
    background: #3235a2;
    margin: 12px 0 15px 0;
}

.pro_bg .product .pro_box .hd ul li dd a{
    font-size: 15px;
    color: #8c8c8c;
    display: block;
    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;
    line-height: 36px;
}

.pro_bg .product .pro_box .hd ul li.on{
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.pro_bg .product .pro_box .hd ul li dd a:hover{
    color: #3235a2;
}

.pro_bg .product .pro_box .bd{
    width: 1280px;
    margin: 60px auto 0 auto;
}

.pro_bg .product .pro_box .bd ul li{
    float: left;
    width: 1280px;
    margin: 0 auto;
}

.pro_bg .product .pro_box .bd ul li .pro_list{
    float: left;
    width: 400px;
    position: relative;
    margin: 0 13px 25px 13px;
}

.pro_bg .product .pro_box .bd ul li .pro_list .pic{
    width: 400px;
    height: 310px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.pro_bg .product .pro_box .bd ul li .pro_list .pic a{
    display: inline-block;
width: 388px;
height: 298px;
border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
}

.pro_bg .product .pro_box .bd ul li .pro_list .pic img{
width: 388px;
height: 298px;
border-radius: 12px;
overflow: hidden;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
display: block;

}

.pro_bg .product .pro_box .bd ul li .pro_list:hover .pic img {
    transform:scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);

}

.pro_bg .product .pro_box .bd ul li .pro_list .pic::after{
    width: 390px;
    height: 300px;
    border: 1px solid #ededed;
    border-radius: 12px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .bd ul li .pro_list .txt{
    height: 70px;
    line-height: 70px;
    width: 340px;
    margin: 0 auto;

}

.pro_bg .product .pro_box .bd ul li .pro_list .txt h5 a{
    font-size: 16px;
    color: #333333;
    display: block;
    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;
    float: left;
    width: 200px;
    padding-left: 25px;
    background: url(../images/buttom2.png) no-repeat left center;
}

.pro_bg .product .pro_box .bd ul li .pro_list .txt .more{
    display: block;
    float: right;
    font-size: 14px;
    color: #8c8c8c;
    text-transform: capitalize;

}

.pro_bg .product .pro_box .bd ul li .pro_list.on .pic::after{
    border: 1px solid #3235a2;
    background: #3235a2;
}

.pro_bg .product .pro_box .bd ul li .pro_list.on .txt h5 a{
    background: url(../images/buttom5.png) no-repeat left center;
}

.pro_bg .product .pro_box .pro_button{
    position: absolute;
    left: 0;
    top: 225px;
    width: 240px;
    height: 82px;
    background: #3235a2;
    border-radius: 8px;
}

.pro_bg .product .pro_box .pro_button .next{
    float: left;
    cursor: pointer;
    background: url(../images/left.png) no-repeat  center;
    width: 14px;
    height: 27px;
    margin: 27px 0 0 45px;
}

.pro_bg .product .pro_box .pro_button .prev{
    float: right;
    cursor: pointer;
    background: url(../images/right.png) no-repeat  center;
    width: 14px;
    height: 27px;
    margin: 27px  45px 0 0;
}



/*ys*/

.ys_bg{
    width: 100%;
    height: 957px;
    margin: 60px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
}

.ys_bg .ys .ys_img{
    width: 1280px;
    height: 258px;
}

.ys_bg .ys .ys_box{
    position: relative;
    width: 1280px;
    margin: 0 auto;
} 

.ys_bg .ys .ys_box .ys_l{
    position: relative;
    width: 580px;
    height: 586px;
    background: url(../images/ys_nr.png) no-repeat  center;
    margin: 60px 0 0 65px;
    z-index: 5;
    padding-top: 180px;
    float: left;
}

.ys_bg .ys .ys_box .title{
    position: absolute;
    left: 135px;
    top: 165px;
   z-index: 15;

}

.ys_bg .ys .ys_box .ys_l .hd{
    margin: 55px 0 0 167px;
}

.ys_bg .ys .ys_box .ys_l .hd ul li{
    width: 397px;
    height: 60px;
    line-height: 60px;
    background: #fafafa;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;

}

.ys_bg .ys .ys_box .ys_l .hd ul li span{
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px 25px 0 45px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .ys_l .hd ul li h5{
    float: left;
    font-size: 18px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.ys1 span {
    background: url(../images/ys_ico1.png) no-repeat  center;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.ys2 span {
    background: url(../images/ys_ico2.png) no-repeat  center;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.ys3 span {
    background: url(../images/ys_ico3.png) no-repeat  center;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.ys4 span {
    background: url(../images/ys_ico4.png) no-repeat  center;
}


.ys_bg .ys .ys_box .ys_l .hd ul li::after{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    content: "";
    background: #3235a2;
    width: 0;
    height: 60px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.on::after{
    width: 462px;

}

.ys_bg .ys .ys_box .ys_l .hd ul li.on h5{
    color: #fff;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.ys1.on span {
    background: url(../images/ys_ico11.png) no-repeat  center;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.ys2.on span {
    background: url(../images/ys_ico22.png) no-repeat  center;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.ys3.on span {
    background: url(../images/ys_ico33.png) no-repeat  center;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.ys4.on span {
    background: url(../images/ys_ico44.png) no-repeat  center;
}

.ys_bg .ys .ys_box .ys_l .hd ul li i{
    background: url(../images/ico3.png) no-repeat  center;
    width: 19px;
    height: 19px;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.on i{
    background: url(../images/ico2.png) no-repeat  center;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.ys1 i{
    position: absolute;
    left: 595px;
    top: 323px;

}

.ys_bg .ys .ys_box .ys_l .hd ul li.ys2 i{
    position: absolute;
    left: 650px;
    top: 214px;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.ys3 i{
    position: absolute;
    left: 705px;
    top: 104px;
}

.ys_bg .ys .ys_box .ys_l .hd ul li.ys4 i{
    position: absolute;
    left: 765px;
    top: -6px;
}

.ys_bg .ys .ys_box::after{
    position: absolute;
    left: 65px;
    top: 60px;
    z-index: 11;
    content: "";
    background: url(../images/ys_nr1.png) no-repeat  center;
    width: 580px;
    height: 199px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.ys_bg .ys .ys_box .bd{
    width: 1280px;
    position: absolute;
    right: 0;
    top: 0px;
  z-index: 9;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 1280px;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    overflow: hidden;
    width: 560px;
    margin-left: 720px;
    margin-top: 45px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    float: left;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: 12px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5 span{
    display: block;
    font-size: 12px;
    color: #bfbfbf;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    margin: 7px 0 13px 0;
}

.ys_bg .ys .ys_box .bd ul li .txt h5 i{
    display: block;
    width: 1px;
    height: 33px;
    background: #d7b170;
}

.ys_bg .ys .ys_box .bd ul li .txt img{
    display: block;
    float: right;
}

.ys_bg .ys .ys_box .bd ul li p{
    font-size: 16px;
    color: #8c8c8c;
    line-height: 40px;
    margin-top: 10px;
    height: 120px;
    width: 560px;
    margin-left: 720px;
}

.ys_bg .ys .ys_box .bd ul li em{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    position: absolute;
    left: 530px;
    top: 740px;
    z-index: 9;
}

.ys_bg .ys .ys_box .next{
    position: absolute;
    left: 720px;
    top: 615px;
    cursor: pointer;
    padding-left: 30px;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    background: url(../images/left2.png) no-repeat  left center;

}

.ys_bg .ys .ys_box .prev{
    position: absolute;
    right: 155px;
    top: 615px;
    cursor: pointer;
    padding-right: 30px;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    background: url(../images/right2.png) no-repeat  right center;

}

.ys_bg .ys .ys_box .zx{
    position: absolute;
    left: 720px;
    top: 715px;


}
.ys_bg .ys .ys_box .zx .tel{
    padding-left: 30px;
    font-size: 16px;
    color: #8c8c8c;
    text-transform: uppercase;
    background: url(../images/tel2.png) no-repeat  left center;
    line-height: 32px;
    padding-left: 50px;
    float: left;

}

.ys_bg .ys .ys_box .zx .tel i{
    font-size: 24px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.ys_bg .ys .ys_box .zx  .zixun{
    width: 106px;
    height: 40px;
    line-height: 40px;
    background: #3235a2;
    border-radius: 8px;
    float: left;
    margin-left: 50px;

}

.ys_bg .ys .ys_box .zx  .zixun a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.ys_bg .ys .ys_box .num{
    font-size: 14px;
    color: #8c8c8c;
    position: absolute;
    left: 565px;
    top: 745px;
    z-index: 9;
}

/*case*/

.case{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.case .title{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.case .case_box{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.case .case_box .bd{
    width: 1280px;
    margin: 0 auto;
    height: 510px;
}

.case .case_box .bd ul li{
    float: left;
    width: 1280px;
}

.case .case_box .bd ul li .txt{
    float: left;
    width: 395px;
    margin-top: 150px;
}

.case .case_box .bd ul li .txt a{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    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 .case_box .bd ul li .txt p{
    font-size: 15px;
    color: #8c8c8c;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    margin-top: 25px;
}

.case .case_box .bd ul li .txt span{
    display: block;
    margin-top: 152px;
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.case .case_box .bd ul li .pic{
    float: right;
    width: 788px;
    height: 505px;
    border: 1px solid #dedede;
    border-radius: 10px;
    

}

.case .case_box .bd ul li .pic img{
    width: 768px;
    height: 485px;
    border-radius: 10px;
    margin: 10px;
}

.case .case_box .bd ul li:hover .txt a{
    color: #3235a2;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.case .case_box .hd{
    width: 1080px;
    margin-top: 45px;

}

.case .case_box .hd ul li{
    float: left;
    width: 282px;
    margin-right: 65px;
}

.case .case_box .hd ul li .pic{
    width: 280px;
    height: 210px;
    border: 1px solid #dedede;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .hd ul li .pic img{
    width: 260px;
    height: 190px;
    border-radius: 10px;
    margin: 10px;
}

.case .case_box .hd ul li .txt{
    width: 260px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}

.case .case_box .hd ul li .txt h5 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;
    float: left;
    width: 190px;
}
.case .case_box .hd ul li .txt .more{
    display: block;
    float: right;
    background: url(../images/buttom9.png) no-repeat  center;
    width: 18px;
    height: 17px;
    margin-top: 16px;

}

.case .case_box .hd ul li.on .pic{
    border: 1px solid #3235a2;
}

.case .case_box .hd ul li.on .txt h5 a{
    color: #3235a2;
}

.case .case_box .case_button{
    position: absolute;
    right: -128px;
    top: 638px;
    width: 265px;
    height: 125px;
    background: #3235a2;
    border-radius: 8px;
}

.case .case_box .case_button .next{
    float: left;
    width: 11px;
    height: 22px;
    cursor: pointer;
    background: url(../images/left1.png) no-repeat  center;
    margin: 55px 0 0 60px;
}

.case .case_box .case_button .prev{
    float: right;
    width: 11px;
    height: 22px;
    cursor: pointer;
    background: url(../images/right1.png) no-repeat  center;
    margin: 55px  60px 0 0;
}

.case .case_box .num{
    position: absolute;
    left: 25px;
    top: 470px;
    background: url(../images/xt1.png) no-repeat left  center;
    padding-left: 280px;
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
} 


.case .case_box .tel{
    position: absolute;
    left: 0px;
    top: 370px;
    background: url(../images/tel1.png) no-repeat left  center;
    padding-left: 40px;
    font-size: 16px;
    color: #8c8c8c;
    text-transform: uppercase;
} 

.case .case_box .tel i{
    font-size: 24px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}


/*about*/

.ab_bg{
    width: 100%;
    height: 986px;
    margin: 80px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat  center;
    position: relative;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .about .ab_l{
    float: left;
    width: 430px;
}

.ab_bg .about .ab_l .ab_list{
    margin-top: 25px;

}

.ab_bg .about .ab_l .ab_list ul li{
    height: 125px;
    line-height: 125px

}

.ab_bg .about .ab_l .ab_list ul li:last-child{
    height: 110px;
    line-height: 110px;
}

.ab_bg .about .ab_l .ab_list ul li h5{
    text-align: center;
    font-size: 16px;
    color: #919191;

}

.ab_bg .about .ab_l .ab_list ul li h5 span{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_l .ab_list ul li i{
    font-size: 16px;
    color: #333333;
    margin-right: 40px;
}


.ab_bg .about .ab_l .more{
    margin: 75px auto 0 auto;
    width: 194px;
    height: 55px;
    line-height: 55px;
    background: #3235a2;
    border-radius: 8px;

} 

.ab_bg .about .ab_l .more a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Times New Roman', Times, serif;
    text-transform: capitalize;
}

.ab_bg .about .ab_l .ry{
    margin: 85px auto 0 auto;
    width: 313px;
    height: 225px;
    background: url(../images/ry_bg.png) no-repeat  center;

}

.ab_bg .about .ab_l .ry img{
    width: 261px;
    height: 175px;
    margin: 25px 0 0 27px;

}

.ab_bg .about .ab_r{
    float: right;
    margin-top: 155px;
    width: 847px;
}

.ab_bg .about .ab_r .txt{
    width: 435px;
    margin: 0 0 0 200px;
}

.ab_bg .about .ab_r .txt .title{
    margin: 0 0 25px 35px;

}

.ab_bg .about .ab_r .txt .nr{
    font-size: 16px;
    color: #8c8c8c;
    line-height: 36px;
    height: 144px;
    overflow: hidden;

}

.ab_bg .about .ab_r .ab_img{
    width: 847px;
    height: 448px;
    margin-top: 55px;

}

.ab_bg .about .ab_r .ab_img img{
    width: 847px;
    height: 448px;
}

.ab_bg .ab_ico{
    position: absolute;
    right: 0;
    bottom: -80px

}


/*jz*/

.jz{
    width: 1280px;
    margin: 80px auto 0 auto;
}

.jz .jz_t{
    height: 80px;
    
}

.jz .jz_t .title{
    float: left;
}

/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
  }
  
  .topxunpan {
    position: relative;
    margin-top: 15px;
    float: right;

  }
  
  
  .topxunpan .xp {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #8c8c8c;
    cursor: pointer;

  }
  
  .topxunpan .xp img {
    position: relative;
    top: 0px;
    margin: 0 10px 0 35px;
    vertical-align: middle;
  }

  .topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    font-size: 16px;
    color: #3235a2;
  }
  
  .topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    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: #3235a2;
    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: #3235a2;
  }
  
  .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;
  }

.jz .jz_box{
    margin: 50px auto 0 auto;
}

.jz .jz_box .jz_l{
    float: left;
    width: 480px;
}

.jz .jz_box .jz_l .jz_list{
    width: 480px;
    height: 266px;
    position: relative;
}

.jz .jz_box .jz_l .jz_list .bd{
    width: 480px;
}

.jz .jz_box .jz_l .jz_list .bd ul li{
    float: left;
    width: 482px;
    height: 268px;
    position: relative;
}

.jz .jz_box .jz_l .jz_list .bd ul li .pic{
    width: 480px;
    height: 266px;
    border-radius: 8px;
border: 1px solid #ededed;
}

.jz .jz_box .jz_l .jz_list .bd ul li .pic img{
    width: 480px;
    height: 266px;
    border-radius: 8px;
}

.jz .jz_box .jz_l .jz_list .bd ul li .txt{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 480px;
    height: 56px;
    line-height: 56px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #3235a2;

} 

.jz .jz_box .jz_l .jz_list .bd ul li .txt a{
    margin-left: 30px;
    width: 280px;
    font-size: 18px;
    color: #fff;
    display: block;
    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;

}

.jz .jz_box .jz_l .jz_list .hd{
    position: absolute;
    right: 30px;
    bottom: 20px;


} 

.jz .jz_box .jz_l .jz_list .hd ul li{
    float: left;
    margin: 0 5px;
    width: 11px;
    height: 11px;
    background: url(../images/buttom6.png) no-repeat  center;
}

.jz .jz_box .jz_l .jz_list .hd ul li.on{
    background: url(../images/buttom7.png) no-repeat  center;
}


.jz .jz_box .jz_l .jz_show{
    margin: 40px auto 0 auto;
    width: 520px;
}

.jz .jz_box .jz_l .jz_show ul li{
    float: left;
    width: 220px;
    margin-right: 40px;
    position: relative;
}

.jz .jz_box .jz_l .jz_show ul li .pic{
    width: 220px;
    height: 165px;
    border-radius: 12px;
    overflow: hidden;
border: 1px solid #ededed;

}

.jz .jz_box .jz_l .jz_show ul li .pic img{
    width: 220px;
    height: 165px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.jz .jz_box .jz_l .jz_show ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.jz .jz_box .jz_l .jz_show ul li .txt{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px;
    line-height: 36px;
    background: url(../images/ico1.png) repeat  center;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;

}

.jz .jz_box .jz_l .jz_show ul li .txt a{
    font-size: 14px;
    color: #fff;
    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;
    margin: 0 5px;
}

.jz .jz_box .jz_c{
    float: left;
    margin-left: 45px;
    width: 400px;
} 

.jz .jz_box .jz_c .txt{

}

.jz .jz_box .jz_c .txt h5 a{
    font-size: 18px;
    color: #3235a2;
    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;
}

.jz .jz_box .jz_c .txt p{
    font-size: 15px;
    color: #8c8c8c;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 10px 0 25px 0;

}

.jz .jz_box .jz_c .txt .more{
    display: block;
    font-size: 14px;
    color: #8c8c8c;
    text-transform: capitalize;
    background: url(../images/xt.png) no-repeat left  center;
    padding-left: 32px;
}

.jz .jz_box .jz_c .pic{
    width: 400px;
    height: 300px;
    border-radius: 12px;
    margin-top: 28px;
    overflow: hidden;
border: 1px solid #ededed;
} 

.jz .jz_box .jz_c .pic img{
    width: 400px;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.jz .jz_box .jz_c:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.jz .jz_box .jz_r{
    float: right;
    width: 300px;
    height: 470px;
    border: 1px solid #ededed;
}

.jz .jz_box .jz_r .ewm{
    width: 300px;
    height: 236px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);

}

.jz .jz_box .jz_r .ewm img{
    width: 138px;
    height: 138px;
    padding: 14px;
    border: 1px dashed #bdbdc4;
    margin: 35px 67px 0 67px;
}

.jz .jz_box .jz_r .jz_ico{
    width: 123px;
    height: 137px;
    margin: 45px auto 0 auto;

} 

.jz .jz_box .jz_r .jz_ico img{
    width: 123px;
    height: 137px;
}





/*news*/

.news{
    width: 1280px;
    margin: 70px auto 0 auto;
    height: 745px;
}

.news .news_t{
    overflow: hidden;
    
}

.news .news_t .title{
    float: left;
}

.news .news_t .news_list{
    float: right;
} 

.news .news_t .news_list ul li{
    width: 170px;
    height: 52px;
    line-height: 52px;
    margin-left: 40px;
    float: left;
    position: relative;
    z-index: 5;

}

.news .news_t .news_list ul li a{
    display: block;
    font-size: 18px;
    color: #333333;
    padding-left: 72px;
}

.news .news_t .news_list ul li.n1 a {
    background: url(../images/news1.png) no-repeat 20px  center;
}

.news .news_t .news_list ul li.n2 a {
    background: url(../images/news2.png) no-repeat 20px  center;
}


.news .news_t .news_list ul li.n3 a {
    background: url(../images/news3.png) no-repeat 20px  center;
}

.news .news_t .news_list ul li::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 52px;
    content: "";
    z-index: -1;
    background: #3235a2;
    border-radius: 8px;
    -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::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 20px  center;
}

.news .news_t .news_list ul li.n2.casehover a {
    background: url(../images/news22.png) no-repeat 20px  center;
}


.news .news_t .news_list ul li.n3.casehover a {
    background: url(../images/news33.png) no-repeat 20px  center;
}


.news .news_box{
    margin: 28px auto 0 auto;
}

.news .news_box .news_l{
    float: left;
    width: 607px;
    margin-top: 22px;
}

.news .news_box .news_l .txt{

}

.news .news_box .news_l .txt a{
    font-size: 18px;
    color: #3235a2;
    font-weight: bold;
    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;
}

.news .news_box .news_l .txt p{
    font-size: 15px;
    color: #8c8c8c;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 15px 0 35px 0;

}

.news .news_box .news_l .pic{
    width: 605px;
    height: 390px;
    border: 1px solid #ededed;
    border-radius: 8px;

}

.news .news_box .news_l .pic img{
    width: 605px;
    height: 390px;
    border-radius: 8px;
}

.news .news_box .news_l .time{
    margin-top: 17px;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #ededed;

} 
.news .news_box .news_l .time span{
    display: block;
    float: left;
    font-size: 24px;
    color: #333;
    font-weight: bold;

}

.news .news_box .news_l .time .more{
    display: block;
    float: right;
    font-size: 14px;
    color: #8c8c8c;
    text-transform: capitalize;
}
 

.news .news_box .news_r{
    float: right;
    width: 590px;
} 

.news .news_box .news_r ul li{
    width: 590px;
    height: 60px;
    border-bottom: 1px dashed #ededed;
    padding: 33px 0 ;
    position: relative;
    z-index: 5;

}

.news .news_box .news_r ul li .time{
    float: left;
    width: 70px;
    height: 60px;
    background: url(../images/news_xt.png) no-repeat right center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li .time span{
    display: block;
    font-size: 36px;
    color: #333333;
    line-height: 40px;

}

.news .news_box .news_r ul li .time i{
    display: block;
    font-size: 14px;
    color: #bfbfbf;
    margin-top: 3px;
}


.news .news_box .news_r ul li .txt{
    float: right;
    margin-right: 60px;
    width: 430px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.news .news_box .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;
}

.news .news_box .news_r ul li .txt p{
    font-size: 15px;
    color: #8c8c8c;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
 

.news .news_box .news_r ul li::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li.on::after{
    width: 100%;
    -webkit-box-shadow: 0 0 8px 6px rgba(50, 53, 162, .05);
    box-shadow: 0 0 8px 6px rgba(50, 53, 162, .05);
}

.news .news_box .news_r ul li.on .time{
    margin-left: 30px;

}

.news .news_box .news_r ul li.on .txt{
    margin-right: 30px;
}

.news .news_box .news_r ul li.on .txt a{
    color: #3235a2;
}


/*links*/

.links{
    width: 1280px;
    margin: 60px auto 0 auto;
    overflow: hidden;
}

.links .links_t{
    float: left;
    font-size: 48px;
    color: #3235a2;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    line-height: 45px;
    width: 185px;
    background: url(../images/links.png) no-repeat right center;
}

.links .yq{
    float: right;
    width: 1050px;
    margin-top: 10px;
} 

.links .yq a{
    font-size: 16px;
    color:  #8c8c8c;
    margin-right: 15px;

}

/*message*/

.message_bg{
    width: 100%;
    height: 288px;
    margin: 65px auto 0 auto;
    background: url(../images/message_bg.jpg) no-repeat center;
    position: relative;
    z-index: 5;
}

.message_bg .message_ico{
    position: absolute;
    left: 0;
    top: -225px;
    z-index: -1;
}

.message_bg  .message{
    width: 1155px;
    margin: 0 auto;
    padding-top: 60px;
}

.message_bg  .message .m_nr{
    height: 46px;
    margin-bottom: 40px;
}

.message_bg  .message .m_nr .form-group1{
    float: left;
    width: 540px;
    height: 44px;
    border: 1px solid #ededed;
    margin-right: 68px;
}

.message_bg  .message .m_nr .form-group1 input{
    width: 540px;
    height: 44px;
    text-indent: 50px;
    background: url(../images/m1.png) no-repeat 17px center;
    font-size: 14px;
    color: #666666;
}

.message_bg  .message .m_nr .form-group2{
    float: left;
    width: 540px;
    height: 44px;
    border: 1px solid #ededed;
}

.message_bg  .message .m_nr .form-group2 input{
    width: 540px;
    height: 44px;
    text-indent: 50px;
    background: url(../images/m2.png) no-repeat 17px center;
    font-size: 14px;
    color: #666666;
}

.message_bg  .message .form-group4{
 float: left;
    width: 340px;
    height: 44px;
    border: 1px solid #ededed;
}

.message_bg  .message .form-group4 input{
    width: 240px;
    height: 44px;
    text-indent: 50px;
    background: url(../images/m3.png) no-repeat 17px center;
    font-size: 14px;
    color: #666666;
    float: left;
}

.message .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 36px;
    margin: 4px 4px 0 0;
}


.message_bg  .message  .form-group3{
    float: left;
    width: 428px;
    height: 44px;
    border: 1px solid #ededed;
    margin: 0px 20px 0 0;
}

.message_bg  .message .form-group3 textarea{
    width: 378px;
    height: 32px;
    background: url(../images/m4.png) no-repeat 17px center;
    font-size: 14px;
    color: #666666;
    padding: 12px 0 0 50px;
}

.message .anniu{
    float: right;
    width: 340px;
    height: 46px;
}

.message .anniu button{
    width: 340px;
    height: 46px;
    background: #3235a2;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.message .anniu button:hover{
    border-radius: 45px;
}