﻿@charset "utf-8";
/*全局*/
.wrap {
	width: 100%;
	float: left;
	clear: both;
	background: #f5f5f5;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}



body {
  min-width: 1200px;
  min-height: 100%;
  color: #333;
  font-size: 13px;
  background: #fff;
  font-family: "microsoft yahei", arial;
  -webkit-font-smoothing: antialiased;
}




/*logo题头*/
.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-sizing: border-box;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.header {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	height: 71px;
	float: left;
	width: 280px;
	background: url(logo.png) no-repeat;
	margin-top: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .logo.b {
	background: url(logo_v.png) no-repeat;
	height: 53px;
	margin: 9px 0 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	width: auto;
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a {
	display: block;
	padding: 0 25px;
	text-align: center;
	line-height: 90px;
	height: 90px;
	font-size: 15px;
	position: relative;
	color: #464646;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a.b {
	height: 70px;
	line-height: 70px;
	width: auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a b {
	display: block;
	width: 100%;
	height: 0%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	background: #23A4EF;
	z-index: -1;
}

.header .nav li a:hover,
.header .nav li a.on {
	color: #fff;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	height: 100%;
}

.header .lang {
	width: auto;
	position: absolute;
	right: 0;
	top: 34px;
}

.header .lang.b {
	top: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .lang li {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.header .lang li a {
	color: #000;
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	border: 1px #000 solid;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
}

.header .lang li a:hover,
.header .lang li a.on {
	background: #000;
	color: #fff;
}





/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c800508f, endColorstr=#c800508f);
	background: rgba(35,164,239,.8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 90px;
	left: 0;

}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 130px;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: #23A4EF;
	color: #fff;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}








/*intt.asp类别*/

.made {
	padding: 60px 0;
	background: #f9f9f9;
	position: relative;

}

.made .made_title {
	text-align: center;
	line-height: 1;
	margin: 0;
	animation-delay: 0.1s;
}

.made .made_title h2 {
	font-size: 28px;
	font-weight: normal;
	color: #444444;
        font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}

.made .made_title .subtitle {
	font-size: 16px;
	color: #b1b1b1;
	padding-top: 10px;
	text-transform: uppercase;
	display: block;
	width: 600px;
	color: rgba(191, 191, 191, 0.91);
	font-size: 14px;
	margin: 0 auto;
	border-bottom: 1px #ececec solid;
	padding-bottom: 10px;
        font-family: arial;
}

.made .made_title .subtitle::after {
	content: '';
	background-color: #23A4EF;
	width: 9px;
	height: 9px;
	display: block;
	border-left: 7px #f9f9f9 solid;
	border-right: 7px #f9f9f9 solid;
	position: relative;
	top: 15px;
	left: 288px;
}

.made .made_title p a {
	margin-top: 20px;
	float: left;
        
}

.made .made_title .exlist {
	margin-top: 30px;
}

.made .made_title .exlist li {
	float: left;
	position: relative;
	/*height: 285px;*/
	overflow: hidden;
}

.right20 {
	margin-right: 20px;
	margin-bottom: 20px

}

.exlist a .prodcut_info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
         line-height: 200%;
}

.exlist a .prodcut_info div {
	position: relative;
	top: 45%;
	margin-top: -15px;
}

.exlist a .prodcut_info p.prodcut_title {
	margin-top: 10px;
	color: rgba(0, 0, 0, 0);
	font-size: 16px;
	transition: all ease-out .3s;
}

.exlist a .prodcut_info p.prodcut_text {
	margin-top: 10px;
	color: rgba(0, 0, 0, 0);
	font-size: 12px;
	transition: all ease-out .3s;
}

.exlist li:hover .prodcut_info {
	background: rgba(0, 143, 215, .9);
}

.exlist li:hover .prodcut_info p.prodcut_title {
	margin-top: 0px;
	color: #fff;
	font-size: 16px;
}

.exlist li:hover .prodcut_info p.prodcut_text {
	margin-top: 2px;
	color: #f1f1f1;
	font-family: arial;
}

.exlist li::after {
	content: '';
	width: 28px;
	height: 28px;
	background: url(../images/jt1.png);
	margin-left: -14px;
	margin-top: 0px;
	position: absolute;
	top: 0%;
	left: 50%;
	z-index: 10;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}

.exlist li:hover::after {
	margin-top: 30px;
	top: 50%;
	opacity: 1;
}

.exlist a .prodcut_info p {
	text-align: center;
	color: #fff;
	padding: 0 20px;

}

.exlist li:hover img {
	transform: scale(1.2, 1.2);
}

.exlist a img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}















/*newslist*/

.newslist {
	padding: 60px 0 0px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.newslist .title {
	text-align: center;
	line-height: 1;
}

.newslist .title h2 {
	font-size: 28px;
	font-weight: normal;
	color: #444444;
        font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}

.newslist .title p {
	color: #7b7b7b;
	padding-top: 10px;
	display: block;
	width: 600px;
	color: rgba(191, 191, 191, 0.91);
	font-size: 14px;
	margin: 0 auto;
	border-bottom: 1px #ececec solid;
	padding-bottom: 10px;
	margin: 0 auto;
        font-family: arial;
}

.newslist .title p::after {
	content: '';
	background-color: #23A4EF;
	width: 9px;
	height: 9px;
	display: block;
	border-left: 7px #fff solid;
	border-right: 7px #fff solid;
	position: relative;
	top: 15px;
	left: 288px;

}





/*news了解更多*/

.newslist a.news_more {
	margin: 0px auto 50px;
	display: block;
	border: #dfdfdf 1px solid;
	position: relative;
	z-index: 99;
}

.newslist a.news_more {
	color: transparent;
	background: #fff;
	width: 180px;
	height: 30px;
	transition: all ease-out .9s;
	border-radius: 0px;
	font-size: 13px;
        color: #ccc;
        font-family: arial;
        line-height: 30px;
}

.newslist a.news_more:hover {
	color: transparent;
	background: #fff;
	width: 180px;
	height: 30px;
	transition: all ease-out .9s;
	border-radius: 0px;
	font-size: 13px;
        color: #fff;
        font-family: arial;
        line-height: 30px;
      
}

.newslist a.news_more i{display: block;width: 0;height: 30px;background: #23A4EF; transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;left: 0;position: absolute;top: 0;z-index: -1;}
.newslist a.news_more:hover i{width: 100%; }











/*关于我们*/

.made2 {
	padding: 0px 0;
	position: relative;

}

.made2 .made2_title {
	text-align: center;
	line-height: 1;
	margin: 0;
	animation-delay: 0.1s;
}

.made2 .made2_title h2 {
	font-size: 28px;
	font-weight: normal;
	color: #444444;
        font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}

.made2 .made2_title .subtitle {
	font-size: 16px;
	color: #b1b1b1;
	padding-top: 10px;
	text-transform: uppercase;
	display: block;
	width: 600px;
	color: rgba(191, 191, 191, 0.91);
	font-size: 14px;
	margin: 0 auto;
	border-bottom: 1px #ececec solid;
	padding-bottom: 0px;
        font-family: arial;
}

.made2 .made2_title .subtitle::after {
	content: '';
	background-color: #fff;
	width: 9px;
	height: 9px;
	display: block;
	border-left: 7px #f9f9f9 solid;
	border-right: 7px #f9f9f9 solid;
	position: relative;
	top: 9px;
	left: 288px;
}

.made2 .made2_title p a {
	margin-top: 20px;
	float: left;
        
}

.made .made_title .exlist2 {
	margin-top: 30px;
}

.made2 .made2_title .exlist2 li {
	float: left;
	position: relative;
	/*height: 285px;*/
	overflow: hidden;
}

.right9 {
	margin-right: 9px;
	margin-bottom: 9px

}

.exlist2 a .prodcut_info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
         line-height: 200%;
}

.exlist2 a .prodcut_info div {
	position: relative;
	top: 40%;
	margin-top: -15px;
}

.exlist2 a .prodcut_info p.prodcut_title {
	margin-top: 10px;
	color: rgba(0, 0, 0, 0);
	font-size: 16px;
	transition: all ease-out .3s;
}

.exlist2 a .prodcut_info p.prodcut_text {
	margin-top: 10px;
	color: rgba(0, 0, 0, 0);
	font-size: 12px;
	transition: all ease-out .3s;
}

.exlist2 li:hover .prodcut_info {
	background: rgba(0, 0, 0, .8);
}

.exlist2 li:hover .prodcut_info p.prodcut_title {
	margin-top: 0px;
	color: #fff;
	font-size: 18px;
}

.exlist2 li:hover .prodcut_info p.prodcut_text {
	margin-top: 1px;
	color: #23A4EF;
	font-family: arial;
}

.exlist2 li::after {
	content: '';
	width: 28px;
	height: 28px;
	background: url(../images/jt2.png);
	margin-left: -14px;
	margin-top: 0px;
	position: absolute;
	top: 0%;
	left: 50%;
	z-index: 10;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}

.exlist2 li:hover::after {
	margin-top: 30px;
	top: 48%;
	opacity: 1;
}

.exlist2 a .prodcut_info p {
	text-align: center;
	color: #fff;
	padding: 0 20px;

}

.exlist2 li:hover img {
	transform: scale(1.2, 1.2);
}

.exlist2 a img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
