.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
	display: block;
	width: 100%;
	height: auto
}
.carousel {
	position: relative;
	background: #fff;

}

.carousel-inner {
	position: relative;
	width: 100%;
	background: #fff;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.active.right,.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}



.carousel-indicators li {
	display: inline-block;
    width: 87px;
    height: 6px;
    border-radius: 2px;
    background-color: #c6c6c9;
    z-index: 50;
    cursor: pointer;
}

.carousel-indicators .active {
	background-color: #0168bb;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}
.box{
	width: 100%;
	min-width: 1200px;
	font-family:Microsoft YaHei;
}
.nav-pic{
	display: none;
}
.head{
	width: 1100px;
	height: 100px;
	margin:0 auto;
}
.head .logo{
	float: left;
}
.head .code{
	float: right;
	position: relative;
    margin: 36px 0 0 20px;
    cursor: pointer;
}

.head .code .code-er{
	display: none;
	position: absolute;
    top: -36px;
    right: -100px;}
.head .code:hover .code-er{display: block!important;}

.head .tel{
	float: right;
}
.head .tel a{
	float: left;
	display: inline-block;
}
.head .logo img{
	vertical-align: middle;
	margin-top: 31px;
}
.head .tel div img{
	vertical-align: middle;
}
.head .tel div{
	float: left;
	margin-top: 31px;
	padding: 0 5px;
}
.head .tel div span{
	font-family: Microsoft YaHei;
	color: #000;
	font-size: 16px;
	line-height: 10px;
}
.head .tel div font{
	font-family: Microsoft YaHei;
	color: #0168bb;
	font-size: 24px;
}
.mui-bar{
	display: none;
}
.nav{
	width: 100%;
	height: 70px;
	background:#0168bb;
}
.nav .nav_tit{
	width: 1100px;
	height: 70px;
	margin: 0 auto;
}
.nav_tit li{
	float: left;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.nav_tit>li>a{
	width: 120px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	font-family: Microsoft YaHei;
}
.dropdown{
	position: absolute;
	z-index: 999;
	display: none;
}
.dropdown div{
	width: 120px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #666;
	font-size: 16px;
	display: inline-block;
	font-family: Microsoft YaHei;
	background: rgba(255,255,255,0.9);

}
.dropdown div:hover{
	color: #0168bb;

}

.nav_tit  li:nth-child(10){
	display: none;

}
.nav_tit>.active{
	background: #e60013;
}

.nav_tit li:hover{
	background: #e60013;
}

/*轮播图样式*/


/*banner的长宽根据图片大小设置*/
.m_bg{
	display: none;
}
.business_m{
	display: none;
}
.banner {
    position: relative;
    top: 0;
    width: 100%;
    height: 750px;
}

.banner .move {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.move ul{
    width: 1920px;
    position: absolute;
    left: 49%;
    margin-left: -940px;
}
.move ul,
.move ul li {
    position: absolute;
}

.ctrl {
    position: absolute;
    width: 100%;
    bottom: 40px;
    text-align: center;
}

.ctrl .libs {
    display: inline-block;
    width: 87px;
    height: 6px;
    border-radius: 2px;
    background-color: #c6c6c9;
    z-index: 50;
    cursor: pointer;
}

.ctrl span.active {
    background-color: #0168bb;
}

.ctrl .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    cursor: pointer;
    font: 30px/58px "宋体";
    opacity: .5;
    color: #fff;
    text-align: center;
}

.ctrl .next {
    top: -390px;
    right: 0;
}

.ctrl .prev {
    top: -390px;
    left: 0;
}

.ctrl .arrow:hover {
    opacity: 1;
}

/*如需自定义底部小圆点样式*/


/*.lib1 {
    在此处添加样式
}

.lib2 {
    在此处添加样式

}
以此类推
*/
.banner_foot {
    position: relative;
    top: 0;
    width: 1100px;
    margin: 0 auto;
    height: 220px;
}

.banner_foot .move_foot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.phone{
	display: none;
}
.move_foot ul{
    width: 1110px;
    position: absolute;
}
.move_foot ul,
.move_foot ul li {
    position: absolute;
    width:1100px;
}
.gai{
	width:1100px;
	height: 220px;
}
.gai div{
	width:1100px;
	height: 110px;
}
.gai div img{
	width:220px;
	height: 110px;
	float: left;
}
.fctrl {
    position: absolute;
    width: 100%;
    bottom: -32px;
    text-align: center;
}

.fctrl .libs {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c6c6c9;
    z-index: 50;
    cursor: pointer;
    margin-left: 18px;
}

.fctrl span.active {
    width: 24px;
    border-radius: 6px;
    background-color: #0168bb;
}

.fctrl .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    cursor: pointer;
    font: 30px/58px "宋体";
    opacity: .5;
    color: #fff;
    text-align: center;
}

.fctrl .next {
    top: -390px;
    right: 0;
}

.fctrl .prev {
    top: -390px;
    left: 0;
}

.fctrl .arrow:hover {
    opacity: 1;
}



.business{
	width: 100%;
	min-width: 1200px;
	padding: 80px 0;
	background: #d9effe;
}
.business_tit{
	width: 1100px;
	margin:0 auto;
}
.bus_l{
	background: url("../img/shu.png") no-repeat;
	float: left;
}
.bus_r{
	width: 155px;
	height: 40px;
	padding-left: 32px;
	line-height: 36px;
	background: url("../img/juxing.png") no-repeat;
	background-size: 100%;
	float: right;
}
.bus_l p:first-child{
	font-size: 20px;
}
.bus_l p{
	padding-left: 20px;
	color: #0168bb;
	font-family: Microsoft YaHei;
	font-size: 14px;
}
.bus_r{
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: #e3f7f9;
}
.banner_business{
	width: 1200px;
	margin:0 auto;
}
/* ------------------ 图片切换 ------------------------ */
.scrollpic {
	width: 1100px;
	margin:40px auto 0 auto;
	position: relative;
	z-index: 99;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 180px;
	overflow: hidden;
	z-index: 999;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	width: 239px;
	cursor: pointer;
}
#myscroll a .intro h5 :hover{
	color: #0168bb；
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 140px;
	padding: 0;
	position: relative;
	height: 140px;
	color: #333;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}

#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	filter: alpha(opacity=70);
	width: 260px;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
}
#myscroll a .intro h5 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	height: 40px;
	width:140px;
	line-height: 140px;
	font-weight:100;
	color: #262626;
}
#myscroll a .intro p {
	font-size: 13px;
	line-height: 20px;
	margin: 65px 70px;
	height: 70px;
	overflow: hidden;
}
#myscroll a .intro {
	bottom: 0px;
}

#mybtns {
	position: relative;
	top: 100px;
	margin: 10px 0;
	width: 1100px;
	display: block;
	height: 42px;
	z-index: 998;
}
#mybtns a {
	width: 21px;
	height: 48px;
	display: block;
	position: absolute;
	margin-right: 1px;
	margin-left:10px;
}
#mybtns .one{
	left: -49px;float: left;
}
#mybtns .two{
	right: -43px;float: right;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(../images/jt_l.png);
}
#mybtns #right {
	background-image: url(../images/jt_r.png);
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
/*----------*/
.content{
	width: 100%;
	min-width: 1200px;
	padding-bottom: 80px;
	margin:0 auto;
}
.content_bg{
	background: #f6f7f8;
}
.business_tit1{
	width: 1100px;
	margin:0 auto;
	padding: 77px 0;
}
.bus1_l{
	background: url("../img/shu.png") no-repeat;
	float: left;
}
.bus1_l p:first-child{
	font-size: 20px;
}
.bus1_l p{
	padding-left: 20px;
	color: #0168bb;
	font-family: Microsoft YaHei;
	font-size: 14px;
}
.bus1_r{
	float: right;
}
.bus1_r a{
	width: 83px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border:1px solid #0168bb;
	display: inline-block;
	color: #0168bb;
	font-size: 14px;
	font-family: Microsoft YaHei;
	margin-left: 15px;
}
.depend{
	color: #ffffff!important;background: #0168bb!important;border:1px solid #0168bb!important;
}

.bus1_r a:hover{
	background:#0168bb;
	color: #ffffff;
	border:1px solid #0168bb;
}
.product{
	width: 1100px;
	margin: 0 auto;
}
.pro_car div{
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	transition: all 0.6s;
}
.pro_car div:nth-child(3n+1){
	margin-left: 0;
}
.pro_car div p{
	font-size: 16px;
	color: #262626;
	margin-top: 20px;
}
.pro_car div span{
	font-size: 12px;
	color: #999999;
	margin-top: 5px;
	display: inline-block;
}
.pro_car div img{
	width: 352px;
	height: 202px;
	transition: all 0.6s;
}
.pro_car div:hover img{
	transform: translateY(-20px);
	cursor: pointer;
	opacity: 0.8;
}
.pro_car div:hover p{
	color: #0168bb;
}

.more{
	width: 378px;
	height: 50px;
	margin: 0 auto;
	
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	margin-top: 50px;
	background: #fff;color: #0168bb;border:1px solid #0168bb;
}
.more:hover{
	color: #ffffff;background: #0168bb;border:1px solid #0168bb;
}
.xxx{
	display: none;
}
.about{
	width: 100%;
	min-width: 1200px;
	height: 416px;
	background: url("../img/big_bg.jpg") center no-repeat;
	background-size: cover;
}
.ab_bg{
	position: relative;
    width: 45%;  
    border-top: 416px solid #0168bb;  
    border-right: 130px solid transparent;  
}
.con_tit{
	width: 1100px;
	height: 416px;
	margin:0 auto;
	position: relative;
	top: -416px;
}
.tit{
	width: 535px;
	padding: 86px 0;
}
.tit h2{
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
.tit h3{
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 36px;
}
.tit p{
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}
.tit img{
	width: 79px;
	height: 13px;
	vertical-align: middle;
	display: table-cell;
	margin-top: 78px;
	margin-left: 235px;
	transition:all .5s;
}
.tit:hover img{
	transform: translateX(100px);
	cursor: pointer;
}
.news{
	width: 1100px;
	margin: 0 auto;
}
.new1{
	float: left;
	width: 470px;
	height: 317px;
}
.new1 img{	width: 470px;
	height: 317px;}
.new1 p{
	font-size: 18px;
	color: #0168bb;
	margin-top: 20px;
}
.new2{
	float: right;
	margin-left: 20px;
	width: 590px;
	
}
.new2 div{
	padding: 0 15px;
	
}
.new2 div:hover{
	background: #d9effe;
}
.new2 div h3{
	font-size: 18px;
	color: #0168bb;
	padding-top: 24px;
}
.new2 div span{
	font-size: 12px;
	color: #aaaaaa;
	display: inline-block;
	margin-top: 5px;
}
.new2 div p{
	font-size: 14px;
	color: #999999;
	padding-top: 9px;
	padding-bottom: 20px;
}
.new2 i{
	width: 589px;
	display: inline-block;
	border-bottom:1px solid #ebebeb;
	position: relative;
	top: 5px;
}




/*         -------------foot-----------------           */
.foot_p{
	display: none;
}
.foot{
	width: 100%;
	min-width: 1200px;
	height: 394px;
	background: url("../img/footer.jpg") center no-repeat;
	background-size: cover;
}
.low{
	width: 1100px;
	margin:0 auto;
}
.foot_about{
	float: left;
	width: 326px;
	height: 394px;
}
.foot_content{
	float: left;
	width: 309px;
	height: 394px;
	padding-left: 50px;
	background: url("../img/xian.png") no-repeat;
	background-position: 0px 37px;
	color: #fff;
}
.foot_ipt{
	float: left;
	width: 400px;
	height: 394px;
	color: #fff;
}
.foot_about h2 span{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	margin-left: 10px;
	margin-bottom:5px;
	margin-left: 
}
.foot_about h2{
	margin-top: 38px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #ffffff;
}
.foot_about p{
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
	letter-spacing: 0.5px;
}

.foot_content h2 span{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	margin-left: 10px;
	margin-bottom:5px;
}
.foot_content h2{
	margin-top: 38px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #ffffff;
}
.fimg .f_img{
	float: left;
}
.f_img img{
	vertical-align: middle;
}
.fimg .f_tel{
	float: left;
	margin-top: -5px;
	margin-left: 10px;
}
.fimg .f_tel p:first-child{
	font-size: 16px;
}
.fimg .f_tel p:last-child{
	font-size: 24px;
}
.font{
	line-height: 22px;
	
}
.font h3{
	font-size: 16px;
	margin: 10px 0;
	font-family: Microsoft YaHei;
}
.font p{
	font-size:12px;
	margin-top: 3px;
	font-family: Microsoft YaHei;
}
.foot_ipt h2 span{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	margin-left: 10px;
	margin-bottom:5px;
	font-family: Microsoft YaHei;
}
.foot_ipt h2{
	margin-top: 38px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #ffffff;
	margin-left: 60px;
	font-family: Microsoft YaHei;
}
.foot_ipt input:nth-child(2){
	width: 344px;
	height: 42px;
	background: transparent;
	border:1px solid #44484c;
	padding-left: 18px;
	font-size: 14px;
	color: #fff;
	margin-left: 50px;
	font-family: Microsoft YaHei;
}
.foot_ipt input:nth-child(3){
	width: 344px;
	height: 42px;
	background: transparent;
	border:1px solid #44484c;
	margin-top: 10px;
	padding-left: 18px;
	color: #fff;
	margin-left: 50px;
	font-family: Microsoft YaHei;

}
.foot_ipt textarea{
	width: 334px;
	height: 100px;
	font-family: Microsoft YaHei;
	background: transparent;
	border:1px solid #44484c;
	margin-top: 10px;
	font-size: 14px;
	padding: 6px 14px;
	color: #fff;
	margin-left: 50px;
}
.foot_ipt input:nth-child(5){
	width: 362px;
	height: 38px;
	background: #0168bb;
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	margin-left: 50px;
	border:1px solid #0168bb;
}
.foot_ipt input::-webkit-input-placeholder{
	color: #fff;
}
.foot_ipt textarea::-webkit-input-placeholder{
	color: #fff;
}
.copyright_p{
	display: none;
}
.copyright{
	width: 100%;
	height: 46px;
	background: #00172a;
}
.copyright p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 46px;
}
.copyright p a {	color: #fff;
}
/*------------------------------------------------about.html-----------------------------------------------------*/
.p_b1{
	display: none;
}
.p_nav{
	display: none;
}
.banner_a{
	width: 100%;
	height: 348px;
	background: url("../img/banner_a.jpg") center no-repeat;
	background-size: cover;
}
.auto{
	width: 1100px;
	margin: 0 auto;
}
.auto h2{
	padding-top:100px;
	font-size: 36px;
	color: #fff;
	margin-left: 19px;
	font-weight: normal;
}
.auto h3{
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	margin-left: 19px;
}
/*------------------------------------------------news.html-----------------------------------------------------*/
.new{
	width: 1100px;
	margin: 0 auto;
}
.new_page{
	width: 1100px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
.new_con{
	margin-top:20px;
	width: 100%;
	height: 145px;
	transition: all .5s
}

.new_con:hover{
	background: #d9effe;
}
.n1,.n2,.n3{
	float: left;
}
.n1 img{
	padding: 15px;
	float: left;
	width:185px;
}
.n2{
	width: 700px;
}
.n2 h3{
	font-size: 18px;
	color: #0168bb;
	font-weight: normal;
	margin: 15px 0;
}
.n2 p{
	font-size: 14px;
	width: 655px;
	color: #999999;
	font-weight: normal;
	line-height: 33px;
}
.new .xian{
	width: 1100px;
	margin: 0 auto;
	display: inline-block;
	border-bottom:1px solid #ccc;
}
.n3{
	width: 76px;
	margin-left: 95px;
}
.n3 h2{
	font-size:24px;
	color: #aaaaaa;
	margin-top:35px;
}
.n3 p{
	font-size:14px;
	color: #aaaaaa;
	margin-top:10px;
	margin-left: 35px;
}
.n3 img{
	margin-top:25px;
	position: relative;
	left: -100px;
	transition: all .5s
}
.new_con:hover .n3 img{
	transform:translateX(100px); 
}
.page{
	padding-top: 60px;
	display: table;
	margin: 0 auto;
}
.page input{
	margin-left: 10px;
	color: #262626;
	font-size: 14px;
	background: #fff;
	padding: 4px 9px;
	border: 1px solid #ccc;
	cursor: pointer;
}
/*---------------------------------------case.html-------------------------------------------*/
.case{
	width: 1100px;
	margin: 0 auto;
}
.case .company{
	width: 100%;
	transition: all .5s;
}
.company div:first-child{
	margin-left: 0;
}
.company div {
	width: 248px;
	height: 111px;
	float: left;
	margin-left: 30px;
	margin-top:20px;
	position: relative;
	border:1px solid #ccc ;transition: all ease .5s;
}
.company div:hover{
	transform:rotateY(360deg);
	cursor: pointer; 
}
.company div:nth-child(4n+1){
	margin-left: 0;
}

.company div img{
	position: absolute;
	width: 248px;
	height: 111px;
}
/*---------------------------------------content.html-------------------------------------------*/
.p_nav_5{
	display: none;
}
.con_nav{
	width: 1100px;
	margin: 40px auto;
	border:1px solid #ccc;
	padding: 10px 0;
	background: #fafafa;
}
.con_tit_l{
	float: left;
	margin-left: 15px;
}
.con_tit_l h3{
	font-size:17.08px;
	color: #999999;
	font-weight: normal;
}
..con_tit_l h3 a{	
	color: #999999;
}
.con_tit_r{
	float: right;
	margin-right:15px;
}
.con_tit_r a{
	display: inline-block;
	width: 21.34px;
	height: 21.34px;
	border:1px solid #ccc;
}
.con_tit_r a img{
	margin-left: 6px;
	margin-top:3px;
}
.paper{
	width: 1100px;
	margin: 0 auto;
}
.paper h2{
	text-align: center;
	font-size: 21.35px;
	color: #0168bb;
	font-weight: normal;
}
.paper p{
	font-size: 14.95px;
	text-align: center;
	margin-top:12px;
	padding-bottom: 15px;
	color: #999999;
	border-bottom: 1px solid #ccc;
}
.word{
	width: 1100px;
	margin: 0 auto;
	margin-top: 33px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 26px;
}
.word img{max-width: 800px;display: block;margin: 10px auto;}
.word p{
	color: #000000;
	font-size: 14px;
	text-indent: 30px;
	line-height: 28px;
}
.word .w_img{
	display: table;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
.word h4{
	text-align: center;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}
.word_btm{
	margin-top:88px;
	background: #fafafa;
}
.word_btm span{
	float: right;
	display: inline-block;
	padding: 5px 0;
	font-size: 14.95px;
	color: #262626;
}
.word_btm span img{
	vertical-align: middle;
	margin-left: 8px;
}
/*-----------------------------------------contact.html-------------------------------------------------*/
.contact{
	width: 100%;
	height: 345px;
	overflow: hidden;
}
#allmap{
	height: 345px;
}
.text{
	display: none;
}
.place{
	width: 1100px;
	margin:80px auto;
}
.place h2{
	text-align: center;
	color: #262626;
	font-size: 20px;
	font-weight: normal;
}
.place h3{
	text-align: center;
	color: #262626;
	font-size: 14px;
	font-weight: normal;
}
.chat{
	margin: 60px 0 80px 0;
}
.chat .inside{
	float: left;
	width: 275px;
}
.top{
	width: 139px;
	height: 139px;
	margin: 0 auto;
	border-radius: 50%;
	border:1px solid #ccc;
	position: relative;
}
.top:hover{
	background: #0168bb;
}
.top img{
	position: absolute;
	left: 30px;
	top: 40px;
}
.down{
	margin-top: 28px;
}
.down p{
	color: #262626;
	font-size: 14px;
	text-align: center;
	padding-bottom: 5px;
}
/*-----------------------------------------about.html-------------------------------------------------*/
.bos{
	margin: 20px 0;
}
.bos .b1 img{
	float: left;
	margin-right:20px;
	margin-bottom:10px;
}
.bos .b2 h3{
	font-size: 18px;
	position: relative;
	color: #262626;
	margin-bottom:30px;
}
.bos .b2 h3 i{
	width: 50px;
	height: 2px;
	background: #0168bb;
	display: inline-block;
	position: absolute;
	top: 35px;
	left: 485px;
}
.bos .b2 p{
	font-size: 14px;
	color: #666666;
	text-indent: 20px;
	letter-spacing: 0.29px;
	line-height: 25px;
}
.bos .b2 p:first-child{
	text-indent: 0;
}
.b2 p img{
	float: left;
	margin-right: 10px;
}
.bos .tup{
	float: left;
	margin-top:63px;
	width: 365px;
	border-right: 1px solid #ccc;
	margin-bottom: 80px;
}
.bos .tup:last-child{
	border-right: none;
}
.bos .tup img{
	display: table;
	margin: 0 auto;
}

.bos .tup h2{
	text-align: center;
	font-size: 59.98px;
	margin-top: 16px;
}
.bos .tup p{
	text-align: center;
	font-size: 18px;
}
.tup .timer:nth-child(1){
	color: #e1b030
}
.tup .timer:nth-child(2){
	color: #df2c2c
}
.tup .timer:nth-child(3){
	color: #ace8ea;
	margin-top: 30px;
}
/*-----------------------------------------honer.html-------------------------------------------------*/
.turn_l{
	float: left;
	width:366px;
}
.turn_l h3{
	margin-top:25px;
	text-align: center;
	color: #999999;
	font-weight: normal;
}
.turn_l h3 img{
	margin-right: 15px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.turn_r{
	float: right;
	width:690px;
}
.turn_b{width:340px;float:left;}
.turn_r h3{
	margin-top:20px;
	margin-bottom: 20px;
	text-align: center;
	color: #999999;
	font-weight: normal;
}
.turn_r h3 img{
	margin-right: 15px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.turn_ipt{
	display: table;
	margin:0 auto;
	margin-top: 60px;
	margin-bottom: 20px;
}
.turn_ipt input{
	width: 40px;
	height: 40px;
	margin-left: 20px;
	background: #fff;
	border: 1px solid #ccc;
}
.turn_ipt input:hover{
	border: 1px solid #0168bb;
	background: #0168bb;
	color: #fff;
}
/*-----------------------------------------lease.html-------------------------------------------------*/
.time{
	width: 1100px;
	margin: 0 auto;
	margin-top:76px;
	position: relative;
}
.time img{
	position: relative;
	top:3px;
}
.time1{
	display: none;
}
/*-----------------------------------------time.html-------------------------------------------------*/

.city{
	width: 100%;
	height: 2555px;
	background: url("../img/city.png") center no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.city_time{
	width: 1200px;margin:0 auto;
	height: 100%;
	background: url("../img/xiantiao.png") center repeat-y;

}
.point{
	width: 686px;
	margin:0 auto;
	position: relative;
}
.point .p_l{
	width: 280px;
	height: 110px;
	float: left;
	display: inline-block;
}
.point .p_l p{
	float: right;
	line-height: 88px;
	font-size: 18px;
	color: #69b6f5;
}
.point .p_r{
	width: 280px;
	float: right;
	background: #69b6f5;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	top: -9px;
	left: 10px;
}
.point .p_r h3{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
}
.point .p_r p{
	color: #fff;
	font-size: 14px;
}
.point .p_r .sjx{
	position: absolute;
	left: -10px;
	top: 20px;
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent; 
	border-right: 10px solid #69b6f5; 
	border-bottom: 15px solid transparent; 
}
.point i{
	display: inline-block;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	margin-left: 18px;
	background: #69b6f5;
}
.point i img{
	margin-top: 13px;
	margin-left:15px;
}
.xiaoyuan{
	width: 44px;
	height: 44px;
	border: 1px solid #69b6f5;
	display: inline-block;
	margin-left: 40px;
	margin-top: 37px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}
.xiaoyuan img{
	position: absolute;
	top: 11px;
	left: 11px;
}
.point_m{
	width: 45px;
	height: 45px;
	margin:0 auto;
}
.xiaoyuan_blank{
	width: 44px;
	height: 44px;
	margin:0 auto;
	border: 1px solid #69b6f5;
	margin-top: 37px;
	border-radius: 50%;
	background: #fff;
}

.point_f{
	width: 686px;
	margin:0 auto;
	position: relative;
	margin-top: 37px;
}
.point_f .p_l{
	width: 280px;
	float: left;
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	background: #69b6f5;
	position: relative;
	top: -12px;
	left: -25px;
}
.point_f .p_l h3{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.point_f .p_l p{
	font-size: 14px;
	color: #fff;
}
.point_f .p_r{
	width: 280px;
	float: right;
	color: #69b6f5;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	top: -9px;
	left: 10px;
}
.point_f .p_r p{
	color: #69b6f5;
	line-height: 88px;
	font-size: 18px;
}
.point_f .p_l .sjx{
	position: absolute;
	left: 299px;
	top: 20px;
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent; 
	border-left: 10px solid #69b6f5; 
	border-bottom: 15px solid transparent; 
}
.point_f i{
	display: inline-block;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: #69b6f5;
	position: relative;
	left: -10px;
}
.point_f i img{
	margin-top: 13px;
	margin-left:15px;
}
.contact_footer{    display: none;}