@charset "utf-8";
/*------------------------------------------------------------
	idnex
------------------------------------------------------------*/
.feature{
    width: 90%;
    margin: 50px auto;
}

.feature li {
    width: 25%;
    float: left;
    position: relative;
    height: 130px;
}

.feature li:after {
    display: block;
    content: '';
    width: 1px;
    height: 130px;
    background: #c9c9c9;
    position: absolute;
    right: 0;
    top: 0;
}

.feature li:last-child:after {
    display: none;
}

.feature li .com-img {
    width: 62px;
    height:50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
}

.feature li img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.feature li h3 {
    color: #1d1d1d;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
}

.feature li p {
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
}

.feature li:hover h3 {
    color: #1488F5;
}

.feature li:hover .com-img img {
    animation: swing 1s infinite linear;
}

.about {
	background: url(../images/about_bg.jpg) no-repeat center center;
	background-size: cover;
}

.about .inner {
	margin: 0 auto;
	padding: 100px 0;
	width: 90%;
	min-width: 1300px;
	height: 550px;
}

.about .photo {
	width: 40%;
	height: 550px;
	float: right;
	background: url(../images/about_img.jpg) no-repeat left center;
	background-size: cover; 
}

.about .textBox {
	width: 56%;
	float: left;
}

.about .textBox h2 {
	margin-bottom: 30px;
	color: #1488F5;
	font-size: 40px;
	line-height: 1.2;
}

.about .textBox h2 span {
	display: block;
	color: #FE6D0A;
	font-family: Impact;
	font-size: 35px;
}

.about .textBox p {
	margin-bottom: 15px;
	color: #333;
	font-size: 15px;
	text-indent: 2em;
}

.about .textBox .link a {
	padding: 5px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FE6D0A;
	border-radius: 30px;
}

.about .textBox .linkul {
	margin-top: 30px;
}

.about .textBox .linkul li {
	width: 20%;
	float: left;
	text-align: center;
}

.about .textBox .linkul li a {
	display: block;
}

.about .textBox .linkul li a:hover {
	opacity: 0.8;
}

.about .textBox .linkul li span {
	margin-top: 10px;
	display: block;
	font-size: 16px;
	text-align: center;
}

.product {
	padding: 60px 0;
}

#marqueesrcoll {
	height: 600px;
	background: none !important;
}

.proList {
	margin: 0 auto;
	min-width: 1300px;
	width: 92%;
}

.proList li {
	margin: 0 1% 25px;
	width: 23%;
	float: left;
}

.proList li a {
	padding: 5px;
	display: block;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.proList li a .photo {
	overflow: hidden;
}

.proList li img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.proList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.proList li a p {
	padding: 15px 0;
	color: #333;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
}

.proList li a:hover p {
	color: #fff;
	background: #1488F5;
}


.videoList {
	margin: 0 auto;
	min-width: 1300px;
	width: 92%;
}

.videoList li {
	margin: 0 1% 25px;
	width: 23%;
	float: left;
}

.videoList li a {
	padding: 5px;
	display: block;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.videoList li a .photo {
	height: 400px;
	text-align: center;
	overflow: hidden;
}

.videoList li img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.videoList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.videoList li a p {
	padding: 15px 0;
	color: #333;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
}

.videoList li a:hover p {
	color: #fff;
	background: #1488F5;
}



.advantage .inner {
	height: 750px;
	position: relative;
	background: url(../images/ad_bg.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .tabPanel {
	position: absolute;
	left: 20%;
	top: 15%;
}

.advantage .tabPanel li {
	margin-bottom: 20px;
}

.advantage .tabPanel li a {
	display: block;
	overflow: hidden;
}

.advantage .tabPanel li .num {
	width: 60px;
	height: 60px;
	color: #333;
	font-family: Impact;
	font-size: 30px;
	line-height: 60px;
	float: left;
	text-align: center;
	background: #fff;
	border-radius: 5px;
}

.advantage .tabPanel li.on .num {
	color: #fff;
	background: #FE6D0A;
}

.advantage .tabPanel li .text {
	padding: 6px 0 0 70px;
	display: block;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	position: relative;
}

.advantage .tabPanel li.on .text {
	color: #FE6D0A;
}

.advantage .tabPanel li .text:before {
	position: absolute;
	left: 70px;
	top: 0;
	content: "";
	width: 50px;
	height: 1px;
	content:"";
	background: #fff;
}

.advantage .tabPanel li.on .text:before {
	background: #FE6D0A;
}

.advantage .tabPanel li .text em {
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.tabBox {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.tabBox .photo {
	width: 60%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.tabBox .photo01 {
	background: url(../images/ad01.jpg) no-repeat center center;
	background-size: cover;
}

.tabBox .photo02 {
	background: url(../images/ad02.jpg) no-repeat center center;
	background-size: cover;
}

.tabBox .photo03 {
	background: url(../images/ad03.jpg) no-repeat center center;
	background-size: cover;
}

.tabBox .photo04 {
	background: url(../images/ad04.jpg) no-repeat center center;
	background-size: cover;
}

.tabBox .textBox {
	padding: 30px;
	width: 750px;
	position: absolute;
	left: 10%;
	bottom: 15%;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff url(../images/top_bg.jpg) no-repeat center center;
	background-size: cover;
}

.tabBox .textBox .title {
	margin-bottom: 10px;
	color: #FE6D0A;
	font-size: 30px;
	font-weight: bold;
}

.tabBox .textBox li {
	padding-left: 30px;
	color: #333;
	font-size: 16px;
	background: url(../images/ys_icon.png) no-repeat left center;
	background-size: 20px 20px;
}

.aaplication {
	padding: 80px 0;
}

.aaplication ul {
	margin: 0 auto;
	width: 90%;
	min-width: 1300px;
}
	
.aaplication li {
	float: left;
	width: 14.28%;
}

.aaplication li a {
	padding-top: 200px;
	height: 500px;
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;

}

.aaplication li a:hover {
	padding-top: 180px;
}

.aaplication li a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 1;
	background: rgba(0,0,0,.5);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.aaplication li a:hover:before {
	background: rgba(20,136,245,.7);
}

.aaplication li p {
	z-index: 2;
	position: relative;
}

.aaplication li p span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.aaplication .app01 {
	background: url(../images/app01.jpg) no-repeat center center;
	background-size: cover;
}

.aaplication .app02 {
	background: url(../images/app02.jpg) no-repeat center center;
	background-size: cover;
}

.aaplication .app03 {
	background: url(../images/app03.jpg) no-repeat center center;
	background-size: cover;
}

.aaplication .app04 {
	background: url(../images/app04.jpg) no-repeat center center;
	background-size: cover;
}

.aaplication .app05 {
	background: url(../images/app05.jpg) no-repeat center center;
	background-size: cover;
}

.aaplication .app06 {
	background: url(../images/app06.jpg) no-repeat center center;
	background-size: cover;
}

.aaplication .app07 {
	background: url(../images/app07.jpg) no-repeat center center;
	background-size: cover;
}

.case ul {
	margin: 0 auto;
	width: 92%;
	min-width: 1300px;
	overflow: hidden;
}

.case li {
	margin-right: 20px;
	width: 400px;
	float: left;
}

.case li a {
	display: block;
	overflow: hidden;
	position: relative;
	background: rgba(0,0,0,.1);
}

.case li img {
	margin: 0 auto;
	max-width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.case li a .photo {
	height: 300px;
	overflow: hidden;
	text-align: center;
}

.case li a p {
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #1488F5;
}

.step {
	padding: 80px 0;
}
	
.step ul {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}

.step li {
	float: left;
	width: 206px;
}

.step .item02 {
	width: 170px;
}

.step li .Piece {
	width: 168px;
	height: 188px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	float: left;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 0 #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.step li .jtou {
	width: 36px;
	height: 188px;
	background: url(../images/jtou.png) no-repeat center;
	float: left;
	display: block;
}

.step li img {
	max-width: 100px;
	max-height: 80px;
	display: block;
	margin: 0 auto;
}

.step li p {
	text-align: center;
	padding-top: 40px;
	height: 88px;
}

.step li:last-child .jtou {
	display: none;
}

.step li:hover .Piece {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.news .inner {
	margin: 0 auto;
	width: 1300px;
}

.news .newlistleft {
	width: 49%;
	float: left;
	margin-top: 25px;
}

.news .newlistleft .newimg {
	width: 100%;
	height: 404px;
	position: relative;
}

.news .newlistleft .newimg .date1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
	background: #1488F5;
}

.date1 b {
	display: block;
	font-size: 50px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

.date1 p {
	padding-top: 0px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.news .newlistleft .newimg img {
	width: 100%;
	height: 404px;
}

.news .newlistleft .newimg a {
	height: 404px;
}

.news .newlistleft .newtxt {
	width: 96.1%;
	height: 90px;
	background: #fff;
	padding: 2%;
}

.news .newlistleft .newtxt b {
	font-size: 18px;
	line-height: 30px;
}

.news .newlistleft .newtxt {
	font-size: 16px;
	line-height: 26px;
}

.news .newlistleft:hover .newtxt {
	background: #FE6D0A;
}

.news .newlistleft:hover .newtxt a {
	color: #fff;
}

.news .imgList {
	width: 49%;
	float: right;
	margin-top: 25px;
}

.news .imgList li {
	margin: 0 0 15px;
	width: 100%;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
	background: #fff;
}

.news .imgList li a {
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

.news .imgList li .photo {
	float: left;
	width: 180px;
	height: 142px;
	overflow: hidden;
	position: relative;
}

.news .imgList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news .imgList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.news .imgList li .date {
	padding: 0 30px 0 0;
	float: right;
	color: #d1d1d1;
	font-size: 25px;
	font-family: impact;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news .imgList li .date span {
	display: block;
	font-size: 65px;
}

.news .imgList li .ttl {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news .imgList li a:hover {
	background: #FE6D0A;
}

.news .imgList li a:hover .ttl,
.news .imgList li a:hover .date,
.news .imgList li a:hover .txt {
	color: #fff;
}

.news .imgList li .textBox {
	padding: 25px 10px 0 0;
	width: 400px;
	float: right;
}

.news .imgList li .txt {
	color: #999;
	font-size: 15px;
	line-height: 1.8;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}


.pageAbout {
	margin: 0 auto;
	padding: 60px 0;
	width: 90%;
	min-width: 1300px;
}

.pageAbout .ttlBox {
	margin-bottom: 30px;
	padding: 0 0 15px 15px;
	border-bottom: 1px dotted rgba(0,0,0,.4);
}

.pageAbout .ttlBox h3 {
	float: left;
	font-size: 40px;
	font-weight: normal;
}

.pageAbout .ttlBox h3 span {
	margin-bottom: 10px;
	padding: 5px 0;
	width: 200px;
	display: block;
	color: #fff;
	font-size: 25px;
	text-align: center;
	background: #1488F5;
	border-radius: 30px;
}

.pageAbout .ttlBox ul {
	width: 700px;
	float: right;
}

.pageAbout .ttlBox li {
	width: 33.33333%;
	float: left;
	color: #F8770F;
	font-size: 60px;
	text-align: center;
}

.pageAbout .ttlBox li span {
	display: block;
	color: #000;
	font-size: 16px;
}

.pageAbout .ttlBox li em {
	margin-left: 15px;
	font-style: normal;
	font-size: 25px;
	vertical-align: middle;
}

.pageAbout p {
	color: #333;
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
}

.pageAbout .photo {
	margin-top: 30px;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}

.pageAbout .photo img {
	width: 100%;
}

.pagenews {
	margin: 0 auto;
	padding: 60px 0 0;
	min-width: 1300px;
	width: 90%;
}
	
#main .pagenews li {
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

#main .pagenews li .sub {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .pagenews li a {
	padding: 30px 15px;
	display: block;
	color: #666;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .pagenews li .photo {
	width: 200px;
	height: 160px;
	float: left;
	overflow: hidden;
}

#main .pagenews li .photo img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .pagenews li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .pagenews li .textBox {
	padding-left: 230px;
}

#main .pagenews li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

#main .pagenews li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.7;
}

#main .pagenews li .textBox .date {
	font-size: 14px;
	color: #999;
}

#main .pagenews li a:hover {
	background: #1488F5;
}

#main .pagenews li a:hover .textBox .ttl,
#main .pagenews li a:hover .textBox .txt,
#main .pagenews li a:hover .textBox .date {
	color: #fff;
}


.contactBox {
	margin: 60px auto 80px;
	max-width: 90%;
	padding-left: 500px;
	min-width: 1300px;
	position: relative;
	box-sizing: border-box;
}

.contactBox .map {
	height: 500px;
}

.conList {
	padding: 0 50px 0 30px;
	width: 500px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(204,204,204,.5);
	box-sizing: border-box;
}

.conList .logo {
	padding-top: 80px;
	float: right;
}

.conList ul {
	padding-top: 60px;
	width: 280px;
	float: left;
}

.conList li {
	padding: 0 0 10px 40px;
	color: #000;
	font-size: 16px;
}

.conList li span {
	display: block;
	font-size: 20px;
}

.conList .con01 {
	background: url(../images/contact_icon_01.png) no-repeat left 1px;
}

.conList .con02 {
	background: url(../images/contact_icon_02.png) no-repeat left 1px;
}

.conList .con03 {
	background: url(../images/contact_icon_03.png) no-repeat left 1px;
}

.conList .con04 {
	background: url(../images/contact_icon_04.png) no-repeat left 1px;
}

.pagePro {
	padding-top: 60px;
}



.detailBox {
	margin: 0 auto 40px;
	width: 1200px;
}

.detailBox h3 {
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

.detailBox .infoPhoto {
	text-align: justify;
	font-size:16px;
	color:#444;
}

.detailBox .infoPhoto img {
	margin: 0 auto 15px;
	display: block;
	width: 600px !important;
	height: auto !important;
}

.detailBox .infoPhoto video {
	margin: 0 auto;
	display: block;
	height: 900px !important;
}

.detailBox .infoPhoto table {
	margin-top: 30px;
	width: 100%;
	border-collapse: collapse;
}

.detailBox .infoPhoto th {
	padding: 10px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #666;
}

.detailBox .infoPhoto td {
	padding: 10px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #666;
}

.detailBox .infoText {
	margin-bottom: 20px;
	text-align: center;
}

.detailBox .infoText h3 {
	color: #111;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.detailBox .infoText .updata {
	margin-top: 30px;
	padding: 10px 0;
	text-align: center;
	padding-bottom:15px;
	color:#888;
	font-size: 15px;
	font-weight: normal;
	border-top: 1px dotted #b6b6b6;
	border-bottom: 1px dotted #b6b6b6;
}

.detailBox .infoText .name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.detailBox .infoText .tel {
	padding: 15px 0 15px 80px;
	text-align: left;
	color: #d60d1b;
	font-size: 35px;
	font-weight: bold;
	background: url(../images/tel.png) no-repeat left center;
}

.qianhou {
	margin: 0 auto 30px;
	width: 1200px;
	padding: 10px 8px;
	font-size: 15px;
	background:#f5f5f5;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

.qianhou a:hover {
	text-decoration: underline;
}


