*{
	color: #333;
	padding:0px;
	margin: 0px;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{text-decoration: none;}
img{
	vertical-align: middle;
	border: none;
}
li{list-style: none;}
/**/
/*navtop*/
.nav_phone{
	width: 100%;
	min-width: 1200px;
	background: #f0f0f0;
}
.nav_phone .nav_up{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_phone .nav_up .logo{width: 300px;}
.nav_phone .nav_up .logo img{width: 100%;}
.nav_phone .nav_up .img{
	height: 37px;
	background: url(../image/phone.png) no-repeat;
	padding-left: 50px;
	line-height: 37px;
	font-size: 20px;
	color: #666;
}
/*.nav{
	background: #e6e6e6;
	width: 100%;
	min-width: 1200px;
}*/
.nav_down{
	/*width: 1200px;*/
	/*margin: 0 auto;*/
	height: 70px;
	/*background: #e6e6e6;*/
	display: flex;
	align-items: center;
}
.nav_down>div{
	position: relative;
}
.nav_down>div>a{
	background: url(../image/nav_bg.png) no-repeat;
	background-size:100% 100%;
	background-position: center center;
	height: 70px;
	padding: 0px 20px;
	font-size: 18px;
	margin: 0 10px;
	line-height: 18px;
	transition: all linear 0.3s;
	line-height: 50px;
}
.nav_down>div>a:hover{
	color: #00448a;
	background-image: url(../image/nav_bg_hover.png);
}
.nav_down>div>.sec_nav{
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 76px;
	left: 0px;
	display: none;
	background: #f0f0f0;
}
.nav_down>div>.sec_nav a{
	display: block;
	text-align: center;
	line-height: 40px;
	transition: all linear 0.3s;
}
.nav_down>div>.sec_nav a:hover{
	/*color: #00448a;*/
	background: #00448a;
	color: #fff;
}
/*banner*/
.banner{
	width: 100%;
    height: 800px;
	min-width: 1200px;
	position:relative;
	overflow:hidden;
}
.banner .pb-carousel{
	position:relative;
	height:100%;
}
.banner .pb-carousel>div{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.banner .pb-carousel .pb-this{
	display:block;
	left:0;
}
.banner .pb-arrow{
	position:absolute;
	top:50%;
	margin-top:-20px;
	width:40px;
	height:40px;
	border-radius:50%;
	background:#000;
	cursor:pointer;
	border:0;
	outline: none;
}
.banner .pb-arrow-prev{
	left:20px;
	background:#00448a url(../image/arrow-left.png) no-repeat center;

}
.banner .pb-arrow-next{
	right:20px;
	background:#00448a url(../image/arrow-right.png) no-repeat center;
}
.indexbanner_con1,.indexbanner_con2,.indexbanner_con3,.indexbanner_con4{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
    overflow: hidden;
}
.indexbanner_con1{
	background: url(../image/banner1.png) no-repeat;
	background-position: center 100%;
	background-size: auto 100%;
}
.indexbanner_con2{
	background: url(../image/banner1.png) no-repeat;
	background-position: center 100%;
	background-size: auto 100%;
}
/*sub_nav*/
.sub_nav{
	width: 100%;
	min-width: 1200px;
	height: 60px;
	background: #b6aa9a;
}
.sub_nav_con{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sub_nav_con .left{
	width: 40%;
	height: 26px;
	display: flex;
	overflow: hidden;
}
.sub_nav_con .left p{
	width: 100px;
	color: #fff;
	line-height: 26px;
}
.sub_nav_con .left .notice_active {
	flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.sub_nav_con .left .notice_active li{
	line-height: 26px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.sub_nav_con .left .notice_active li.notice_active_ch span {
	color:#fff;
	font-size:16px;
	display: block;
	overflow: hidden;
	width: 70%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sub_nav_con .left .notice_active li.notice_active_ch label {
	color:#fff;
	font-size:16px;
}
.sub_nav_con .right{display: flex;}
.sub_nav_con .right input{
	width: 300px;
	height: 32px;
	border: none;
	padding-left: 10px;
	outline: none;
}
.sub_nav_con .right button{
	width: 50px;
	height: 32px;
	background: #ff0000;
	border: none;
	color: #fff;
	outline: none;
}
/*demo*/
.demo{
	width: 100%;
	min-width: 1200px;
	background: #f1f1f1;
}
.demo_con{
	width: 1200px;
	margin: 0 auto;
	padding: 42px 0px;
}
.demo_con .title{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.demo_con .title p{
	margin-top: 15px;
	margin-bottom: 30px;
	color: #5a5e61;
}
.Box_con{position: relative;}
.Box_con .btn{
	display: block;
	width: 40px;
	height: auto;
	position: absolute;
	top: 110px;
	cursor: pointer;
}
.Box_con .btn img{
	width: 40px;
	height: auto;
}
.Box_con .btnl{left: -50px;}
.Box_con .btnr{right: -50px;}
.Box_con .conbox {
	position: relative;
	overflow: hidden;
}
.Box_con .conbox ul {
	position: relative;
	list-style: none;
	overflow: hidden;
}
.Box_con .conbox ul li {
	float: left;
	width: 285px;
	height: 256px;
	margin-right: 20px;
	overflow: hidden;
	transition: all linear 0.3s;
	background: #fff;
}
.Box_con .conbox ul li:first-child {}
.Box_con .conbox ul li .word{
	height: 65px;
	padding: 12px;
	text-align: center;
	font-size: 14px;
	/*background: url(../image/red_star.png) no-repeat;
	background-position: center 55px;*/
}
.Box_con .conbox ul li .word p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 5px;
}
.Box_con .conbox ul li .word .white{display: none;}
.Box_con .conbox ul li:hover{background: #b6aa9a;}
/*.Box_con .conbox ul li:hover .word{
	background: url(../image/white_star.png) no-repeat;
	background-position: center 55px;
}*/
.Box_con .conbox ul li:hover .word p{
	color: #fff;
}
.Box_con .conbox ul li .img{
	display: block;
	overflow: hidden;
	width: 285px;
	height: 191px;
}
.Box_con .conbox ul li .img img{
	width: 285px;
	height: 191px;
	transition: all linear 0.3s;
}
.Box_con .conbox ul li:hover img {transform: scale(1.1);}
/*案例*/
.product{
	width: 100%;
	min-width: 1200px;
	background: #f1f1f1;
}
.product_con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 42px 42px;
}
.product_con .textImg{
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.product_con .textImg>.item{
	width: 215px;
	display: flex;
	align-items: center;
	float: left;
}
.product_con .textImg>.item>div>p:first-child{
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.product_con .textImg>.item>div>p.contant{
	font-size: 14px;
	color: #666;
}
.product_con .title{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product_con .title p{
	margin-top: 15px;
	margin-bottom: 30px;
	color: #5a5e61;
}
.product_con .title .btn{
	background: url(../image/btn_bg1.png) no-repeat;
	/*margin: 10px 0;*/
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.product_con .title .btn a:hover{
	/*background: #00448a;*/
	/*color: #fff;*/
	font-size: 30px;
}
.product_con .title .btn a{
    position: relative;
	width: 150px;
	height: 36px;
	/*border: 1px solid #00448a;*/
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 34px;
	transition: all ease-out 0.15s;
}
.product_con .title .btn>a:after{
    content: "";
    position: absolute;
    top: 80%;
    left: 50%;
    width: 0;
    height: 3px;
    background: #fff;
    transition: all .8s;
    margin-top: 10px;
}
.product_con .title .btn a:hover:after{
   left: 10%;
   width: 80%;
}
.product_con .list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.product_con .list .item{
	width: 265px;
	height: 230px;
	background: #fff;
	transition: all linear 0.3s;
	margin-top: 30px;
	float: left;
}
.product_con .list .item .word{
	height: 40px;
	padding: 0 12px;
	text-align: center;
	font-size: 14px;
	background: url(../image/red_star.png) no-repeat;
	background-position: center 55px;
}
.product_con .list .item .word p{
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 15px;
	line-height: 40px;
}
.product_con .list .item:hover .img img{transform: scale(1.1);}
.product_con .list .item .img{
	width: 265px;
	height: 191px;
	overflow: hidden;
}
.product_con .list .item .img img{
	width: 265px;
	height: 191px;
	transition: all linear 0.3s;
}
/*about*/
.about{
	width: 100%;
	min-width: 1200px;
	background: #fff;
}
.about_con{
	width: 1200px;
	margin: 0 auto;
	height: 340px;
	display: flex;
	justify-content: space-between;
	padding:42px;
}
.about_con .left{}
.about_con .right{
	width: 673px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.about_con .right p:first-child{
	line-height: 47px;
	background: url(../image/about_video.png) no-repeat;
	background-position: 0 center;
	padding-left: 35px;
}
.about_con .right p:nth-child(2){
	font-size: 15px;
	color: #666;
}
.about_con .right a{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #b6aa9a;
	color: #fff;
}
/*news*/
.news{
	width: 100%;
	min-width: 1200px;
	background: #fff;
}
.news_con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 42px 42px;
}
.news_con .title{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.news_con .title p{
	margin: 15px 0;
	color: #5a5e61;
}
.news_con .content{
	width: 100%;
	height: 390px;
	display: flex;
	justify-content: space-between;
}
.news_con .content .left{
	width: 500px;
}
.news_con .content .list{
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news_con .content .list .item{
	display: flex;
	border-bottom: 1px dotted #ccc;
}
.news_con .content .list .item p{
	width: 104px;
	background: url(../image/time.png) no-repeat;
	background-position: 0 center;
	padding-left: 20px;
	line-height: 40px;
	font-size: 15px;
	color: #666;
}
.news_con .content .list .item a{
	flex: 1;
	margin-left: 20px;
	line-height: 40px;
	color: #333;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer{
	width: 100%;
	min-width: 1400px;
	background: #333333;
}
.footer_con{
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0;
	/*height: 200px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_con .left{width: 38%;}
.footer_con .left .word{
	color: #fff;
	margin-bottom: 10px;
	font-size: 20px;
}
.footer_con .left .p{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_con .left .img{
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
	align-items: flex-end;
	margin-bottom: 10px;
}
.footer_con .left .img img{width: 230px;}
.footer_con .left .img:last-child img{width: 250px;}
.footer_con .left .img p{
	color: #fff;
	margin-left: 40px;
	font-size: 15px;
}
.footer_con .left .img p a{
	color: #5a84fe;
	text-decoration: underline;
}
.footer_con .right{
	width: 34%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_con .right p{
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}
.footer_con .right p.flow{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer_con .right p.flow span{
	width: 50%;
	color: #fff;
}
.footer_con .right p.flow span:first-child{padding-left: 75px;}
.footer_con .right p.flow span:last-child{text-align:right;}
.footer_con .right p.le{width: 60%;}
.footer_con .right p.ri{
	width: 40%;
	text-align: right;
}
.footer_con .right a{
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}
.footer_con .erweicode{
	width: 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 50px;
}
.footer_con .erweicode img{width: 80%;}
.footer_con .erweicode p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}