.body{
    width: 100%;
    height: auto;
}
.inner{
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.cont_one{
    width: 100%;
    margin-top: 101px;
    position: relative;
}
.banner{width: 100%;height: 1014px;position: relative;overflow: hidden;
}
.bimg{
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	height: 100%;
}
video{  
    position: absolute;  
    right: 0px;  
    bottom: 0px;  
    min-width: 100%;  
    min-height: 100%;  
    height: auto;  
    width: auto;  
    /*加滤镜*/
    /*filter: blur(15px); //背景模糊设置 */
    /*-webkit-filter: grayscale(100%);*/  
    /*filter:grayscale(100%); //背景灰度设置*/  
    z-index:-11
}  
source{  
    min-width: 100%;  
    min-height: 100%;  
    height: auto;  
    width: auto;  
}
.one_item{
    position: absolute;
    bottom: 185px;
    width: 600px;
    left: 135px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.one_item>div{
    float: left;
    margin-right: 20px;
}
.cont_one .try{
    position: relative;
    width: auto;
    width: 160px;
    height: 50px;
    text-align: center;
    color: #000;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    border: none;
}

.cont_one .try:after,.cont_one .try:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: #000;
    background: #fff;
    z-index:-2;
    border-radius: 10px;
}

.cont_one .try:hover{
    z-index:1;
    background:transparent;
    color: #FFF;
}            

.cont_one .try:before {
    transition: .3s;
    background: #2C636A;
    z-index:-1;
}          

.cont_one .try:hover:after,.cont_one .try:hover:before {
    width: 100%;
}
/* .cont_one img{
    width: 100%;
} */

.pd140{
    padding: 0 140px;
    box-sizing: border-box;
}
.cont_two{
    width: 100%;
    padding-top: 200px;
    position: relative;
    overflow: hidden;
    background: #F6F9FB;
}
.cont_two_left,.cont_two_right{
    width: 50%;
}
.cont_two_right {
    width: 50%;
    padding-left: 150px;
    box-sizing: border-box;
}
.cont_three{
    width: 100%;
    height: 1280px;
    position: relative;
    overflow: hidden;
    background: #F6F9FB;
}
.cont_three img{
    position: absolute;
}
.home_home_anqi{
    left: 8%;
    top: 10%;
}
.home_anqi_1{
    left: 45%;
    top: 19%;
}
.home_lijie{
    top: 34px;
    left: 48%;
}
.home_rongru{
    right: 6%;
    top: 28%;
}
.home_zhuanzhu_1{
    top: 50%;
}
.home_zhuanzhu{
    top: 46%;
    left: 20%;
}
.home_jingyan{
    top: 59%;
    right: 10%;
}
.home_youshi{
    bottom: 19%;	
}
.read_other{
    width: 119px;
    height: 52px;
    text-align: center;
    position: absolute;
    color: #000;
    line-height: 52px;
    background: #FFFFFF;
    box-shadow: 2px 2px 20px 1px rgba(30, 32, 46, 0.28);
    border-radius: 10px;
    bottom: 100px;
}
.read_other img{
    margin-top: 19px;
    margin-left: 2px;
    vertical-align: middle;
}

.try{
    position: relative;
    width: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    border: none;
}

.try:after,.try:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: #000;
    background: #fff;
    z-index:-2;
    border-radius: 10px;
}

.try:hover{
    z-index:1;
    background:transparent;
    color: #FFF;
}            

.try:before {
    transition: .3s;
    background: #2C636A;
    z-index:-1;
}          

.try:hover:after,.try:hover:before {
    width: 100%;
}

.cont_four{
    padding-left: 140px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background: #E1EFF6;
}
.fout_btn{
    width: 30%;
    float: right;
    padding-right: 130px;
}
.four_head{
    padding-top: 50px;
    overflow: hidden;
}
.fout_btn div{
    width: 70px;
    line-height: 70px;
    height: 70px;
    float: right;
    border: 2px solid #A5A5A5;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #A5A5A5;
    margin-top: 60px;
    margin-left: 30px;
}
.prev{
    position: relative;
    cursor: pointer;
    width: 70px;
    line-height: 70px;
    height: 70px;
    border: 2px solid #A5A5A5;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #A5A5A5;
}

.prev:after,.prev:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: #000;
    z-index:-2;
    border-radius: 50%;
}

.prev:hover{
    z-index:1;
    background:transparent;
    border: 2px solid #2C636A;
    border-radius: 50%;
    color: #FFF;
}            

.prev:before {
    transition: .5s;
    background: #2C636A;
    border-radius: 50%;
    z-index:-1;
}          

.prev:hover:after,.prev:hover:before {
    width: 100%;
}

.four_cont{
    width: calc(100% - 140px);
    padding: 20px 0;
    overflow: hidden;
}
.four_cont .left{
    width: 30%;
}
.four_cont .left img{
    width: 100%;
}
.four_cont .right{
	width: 70%;
    padding-left: 10%;
    box-sizing: border-box;
}
.four_cont .title{
    font-size: 27px;
    line-height: 115px;
}
.four_cont .right p{
	text-indent: 2em;
    font-size: 17px;
    line-height: 30px;
}
.fworp{
    width: 100000px;
    overflow: hidden;
    position: absolute;
}
.fother{
    width: 119px;
    height: 52px;
    text-align: center;
    position: absolute;
    color: #000;
    line-height: 52px;
    background: #FFFFFF;
    box-shadow: 2px 2px 20px 1px rgba(30, 32, 46, 0.28);
    border-radius: 10px;
    top: 445px;
    right: 60px;
}
.fother img{
    margin-left: 2px;
    vertical-align: middle;
}
.fitem_tit{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 110px;
}
.fitem_con{
    width: 409px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 39px;
}

.cont_five{
    padding-left: 140px;
    box-sizing: border-box;
    margin-top: 50px;
    position: relative;
    width: 100%;
    background: #fff;
}
.five_cont{
    width: calc(100% - 140px);
    height: 600px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.fiworp{
 	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-left: 20px;
}
.five_cont .fiitem{
	flex: 1;
    width: calc((100% - 90px) / 2);   
  	min-width: calc((100% - 90px) / 2);
 	max-width: calc((100% - 90px) / 2);
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
    float: left;
    height: 144px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 2px 2px 16px 0px rgba(30, 32, 46, 0.16);
    border-radius: 10px;
}

.fiitem div img{
	display: block;
	margin: 0 auto;
}
.fiitem p{
    border-top: 1px solid #CECECE;
    line-height: 90px;
}

.address{
	
	box-sizing: border-box;
	color: #fff;
	background: #135CFD;
	background: #2C636A;
	position: absolute;
	bottom: 2%;
	left: 2%;
}







































