﻿*
{
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}
ul, li
{
    list-style: none;
}
a
{
    text-decoration: none;
    color: #666;
}/* 头部 *//* .header{
	width: 100%;
	height: 90px;
	background: rgb(0,0,0,0.3);
	position: fixed;
	top: 0;
	z-index: 111;
	
}
.nav_cont{
	width: 1160px;
	margin: 0 auto;
} *//* logo *//* .logo{
	width: 297px;
	height: 58px;
	float: left;
	margin: 16px auto;
}
.logo a img{
	width: 100%;
	height: auto;
} *//* 导航列表 *//* .nav-pills{
	float: right;
	line-height: 90px;
}
.nav-menu{
	float: left;
}
.nav-menu li{
	width: auto;
	margin: 0 30px;
	float: left;
}
.nav-menu li a{
	color: #ffffff;
	font-size: 14px;
}
.search{
	margin-left: 32px;
	float: left;
	width: 21px;
} *//* banner图 */
.banner
{
    width: 100%;
    height: 300px!important;
}
.banner img
{
    width: 100%;/* height: auto; */
    height: inherit;
}/* 内容部分 *//* 内容目录 */
.position
{
    width: 100%;
    height: 48px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #efefef;
}
.position_inner
{
    width: 1160px;
    margin: 0 auto;
}
.position_inner p
{
    line-height: 48px;
    color: #666;
    font-size: 14px;
}
.position_inner p a
{
    line-height: 48px;
    color: #666;
    font-size: 14px;
    margin: 0 12px 0 6px;
}/* 系统 */
.xitong
{
    width: 1160px;
    margin: 0 auto;
}
.xitong-item1
{
    width: 100%;
    height: auto;
}
.xitong-item1 .xitong-title
{
    margin: 0 auto 60px;
}
.xitong-title
{
    width: 100%;
    color: #333;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 60px;
}
.xitong-miaoshu
{/* width: 720px; */
    height: auto;
    margin: 0 auto;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}
.xitong-contont
{
    width: 100%;
    margin: 30px auto;
}
.xitong-contont ul li
{
    float: left;
    width: 580px;/* height: 380px; */
}
.xitong-contont ul li p
{
    margin-top: 30px;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.xitong-item2
{
    width: 100%;
    height: auto;
}
.xitong-item3
{
    width: 100%;
    height: auto;
}/* 应用领域 */
.yingyonglingyu
{
    width: 100%;
}
.yingyong-title
{
    font-size: 34px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-bottom: 32px;
    line-height: 100px;
}
.blue-line
{
    border: 2px solid #3172ca;
    width: 70px;
    margin: 0 auto;
}
.yingyong-main
{
    width: 100%;
    height: 320px;
    background: #51565a;
}
.yingyong-list
{
    width: 1160px;
    margin: 0 auto;
}
.yingyong-list li
{
    width: 193px;
    height: 320px;
    float: left;
    position: relative;
}
.yingyong-list li .yingyong-txt
{
    width: 193px;
    height: 340px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.yingyong-list li .yingyong-txt .yingyong-inner
{
    position: absolute;
    left: 0;
    top: 0;
    width: 193px;
    height: 340px;
}
.yingyong-list li .yingyong-txt .yingyong-inner .icon
{
    width: 32px;
    height: 32px;
    position: absolute;
    left: 80px;
    top: 105px;
}
.yingyong-list li .yingyong-txt .yingyong-inner .title
{
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    position: absolute;
    top: 149px;
    padding: 0;
    border: none;
    width: 100%;
}
.yingyong-list li .yingyong-txt .yingyong-inner span
{
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 204px;
    left: 85px;
}