﻿@charset "utf-8";
.wrap {
	width: 100%;
	float: left;
	clear: both;
	background: #f5f5f5;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}









/*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: 450px;
	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: #333;
	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: #fff;
	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: #333;
	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: 135px;
}

.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: #333;
	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: 478px;
	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: #101010;
	width: 9px;
	height: 9px;
	display: block;
	border-left: 7px #f9f9f9 solid;
	border-right: 7px #f9f9f9 solid;
	position: relative;
	top: 15px;
	left: 228px;
}

.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: 403px;
	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: 50%;
	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, 0, 0, .8);
}

.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: 0px;
	color: #b7b7b7;
	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: 52%;
	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: 478px;
	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: #101010;
	width: 9px;
	height: 9px;
	display: block;
	border-left: 7px #fff solid;
	border-right: 7px #fff solid;
	position: relative;
	top: 15px;
	left: 228px;

}

.newslist ul {
	margin-top: 40px;
	position: relative;
}

.newslist ul li {
	width: 1200px;
	height: 142px;
	padding: 10px 0;
	margin: 5px auto;
	transition: all 0.3s ease-out 0s;
	position: relative;
}




/*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: #333;
	width: 180px;
	height: 30px;
	transition: all ease-out .9s;
	border-radius: 0px;
	font-size: 13px;
        color: #fff;
        font-family: arial;
        line-height: 30px;
}






/*about*/
.exabout {

	position: relative;
	overflow: hidden;
	background-size: auto;
	background-color: #ffffff;
}

.bgShow {
	background-repeat: no-repeat;
	background-size: auto;
}

.abouttext {
        width: 1200px;
	float: left;
	position: relative;
	background: #fff;
	padding: 30px 0px;
	margin-top: 280px;
	text-align: center;
	line-height: 30px;
	color: #7e7e7e;
        padding-top: 40px;
}

.abouttext h2 {
	font-size: 28px;
	font-weight: normal;
	color: #444444;
        font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}

.abouttext p {
	color: #7b7b7b;
	padding-top: 0px;
	display: block;
	width: 478px;
	color: rgba(191, 191, 191, 0.91);
	font-size: 14px;
	margin: 0 auto;
	padding-bottom: 10px;
	margin: 0 auto;
	text-transform: uppercase;
        font-family: arial;
}





/*about了解更多*/

.aboutlist {
	background: #fff;
	position: relative;
	overflow: hidden;
}

.aboutlist a.news_more {
	margin: 5px auto 60px;
	display: block;
	border: #dfdfdf 1px solid;
	position: relative;
	z-index: 99;
}

.aboutlist 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;
}

.aboutlist a.news_more:hover {
	color: transparent;
	background: #333;
	width: 180px;
	height: 30px;
	transition: all ease-out .9s;
	border-radius: 0px;
	font-size: 13px;
        color: #fff;
        font-family: arial;
        line-height: 30px;
}