@charset "utf-8";
/*** 
	首页样式表
	color: #01a1e9;
	color: #0874c3;
	color: #376ae6;

 ***/
body {}

/* 首页板块 */
.index-column-box1 {
	padding: 30px 0;
}
.index-column-box {
	padding: 70px 0;
}
/* 首页标题 */
.index-title-box {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.index-title-box.bt2 {
	/* background: url(../img/title-bg1-2.png) no-repeat center center; */
}

.index-title-box .title {
	font-size: 38px;
	color: #333;
	position: relative;
	z-index: 2;
	color: #333;
	font-weight: bold;
}

.index-title-box .title span {
	color:#0A67D9;
}
.index-title-box .titinfo{line-height:50px;color:#666;text-align:center;}

.index-title-box .title::before,
.index-title-box .title::after {
	content: '';
	display: inline-block;
	vertical-align: super;
	height: 3px;
	width: 60px;
	background: #0874c3;
	margin: 0 10px;
	display: none;
}

.index-title-box.bt2 .title {
	color: #fff;
}

.index-title-box .title.bt2 span {}

.index-title-box.bt2 .title::before,
.index-title-box.bt2 .title::after {
	background: #fff;
}

.index-title-box p {
	display: block;
	border-bottom: solid 1px #ccc;
	margin: 20px auto;
	height: 3px;
}

.index-title-box.bt2 p {
	border-color: #fff
}

.index-title-box p span {
	display: block;
	width: 80px;
	background: #01a1e9;
	margin: 0 auto;
	height: 3px;
}

.index-title-box.bt2 p span {
	background: #ccc;
}

.index-title-box .info {
	z-index: 1;
	color: #ccc;
	font-size: 16px;
	font-family: en1;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.index-title-box.bt2 .info {
	color: #fff;
}




.index-btn-box {
	text-align: center;
	font-size: 0;
	padding-top: 50px;
}

.index-btn-box a {
	font-size: 16px;
	display: inline-block;
	line-height: 3em;
	/* border-radius: 0 3em 3em 0; */
	border: solid 2px #0874c3;
	color: #0874c3;
	width: 200px;
	text-align: center;
	background: #fff url(../img/m-iocn18.png) no-repeat 25px center / auto 40%;
	background: #fff;
}

.index-btn-box a:first-child {
	color: #fff;
	background: #0874c3 url(../img/m-iocn26.png) no-repeat 25px center / auto 40%;
	background: #0874c3;
	/* border-radius: 3em 0 0 3em; */
}


/* 产品中心 */
.index-cp-box {}

.index-cp {
	display: flex;
	justify-content: space-between;
}

.index-cp-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #ededed;
	border-radius: 0 20px 20px 0;
	width: 270px;
	padding: 25px 25px;
}

.index-cp-nav h3 a {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 2.5em;
	color: #333;
	background:#fff;
}

.index-cp-nav h3 a {
	border-bottom: solid 1px #ccc;
}

.index-cp-nav h3 a i {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: solid 2px #ff7d05;
	margin: 0 15px;
}


.index-cp-nav h3 a:hover {
	color: #333;
}

.index-cp-nav h3 a:hover i {
	border-color: #ff7d05;
	background: #ff7d05;
}

.index-cp-nav dl {
    padding: 2px 0 4px;
}

.index-cp-nav dt {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #f4f4f4;
    position: relative;
}
.index-cp-nav dt a{color:#666;font-size:15px;}
.index-cp-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index-cp-nav dt:hover:after {
    border-color: #ff7d05;
}

.index-cp-nav dt:hover a {
    color: #333;
}

.index-cp-nav dd {
    border: 1px solid #ececec;
    border-bottom: 0;
}

.index-cp-list {
	width: 880px;
}

.index-cp-list .item {}

.index-cp-list .box {
	display: block;
	transition: 0.5s;
	background: #ededed;
	font-size: 16px;
	color: #333;
	padding: 10px;
	position: relative;
}

.index-cp-list .item:hover .box {
	color: #f30;
	background: #888;
}
.index-cp-list .box .pic {
	padding-bottom:85%;
}
.index-cp-list .text {
	display: block;
	transition: 0.5s;
	line-height: 50px;
	padding: 0 15px;
	background: #fff;
	margin-top: 2px;
}

.gridlist1{text-align:center;margin-bottom: 30px;}
.gridlist1 li{margin:0px 2px;display:inline-block;background: #f5f5f5;}
.gridlist1 li:nth-child(2n+1) {background: #ececec;}
.gridlist1 li a,.gridlist1 li a:visited{display:block;padding:0px 30px;color:#333;font-size:16px;line-height:50px;}
.gridlist1 li.active a,.gridlist1 li:hover a{ color:#fff;background:#CE012F;}


/* 优势 */
.mainys{ width:100%; overflow:hidden; position:relative;background: url(../img/ystbg.jpg); background-size: 100% 100%; margin-top:0px;vertical-align:middle;text-align:center;padding:30px 0;}
.mainys span{display:block;width:100%;height:96px;line-height:96px;text-align:center;text-transform:uppercase;font-size:72px;color:#f9f9f9; opacity:.3; font-weight:700;position:absolute;left:0;top:30px;z-index:0}
.mainys h2{display:inline-block;line-height:96px;height:96px;font-size:38px;color:#fff;position:relative;z-index:1}
.mainys p{display:block;width:100%;overflow:hidden;line-height:32px;font-size:16px;color:#888;text-align:center;position:relative;z-index:1;margin-top:10px}
.adv-box{ margin-top: 40px}
.adv-box .con-dl{width:23%;margin-right:2%; background-color: #fff;padding:30px 0;display: inline-block;margin-bottom:60px;}
.adv-box .con-dl:last-child{margin-right:0px;}
.adv-box .con-dl dt{width:74px;margin:20px auto 0;}
.adv-box .con-dl dt img{display: block; transition: all 0.5s}
.adv-box .con-dl dd{text-align: center;}
.adv-box .con-dl .dd01 a{ text-decoration: none; display: block;font-size: 18px;font-weight:bold;height:60px;line-height:60px;color:#CE012F;}
.adv-box .con-dl .dd02{ text-decoration: none; color:#999;font-size: 14px;padding:0 15px;line-height: 28px;}
.adv-box .con-dl:hover{ background-color: #e50112; color: #fff;}
.adv-box .con-dl:hover .dd02{color: #fff;}
.adv-box .con-dl .dd01 a:hover {color: #fff;}
.adv-box .con-dl:hover .dd01 a{color: #fff;}
.adv-box .con-dl:hover dt img{transform: rotate(360deg);}


/*new*/
/*pro*/
.pro{
	padding-bottom:50px;
	overflow:hidden;
}

.pro_til{
	margin-top:20px; margin-bottom:20px;
    height: 97px;
    text-align: center;
}

.pro_til p strong{color: #0a67d9;}
.pro_til p{font-size: 42px; font-weight: bold; padding-bottom: 15px;}
.pro_til span{font-size:18px;color:#a8a8a8;}


.pro_soft{
    width: 270px;
    height:auto;
	border:1px #ddd solid;
}

.pro_soft_til{
    height: 102px;
	padding-top:10px;
	background:#0A67D9;
	text-align:center;
}

.pro_soft_til strong{
    font-size:30px;
    color: #fff;
}
.pro_soft_til span{display:block;color:rgba(255,255,255,0.5);margin-top:15px;}
.sort_nor h3 {
    height: 50px;
    line-height: 50px;
    background: url(../img/p14-icon5.png) no-repeat right center #0189ff;
    margin-bottom: 2px;
}

.sort_nor.sort_nor h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #fff;
}

.sort_nor h3:hover {
    background: url(../img/p14-icon2.png) no-repeat right center #FD6D0D;
}
.sort_nor dl {
    padding: 2px 0 4px;
}

.sort_nor dt {
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #f4f4f4;
    position: relative;
}

.sort_nor dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sort_nor dt:hover:after {
    border-color: #0189ff;
}

.sort_nor dt:hover a {
    color: #0189ff;
}

.sort_nor dd {
    border: 1px solid #ececec;
    border-bottom: 0;
}

.pro_nor{margin-left: 11px;width:919px;}

.pro_nor_list{
    width: 919px;
    height:105px;
    background: #f6f6f6;
    line-height:105px;
    margin-bottom: 22px;
}

.pro_nor_list ul li{
    float: left;
    position: relative;
    padding-left: 45px;
	font-size:18px;
	margin-right:20px;
}

.pro_nor_list>a{
    border-radius:30px;
    width: 80px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    color: #fff;
	background:#FD6D0D;
    float: right;
    margin-right: 18px;
    margin-top:35px;
}

.pro_nor_list li:after{
    content: "";
    width: 12px;
    height: 12px;
    border-radius:30px;
    border:1px solid #a2a2a2;
    position: absolute;
    box-shadow:0 0 0px 0px rgba(10,103,217,0.0);
    transition: all 0.5s;
    transform: rotate(0deg);
    display: block;
    top: 47px;
    left: 18px;
}

.pro_nor_list li:hover:after{
    background: #0a67d9;
    box-shadow: 0 0 1px 3px rgba(10,103,217,0.2);
    border-color:#0a67d9;
}


.pro_nor_list li:hover{color:#0a67d9;}

.pro_nor_list li.on:after{
    background: #0a67d9;
    box-shadow: 0 0 1px 3px rgba(10,103,217,0.2);
    border-color:#0a67d9;
}

.pro_nor_list li.on a {color:#0a67d9;}

.fivenr{width:919px;}
.fivenr dt
{
	float:left;
	width:65%;
}

.fivenr dt img
{
	width:100%;
	height:440px;
	display:block;
	object-fit:contain;
}

.fivenr dd
{
	float:right;
	width:35%;
	background:url(../img/top1.jpg) repeat;
	padding-top:50px;
	padding-left:40px;
	padding-right:40px;
	height:440px;
}

.fivenr dd h4
{
	color:#fff;
	font-weight:700;
	font-size:24px;
	line-height:24px;
	padding-bottom:12px;
	border-bottom:1px #6179c7 dashed;
	margin-bottom:18px;
}

.fivenr dd p
{
	color:#fff;
	line-height:28px;
}

.fivenr dd b
{
	display:block;
	font-size:18px;
	padding-bottom:5px;
	color:#fff;
}

.fivenr dd span
{
	font-size:24px;
	font-weight:700;
	color:#fff;
}

.fivenr dd em
{
	display:block;
	padding:10px 0;
}

.fivebtn a
{
	font-size:15px;
	color:#fff;
	background:#FD6D0D;
	width:100px;
	height:43px;
	line-height:43px;
	display:inline-block;
	text-align:center;
	margin-top:20px;
}

.fivebtn a:nth-child(2)
{
	margin-left:20px;
	background:none;
	border:1px #fff solid;
}

.pro_nor_bottom table tr td span a{
    background:#fff; 
    display:block; 
    box-shadow:3px 3px 8px 0px rgba(0,0,0,0.2);
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    margin-top:-4px;
    width: 293px;
    margin-right: 4px;
}
.index-product .item {
	float: left;
	width: 296px;
	margin-left: 10px;
	margin-top:30px;
	box-shadow:3px 3px 8px 0px rgba(0,0,0,0.2);
}


.index-product .item .box {
	display: block;
	background: #fff;
	padding: 5px;
	color: #333;
}

.index-product .item .box .pic {
	padding-bottom: 75%;
	z-index: 1;
}

.index-product .item .box .text {
	margin-top: 5px;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	transition: 0.5s;
	
}

.index-product .item .box:hover {
	background:#0189FF;
	color: #fff;
}

/* 关于我们 */
.index-about-box {
	background: #f3f3f3 url(../img/about.jpg) no-repeat center top;
	margin-top:30px;
}

.index-about {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: right;
}

.index-about .box {
	width: 740px;
	padding-left: 50px;
	padding-bottom: 50px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	color: #333;
}

.index-about .about-top {
	display: flex;
	justify-content: space-between;
}

.index-about .about-top .en {
	text-transform: uppercase;
	font-size: 78px;
	opacity: 0.06;
	font-weight: bold;
}

.index-about .about-top .right {
	background: #333;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 226px;
	font-size: 38px;
	padding: 20px 0;
	align-items: center;
}

.index-about .about-top .right p {
	font-size: 22px;
	text-transform: uppercase;
}

.index-about .text {
	position: relative;
}

.index-about .text .title {
	font-size: 20px;
	font-weight: bold;
}

.index-about .text .title2 {
	margin-bottom:40px;
	margin-top:20px;
	opacity: 0.7;
}

.index-about .text .info {
	line-height: 2em;
	opacity: 0.8;
	padding-right: 50px;
	font-size:15px;
}

.index-about .text .info p {
	text-indent: 2em;
}

.index-about .text .info>*+* {
	margin-top: 1em;
}

.index-about .text a {
	color: #fff;
	background: #C00;
	justify-content: center;
	width: 120px;
	display: flex;
	font-size: 16px;
	margin-top: 30px;
	line-height: 40px;
}


/* 服务流程 */
.index-liucheng-box {
	padding-top: 0;
	background: url(../img/liucheng-bg.jpg) no-repeat bottom center;
}

.index-liucheng {
	display: flex;
	justify-content: space-between;
}

.index-liucheng .left {
	width: 340px;
	color: #333;
	font-size: 16px;
}

.index-liucheng .left .title {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-liucheng .left .title span {
	color:#CC0000;
}

.index-liucheng .left img {
	display: block;
	width: 100%;
	margin-top: 70px;
}

.index-liucheng .right {
	width: 700px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-liucheng .right .item {
	width: 25%;
	text-align: center;
	color: #333;
	font-size: 16px;
}

.index-liucheng .right .item:nth-child(5),
.index-liucheng .right .item:nth-child(6),
.index-liucheng .right .item:nth-child(7),
.index-liucheng .right .item:nth-child(8) {
	margin-top: 40px;
}

.index-liucheng .right .item .pic {
	width: 80px;
	margin: 0 auto 10px;
}

.index-liucheng .right .item .pic img {
	display: block;
	width: 100%;
	transition: 0.5s;
	filter: grayscale(100%) opacity(100%);
}

.index-liucheng .right .item:hover .pic img {
	transform: rotateY(360deg);
}

/* 新闻 */
.index-news-box {}

.index-news {
	display: flex;
	justify-content: space-between;
}

.index-news-left {
	width: 730px;
}

.index-news-left .hot-news {}

.index-news-left .hot-news .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-news-left .hot-news .box .pic {
	width: 30%;
	padding-bottom: 22.25%;
}

.index-news-left .hot-news .box .text {
	width: 66%;
	font-size: 16px;
	color: #333;
}

.index-news-left .hot-news .box .text .title {
	position: relative;
	font-size: 18px;
	padding-right: 30%;
	line-height: 1.5em;
	transform: 0.5s;
	font-weight: bold;
}


.index-news-left .hot-news .box .text .title span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	opacity: 0.7;
	font-weight: normal;
}

.index-news-left .hot-news .box .text .info {
	line-height: 1.7em;
	opacity: 0.7;
	margin: 15px 0;
	font-size: 14px;
}

.index-news-left .hot-news .box .text .btn {
	background: #c00;
	color: #fff;
	font-size: 14px;
	line-height: 2.25em;
	width: 7em;
	text-align: center;
}

.index-news-left-list {
	margin-top: 30px;
}

.index-news-left-list .item {
	margin-top: 20px;
	border-top:1px #ddd dashed;
	padding-top:15px;
}

.index-news-left-list .item .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	color: #333;
}

.index-news-left-list .item .box .title {
	width: 75%;
}

.index-news-left-list .item .box:hover .title,
.index-news-left .hot-news .box:hover .text .title {
	color: #000;
}

.index-news-left-list .item .box .title i {
	display:inline-block;
	width:5px;
	height:5px;
	background:#999;
	border-radius:50%;
	margin:0px 5px 0;
}

.index-news-left-list .item .box .time {
	width: 20%;
	text-align: right;
	opacity: 0.5;
}

.index-news-right {
	width: 430px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.index-news-right .item {
	margin-top: 2px;

}

.index-news-right .item .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	color: #333;
	background: #f5f5f5;
	padding: 20px;
	transition: 0.5s;
}

.index-news-right .item .box:hover {
	background: #333;
	color: #fff;
}

.index-news-right .item .box .title {
	width: 75%;
}

.index-news-right .item .box .title i {
display:inline-block;
width: 0;
height: 0;
border-top: 4px solid transparent;
        border-left: 4px solid #c00;
        border-right: 4px solid transparent;
        border-bottom: 4px solid transparent;
}

.index-news-right .item .box:hover .title i {
	color: #ff7d05;
}

.index-news-right .item .box .time {
	width: 23%;
	text-align: right;
	opacity: 0.5;
}

/*优势*/
.edge{line-height:24px;color: #737373;font-family: "Microsoft Yahei";padding: 88px 0 66px;font-size: 16px;position: relative;padding:198px 0 0;background: url(../img/edge_line.gif) no-repeat center 232px;margin-top:70px;}
.edge h2{position: absolute;left: 0;top:0px;}
.edge h3{height: 97px;font-size: 28px;color: #e3232f;line-height: 38px;}
.edge h3 em{display: block;font-weight: normal;font-style: normal;font-family: Arial;font-size: 14px;color: #a8a8a8;text-transform: uppercase;line-height: 17px;}
.edge li{clear: both;padding: 0 0 12px 23px;background: url(../img/ico01.gif) no-repeat 2px 9px;}
.edge1{height: 430px;}
.edge2{height: 273px;}
.edge3{height: 339px;}
.edge4{height: 324px;}
.edge_p1{width: 519px;}
.edge_w1{width: 520px;padding: 46px 0 0;}
.edge_ico1{top: 39px;left: 564px;}
.edge_p2{width: 539px;top: -120px;right: 0;}
.edge_w2{width: 404px;left: 122px;top: -38px;white-space: nowrap;}
.edge_w2 h3, .edge_w4 h3{text-align: right;}
.edge_ico2{top: -58px;left: 564px;}
.edge_p3{width: 540px;left: 5px;top: -46px;}
.edge_w3{width: 520px;margin-top:10px;}
.edge_ico3, .edge_ico4{top: 2px;left: 564px;}
.edge_p4{width: 547px;top: -96px;right:0;}
.edge_w4{width: 362px;left: 122px;top:20px;}
.edge_w4 ul{margin-left:90px;}

/*设备*/
.til01{text-align: center;height: 159px;color: #2b2b34;font-size: 40px;line-height: 64px;font-family: "Microsoft Yahei";margin-bottom:80px;}
.til01 p{color: #767676;display: block;font-weight:normal;line-height:46px;font-size:16px;margin-top:20px;background: url(../img/tilbg1.png) no-repeat center 0px;}
.til01 a{color: #2b2b34;}
.show{font-family: "Microsoft Yahei";background: url(../img/showbg.png) no-repeat;margin-top: -82px;position: relative;padding: 127px 0 0;
background-size:100% 100%;height:60px;
min-height:60px;
height:auto!important;
overflow:hidden;
padding-bottom:180px;}
.show .til01{color: #fff;height: 130px;}
.show .til01 p, .show .til01 a{color: #fff;}



.messagebg{
	background: url(../img/bg_message.jpg) center no-repeat;
	background-size: cover;
	height: 260px;
}

.messageform{
	width: 670px;
	margin-top:50px;
}
.messageform li{
	display: block;
	float: left;
	margin: 0 0 0 15px;
}
.messageform li input[type="text"]{
	display: block;
	height: 44px;
	width: 260px;
	padding: 0 30px;
	background: #fff;
	border-radius: 22px;
	border: none;
	margin: 0 0 10px 0;
}
.messageform li textarea{
	display: block;
	height: 98px;
	width: 260px;
	padding: 20px 30px;
	background: #fff;
	border-radius: 22px;
	border: none;
	margin: 0 0 10px 0;
	font-family:microsoft yahei;
}
.messageform li .subbutton{
	display: block;
	height: 44px;
	width: 260px;
	background: #222;
	border: 2px solid #222;
	border-radius: 22px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.messageform li .subbutton:hover{
	color: #000;
	background: none;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.messageform li input.code{
	width: 150px;
	float: left;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.messageform li img{
	width: 110px;
	height: 44px;
	float: left;
	border-bottom-right-radius: 22px;
	border-top-right-radius: 22px;
}
/*new*/
/*.index-youshi-box {
	background: url(../img/youshi-bg.jpg) no-repeat bottom center/ 1920px 100%;
	margin-top: -30px;
	position: relative;
	z-index: 2;
	padding: 100px 0;
}

.index-youshi-bt {
	text-align: center;
	color: #333;
	margin-bottom: 60px;
}

.index-youshi-bt .title {
	font-size: 26px;
	font-weight: bold;
}

.index-youshi-bt .title span {
	font-style: italic;
	font-size: 1.2em;
	color: #0874c3;
}

.index-youshi-bt .titleen {
	text-transform: uppercase;
	font-size: 12px;
	margin: 15px 0;
}

.index-youshi-bt .info {
	font-size: 16px;
	color: #fff;
	line-height: 39px;
	background: url(../img/youshi_title_bg.png) no-repeat top center;
}

.index-youshi {
	position: relative;
}

.index-youshi .ys-top {
	position: absolute;
	left: 50%;
	top: 0;
	width: 40px;
	height: 50px;
	background: url(../img/dian5.png) no-repeat 0 0;
	z-index: 2;
	margin-left: -20px;
}

.index-youshi .ys-line {
	position: absolute;
	left: 50%;
	height: calc(100% - 100px);
	width: 1px;
	border-left: solid 1px #01a1e9;
	top: 50px;
	z-index: 1;
}

.index-youshi .ys-footer {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 50px;
	background: url(../img/dian4.png) no-repeat 0 0;
	z-index: 2;
	margin-left: -20px;
}

.index-youshi .item:first-child {
	margin-left: 0;
}

.index-youshi .item {
	position: relative;
	z-index: 2;
}

.index-youshi .item:nth-child(1)::before {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background: #01A1E9 url(../img/ys-icon1.png) no-repeat center center / 80%;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -17px;
	border-radius: 100%;
	z-index: 3;
}

.index-youshi .item:nth-child(2)::before {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background: #01A1E9 url(../img/ys-icon2.png) no-repeat center center / 80%;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -17px;
	border-radius: 100%;
	z-index: 3;
}

.index-youshi .item:nth-child(3)::before {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background: #01A1E9 url(../img/ys-icon3.png) no-repeat center center / 80%;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -17px;
	border-radius: 100%;
	z-index: 3;
}

.index-youshi .item:nth-child(4)::before {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background: #01A1E9 url(../img/ys-icon4.png) no-repeat center center / 80%;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -17px;
	border-radius: 100%;
	z-index: 3;
}

.index-youshi .item .box {}

.index-youshi .item .box .pic {
	float: left;
	width: 480px;
	position: relative;
	z-index: 1;
	margin-left: 240px;
}

.index-youshi .item .box .pic img {
	display: block;
	width: 100%;
}

.index-youshi .item:nth-child(2n) .box .pic {
	margin-left: 0px;
	margin-right: 240px;
}

.index-youshi .item:nth-child(2n) .text {
	float: right;
}

.index-youshi .item .text {
	float: left;
	width: 480px;
	position: relative;
	padding-top: 50px;
	color: #333;
}

.index-youshi .item .text .title {
	font-size: 20px;
	color: #01A1E9;
	margin-bottom: 5px;
}

.index-youshi .item .text .title2 {
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.5;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #666;
}

.index-youshi .item .text .info {
	font-size: 14px;
	line-height: 1.5em;
	opacity: 0.7;
}

.index-youshi .item .text .info p {
	padding-left: 15px;
	background: url(../img/dian3.png) no-repeat left 7px / auto 8px;
	margin-bottom: 10px;
}*/


.aboutus{ width:100%;padding:80px 0 50px}
.aboutus-img{float: left; border: 1px solid #eee; width:576px;height:432px; text-align: center;padding:6px;}
.aboutus-img img{width:100%;height:100%;}
.aboutus-t { float:right; width:48%;  padding: 0 15px; padding-top: 20px}
h2.about-title{ font-size: 32px; font-weight: 500;}
h2.about-title em{ font-style: normal; color: #bbb; font-size: 24px}
.aboutus-t a{ display: inline-block; background: #bdbdbd;  color: #606060; text-decoration: none; line-height: 34px; height: 34px; padding: 0px 20px;  border-radius: 4px;  margin-right: 10px;font-size: 14px; margin-top: 20px;}
.aboutus-t .currt{background: #e50112; color:#fff}
.aboutus-t p { font-size: 14px;  color: #666;  line-height: 28px;  text-align: justify;  margin-top: 10px;}
.aboutus:after { content: "";  display: block;  clear: both;}
.about-cont li{ float:left ; width:28%;text-align: center; display: block ; margin-top: 16px; margin-left: 10px; margin-right: 10px; color: #707070}
.about-cont li:last-child{margin-right: 0}
.about-cont li p{text-align: center;}
.about-cont li img{width:55px; height:55px; text-align: center;  }

.aboutsd{ width:100%;margin-top:30px;}
.aboutsd ul li{ width:25%; border-left:1px solid #e6e6e6; float:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; color:#747879;  position:relative; text-align: center; padding: 40px 0;}
.aboutsd ul li:nth-of-type(1){border-left:0}
.aboutsd ul li:nth-of-type(4){border-right:1px solid #e6e6e6; }
.aboutsd ul li:hover{ background-color:#c1020a;}
.aboutsd ul li:hover span,.aboutsd ul li:hover p{ color:#fff;}
.aboutsd ul li p{ font-size:35px;line-height:60px;}
.aboutsd ul li i{ background-color:#c1020a;border-radius: 50%;width:22px;height:22px;display: block; text-align:center; position:absolute;top: 35px;left: 60%;color: #fff;font-style:normal;}	
.aboutsd ul li:nth-of-type(1) i{left:60%;}
.aboutsd ul li:nth-of-type(3) i{left:65%;}
.aboutsd ul li:nth-of-type(4) i{left:65%;}

/* 应用领域 */

.index-yingyong-box {}

.index-yingyong {}

.index-yingyong .item {
	float: left;
	width: 32%;
	margin-top: 2%;
	margin-right: 2%;
}

.index-yingyong .item:nth-child(1) {
	margin-top: 0;
	width: 49%;
}

.index-yingyong .item:nth-child(2) {
	width: 49%;
	margin-top: 0;
	margin-right: 0;
}

.index-yingyong .item:nth-child(5) {
	margin-right: 0;
}

.index-yingyong .item .box {
	position: relative;
	overflow: hidden;
}

.index-yingyong .item .box .pic {
	padding-bottom: 67%;
	z-index: 1;
}

.index-yingyong .item .box .text {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 116, 195, 0.7);
	color: #fff;
	transition: 0.5s;
	transform: rotateX(-90deg);
	padding: 10% 30px 0;
	text-align: center;
	font-size: 12px;
}

.index-yingyong .item:nth-child(1) .box .text,
.index-yingyong .item:nth-child(2) .box .text {
	padding: 15% 20% 0;
	font-size: 14px;
}

.index-yingyong .item .box:hover .text {
	transform: rotateX(0deg);
}

.index-yingyong .item .box .text .title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.index-yingyong .item .box .text .titleen {
	text-transform: uppercase;
	font-size: 12px;
	font-family: en2;
	line-height: 2em;
	margin-bottom: 10px;
	opacity: 0.7;
}

.index-yingyong .item .box .text .info {
	line-height: 1.7em;
	margin-bottom: 25px;
}

.index-yingyong .item .box .text .btn a {
	border: solid 1px #fff;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	line-height: 2.5em;
	padding: 0 2em;
	margin: 0 5px;
	transition: 0.5s;
}

.index-yingyong .item .box .text .btn a:hover {
	background-color: #fff;
	color: #01a1e9;
}

/* 案例 */
.index-case-box {
	padding: 100px 0;
	background: url(../img/case-bg.png) no-repeat top center / 1920px 100%;
}

.index-case {
	position: relative;
	overflow: hidden;
	height: 284px;
}

.index-case .item {
	float: left;
	width: 300px;
	margin-left: 10px;
}


.index-case .item .box {
	display: block;
	background: #fff;
	padding: 5px;
	color: #333;
}

.index-case .item .box .pic {
	padding-bottom: 75%;
	z-index: 1;
}

.index-case .item .box .text {
	margin-top: 5px;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	transition: 0.5s;
}

.index-case .item .box:hover {
	background:#c00;
	color: #fff;
}
.casemore{text-align:center;margin-top:50px;}
.pro_nav_contnet {background:#e3232f;display:inline-block;padding:10px 25px;color: #fff;border-radius:5px;}
.pro_nav_contnet p {font-size:14px;}
.pro_nav_contnet span {font-size: 24px; font-weight: bold; font-family: Arial;color: #fff;}
.casemore a{background:#333;display:inline-block;padding:15px 35px 16px;color: #fff;text-align:center;font-size:16px;margin-left:20px;border-radius:5px;}
/* 
@keyframes xuanzhuan {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.index-yewu .item:hover .pic .bg {
	animation: xuanzhuan 2s 1;
	opacity: 1;
	animation-timing-function: ease;
} 
*/



/* 新闻资讯 */
.index_news .news_nav{
    text-align: center;
    padding-bottom: 40px;
}
.index_news .news_nav .jz{
    display: inline-flex;
}
.index_news .news_nav .jz a{
    display: block;
    width: 140px;
    height: 46px;
    border:solid 1px #cccccc;
    border-left: none;
    font-size: 16px;
    color: #666666;
    line-height: 46px;
    text-align: center;
    transition:all 0.3s ease-in-out;
}
.index_news .news_nav .jz a:nth-child(1){
    border-left: solid 1px #cccccc;
}
.index_news .news_nav .jz a:hover{
    background: #CE012F;
    color: #fff;
}
.index_news .news_list{
    
}
.index_news .news_list .first_news{
    width: 445px;
    display: block;
}
.index_news .news_list .first_news .newsimg{
    overflow: hidden;
}
.index_news .news_list .first_news .newsimg img{
    width: 100%;
    transition:all 0.3s ease-in-out;
}
.index_news .news_list .first_news:hover .newsimg img{
    transform: scale(1.1);
}
.index_news .news_list .first_news .text{
    padding: 0 5px;
}
.index_news .news_list .first_news .text p:nth-child(1){
    font-size: 18px;
    color: #333333;
    line-height:48px;
    height:48px;
    padding-top: 5px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.index_news .news_list .first_news:hover .text p:nth-child(1){
    color: #CE012F;
}
.index_news .news_list .first_news .text p:nth-child(2){
    font-size: 14px;
    color: #777;
    line-height: 25px;
    text-align: justify;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index_news .news_list .list{
    width: calc(100% - 510px);
}
.index_news .news_list .list a{
    display: block;
    margin-bottom: 10px;
}
.index_news .news_list .list a:nth-child(3){margin-bottom:0;}
.index_news .news_list .list a .newsimg{
    border: solid 1px #dedede;
    overflow: hidden;
}
.index_news .news_list .list a .newsimg img{
    width: 154px;
    transition:all 0.3s ease-in-out;
}
.index_news .news_list .list a:hover .newsimg img{
    transform: scale(1.1);
}
.index_news .news_list .list a .text{
    margin-left: 25px;
    width: calc(100% - 280px)
}
.index_news .news_list .list a .text p:nth-child(1){
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.index_news .news_list .list a:hover .text p:nth-child(1){
    color: #CE012F;
}
.index_news .news_list .list a .text p:nth-child(2){
    font-size: 14px;
    color: #888;
    line-height: 26px;
    margin-bottom: 8px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index_news .news_list .list a .text p:nth-child(3){
    font-size: 14px;
    color: #999999; line-height:28px;
}
.index_news .news_list .list a .icon{
    width: 34px;
    height: 34px;
    margin-top: 47px;
    transition:all 0.3s ease-in-out;
    background: url(../img/news_icon1.png) center center no-repeat;
}
.index_news .news_list .list a:hover .icon{
    background: url(../img/news_icon2.png) center center no-repeat;
}





.index-news-box {}

.index-bt-box {
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

.index-bt-box .title {
	float: left;
	line-height: 50px;
	font-size: 20px;
	color: #333;
}

.index-bt-box .right {
	float: right;
}


.index-bt-box .right a {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
	position: relative;
	font-size: 16px;
	color: #333;
	margin-left: 20px;
}

.index-bt-box .right a:hover,
.index-bt-box .right a.focus {
	color: #01a1e9;
}

.index-bt-box .right a.focus::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #01a1e9;
}

.index-news-nav {
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}

.index-news-nav a {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #333;
	background: #ededed;
	margin: 0 10px;
	position: relative;
	transition: 0.5s;
	overflow: hidden;
}

.index-news-nav a.focus {
	background: #01a1e9;
	color: #fff;
}


.index-news-box .container>.left {
	float: left;
	width: 780px;
}

.index-news-box .container>.right {
	float: right;
	width: 380px;
}


.news-list {
	padding-top: 10px;
}

.news-list .item {
	transition: 0.5s;
	padding-bottom: 10px;
	border-bottom: solid 1px #ededed;
}

.news-list .item:hover {
	border-color: #0874c3
}

.news-list .item .box {
	position: relative;
	display: block;
}

.news-list .item .box .time {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #f50;
}

.news-list .item .box .time p {
	font-size: 28px;
}

.news-list .item .box .time div {
	font-size: 34px;
	color: #ccc;
}

.news-list .item .box .text {
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	transition: 0.5s;
}

.news-list .item .box .text .title {
	position: relative;
	display: block;
	padding-right: 30%;
}

.news-list .item .box .text .title span {
	display: inline-block;
	vertical-align: middle;
	height: 3px;
	width: 10px;
	background: #333;
	margin-right: 10px;
}

.news-list .item:hover .box .text .title {
	color: #0874c3;
}

.news-list .item:hover .box .text .title span {
	background: #0874c3;
}

.news-list .item .box .text .info {
	opacity: 0.8;
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 5px;
}


.news-list-2 {}

.news-list-2 .item {
	float: left;
}

.news-list-2 .item .box {
	border: solid 1px #e0e0e0;
	transition: 0.5;
}

.news-list-2 .item .box:hover {
	border-color: #0874c3
}

.news-list-2 .item .box .pic {
	float: left;
	width: 24%;
	padding-bottom: 24%;
}


.news-list-2 .item .box .text {
	padding: 15px;
	padding-bottom: 0;
	color: #666;
	font-size: 13px;
	float: left;
	width: 76%;
}

.news-list-2 .item .box .text .title {
	font-size: 16px;
	color: #333;

}

.news-list-2 .item .box:hover .text .title {
	color: #0874c3;
}

.news-list-2 .item .box .text .time {
	color: #999;
	font-size: 13px;
	margin-top: 10px;
}


.news-list-2 .item .box .text .info {
	line-height: 1.7em;
	margin-top: 10px;
}

.index-news-faq {}

.news-list-faq {
	position: relative;
	overflow: hidden;
	height: 316px;
}

.news-list-faq .item {
	padding: 15px;
	margin-bottom: 15px;
	border: solid 1px #ccc;
}

.news-list-faq .item:hover {
	border-color: #0874c3;
}

.news-list-faq .item .title {
	font-size: 14px;
	color: #333;
	transition: 0.5s;
	padding-left: 20px;
	background: url(../img/icon/icon53.png) no-repeat left 3px / 14px;
}

.news-list-faq .item:hover .title {
	color: #0874c3;
}

.news-list-faq .item .info {
	font-size: 13px;
	padding-left: 20px;
	line-height: 1.7em;
	color: #999;
	margin-top: 5px;
	background: url(../img/icon/icon54.png) no-repeat left 3px / 14px;
}



.index-news-2 {
	float: left;
	width: 730px;
}

.index-news-2 .index-news-2-nav {}

.index-news-2 .index-news-2-nav a {
	font-size: 16px;
	line-height: 50px;
	padding: 0 2em;
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	transition: 0.5s;
}

.index-news-2 .index-news-2-nav a.focus {
	background: #fafafa;
	color: #0874c3;
}

.index-news-2-list {
	padding: 30px;
	background: #fafafa;
	position: relative;

}

.index-news-2-liuyan {
	float: right;
	width: 440px;
}

.index-news-2-liuyan .right-bt-box {}

.index-news-2-liuyan .right-bt-box .title {
	background: #fafafa;
	font-size: 16px;
	line-height: 50px;
	padding: 0 2em;
	display: block;
	float: left;
	font-weight: bold;
	color: #0874c3;
}


/* 在线留言 */
.message-box {
	background: #fafafa;
	padding: 30px;
}

.message-box .item {
	font-size: 0;
	margin-bottom: 15px;
}

.message-box .item>* {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}

.message-box .item .bt {
	width: 5em;
	min-height: 1px;
}

.message-box .item .input-text {
	background: #fff;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	width: calc(95% - 5em);
	color: #999;
}

.message-box .item textarea.input-text {
	resize: none;
	padding: 5px 10px;
	line-height: 22px;
	height: 88px;
	color: #999;
}
.message-box .item.btn-box{
	margin-bottom: 7px;
}
.message-box .item .coolbg {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	text-align: center;
	margin-right: 10px;
	line-height: 40px;
	height: 40px;
	background: #01a1e9;
	color: #fff;
}

.message-box .item .coolbg.tijiao {
	background: #0874c3;
}

.message-box .item input {
	outline: none;
}
