.top{
	background: #f2f2f2;
}
.top .left{
	line-height: 36px;
	font-size: 12px;
	color: #393939;
}
.top .left a{
	font-size: 12px;
	line-height: 36px;
	color: #393939;
}

.top .right a{
	line-height: 36px;
	font-size: 12px;
	color: #393939;
	float: left;
	margin-right: 10px;
}
.top .right a font{
	margin-left: 10px;
}

header{
	padding: 10px 0;
}
header .left .info{
	padding: 30px 20px 25px 15px;
	margin-left: 15px;
	border-left: 1px solid #afafb0;
}
header .left .info h5{
	font-size: 20px;
	color: #000;
	margin-bottom: 6px;
	font-weight: bold;
}
header .left .info p{
	font-size: 16px;
	letter-spacing: 2px;
	color: #474443;
}
header .right{
    padding: 25px 20px 25px 15px;
    padding-left: 55px;
    text-align: left;
    background: url(../images/header_tel_bg.png) no-repeat left 29px;
}
header .right label{
	display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
header .right h5{
    font-size: 20px;
    color: #000;
}

nav{
	background:#000;
	height: 50px;
}
nav ul li{
	width: 10%;
	float: left;
	text-align: center;
	position: relative;
}
.nav_box{
	position: absolute;
	top: 50px;
	left: 0;
	height: auto;
	overflow: hidden;
	transition: .5s all ease;
	width: 452px;
	height: 0;
	text-align: left;
    background-color: #fff;
    z-index: 99;
}
.nav_box .list{
	width: 175px;
	float: left;
	height: 350px;
}
.nav_box .img{
	width: 275px;
	height: 350px;
	float: left;
	padding: 25px;
	border-left: 1px solid #d3d3d3;
	background: #f1f1f1;
}
.nav_box .img h5{
	text-align: center;
}
.nav_box .img p{
	margin-top: 15px;
	font-size: 14px;
	line-height: 25px;
}
.nav_box .list a{
	display: block;
	padding-left: 10px;
    line-height: 36px;
    font-weight: 100;
    height: 0;
    overflow: hidden;
    font-size: 15px;
    color: #393939;
    text-overflow: ellipsis;
    white-space: nowrap;
	transition: .5s all ease;
}
nav ul li>a{
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #fff !important;
	transition: .5s all ease;
}
nav ul li.active>a,
nav ul li:hover>a{
	background: #ffc000;
}
nav ul li:hover .nav_box{
	height: 350px;
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}
nav ul li:hover .nav_box .list a{
	height: 36px;
}
nav ul li .nav_box a:hover{
	background: #000;
	color: #fff;
}

.index_product{
	padding: 50px 0;
}

.index_product .pro_left{
	width: 230px;
	float: left;
}
.index_product .pro_left{
	background: #F1F1F1;
}
.index_product .pro_left .in_pro_title{
	background: #000;
	padding: 20px 0;
	text-align: center;
}
.index_product .pro_left .in_pro_title h5{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
}
.index_product .pro_left .in_pro_title p{
	font-size: 13px;
	color: #fff;
}
.index_product .pro_left .in_pro_category{
	border: 1px solid #393939;
	padding: 10px;
}
.index_product .pro_left .in_pro_category ul li{
	display: block;
}
.index_product .pro_left .in_pro_category ul li a{
	display: block;
	text-align: left;
	padding-left: 25px;
	font-size: 15px;
	color: #393939;
	line-height: 45px;
	border-bottom: 1px solid #393939;
	position: relative;
	transition: .5s all ease;
}
.index_product .pro_left .in_pro_category ul li:last-of-type a{
	border-bottom: 0;
}
.index_product .pro_left .in_pro_category ul li a::before{
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid #393939;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
	left: 5px;
    top: 15px;
	transition: .5s all ease;
}
.index_product .pro_left .in_pro_category ul li:hover a{
	color: #ffc000;
}
.index_product .pro_left .in_pro_category ul li:hover a::before{
	border-left: 10px solid #FFC000;
}
.index_product .pro_right{
	width: 930px;
}
.index_product .pro_right ul li{
	width: 32.33%;
	float: left;
	text-align: center;
	margin-right: 1.5%;
}
.index_product .pro_right ul li:nth-child(3n+3){
	margin-right: 0;
	margin-bottom: 1.5%;
}
.index_product .pro_right ul li:nth-child(1),
.index_product .pro_right ul li:nth-child(2){
	margin-bottom: 1.5%;
}
.index_product .pro_right ul li h5{
	border: 1px solid #393939;
	overflow: hidden;
	transition: .5s all ease;
}
.index_product .pro_right ul li img{
	transition: .8s all ease;
}
.index_product .pro_right ul li p{
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	transition: .5s all ease;
}
.index_product .pro_right ul li:hover h5{
	border: 1px solid #FFC000;
}
.index_product .pro_right ul li:hover img{
	transform: scale(1.1);
}
.index_product .pro_right ul li:hover p{
	color: #FFC000;
}

.index_solu{
	padding: 50px 0;
}
 .title{
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #393939;
	position: relative;
}
 .title::before{
	content: " ";
	width: 130px;
	height: 5px;
	background: #fdd100;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -2px;
}
 .title .left a{
	padding-left: 30px;
	background: url(../images/index_title_bg.png) no-repeat left center;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
}
 .title .left a font{
	font-size: 12px;
	color: rgb(218, 218, 218);
	line-height: 24px;
	font-weight: normal;
}
 .title .right a{
	font-size: 14px;
	color: #393939;
	line-height: 27px;
}
.in_solu_main ul li{
	width: 24%;
	float: left;
	text-align: center;
	margin-right: 1.333%;
}
.in_solu_main ul li:nth-child(1),
.in_solu_main ul li:nth-child(2),
.in_solu_main ul li:nth-child(3){
	margin-bottom: 1.3333%;
}
.in_solu_main ul li:nth-child(4n+4){
	margin: 0 0 1.5%;
}
.in_solu_main ul li h5{
	overflow: hidden;
}
.in_solu_main ul li img{
	transition: .8s all ease;
}
.in_solu_main ul li p{
	padding: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #393939;
	transition: .5s all ease;
	background: rgb(218,218,218);
}
.in_solu_main ul li:hover img{
	transform: scale(1.1);
}
.in_solu_main ul li:hover p{
	background: #000;
	color: #fff;
}

.index_case{
	padding: 50px 0;
	background: #f1f1f1;
}
.in_case_main ul li{
	width: 49%;
	float: left;
	margin-right: 2%;
}
.in_case_main ul li:nth-child(1),
.in_case_main ul li:nth-child(2){
	margin-bottom: 2%;
}
.in_case_main ul li:nth-child(2n+2){
	margin-right: 0;
}
.in_case_main ul li .img{
	float: left;
	width: 250px;
	overflow: hidden;
}
.in_case_main ul li .img img{
	transition: .8s all ease;
}
.in_case_main ul li .info{
	padding: 15px 20px 15px 270px;
	background: #fff;
	transition: .5s all ease;
}
.in_case_main ul li .info h5{
	font-size: 16px;
	color: #393939;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s all ease;
}
.in_case_main ul li .info p{
	font-size: 14px;
	margin: 7px 0;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	color: #AFAFB0;
	transition: .5s all ease;
}
.in_case_main ul li .info font{
	padding: 5px 10px;
	background: #000;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	transition: .5s all ease;
}
.in_case_main ul li:hover .img img{
	transform: scale(1.1);
}
.in_case_main ul li:hover .info{
	background: #000;
}
.in_case_main ul li:hover .info h5,
.in_case_main ul li:hover .info p{
	color: #fff;
}
.in_case_main ul li:hover .info font{
	background: #fff;
	color: #000;
}
.index_news{
	padding: 50px 0;
	background: url(../images/news_bg.gif) no-repeat center bottom;
}
.in_news_left{
	width: 755px;
	margin-right: 45px;
}
.in_news_right{
	width: 400px;
}
.in_news_left .box ul li{
	padding: 15px 0;
	border-bottom: #c9d4e0 1px dashed;
}
.in_news_left .box ul li .img{
	width: 214px;
	float: left;
	overflow: hidden;
}
.in_news_left .box ul li .img img{
	transition: .8s all ease;
}
.in_news_left .box ul li .info{
	padding: 15px 0 15px 234px;
}
.in_news_left .box ul li .info h5{
    FONT: bold 16px/30px "Microsoft yahei";
    COLOR: #020202;
}
.in_news_left .box ul li .info p{
	FONT: 13px/22px "Microsoft yahei";
    COLOR: #020202;
    line-height: 28px;
    height: 84px;
}
.in_news_left .box ul li .info p font{
	color: #f00;
}

.in_news_right .box ul li{
	display: block;
	padding: 15px 0;
}
.in_news_right .box ul li h5 a{
	padding-left: 34px;
	background: url(../images/wen.jpg) no-repeat left 0;
	display: block;
     FONT: 14px/24px "Microsoft yahei";
}
.in_news_right .box ul li p{
	padding-left: 34px;
	margin-top: 10px;
	background: url(../images/da.jpg) no-repeat left 0;
	FONT: 13px/24px "Microsoft yahei";
	max-height: 72px;
	overflow: hidden;
}
.index_about{
	padding: 50px 0;
	background: #e3e3e3;
}
.in_about_left{
	width: 755px;
	margin-right: 45px;
}
.in_about_left .box .img{
	width: 286px;
	float: left;
}
.in_about_left .box .info{
	padding-left: 306px;
}
.in_about_left .box .info h5{
    FONT: bold 18px/38px "Microsoft yahei";
    COLOR: #000;
}
.in_about_left .box .info p{
    FONT: 13px/24px "Microsoft yahei";
    line-height: 28px;
    margin: 10px 0;
}
.in_about_left .box .info a{
	display: inline-block;
	padding: 5px 10px;
     FONT: 13px/26px "Microsoft yahei";
    BACKGROUND: #fdd100;
	color: #fff;
}
.in_about_right{
	width: 400px;
}
.in_about_right .box{
	position: relative;
}
.in_about_right .in_box_btn{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
}
.in_about_right .in_box_next{
	right: 0;
	left: inherit;
}
.in_about_right .in_box_btn span{
	display: inline-block;
	line-height: 1;
}
.in_about_right .in_box_btn span i{
	font-size: 40px;
	display: inline-block;
	cursor: pointer;
	color: #393939;
	transition: .5s ease all;
}
.in_about_right .in_box_btn:hover span i{
	color: #000;
}
.in_about_right .in_box_main{
	width: 316px;
	margin: 0 auto;
	overflow: hidden;
}
.in_about_right .in_box_main ul{
	position: relative;
	width: 500%;
}
.in_about_right .in_box_main ul li{
	width: 20%;
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
}
.in_about_right .in_box_main ul li h5{
	overflow: hidden;
}
.in_about_right .in_box_main ul li h5 img{
	transition: .8s all ease;
}
.in_about_right .in_box_main ul li p{
	font-size: 14px;
	text-overflow: ellipsis;
	position: absolute;
	width: 100%;
	height: 30px;
	background: rgba(0,0,0,.6);
	left: 0;
	bottom: -30px;
	line-height: 30px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s all ease;
}
.in_about_right .in_box_main ul li:hover img{
	transform: scale(1.1);
}
.in_about_right .in_box_main ul li:hover p{
	bottom: 0;
}
.index_honor{
	padding: 50px 0;
}
.index_honor .box{
	position: relative;
}
.index_honor .in_box_btn{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -30px;
}
.index_honor .in_box_next{
	right: 0;
	left: inherit;
}
.index_honor .in_box_btn span{
	display: inline-block;
	line-height: 1;
    background: #ededed;
}
.index_honor .in_box_btn span i{
	font-size: 60px;
	display: inline-block;
	cursor: pointer;
	color: #939393;
	transition: .5s ease all;
}
.index_honor .in_box_btn:hover span i{
	color: #000;
}
.index_honor .in_box_main{
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}
.index_honor .in_box_main ul{
	width: 200%;
	position: relative;
}
.index_honor .in_box_main ul li{
	width: 11.5%;
	float: left;
	margin: 0 0.5%;
	padding: 15px;
	border: 1px solid #393939;
	transition: .5s all ease;
	overflow: hidden;
}
.index_honor .in_box_main ul li:hover{
	border: 1px solid#000;
}

.index_news1{
	padding: 50px 0;
	background: url(../images/in_news_bg1.jpg) no-repeat center top;
}
.index_news1 .container{
	background: rgba(255,255,255,.3);
	padding: 20px;
}
.index_news1 .box{
	background: rgba(255,255,255,.6);
	padding: 20px 0;
}
.index_news1 .box .list{
	width: 33.3333%;
	padding: 0 15px;
}
.index_news1 .box .list .ul ul li{
	display: block;
	padding-left: 15px;
	height: 32px;
	position: relative;
}
.index_news1 .box .list .ul ul li::before{
	content: ">";
	transform: rotateZ(90deg);
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 12px;
	color: #393939;
	line-height: 36px;
	transition: .5s all ease;
}
.index_news1 .box .list .ul ul li a{
	width: 75%;
	float: left;
	font-size: 15px;
	line-height: 32px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #393939;
	overflow: hidden;
	transition: .5s all ease;
}
.index_news1 .box .list .ul ul li  font{
	display: block;
	float: right;
	text-align: right;
	font-size: 12px;
	line-height: 32px;
	color: #393939;
}
.index_news1 .box .list .ul ul li:hover::before{
	color: #000;
}
.index_news1 .box .list .ul ul li:hover a{
	color: #000;
}
.footer_nav{
	padding: 50px 0;
	background: url(../images/footer_nav_bg.jpg) repeat left top;
}
.footer_nav .list{
	width: 200px;
	padding: 0 5px;
}
.footer_nav .list h5 {
    HEIGHT: 35px;
    margin-bottom: 10px;
    font-size: 15px;
}
.footer_nav .list h5 a{
	display: block;
	LINE-HEIGHT: 35px;
    PADDING-LEFT: 10px;
    DISPLAY: block;
    BACKGROUND: #000;
    HEIGHT: 35px;
    COLOR: #fff;
    transition: .5s all ease;
}
.footer_nav .list h5 a:hover{
	background: #FFFF00;
}
.footer_nav .list p{
	height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.footer_nav .list p a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
      color: #FFFFFF;
    width: 170px;
    height: 30px;
    DISPLAY: block;
    PADDING-LEFT: 10px;
    transition: .5s all ease;
}
.footer_nav .list p a:hover{
	background: #000;
}

.links{
	background: #1c4b81;
	padding: 35px 0;
	border-bottom: 1px solid #1b69c0;
}
.links span{
	float: left;
     font-size: 13px;
    line-height: 30px;
    margin-right: 10px;
    color: #FFFF00;
}
.links a{
	float: left;
     font-size: 13px;
    line-height: 30px;
    margin-right: 10px;
    color: #fff;
}
.links a:hover{
	color: #000;
}
footer{
	padding: 35px 0;
	background: #282828;
}
footer p,
footer a{
	line-height: 28px;
	font-size: 12px;
	color: #fff !important;
}
footer a{
	margin-right: 5px;
}
footer .left{
	width: 43%;
	text-align: right;
}
footer .right{
	width: 43%;
	text-align: left;
}
footer .center{
	text-align: center;
	width: 9%;
	margin: 0 2.5%;
}
.izl-rmenu {
	position: fixed;
	right: 0;
	bottom: 10px;
	padding-bottom: 73px;
	z-index: 999;
}

.izl-rmenu .btns {
	width: 72px;
	height: 73px;
	margin-bottom: 1px;
	cursor: pointer;
	display: block;
	position: relative;
}

.izl-rmenu .btn-qq {
	background: url(../images/r_qq.png) 0px 0px no-repeat;
	background-color: #6da9de;
}

.izl-rmenu .btn-qq:hover {
	background-color: #488bc7;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
	background: url(../images/r_qq.png) 0px 0px no-repeat;
	background-color: #6da9de;
	text-decoration: none;
	display: block;
}

.izl-rmenu .btn-wx {
	background: url(../images/r_wx.png) 0px 0px no-repeat;
	background-color: #78c340;
}

.izl-rmenu .btn-wx:hover {
	background-color: #58a81c;
}
.izl-rmenu .btn-wx .pic {
	position: absolute;
	left: -108px;
	top: 0px;
	display: none;
	max-width: 108px;
	width: 108px;
}

.izl-rmenu .btn-phone {
	background: url(../images/r_phone.png) 0px 0px no-repeat;
	background-color: #fbb01f;
}

.izl-rmenu .btn-phone:hover {
	background-color: #ff811b;
}
.izl-rmenu .btn-phone .phone {
	background-color: #ff811b;
	position: absolute;
	width: 160px;
	left: -160px;
	top: 0px;
	line-height: 73px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	display: none;
}

.izl-rmenu .btn-top {
	background: url(../images/r_top.png) 0px 0px no-repeat;
	background-color: #666666;
	display: none;
}

.izl-rmenu .btn-top:hover {
	background-color: #444;
}


/*内页*/

.main{
	padding-bottom: 30px;
}
.pos{
    padding: 15px;
    margin-bottom: 20px;
    background: #f1f1f1;
	font-size: 16px;
	color: #606060;
    line-height: 20px;
}
.pos .fr{
	padding-left: 16px;
    background: url(../images/pos_bg.png) no-repeat left center;
    color: #5f5f5f;
    font-size: 12px;
    line-height: 20px;
}
.pos .fr a{
	color: #5f5f5f;
}
.main .left{
	width: 20%;
}
.main .right{
	width: 80%;
	padding-left: 30px;
}
.main_category{
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.main_category h5{
    text-align: center;
    background: url(../images/jiao.png) top right #000 no-repeat;
    overflow: hidden;
    padding: 15px 0px;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
}
.main_category ul li{
    background: #f1f1f1;
    margin: 5px 0;
    transition: .5s all ease;
}
.main_category ul li a{
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
    transition: .5s all ease;
}
.main_category ul li:hover{
	background: #000 url(../images/to.png) no-repeat 90% 50%;
}
.main_category ul li:hover a{
	color: #fff;
}
.main_news,
.main_contact{
	padding: 10px;
    border: 1px solid #dcdcdc;
	margin-top: 15px;
}
.main_news h5,
.main_contact h5{
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	background: #000;
	color: #fff;
}
.main_news ul li{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #DCDCDC;
	position: relative;
	padding-left: 25px;
}
.main_news ul li font{
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #aeaeae;
	color: #fff;
	font-size: 12px;
	left: 0;
	transition: .5s all ease;
	top: 10px;
}
.main_news ul li a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #767676;
	transition: .5s all ease;
}
.main_news ul li:hover font{
	background: #000;
}
.main_news ul li:hover a{
	color: #000;
}
.main_contact p{
	margin-top: 5px;
	font-size: 14px;
	line-height: 25px;
	color: #393939;
}
.main_contact p:first-of-type{
	text-align: center;
}
.product ul li{
	width: 31.333%;
	float: left;
	margin: 1%;
	text-align: center;
    box-shadow: 0 0 8px #dbdbdb;
    border: 2px solid #fff;
	transition: .5s all ease;
}
.product ul li h5{
	overflow: hidden;
}
.product ul li h5 img{
	transition: .8s all ease;
}
.product ul li p{
	padding: 10px 0;
	font-size: 14px;
	color: #979797;
	position: relative;
	margin: 5px 0;
	z-index: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s all ease;
}
.product ul li p::before{
	width: 100%;
	content: " ";
	position: absolute;
	height: 0;
	left: 0;
	bottom: 0;
	background: #000;
	transition: .5s all ease;
	z-index: -1;
}
.product ul li:hover{
	border: 2px solid #000;
}
.product ul li:hover img{
	transform: scale(1.1);
}
.product ul li:hover p{
	color: #fff;
}
.product ul li:hover p::before{
	height: 100%;
}
.about ul li{
	width: 24%;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	float: left;
	text-align: center;
}
.about ul li:nth-child(4n+4){
	margin-right: 0;
}
.case ul li{
	width: 32.333%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	float: left;
	text-align: center;
}
.case ul li:nth-child(3n+3){
	margin-right: 0;
}
.case ul li h5,
.about ul li h5{
	overflow: hidden;
}
.case ul li h5 img,
.about ul li h5 img{
	transition: .8s all ease;
}
.case ul li p,
.about ul li p{
	padding: 10px 0;
	font-size: 14px;
	color: #979797;
	position: relative;
	margin: 5px 0;
	z-index: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s all ease;
}
.case ul li:hover img,
.about ul li:hover img{
	transform: scale(1.1);
}
.case ul li:hover p,
.about ul li:hover p{
	background: #000;
	color: #fff;
}
.news ul li{
	padding: 10px 0;
	border-bottom: 1px solid #DCDCDC;
}
.news ul li .date{
	width: 80px;
	float: left;
	background: #000;
	border: 1px solid #000;
	text-align: center;
	transition: .5s all ease;
}
.news ul li .date h5{
	font-size: 30px;
	color: #fff;
	line-height: 50px;
	transition: .5s all ease;
	border-bottom: 1px solid #fff;
}
.news ul li .date p{
	font-size: 12px;
	padding: 5px 0;
	transition: .5s all ease;
	color: #fff;
}
.news ul li .info{
	padding-left: 100px;
	display: block;
}
.news ul li .info h5{
	font-size: 16px;
	color: #555;
	transition: .5s all ease;
	padding: 7px 0;
}
.news ul li .info p{
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.news ul li:hover .date{
	background: #fff;
}
.news ul li:hover .date h5{
	color: #000;
	border-bottom: 1px solid #000;
}
.news ul li:hover .date p{
	color: #000;
}
.news ul li:hover .info h5{
	color: #000;
}
.solu ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.solu ul li .img{
	width: 288px;
	float: left;
}
.solu ul li .info{
	display: block;
	padding-left: 318px;
}
.solu ul li .info h5 a{
	font-size: 16px;
	color: #565656;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 0;
}
.solu ul li .info p{
	font-size: 14px;
	line-height: 25px;
	color: #787878;
	overflow: hidden;
	height: 100px;
}
.solu ul li .info span{
	display: block;
	margin-top: 15px;
}
.solu ul li .info span a{
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #bfbfbf;
	font-size: 15px;
	color: #fff;
}
.solu ul li .info span a:last-of-type{
	background: #000;
}

.contact h5{
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.contact p{
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}
.contact .img{
	border: 5px solid #000;
	display: block;
	margin-top: 25px;
	text-align: center;
}
.page *{
	line-height: 1.8;
}
.article_title{
	padding-left:10px;
	margin: 10px 0;
	border-left: 3px solid #000;
	font-size: 20px;
	color: #333;
}
.article_date{
	margin-bottom: 10px;
}
.article_date span{
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	color: #797979;
}
.conten_content *{
	line-height: 1.68;
}
.conten_content a{
	color: #000;
}
.conten_page {
	display: block;
	margin-top: 10px;
	text-align: left;
	border-top: 1px solid #8c8c8c;
	padding-top: 10px;
}

.conten_page p {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #8c8c8c;
}

.conten_page p a {
	font-size: 14px;
	color: #8c8c8c;
}

.conten_article_other,
.conten_case_other {
	display: block;
}

.conten_article_other h5,
.conten_case_other h5
{
	font-size: 16px;
	font-weight: 300;
	color: #666;
    padding: 10px 0;
    margin-bottom: 10px;
	border-bottom: 1px solid #8C8C8C;
}
.conten_article_other ul li{
	display: block;
	width: 48%;
	float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
	transition: .5s;
	border-bottom: 1px solid #DCDCDC;
}
.conten_article_other ul li:nth-child(odd){
	margin-right: 4%;
}
.conten_article_other ul li a{
	display: block;
	width: 80%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	transition: .5s;
	color: #8c8c8c;
}
.conten_article_other ul li:hover{
	border-bottom: 1px solid #000;
}
.conten_article_other ul li:hover a{
	color: #000;
}
.conten_article_other ul li font{
	font-size: 12px;
	color: #8c8c8c;
	display: block;
	width: 20%;
	float: right;
	text-align: right;
}
.conten_case_other ul li {
	display: block;
	width: 24%;
	margin-right: 1.3333%;
	float: left;
	margin-bottom: 10px;
}
.conten_case_other ul li:last-of-type{
	margin-right: 0;
}
.conten_case_other ul li p {
	display: block;
	overflow: hidden;
	border: 1px solid #d3d3d3;
	transition: .5s;
}

.conten_case_other ul li p img {
	width: 100%;
	transition: .6s;
}

.conten_case_other ul li span {
	display: block;
}

.conten_case_other ul li span a {
	padding: 5px 0;
	font-size: 14px;
	display: block;
	transition: .6s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	color: #8C8C8C;
}

.conten_case_other ul li:hover p img {
	transform: scale(1.08);
}
.conten_case_other ul li:hover p{
	border: 1px solid #000;
}

.conten_case_other ul li:hover span a {
	background: #000;
	color: #fff;
}
.content_tag{
	padding-left: 30px;
	background: url(../images/icon_tag.png) no-repeat left 5px;
}
.content_tag span{
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.content_tag a{
	margin-left: 10px;
	color: #797979;
	line-height: 30px;
	font-size: 14px;
	transition: .3s;
}
.content_tag a:hover{
	color: #000;
}

.info_product .img{
    width: 30%;
    text-align: center;
    margin-top: 0;
    padding: 10px;
    border: 1px solid #e3e3e3;
    float: left;
}
.info_product .info{
    width: 70%;
    float: left;
    padding-left: 30px;
}
.info_product .info .info_product_li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    color: #393939;
}
.info_product .info .info_product_li h1{
	display: inline-block;
    font-size: 14px;
    color: #393939;
}
.info_product .content p{
	line-height: 1.68;
}
.info_product .content a{
	color: #000;
}
.info_product_title{
    display: block;
    padding: 10px 0;
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.info_product .content *{
	line-height: 1.68;
	font-size: 15px;
}

.choose{
	width:100%;
	padding: 50px 0;
	background: url(../images/choose_bg.jpg) no-repeat center top;
}
.choose .choose-con{
	width:1200px;
	margin:0 auto;
}

.choose .choose-con .choose-title{
	width:100%;
}
.choose .choose-con .choose-title strong{
	padding-bottom: 8px;
	display: block;
	width:100%;
	text-align: center;
	font-size: 40px;
	color: #000;
    line-height: 1.46;
	background: url(../images/fourcharacteristics.png) no-repeat center bottom;
}
.choose .choose-con .choose-title p{
	width:100%;
	text-align: center;
	height:44px;
	line-height: 44px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-top:20px;
}
.choose .choose-con .choose-list{
	margin-top:30px;
	width:100%;
}
.choose .choose-con .choose-list .chooselist-left{
	width:44%;
	display: inline-block;
}
.choose .choose-con .choose-list .chooselist-left img{
	margin-top:30px;
}
.choose .choose-con .choose-list .chooselist-left div{
	margin-bottom:50px;
	padding-left:90px;
}
.choose .choose-con .choose-list .chooselist-left div:first-child{
	background: url(../images/chooseicon_bg01.png) no-repeat left top;
}
.choose .choose-con .choose-list .chooselist-left div:nth-child(2){
	background: url(../images/chooseicon_bg02.png) no-repeat left top;
}
.choose .choose-con .choose-list .chooselist-right{
	width:44%;
	float: right;
	display: inline-block;
	margin-top:20px;
}
.choose .choose-con .choose-list .chooselist-right div{
	margin-bottom:50px;
	padding-left: 90px;
}
.choose .choose-con .choose-list .chooselist-right div:nth-child(2){
	background: url(../images/chooseicon_bg03.png) no-repeat left top;
}
.choose .choose-con .choose-list .chooselist-right div:nth-child(3){
	background: url(../images/chooseicon_bg04.png) no-repeat left top;
}
.choose .choose-con .choose-list img{
	max-width:100%;
	margin-bottom:60px;
}
.choose .choose-con .choose-list strong{
	display: block;
	padding:10px 0;
	font-size: 22px;
	color: #000;
	width:100%;
	background: url(../images/strong_bg.png) bottom no-repeat;
}
.choose .choose-con .choose-list strong span{
	font-size: 12px;
	color: #bebebe;
	font-family: Euphemia;
	font-weight: normal;
}
.choose .choose-con .choose-list p{
	color:#6d6c6c;
	margin-top:10px;
	line-height: 20px;
	padding-left:30px;
	background: url(../images/chooselist_bg.png) no-repeat left 8px;
}

.index_advan{
	padding: 60px 0;
	background: url(../images/in_advan_bg.png) repeat left top;
}
.index_advan h3{
	text-align: center;
	margin-bottom: 60px;
}
.in_advan_main ul li{
	width: 25%;
	float: left;
	text-align: center;
	background: url(../images/in_advan_li_bg.png) no-repeat right;
}
.in_advan_main ul li:last-of-type{
	background: none;
}
.in_advan_main ul li h5{
	margin-bottom: 15px;
}
.in_advan_main ul li p{
    font-size: 16px;
    color: #484848;
    line-height: 35px;
}
.in_advan_main ul li p span{
	display: block;
    font-size: 22px;
}
.in_advan_main ul li a{
    display: block;
    font-size: 14px;
    color: #484848;
    width: 118px;
    text-align: center;
    line-height: 25px;
    border: 2px solid #484848;
    margin: 20px auto;
    border-radius: 15px;
}