#main{
	width: 100%;
	min-width: 1100px;
}
.banner{
	width: 100%;
	min-width: 1100px;
}
.tab{
	width: 100%;
	padding-top: 6px;
	background: #005CAA;
	text-align: center;
}
.tab a{
	display: inline-block;
	margin-left: 208px;
	padding: 19px 27px;
	line-height: 40px;
	font-size: 30px;
	color: #F0F0F0;
}
.tab a:first-child{
	margin-left: 0;
}
.tab .selected{
	border-bottom: 6px solid #73B6EF;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
#desc{
	width: 100%;
}
.contentwaper{
	padding-top: 35px;
	background: url(../images/20.jpg) 0 0 repeat;
}
.content{
	width: 1054px;
	margin:  0 auto;
	padding-bottom: 90px;
}
.bt{
	width: 438px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 86px;
}
.bt span{
	font-size: 14px;
	color: #828273;
}
.bt h4{
	font-size: 30px;
	color: #005CAA;
	position: relative;
	line-height: 42px;
	z-index: 10;
}
.waper{
	float: left;
	padding:60px 0; 
	/*box-shadow: -2px 2px 2px 2px rgba(214,214,214,0.50);*/
	border-radius: 5px;
	background-color: #F8FCFE;
	background-image: url(../images/img_bk.jpg);
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: no-repeat;
	background-size:cover ;
}
.text_main{
	height: 100%;
	padding: 0 36px;
	overflow-y: auto;
}
 /*滚动条样式*/
.text_main::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 100px;
}
.text_main::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 5px #005CAA;
    background: #005CAA;
}
.text_main::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #EAEAE3;
    border-radius: 0;
    background: #EAEAE3;
}
.text div p{
	text-indent: 36px;
	line-height: 36px;
	color: #343434;
}
.text img {
	float: left;
	width: 430px;
	margin-left: 11px;
	margin-top: 58px;
	vertical-align: middle;
}
.hr{
	width: 138px;
	height: 2px;
	background: #C8C8C8;
	margin: 0 auto;
	display: block;
	border: none;
	position: relative;
	top: 0px;
	z-index: 1;
	margin-bottom: 4px;
}
.hr::before,.hr::after{
	content: '';
	width: 14px;
	height: 2px;
	background: #E50113;
	display: block;
	overflow: hidden;
	position: absolute;
}
.hr::before{
	left: -14px;
	
}
.hr::after{
	right: -14px;
}
#buju{
	width: 100%;
	height: 694px;
	padding-top: 35px;
	background: url(../images/aboutus_sky.jpg) 0 0 no-repeat;
	background-size:cover;
}
.plane{
	width:1075px;
	margin: 0 auto;
	position: relative;
}
.plane div{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	color:#fff;
	font-size: 10px;
	line-height: 100px;
	position: absolute;
	font-weight: 900;
}
.plane .bg{
	left: 0;
}
.plane .spinner{
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	top: -2px;
	left: -2px;
	border: 2px solid #ecab18;
    border-right-color: #1ad280;
    border-bottom-color: #1ad280;
    border-radius: 50%;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.plane div:hover .spinner{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.plane div:hover .bg{
	left: 0;
    z-index: 10;
    opacity: 1;
    display: block;
    border-radius: 50%;
}
.b1{
    background: #FAB400;
    left: 45%;
    top: -50px;
}
.b1 .spinner{
	border: 2px solid #005caa;
    border-right-color: #e50113;
    border-bottom-color: #e50113;
}

.b2{
	background: #E50113;
    top: 160px;
    left: 30%;
}
.b3{
	background: #E50113;
    top: 160px;
    left: 60%;
}
.b2 .spinner,.b3 .spinner{
	border: 2px solid #fab400;
    border-right-color: #005caa;
    border-bottom-color: #005caa;
}
.b4{
	background: #005CAA;
    bottom: -50px;
    left: 18%;
}
.b5{
	background: #005CAA;
    bottom: -50px;
    left: 45%;
}
.b6{
	background: #005CAA;
    bottom: -50px;
    right: 18%;
}
.b4 .spinner,.b5 .spinner,.b6 .spinner{
	border: 2px solid #fab400;
    border-right-color: #e50113;
    border-bottom-color: #e50113;
 }
#lsyg{
	padding-top: 23px;
}
#lsyg .bt{
	margin-bottom:0 ;
	margin-top: 47px;
}
.old_pic{
	width: 1050px;
	margin: 0 auto;
	position: relative;
}
.old_pic img{
	width: auto;
	opacity: 0;
	
}
.old_pic a{
	position: relative;
	float: left;
	transition: all 0.5s ease;
	transform: rotate(0deg);
}
.pic_1{
	top: -98px;
}
.pic_1 img{
	animation-delay:0s;
	-webkit-animation-delay:0s;
	-moz-animation-delay:0s;
	-o-animation-delay:0s;
}
.pic_1:hover{
	transform: rotate(11deg);
	-webkit-transform: rotate(11deg);
	-moz-transform: rotate(11deg);
	transition: all 0.5s ease;
}
.pic_2:hover{
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	transition: all 0.5s ease;
}
.pic_3:hover{
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	transition: all 0.5s ease;
}
.pic_2{
	left: -100px;
    top: 40px;
}
.pic_2 img{
    animation-delay:0.4s;
  	-webkit-animation-delay:0.4s;
	-moz-animation-delay:0.4s;
	-o-animation-delay:0.4s;
}
.pic_3{
	margin-left: -87px;
	animation-delay:0.8s;
	-webkit-animation-delay:0.8s;
	-moz-animation-delay:0.8s;
	-o-animation-delay:0.8s;
}
.pic_3 img{
	animation-delay:0.8s;
	-webkit-animation-delay:0.8s;
	-moz-animation-delay:0.8s;
	-o-animation-delay:0.8s;
}
.line {
	height: 574px;
	border-left: 1px dashed #828273;
	position: relative;
	float: left;
	margin-top: -70px;
}
.line b{
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #828273;
	position: absolute;
	left: -7px;
}
.t_left,.t_right{
	float: left;
	position: relative;
	margin-bottom: 38px;
}
.t_right{
	margin-left: 128px;
}
.time{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	top: -26px;
}
.t_left ul{
	float: left;
	margin-right: 40px;
}
.t_right ul{
	float: left;
	margin-left: 44px;
	
}
.t_left ul li ,.t_right ul li{
	width: 393px;
	height: 68px;
	margin-bottom: 48px;
	position: relative;
}
.t_left ul li:after{
	content: '';
	width: 7px;
	height: 13px;
	display: block;
	clear: both;
	background: url(../images/Triangle02.png) 0 0 no-repeat;
	background-size:cover ;
	position: absolute;
	top: 28px;
	right: -7px;
}
.t_right ul li:after{
	content: '';
	width: 7px;
	height: 13px;
	display: block;
	clear: both;
	background: url(../images/Triangle01.png) 0 0 no-repeat;
	background-size:cover ;
	position: absolute;
	top: 28px;
	left: -7px;
}
.t_left ul li span,.t_right ul li span{
	width: 103px;
	height: 68px;
	background:#828273 ;
	font-size: 36px;
	line-height: 68px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	float: left;
}
.t_right ul li span{
	background: #865546;
}
.t_left ul li p,.t_right ul li p{
	float: left;
	width: 260px;
	height: 48px;
	background: #F0F0F0;
	padding: 10px 20px 10px 10px;
	overflow: hidden;
	font-size: 18px;
	color: #343434;
	line-height: 24px;
	text-align: right;
}
.t_right ul li p{
	text-align: left;
    padding: 10px 10px 10px 20px;
}
.t_right .line{
	border-color: #865546;
}
.t_right .line b{
	background: #865546;
}
.t_l1{
	top: 98px;
}
.t_l2{
	top: 214px;
}
.t_l3{
	    top: 330px;
}
.t_l4{
	    top: 446px;
}
.t_l5{
	    bottom: 0;
}
.fz,.df{
	width: 140px;
	height: 36px;
	border:1px solid #505050;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	clear: both;
}
.hb{
	width: 274px;
	height: 108px;
	clear: both;
	margin: 0 auto;
	position: relative;
	border-radius: 4px;
}
.hb:before{
	content: '';
	width: 13px;
	height: 7px;
	background: url(../images/Triangle03.png) 0 0 no-repeat;
	background-size:cover ;
	position: absolute;
	left: 128px;
	top: -7px;
}
.year{
	width: 100%;
	height: 39px;
	text-align: center;
	background:rgb(212,133,109);
	color:#fff;
	font-size: 36px;
	line-height: 39px;
}
.t{
	height: 68px;
	font-size: 18px;
	color: #343434;
	line-height: 24px;
	background: #F0F0F0;
	padding: 10px 20px 10px 17px;
	box-sizing: border-box;
}
.rotate{
	height: 122px;
	border-left: 1px dashed #828273;
	position: absolute;
	bottom: -36px;
	left: 466px;
	transform: rotate(-32deg);
	-webkit-transform: rotate(-32deg);
	-moz-transform: rotate(-32deg);
}
.t_right .rotate{
	left: -33px;
	transform: rotate(31deg);
	border-color:#865546;
	-webkit-transform: rotate(31deg);
	-moz-transform: rotate(31deg);
}
.gp{
	width: 1000px;
	margin:  0 auto;
}
.gp_tab a{
	display: block;
	width: 50%;
	background: #fff;
	height: 37px;
	line-height: 37px;
	font-size: 18px;
	color: #005CAA;
	float: left;
	text-align: center;
	border-bottom: 1px solid #005CAA;
}
.gp_tab .active{
	background: #005CAA;
	color:#fff;
}
.gp_detail{
	height: 153px;
	background: #F0F0F0;
	padding-top: 26px;
	padding-left: 72px;
}
.gp_pic{
	background: #F0F0F0;
	padding: 26px 0;
	display: none;
}
.gp_name h4{
	float: left;
	font-size: 20px;
}
.gp_name img{
	width: 7px;
	height: 4px;
	display: inline-block;
}
.price{
	font-size: 20px;
	color: #E50113;
	margin-right: 36px;
	margin-left: 48px;
}
.danwei{
	color:#E50113;
	font-size: 14px;
	color: #E50113;
}
.gp_code{
	line-height: 21px;
	margin: 8px 0;
}
.gp_desc li{
	float: left;
	margin-left: 85px;
}
.gp_desc li:first-child{
	margin-left: 0;
}
.gp_desc li div{
	font-size: 14px;
}
.gp_desc li div:first-child{
	margin-bottom: 20px;
}
.gp_pic img{
	width: auto;
	margin: 0 auto;
}
.tishi{
	width: 1000px;
	background: #C8C8C8;
	height: 30px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 48px;
}
#gpwaper{
	margin-top: 62px;
	background: #FBFBFB;
}
