@charset "utf-8";
/*全局控制*/

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	font-family: Arial, 'Microsoft Yahei', "微软雅黑";
	-webkit-text-size-adjust: none;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, 'Microsoft Yahei', "微软雅黑";
}
img {
	border: 0;
}
ul, li {
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #feb403
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.dis {
	display: block;
}
.undis {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.fb {
	font-weight: bold;
}
.fnb {
	font-weight: 200;
	margin-left: -1px;
}
.hr_1, .hr_10 {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	background: #ddd;
}
.hr_1 {
	height: 1px;
}
.hr_10 {
	height: 10px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table tr:nth-child(2n){ background:#f0f0f0}
.opacity1 {
	opacity: 1 !important;
}
.delay05 {
	animation-delay: 0.5s;
}
.delay07 {
	animation-delay: 0.7s;
}
.delay09 {
	animation-delay: 0.9s;
}
.itop {
	width: 100%;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999
}
.top-t {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box
}
.language {
	float: right;
	font-size: 12px;
	color: #333;
	position: relative;
}
.langicon {
	height: 30px;
	width: 30px
}
.langicon a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
}
.langlist {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 30px;
	width: 31px;
	border: 1px #ddd solid;
	padding: 5px 0;
	box-sizing: border-box;
	border-radius: 5px;
	background: #eee;
	color: #fff;
}
.langlist li {
	line-height: 30px;
}
.langlist li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 31px;
	height: 28px;
	text-align: center;
}
.meng {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 99;
}
.displayblock {
	display: block !important;
}
.search {
	width: 30px;
	padding-left: 10px;
	height: 30px;
	cursor: pointer;
	float: right;
	background: url(../images/searchbtn.png) center center no-repeat;
}
/*--search modal--*/

.modal {
	position: fixed;
	z-index: 9999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.modal-dialog {
	position: absolute;
	z-index: 9999999999;
	left: 0;
	top: -174px;
	width: 100%;
	background-color: #2b2b2b;
}
.modal-content {
	width: 1200px;
	margin: auto;
}
.modal-content > div {
	float: left;
}
.modal-content input {
	border: none;
}
.modal-content .search-logo {
	margin-top: 45px;
	width: 162px;
	height: 128px;
}
.modal-content .search-bar {
	margin: 47px 30px 47px 0px;
	overflow: hidden;
}
.modal-content .search-tab .tab {
	padding: 6px 20px;
	float: left;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}
.modal-content .search-tab .on {
	background: #fff;
	color: #fe0000;
}
.modal-content .tab-panel {
	display: none;
}
.modal-content .on {
	display: block;
}
.modal-content .search-bar .search-keywords {
	margin-top: 2px;
	border-radius: 6px;
	height: 34px;
	overflow: hidden;
}
.modal-content .search-bar .keywords {
	float: left;
	padding-left: 10px;
	width: 640px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
}
.modal-content .search-bar input[type="submit"] {
	float: left;
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	background: #ef011c;
	color: #fff;
	cursor: pointer;
}
.modal-content .search-close {
	margin-left: 14px;
	float: left;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	background: #eee;
	border-radius: 50%;
	transition: .4s all;
}
.modal-content .search-close:hover {
	background: #ef011c;
	color: #fff;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.modal-open {
	overflow: hidden;
	padding-right: 17px;
}
/*--/search modal end--*/



.itopff {
	background: #fff;
}
.header {
	width: 1350px;
	margin: 0 auto;
	border-radius: 3px;
	position: fixed;
	left: 50%;
	margin-left: -675px;
	height: 80px;
	background: rgba(255,255,255,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
	transition: bottom .5s, background .5s, height .5s, top .5s, line-height .5s;
}
.logo {
	float: left;
	padding: 13px;
	box-sizing: border-box;
	height: 80px;
}
.logo img {
	height: 53px;
}
.header-min {
	top: 0;
	box-shadow: 0px 1px 5px #aaa;
	background: #fff;
}
.menu {
	float: right;
	width: 1080px;
}
.menu ul {
}
.menu ul li {
	display: block;
	float: left;
	width: 135px;
	height: 80px;
	text-align: center;
	position: relative;
}
.menu ul li a {
	display: block;
	color: #333;
	font-size: 16px;
	height: 55px;
	padding-top: 25px;
	position: relative;
}
.menu>ul>li>a {
	font-weight: bold;
}
.menu ul li a span {
	font-size: 12px;
	color: #333;
	opacity: 0.5;
	font-family: Arial
}
.menu ul li a b {
	display: inline-block;
	width: 0;
	margin: 0 auto;
	height: 9px;
	background: #c30401;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -90px;
	/*transform: translateX(-50%);*/
	background: url(../images/menunowbg.png) center top no-repeat;
}
.menu ul li a:hover {
	color: #c30401;
}
.menu ul li a:hover span {
	color: #c30401;
	opacity: 1;
}
.menu ul li a:hover b {
	width: 180px;
}
.menu ul li:last-child a:hover b {
	width: 135px
}
.menu .cur {
	background-image: none;
	color: #fff;
}
.menu .cur a {
	color: #333;
}
.menu .cur a:hover {
	color: #333;
}
.menu ul li:last-child {
	background-image: none;
}
.menu ul li a.selected b {
	width: 180px;
}
.menu li .submenu {
	display: none;
	position: absolute;
	top: 80px !important;
	left: -22px !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	transition: all 0s;
	background: #fff;
	z-index: 999;
	width: 180px !important;
	height: auto;
	padding: 0
}
.menu li .submenu li {
	float: none;
	padding: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: none;
	margin: 5px 0;
}
.menu li .submenu li:hover {
	background: #af0300;
}
.menu li .submenu li:hover>a {
	color: #fff;
}
.menu li .submenu li a {
	float: none;
	padding: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.menu li .submenu li a:hover {
	line-height: 40px;
	background: none;
}
.menu li .s {
	display: none;
	position: absolute;
	top: 0;
	left: 135px;
	transition: all 0s;
	background: #f0f0f0;
	z-index: 9;
	width: 180px !important;
	height: auto;
	padding: 0;
}
.menu li .s li {
	float: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: none;
	margin: 0;
}
.menu li .s li:hover {
	background: #c30401;
	color: #fff;
}
.menu li .s li:hover a {
	color: #fff;
}
.menu li .s li a {
	float: none;
	padding: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #333;
}
.menu li .s li a:hover {
	line-height: 40px;
	background: none;
	color: #fff;
}
/*幻灯Banner*/

.banner {
	position: relative;
	width: 100%;
	height: 660px;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
}
.banner ul {
	list-style: none;
	width: 300%;
}
.banner ul li {
	display: block;
	float: left;
	width: 33%;
	height: 660px;/*	-webkit-background-size: 100% 100%;*/
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;/*background-size: 100% 100%;*/
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
}
.banner .dots li {
	display: inline-block;
	width: 22px;
	height: 6px;
	margin: 0 4px;
	text-indent: -999em;
	border: 1px solid #fff;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #fff;
	opacity: 1;
}
.nybanner {
	width: 100%;
	height: 450px;
	background-position: center center;
}
.nybanner1 {
	width: 100%;
	height: 250px;
	background-position: center center;
}
.main {
	width: 100%;
}
.mainn {
	width: 100%;
	background: #f0f0f0
}
.mainbg-f0 {
	width: 100%;
	background: #f0f0f0;
	padding: 60px 0;
}
.mainbox {
	width: 1200px;
	margin: 0 auto;
}
.mainservice {
	width: 100%;
	height: 720px;
	padding: 40px 0;
	background: url(../images/mainservice.jpg) center center no-repeat;
}
.sycpfl {
	width: 1200px;
	margin: 0 auto;
}
.sycpfltitle {
	width: 240px;
	height: 240px;
	background: #c30401;
	float: left;
}
.sycpfltitle a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/sycpfl.png) center 50px no-repeat;
	display: block;
	text-align: center;
	padding-top: 160px;
	letter-spacing: 3px;
}
.sycpfl01 {
	width: 240px;
	height: 240px;
	background: #333333;
	float: left;
	text-align: center;
}
.sycpfl02 {
	width: 240px;
	height: 240px;
	background: #292929;
	float: left;
	text-align: center;
}
.sycpfl03 {
	width: 240px;
	height: 240px;
	background: #181818;
	float: left;
	text-align: center;
}
.sycpfl04 {
	width: 240px;
	height: 240px;
	background: #292929;
	float: left;
	text-align: center;
}
.sycpfl01 h3 {
	background: url(../images/sycpfl01.png) center 50px no-repeat;
	height: 240px;
	box-sizing: border-box
}
.sycpfl01 h3 a {
	color: #fff;
	font-size: 18px;
	display: block;
	padding-top: 150px;
	height: 240px;
	box-sizing: border-box
}
.sycpfl02 h3 {
	background: url(../images/sycpfl02.png) center 50px no-repeat;
	height: 240px;
	box-sizing: border-box
}
.sycpfl02 h3 a {
	color: #fff;
	font-size: 18px;
	display: block;
	padding-top: 150px;
	height: 240px;
	box-sizing: border-box
}
.sycpfl03 h3 {
	background: url(../images/sycpfl03.png) center 50px no-repeat;
	height: 240px;
	box-sizing: border-box
}
.sycpfl03 h3 a {
	color: #fff;
	font-size: 18px;
	display: block;
	padding-top: 150px;
	height: 240px;
	box-sizing: border-box
}
.sycpfl01 p, .sycpfl02 p, .sycpfl03 p {
	font-size: 12px;
	color: #aaa;
	padding: 0 10px;
}
.sycpfl01 h3:hover, .sycpfl02 h3:hover, .sycpfl03 h3:hover {
	background-color: rgba(255,255,255,0.1)
}
.sycpfl04 h3 {
	background: url(../images/sycpfl04.png) center 50px no-repeat;
	height: 240px;
	box-sizing: border-box
}
.sycpfl04 h3 a {
	color: #fff;
	font-size: 18px;
	display: block;
	padding-top: 150px;
	height: 240px;
	box-sizing: border-box
}
.syproducttitle {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	background: url(../images/titleline.jpg) center center no-repeat;
}
.syproducttitle h3 {
	display: inline-block;
	padding: 0 40px;
	background: #fff
}
.syproducttitle h3 span {
	font-size: 14px;
	font-family: Arial;
	color: #aaa;
	font-weight: normal;
	text-transform: uppercase;
}
.syproductlist {
	width: 1200px;
	margin: 0 auto;
}
.syproductlist * {
	-webkit-transition: all ease-in-out 0.55s;
	-o-transition: all ease-in-out 0.55s;
	-ms-transition: all ease-in-out 0.55s;
	transition: all ease-in-out 0.55s;
}
.syproductlist div {
	float: left;
	width: 283px;
	height: 298px;
	border: 1px #ddd solid;
	margin-right: 20px;
	text-align: center;
}
.syproductlist div:nth-child(4n){
	margin-right: 0;}
.syproductlist div h3 {
	width: 283px;
	height: 238px;
	background: #fff;
	overflow: hidden;
}
.syproductlist div h3 a {
	display: block;
	width: 283px;
	height: 238px;
}
.syproductlist div p {
	height: 60px;
	line-height: 60px;
}
.syproductlist div p a {
	color: #333;
	font-size: 16px;
}
.syproductlist div:hover {
	background: #c30401;
	border: 1px #c30401 solid;
}
.syproductlist div:hover h3 a img {
	/*width: 110%;
	height: 105%;
	margin-left: -5%;
	margin-top: -5%*/
}
.syproductlist div:hover p a {
	color: #fff;
	font-size: 18px;
}
.pleft {
	float: left;
	width: 280px;
	margin-right: 25px;
}
.plefttitle {
	width: 240px;
	height: 65px;
	background: #c30401;
	padding-left: 40px;
	padding-top: 25px;
}
.plefttitle h3 {
	border-left: 3px #d5504e solid;
	font-size: 24px;
	color: #fff;
	padding-left: 10px;
}
.plefttitle h3 span {
	font-size: 16px;
	text-transform: uppercase;
	color: #d5504e;
	display: block;
	font-weight: normal;
	margin-top: 8px;
	line-height: 12px;
}
.pleft .pcate {
	background: #fff;
	border-bottom: 5px #c30401 solid;
}
.pleft .pcate dl dt {
	height: 60px;
	line-height: 60px;
	padding-left: 40px;
	border-bottom: 1px #ddd solid;
}
.pleft .pcate dl dt a {
	color: #333;
	font-size: 16px;
	padding-left: 13px;
	line-height: 60px;
	background: url(../images/plefta.png) left center no-repeat;
}
.pleft .pcate dl dt:hover {
	background: rgba(0,0,0,0.2)
}
.pleft .pcate dl dd {
	background: #c30401 url(../images/pcatedd.jpg) 40px center no-repeat;
	height: 50px;
	line-height: 50px;
	padding-left: 53px;
}
.pleft .pcate dl dd a {
	background: #c30401;
	font-size: 14px;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
.pleft .pcate dl dd a:hover {
	color: #fff;
	background: #af0300;
	font-size: 14px;
	color: #333;
	height: 50px;
	line-height: 50px;
}
.pright {
	float: right;
	width: 895px;
}
.pleft .pcate1 {
	background: #fff;
	border-bottom: 5px #c30401 solid;
}
.pleft .pcate1 dl {
	position: relative;
}
.pleft .pcate1 dl dt {
	height: 60px;
	line-height: 60px;
	padding-left: 40px;
	border-bottom: 1px #ddd solid;
}
.pleft .pcate1 dl dt a {
	color: #333;
	font-size: 16px;
	padding-left: 13px;
	line-height: 60px;
	background: url(../images/plefta.png) left center no-repeat;
}
.pleft .pcate1 dl dt:hover {
	background: #af0300;
	border-bottom: 1px #af0300 solid
}
.pleft .pcate1 dl dt:hover a {
	color: #fff;
}
.pleft .pcate1 dl dd {
	position: absolute;
	top: 0px;
	left: 280px;
	display: none;
	width: 230px;
	height: auto;
	background: #f0f0f0;
	box-shadow: -1px 1px 6px rgba(0, 0, 0, .3);
	z-index: 999;
}
.pleft .pcate1 dl dd ul {
	padding: 15px 0px;
}
.pleft .pcate1 dl dd ul li {
	width: 230px;
	text-align: center;
	line-height: 40px;
}
.pleft .pcate1 dl dd ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 40px;
}
.pleft .pcate1 dl dd ul li a:hover {
	color: #fff;
}
.pleft .pcate1 dl dd ul li:hover {
	background: #af0300;
}
.pleft .pcate1 dl:hover dd {
	display: block;
}
.id_inner1 {
	display: none;
}
.pleft .pcate1 dl dd ul li:hover .id_inner1 {
	display: block;
}
.iphoto {
	width: 280px;
	background: #fff;
	padding: 10px 0;
}
.yx-rotaion {
	width: 280px;
	height: 220px;
}
.yx-rotaion-btn, .yx-rotaion-title, .yx-rotation-focus, .yx-rotation-t, .yx-rotaion-btn {
	position: absolute
}
.yx-rotation-title {
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 1
}
.yx-rotation-t {
	color: #fff;
	font-size: 12px;
	z-index: 2;
	bottom: 0;
	left: 20px;
	text-align: center;
	line-height: 30px
}
.yx-rotation-t:hover {
	text-decoration: underline;
	color: #fff
}
.yx-rotation-focus span, .yx-rotaion-btn span {
	background: url(../images/ico.png) no-repeat;
	display: block;
}
.yx-rotation-focus {
	height: 30px;
	line-height: 30px;
	right: 20px;
	bottom: 0;
	z-index: 2;
}
.yx-rotation-focus span {
	width: 12px;
	height: 12px;
	line-height: 12px;
	float: left;
	margin-left: 5px;
	position: relative;
	top: 10px;
	cursor: pointer;
	background-position: -24px -126px;
	text-indent: -9999px
}
.yx-rotaion-btn {
	width: 100%;
	height: 41px;
	top: 50%;
	margin-top: -20px;
}
.yx-rotaion-btn span {
	width: 41px;
	height: 41px;
	cursor: pointer;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	position: relative
}
.yx-rotaion-btn .left_btn {
	background-position: -2px -2px;
	float: left;
	left: 10px
}
.yx-rotaion-btn .right_btn {
	background-position: -2px -49px;
	float: right;
	right: 10px
}
.yx-rotaion-btn span.hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8
}
.yx-rotation-focus span.hover {
	background-position: -10px -126px
}
.rotaion_list {
	width: 0;
	height: 0;
	overflow: hidden;
}
.rotaion_list img {
}
.protitle {
	font-size: 24px;
	color: #333;
	padding-left: 15px;
	line-height: 50px;
	border-bottom: 1px #ddd solid;
	background: url(../images/protitle.jpg) left center no-repeat;
}
.protitle a {
	float: right;
	font-size: 14px;
	color: #666;
}
.protitle a:hover {
	color: #c30401
}
.protypelist {
	margin: 40px auto;
}
.protypelist h4 {
	float: left;
	font-size: 18px;
	color: #007dd4;
	margin-left: 40px;
	width: 680px;
}
.plefttel {
	width: 280px;
	height: 105px;
	background: url(../images/plefttel.png) left 20px no-repeat;
}
.productlist {
	width: 895px;
	margin: 0 auto;
}
.productlist * {
	-webkit-transition: all ease-in-out 0.55s;
	-o-transition: all ease-in-out 0.55s;
	-ms-transition: all ease-in-out 0.55s;
	transition: all ease-in-out 0.55s;
}
.productlist div {
	float: left;
	width: 283px;
	height: 298px;
	border: 1px #ddd solid;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.productlist div:nth-child(3n){
	margin-right: 0;}
.productlist div h3 {
	width: 283px;
	height: 238px;
	background: #fff;
	overflow: hidden;
}
.productlist div h3 a {
	display: block;
	width: 283px;
	height: 238px;
}
.productlist div p {
	height: 60px;
	line-height: 60px;
}
.productlist div p a.prot {
	color: #333;
	font-size: 14px;
	float: left;
	padding-left: 10px;
}
.productlist div p a.ptd {
	color: #666;
	background: url(../images/p_td.png) left center no-repeat;
	padding-left: 18px;
	margin-right: 5px;
	font-size: 14px;
	float: right;
}
.productlist div p a.pcs {
	color: #666;
	background: url(../images/p_cs.png) left center no-repeat;
	padding-left: 18px;
	margin-right: 10px;
	font-size: 14px;
	float: right;
}
.productlist div:hover {
	border: 1px #c30401 solid;
}
.productlist div:hover h3 a img {
	/*width: 110%;
	height: 105%;
	margin-left: -5%;
	margin-top: -5%*/
}
.productlist div p a:hover {
	color: #c30401;
}
.p-top {
	width: 100%;
	*width:835px;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
}
.p-top .p-title {
	border-bottom: 1px #ddd solid;
	color: #000;
	height: 42px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	line-height:40px;
}
.p-top .pic1 {
	text-align:center;
	width: 400px;
	height: 337.5px;
	float: right;
	border: 1px #ddd solid;
}
.p-top .pic1 img {
	margin:auto;
	max-width: 400px;
	max-height: 337.5px;
}
.p-synopsis {
	width: 410px;
	float: left;
}
.p-s-list {
	line-height: 30px;
	height: 230px;
}
.p-s-list dt {
	color: #333;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 4px;
}
.p-s-list dd {
	padding: 10px;
	font-size: 14px;
	color: #666;
	max-height: 165px;
	overflow: hidden;
}
.proh1 {
	color: #333;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 30px;
	margin-bottom: 4px;
	border-top: 3px #ddd solid;
}
.btn_pro {
	margin-top: 20px;
	width: 400px;
	display: block;
	height: auto;
	overflow: hidden;
}
.btn_pro li {
	float: left;
	width: 110px;
	height: 32px;
	margin-right: 16px;
	padding-top: 4px;
	padding-left: 65px;
	overflow: hidden;
}
.btn_pro li a {
	width: 110px;
	height: 32px;
	display: block;
	z-index: 999;
	font-size: 14px;
	line-height: 30px;
	border: 0px;
	color: #fff;
}
.btn_pro .btn_01 {
	background: url(../images/btn_zi2.png) no-repeat;
}
.btn_solu {
	margin-top: 20px;
}
.icompany {
	width: 1200px;
	margin: 0 auto;
}
.icompanytitle {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	background: url(../images/titleline.jpg) center center no-repeat;
}
.icompanytitle h3 {
	display: inline-block;
	padding: 0 40px;
	background: #f0f0f0
}
.icompanytitle h3 span {
	font-size: 14px;
	font-family: Arial;
	color: #aaa;
	font-weight: normal;
	text-transform: uppercase;
}
.icompanytext {
	width: 1200px;
}
.icompanytext h4 {
	float: left;
	width: 500px;
	height: 400px;
}
.icompanytextr {
	float: right;
	width: 700px;
	*width:640px;
	height: 400px;
	padding: 30px;
	box-sizing:border-box;	
	position: relative;
}
.icompanytextr h3 {
	margin-bottom: 20px;
}
.icompanytextr h3 img {
	margin-bottom: 30px;
}
.icompanytextr h3 span {
	font-size: 24px;
	font-weight: normal;
	color: #c30401;
}
.icompanytextr p {
	color: #333;
	line-height: 35px;
	font-size: 14px
}
.icompanytextr a {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 130px;
	height: 90px;
	background: url(../images/icompanymore.png) center center no-repeat;
}
.inews {
	width: 1200px;
	margin: 0 auto;
}
.inewstitle {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	background: url(../images/titleline.jpg) center center no-repeat;
}
.inewstitle h3 {
	display: inline-block;
	padding: 0 40px;
	background: #fff
}
.inewstitle h3 span {
	font-size: 14px;
	font-family: Arial;
	color: #aaa;
	font-weight: normal;
	text-transform: uppercase;
}
.inewsnav {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.inewsnav span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	border: 1px #888 solid;
	margin: 0 12px;
	cursor: pointer;
}
.inewsnav span.inewsactive {
	background: #c30401;
	border: 1px #c30401 solid;
}
.inewslist {
	position: relative;
	overflow: hidden;
	width: 1200px;
	height: 450px;
}
.inewslist * {
	-webkit-transition: all ease-in-out 0.55s;
	-o-transition: all ease-in-out 0.55s;
	-ms-transition: all ease-in-out 0.55s;
	transition: all ease-in-out 0.55s;
}
.inewslist .inewsbox {
	position: absolute;
	width: 1200px;
}
.inewslist ul {
	float: left;
	width: 1200px;
}
.inewslist ul li {
	width: 580px;
	float: left;
	line-height: 30px;
	overflow: hidden;
	height: 450px;
	margin: 0 10px;
	box-sizing: border-box;
}
.inewslist ul li h3 {
	width: 580px;
}
.inewslist ul li h3 iframe {
	width: 100% !important;
	height: 400px !important;
}
.inewslist ul li span {
	width: 580px;
	font-size: 12px;
	color: #666;
	display: block;
}
.inewslist ul li p {
	width: 580px;
	font-size: 16px;
	color: #666;
	line-height: 50px;
	text-align: center;
}
.inewslist ul li p a {
	display: block;
}
.inewslist ul li img {
	float: right;
	width: 230px;
	height: 230px;
}
.inewslist ul li a.inewsmore {
	width: 30px;
	height: 30px;
	display: block;
	padding-left: 30px;
	float: left;
	background: url(../images/inewsmore.png) right center no-repeat;
}
.inewslist ul li:hover {
	background: #c30401;
}
.inewslist ul li:hover h3 {
	color: #fff;
	font-size: 17px;
}
.inewslist ul li:hover h3 a {
	color: #fff;
}
.inewslist ul li:hover span {
	color: #fff;
	font-size: 13px;
}
.inewslist ul li:hover p {
	color: #fff;
	font-size: 16px;
}
.inewslist ul li:hover p a {
	color: #fff;
	font-size: 16px;
}
.inewslist ul li:hover h3 a img {
	width: 240px;
	height: 240px;
	margin-left: -5px;
	margin-top: -5px
}
.ihzkh {
	width: 1200px;
	margin: 0 auto;
}
.ihzkhtitle {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	background: url(../images/titleline.jpg) center center no-repeat;
}
.ihzkhtitle h3 {
	display: inline-block;
	padding: 0 40px;
	background: #f0f0f0
}
.ihzkhtitle h3 span {
	font-size: 14px;
	font-family: Arial;
	color: #aaa;
	font-weight: normal;
	text-transform: uppercase;
}
.ihzkhlist {
	width: 1200px;
	margin: 0 auto;
	padding: 5px 0;
}
.ihzkhlist a {
	float: left;
	display: block;
	width: 180px;
	height: 110px;
	border: 1px #ddd solid;
	margin-right: 20px;
	-webkit-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}
.ihzkhlist a:hover {
	border: 1px #c30401 solid;
}
#demo1p {
	height: 120px;
	list-style: none outside none;
	overflow: hidden;
	width: 1200px;
}
#indemo1p {
	float: left;
	width: 800%;
}
#demo1p1 {
	float: left;
}
#demo1p2 {
	float: left;
}
.aboutnav {
	width: 100%;
	border-bottom: 1px #c30401 solid;
	height: 60px;
}
.aboutnav * {
	-webkit-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}
.aboutnav ul {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
}
.aboutnav ul li {
	float: left;
	width: 171px;
	text-align: center;
	padding: 15px 0;
	background: none;
}
.aboutnav ul li a {
	display: block;
	height: 30px;
	width: 170px;
	margin: 0 auto;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	border-right: 1px #ddd solid;
}
.aboutnav ul li:hover {
	background: #eee;
}
.aboutnav-min {
	position: fixed;
	width: 1350px;
	left: 50%;
	margin-left: -675px;
	height: 60px;
	top: 80px;
	line-height: 60px;
	border-bottom: none;
	z-index: 900;
}
.aboutnav-min ul {
	height: 60px;
	background: #c30401;
	width: 1350px
}
.aboutnav-min ul li {
	padding: 0;
	width: 192px;
	line-height: 60px;
}
.aboutnav-min ul li a {
	color: #fff;
	width: 192px;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	border: none !important;
}
.aboutnav-min ul li a:hover {
	color: #fff;
	background: #af0300;
}
.nytitle {
	text-align: center
}
.nytitle h3 {
	font-size: 24px;
	color: #333;
	line-height: 40px;
}
.nytitle p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.abouttext {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.abouttext p {
	margin: 15px 0;
}
.abouttext strong {
	color: #c30401;
	font-weight: normal;
}
.culture {
	width: 1200px;
}
.culture * {
	-webkit-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}
.culture li {
	float: left;
	width: 200px;
	height: 400px;
	position: relative;
	cursor: pointer;
}
.culture li h3 {
	width: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	height: 100px;
}
.culture li h3 p {
	height: 100px;
	text-align: center;
	line-height: 100px;
}
.culture li h3 p em {
	display: inline-block;
	width: 35px;
	height: 26px;
}
.culture li h3 p b {
	font-weight: normal;
	font-size: 18px;
	color: #333;
}
.culture li h3 span {
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
	color: #c30401;
	display: none;
}
.culture li.culture01 {
	background: url(../images/culture01.jpg) left top no-repeat;
}
.culture li.culture01 h3 {
	background: #f0f0f0;
}
.culture li.culture01 h3 p em {
	background: url(../images/wenhua01.png) center center no-repeat;
}
.culture li.culture01:hover h3 p em {
	background: url(../images/wenhuanow01.png) center center no-repeat;
}
.culture li.culture02 {
	background: url(../images/culture02.jpg) left top no-repeat;
}
.culture li.culture02 h3 {
	background: #e3e3e3;
}
.culture li.culture02 h3 p em {
	background: url(../images/wenhua02.png) center center no-repeat;
}
.culture li.culture02:hover h3 p em {
	background: url(../images/wenhuanow02.png) center center no-repeat;
}
.culture li.culture03 {
	background: url(../images/culture03.jpg) left top no-repeat;
}
.culture li.culture03 h3 {
	background: #f0f0f0;
}
.culture li.culture03 h3 p em {
	background: url(../images/wenhua03.png) center center no-repeat;
}
.culture li.culture03:hover h3 p em {
	background: url(../images/wenhuanow03.png) center center no-repeat;
}
.culture li.culture04 {
	background: url(../images/culture04.jpg) left top no-repeat;
}
.culture li.culture04 h3 {
	background: #e3e3e3;
}
.culture li.culture04 h3 p em {
	background: url(../images/wenhua04.png) center center no-repeat;
}
.culture li.culture04:hover h3 p em {
	background: url(../images/wenhuanow04.png) center center no-repeat;
}
.culture li.culture05 {
	background: url(../images/culture05.jpg) left top no-repeat;
}
.culture li.culture05 h3 {
	background: #f0f0f0;
}
.culture li.culture05 h3 p em {
	background: url(../images/wenhua05.png) center center no-repeat;
}
.culture li.culture05:hover h3 p em {
	background: url(../images/wenhuanow05.png) center center no-repeat;
}
.culture li.culture06 {
	background: url(../images/culture06.jpg) left top no-repeat;
}
.culture li.culture06 h3 {
	background: #e3e3e3;
}
.culture li.culture06 h3 p em {
	background: url(../images/wenhua06.png) center center no-repeat;
}
.culture li.culture06:hover h3 p em {
	background: url(../images/wenhuanow06.png) center center no-repeat;
}
.culture li:hover {
	background-position-y: -50px;
}
.culture li:hover h3 {
	background: #c30401;
	height: 170px;
}
.culture li:hover h3 p {
	height: 85px;
	line-height: 85px;
}
.culture li:hover h3 p b {
	color: #fff;
}
.culture li:hover h3 span {
	color: #fff;
	display: block;
}
.nyprotitle {
	float: left;
	width: 180px;
	position: relative;
	height: 320px;
}
.nyprotitle em {
	display: block;
	width: 80px;
	height: 5px;
	background: #c30401;
}
.nyprotitle p {
	font-size: 30px;
	color: #333;
	padding: 20px 0 15px;
	font-weight: bold;
}
.nyprotitle span {
	font-size: 14px;
	color: #aaa;
}
.nyprotitle b {
	font-weight: normal;
	color: #666;
	font-size: 12px;
	line-height: 24px;
	padding: 10px 0;
}
.nyprotitle a {
	position: absolute;
	bottom: 20px;
	left: 0px;
	display: block;
	height: 22px;
	padding-left: 30px;
	color: #333;
	font-size: 14px;
	background: url(../images/nypromore.png) left center no-repeat;
}
.nyprolist {
	float: right;
	width: 1000px;
}
.nyprolist * {
	-webkit-transition: all ease-in-out 0.55s;
	-o-transition: all ease-in-out 0.55s;
	-ms-transition: all ease-in-out 0.55s;
	transition: all ease-in-out 0.55s;
}
.nyprolist ul li {
	float: left;
	width: 318px;
	height: 318px;
	border: 1px #ddd solid;
	margin-right: 20px;
	text-align: center;
}
.nyprolist ul li h3 {
	width: 318px;
	height: 258px;
	background: #fff;
	overflow: hidden;
}
.nyprolist ul li h3 a {
	display: block;
	width: 318px;
	height: 258px;
}
.nyprolist ul li p {
	height: 60px;
	line-height: 60px;
}
.nyprolist ul li p a {
	color: #333;
	font-size: 16px;
}
.nyprolist ul li:hover {
	background: #c30401;
	border: 1px #c30401 solid;
}
.nyprolist ul li:hover h3 a img {
	/*width: 110%;
	height: 105%;
	margin-left: -5%;
	margin-top: -5%*/
}
.nyprolist ul li:hover p a {
	color: #fff;
	font-size: 18px;
}
.mr_frBtnL {
	cursor: pointer;
	margin: 0;
	position: absolute;
	top: -40px;
	left: 575px;
	float: left;
	width: 21px;
	height: 21px;
	z-index: 9
}
.mr_frUl {
	float: left;
	position: relative;
	z-index: 5;
	width: 1200px;
}
.mr_frBtnR {
	float: right;
	margin: 0;
	position: absolute;
	top: -40px;
	right: 575px;
	cursor: pointer;
	width: 21px;
	height: 21px;
	z-index: 9
}
.xxwmlist {
	padding-top: 20px;
}
.xxwmlist * {
	-webkit-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}
.xxwmlist li {
	display: inline;
	width: 240px;
	float: left;
	height: 300px;
	position: relative;
	text-align: center;
}
.xxwmlist li a {
	display: block;
	text-align: center;
	width: 220px;
	height: 294px;
	border: 3px #ddd solid;
}
.xxwmlist li a img {
	max-width: 100%;
	max-height: 100%;
}
.xxwmlist li a:hover {
	border: 3px #c30401 solid;
}
.course_nr {
	height: 162px;
	background: url(../images/ico9.gif) repeat-x center;
}
.course_nr li {
	float: left;
	background: url(../images/ico10.gif) no-repeat center top;
	color: #333;
	font-size: 18px;
	padding-top: 30px;
	width: 240px;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-top: 65px;
}
.shiji {
	position: absolute;
	width: 100%;
	left: 0;
	top: -20px;
	display: none;
}
.shiji h1 {
	height: 67px;
	line-height: 67px;
	color: #c30401;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/ico11.gif) no-repeat center top;
	margin-bottom: 8px;
}
.shiji p {
	line-height: 20px;
	color: #333;
	font-size: 12px;
}
.nycontact {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -600px;
	background: #fff;
	width: 500px;
	*width:400px;
	height: 850px;
	*height:500px;
	padding: 50px;
	box-sizing: border-box;
}
.nycontact h3 {
	font-size: 40px;
	color: #c30401;
	line-height: 60px;
	font-weight: normal;
	margin-bottom: 30px;
}
.nycontact h3 span {
	font-size: 40px;
	color: #333;
	text-transform: uppercase;
}
.nycontact p {
	line-height: 35px;
	color: #333;
	font-size: 16px;
}
.fwwd {
	width: 1200px;
	margin: 0 auto;
	padding: 50px;
	padding-top: 30px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}
.fwwd h3 {
	font-size: 40px;
	color: #c30401;
	line-height: 60px;
	font-weight: normal;
	margin-bottom: 30px;
}
.fwwd h3 span {
	font-size: 40px;
	color: #333;
	text-transform: uppercase;
}
.fwwd p {
	line-height: 35px;
	color: #333;
	font-size: 16px;
	padding: 10px 20px;
}
.fwwd img {
	max-width: 100%;
}
.fwwd .xiazaizhongxin {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 326px;
	height: 145px;
	padding-top: 70px;
	background: url(../images/downloadimg.jpg) left center no-repeat;
}
.fwwd .xiazaizhongxin a {
	font-size: 18px;
	line-height: 60px;
	display: block;
	height: 60px;
	margin-left: 35px;
	padding-left: 40px;
	background: url(../images/downloadimgico.jpg) left center no-repeat;
}
.nynav {
	width: 353px;
	height: 160px;
}
.nynav h3 {
	margin-bottom: 5px;
}
.nynav h3 a {
	font-size: 20px;
	color: #333;
}
.nynav>a {
	padding: 5px 0 5px 30px;
	line-height: 35px;
	color: #666;
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(../images/nynava.png) left center no-repeat;
}
.nynav p {
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 24px;
}
.nycontactmes {
	float: right;
	width: 410px;
	padding-top: 45px;
	background: url(../images/mestitle.jpg) left top no-repeat;
}
.nycontactmes .mescss {
	width: 410px;
	height: 40px;
	border-radius: 5px;
	border: 1px #ddd solid;
	color: #666;
	margin-bottom: 20px;
	font-family: 'Microsoft Yahei';
	font-size: 14px;
	line-height: 40px;
	padding-left: 10px;
	box-sizing: border-box
}
.loc {
	line-height: 40px;
	color: #666;
	font-size: 12px
}
.loc a {
	line-height: 40px;
	color: #666;
	font-size: 12px
}
.content {
	padding: 20px 0;
	font-size: 16px;
	color: #666;
	line-height: 35px;
	text-align: justify;
}
.content p {
	font-size: 16px;
	color: #666;
	line-height: 35px;
	margin: 5px 0;
	text-align: justify;
}
.contentimg {
	float: right;
	width: 300px;
	height: 500px;
	margin-top: 65px;
}
/*.caselist{}

.caselist DIV {MARGIN: 0px 20px 10px 0; width:265px; height:260px; FLOAT: left;}

.caselist H3 { WIDTH: 259px; HEIGHT: 220px; margin:5px auto 0; border:1px #ddd solid; padding:2px; }

.caselist H3 A { WIDTH: 259px; DISPLAY: block; HEIGHT: 214px;  }

.caselist H3 IMG {VERTICAL-ALIGN: middle}

.caselist p {color:#333;line-height:40px; text-align:center;}

.caselist p A {color:#333;text-decoration:none; text-align:center; font-size:14px;}

.caselist p A:visited {COLOR: #333}

.caselist p A:hover {color:#007dd4;text-decoration:none;}

*/



.hzhblist {
	float: left;
	width: 800px;
}
.hzhblist DIV {
	MARGIN: 0px 10px 10px 0;
	width: 177px;
	FLOAT: left;
}
.hzhblist H3 {
	WIDTH: 171px;
	HEIGHT: 80px;
	margin: 5px auto 0;
	border: 1px #ddd solid;
	padding: 2px;
}
.hzhblist H3 A {
	WIDTH: 171px;
	DISPLAY: block;
	HEIGHT: 80px;
}
.hzhblist H3 IMG {
	VERTICAL-ALIGN: middle
}
.hotnews {
	width: 1200px;
	height: 300px;
	background: #fff;
	-webkit-transition: all ease-in-out 0.55s;
	-o-transition: all ease-in-out 0.55s;
	-ms-transition: all ease-in-out 0.55s;
	transition: all ease-in-out 0.55s;
}
.hotnews * {
	-webkit-transition: all ease-in-out 0.55s;
	-o-transition: all ease-in-out 0.55s;
	-ms-transition: all ease-in-out 0.55s;
	transition: all ease-in-out 0.55s;
}
.hotnews h3 {
	width: 800px;
	float: left;
	font-weight: normal;
	height: 300px;
	padding: 30px;
	box-sizing: border-box;
}
.hotnews h3 a {
	font-size: 26px;
	color: #333;
	line-height: 60px;
}
.hotnews h3 p {
	font-size: 16px;
	color: #666;
	height: 160px;
	line-height: 35px;
}
.hotnews h3 span {
	font-size: 14px;
	color: #888;
}
.hotnews h4 {
	float: right;
	width: 400px;
	height: 300px;
}
.hotnews:hover {
	background: #c30401;
}
.hotnews:hover h3 a {
	color: #fff;
}
.hotnews:hover h3 p {
	color: #fff;
}
.hotnews:hover h3 span {
	color: #fff;
}
.prighttitle {
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px #ddd solid;
}
.prighttitle ul {
	float: right;
	width: 120px;
}
.prighttitle ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 60px;
}
.prighttitle ul li a {
	height: 50px;
	display: block;
	cursor: pointer;
	line-height: 50px;
	width: 60px;
	box-sizing: border-box;
	padding-left: 18px;
}
.prighttitle ul li a.tukuai {
	background: url(../images/tukuai.png) left center no-repeat;
}
.prighttitle ul li a.liebiao {
	background: url(../images/liebiao.png) left center no-repeat;
}
.newslist {
	width: 895px;
}
.newslist * {
	-webkit-transition: all ease-in-out 0.55s;
	-o-transition: all ease-in-out 0.55s;
	-ms-transition: all ease-in-out 0.55s;
	transition: all ease-in-out 0.55s;
}
.newslist ul li {
	float: left;
	width: 283px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 350px;
	background: #fff;
}
.newslist ul li:nth-child(3n){
	margin-right: 0;
	}
.newslist ul li h3 {
	height: 160px;
}
.newslist ul li h3 a img {
	width: 283px;
	height: 160px;
}
.newslist ul li h4 {
	height: 200px;
	padding: 10px;
	box-sizing: border-box;
	font-weight: normal;
}
.newslist ul li h4 a {
	font-size: 18px;
	color: #333;
	line-height: 50px;
}
.newslist ul li h4 p {
	font-size: 14px;
	color: #666;
	height: 50px;
	margin-bottom: 20px;
	width: 260px;
	line-height: 24px;
	overflow: hidden;
}
.newslist ul li h4 span {
	font-size: 12px;
	color: #888;
}
.newslist ul li:hover {
	background: #c30401;
}
.newslist ul li:hover h4 a {
	color: #fff;
}
.newslist ul li:hover h4 p {
	color: #fff;
}
.newslist ul li:hover h4 span {
	color: #fff;
}
.newslist01 {
	width: 895px;
	display: none;
}
.newslist01 * {
	-webkit-transition: all ease-in-out 0.55s;
	-o-transition: all ease-in-out 0.55s;
	-ms-transition: all ease-in-out 0.55s;
	transition: all ease-in-out 0.55s;
}
.newslist01 ul li {
	width: 100%;
	height: 40px;
	border-bottom: 1px #ddd dotted
}
.newslist01 ul li a {
	font-size: 14px;
	color: #333;
	line-height: 40px;
}
.newslist01 ul li a b {
	font-weight: normal;
	margin-right: 8px;
}
.newslist01 ul li a span {
	float: right;
	color: #888;
}
.newslist01 ul li:hover a {
	color: #c30401;
}
.caselist {
	width: 100%;
}
.caselist * {
	-webkit-transition: all ease-in-out 0.55s;
	-o-transition: all ease-in-out 0.55s;
	-ms-transition: all ease-in-out 0.55s;
	transition: all ease-in-out 0.55s;
}
.caselist ul li {
	float: left;
	width: 275px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 210px;
	background: #fff;
}
.caselist ul li:nth-child(4n){margin-right: 0;}
.caselist ul li h3 {
	text-align:center;
	height: 160px;
}
.caselist ul li h3 a img {
	max-width: 275px;
	height: 160px;
}
.caselist ul li h4 {
	text-align: center;
    height: 60px;
	padding: 10px 0px;
	box-sizing: border-box;
	font-weight: normal;
}
.caselist ul li h4 a {
	font-size: 18px;
	color: #333;
	line-height: 50px;
}
.caselist ul li h4 p {
	font-size: 14px;
	color: #666;
	height: 50px;
	margin-bottom: 20px;
	width: 260px;
	line-height: 24px;
	overflow: hidden;
}
.caselist ul li h4 span {
	font-size: 12px;
	color: #888;
}
.caselist ul li:hover {
	background: #c30401;
}
.caselist ul li:hover h4 a {
	color: #fff;
}
.caselist ul li:hover h4 p {
	color: #fff;
}
.caselist ul li:hover h4 span {
	color: #fff;
}
.caselist01 {
	width: 100%;
	display: none;
}
.caselist01 * {
	-webkit-transition: all ease-in-out 0.55s;
	-o-transition: all ease-in-out 0.55s;
	-ms-transition: all ease-in-out 0.55s;
	transition: all ease-in-out 0.55s;
}
.caselist01 ul li {
	width: 100%;
	height: 40px;
	border-bottom: 1px #ddd dotted
}
.caselist01 ul li a {
	font-size: 14px;
	color: #333;
	line-height: 40px;
}
.caselist01 ul li a b {
	font-weight: normal;
	margin-right: 8px;
}
.caselist01 ul li a span {
	float: right;
	color: #888;
}
.caselist01 ul li:hover a {
	color: #c30401;
}


.videolist {
	width: 895px;
}
.videolist * {
	-webkit-transition: all ease-in-out 0.55s;
	-o-transition: all ease-in-out 0.55s;
	-ms-transition: all ease-in-out 0.55s;
	transition: all ease-in-out 0.55s;
}
.videolist ul li {
	float: left;
	width: 283px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 350px;
	background: #fff;
}
.videolist ul li:nth-child(3n){margin-right: 0;}
.videolist ul li h3 {
	height: 230px;
}
.videolist ul li h3 a img {
	width: 283px;
	height: 160px;
}
.videolist ul li h4 {
	height: 200px;
	padding: 10px;
	box-sizing: border-box;
	font-weight: normal;
}
.videolist ul li h4 a {
	font-size: 18px;
	color: #333;
	line-height: 50px;
}
.videolist ul li h4 p {
	font-size: 14px;
	color: #666;
	height: 50px;
	margin-bottom: 20px;
	width: 260px;
	line-height: 24px;
	overflow: hidden;
}
.videolist ul li h4 span {
	font-size: 12px;
	color: #888;
}
.videolist ul li:hover {
	background: #c30401;
}
.videolist ul li:hover h4 a {
	color: #fff;
}
.videolist ul li:hover h4 p {
	color: #fff;
}
.videolist ul li:hover h4 span {
	color: #fff;
}
.videolist01 {
	width: 100%;
	display: none;
}
.videolist01 * {
	-webkit-transition: all ease-in-out 0.55s;
	-o-transition: all ease-in-out 0.55s;
	-ms-transition: all ease-in-out 0.55s;
	transition: all ease-in-out 0.55s;
}
.videolist01 ul li {
	width: 100%;
	height: 40px;
	border-bottom: 1px #ddd dotted
}
.videolist01 ul li a {
	font-size: 14px;
	color: #333;
	line-height: 40px;
}
.videolist01 ul li a b {
	font-weight: normal;
	margin-right: 8px;
}
.videolist01 ul li a span {
	float: right;
	color: #888;
}
.videolist01 ul li:hover a {
	color: #c30401;
}
.news_con {
	width: 1200px;
	padding: 30px;
	background: #fff;
}
.news_contitle {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	line-height: 50px;
}
.news_contime {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
}
.news_text {
	line-height: 30px;
	font-size: 14px;
	color: #333;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px #ddd solid;
}
.news_text p {
	margin: 15px 0;
	font-size: 14px;
	color: #333;
}
.pro_text {
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	margin-bottom: 30px;
}
.pro_text p {
	margin: 15px 0;
	font-size: 14px;
	color: #333;
}
.producttext {
}
.producttext h3 {
	font-size: 20px;
	color: #007dd4;
}
.productcontent {
	height: 180px;
	margin-top: 12px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: justify;
}
.producttext a {
	font-size: 14px;
	color: #007dd4;
	border: 1px #007dd4 solid;
	width: 90px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
}
.icase {
	float: left;
	width: 180px;
	height: 185px;
	padding: 135px 35px 0;
	background: url(../images/icaseimg.jpg) left top no-repeat;
	position: relative;
}
.icasetitle {
	height: 40px;
	width: 100%;
}
.icasetitle h3 {
	font-size: 18px;
	padding-top: 12px;
	line-height: 26px;
	color: #007dd4;
	font-weight: normal;
	background: url(../images/iline.jpg) left top no-repeat;
}
.icasetitle span {
	font-size: 20px;
	margin-left: 10px;
	color: #cfcfcf;
	text-transform: uppercase;
}
.icaselist {
	margin-top: 10px;
}
.icaselist li {
	line-height: 30px;
	padding-left: 10px;
	background: url(../images/icaselist.jpg) left center no-repeat;
}
.icaselist li a {
	line-height: 30px;
	color: #666;
	font-size: 12px;
}
.icasemore {
	width: 250px;
	height: 40px;
	background: #feb403;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.icasemore:hover {
	color: #fff;
}
.dlcybg {
	background: url(../images/dlcy.jpg) center top no-repeat;
	height: 600px;
}
.pr {
	position: relative;
}
.dlcylist {
	width: 812px;
	position: absolute;
	top: 165px;
	right: 0;
}
.dlcylist div {
	width: 175px;
	height: 128px;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 32px 0 0 25px;
	background: url(../images/cybg.png) left top no-repeat;
}
.dlcylist div:hover {
	background: url(../images/cybg01.png) left top no-repeat;
	cursor: pointer;
	-webkit-animation: transform-6 0.3s ease 200ms alternate none 1;
	animation: transform-6 0.3s ease 200ms alternate none 1;
}
.dlcylist div h3 {
	font-size: 20px;
	padding-top: 12px;
	line-height: 26px;
	color: #fff;
	font-weight: normal;
	background: url(../images/iline.jpg) left top no-repeat;
}
.dlcylist div h3 a {
	font-size: 20px;
	color: #fff;
}
.dlcylist div span {
	font-size: 12px;
	color: #acadad;
	text-transform: uppercase;
}
.dlcylist div.p0 {
	padding: 0;
	width: 200px;
	height: 160px;
}
.dlcylist div:hover span {
	color: #accbe8;
}
/*详细页功能区*/

.preNext {
	position: relative;
}
.preNext .line {
	height: 10px;
	overflow: hidden;
	clear: both;
	background: url(../images/box_dotline.gif) left 15px repeat-x;
	margin: 4px auto;
	padding-top: 10px;
}
.preNext .line strong {
	display: block;
	width: 8px;
	height: 10px;
	overflow: hidden;
	font-size: 0px;
	line-height: 100px;
	background: url(../images/box_dotline.gif) right -10px no-repeat;
	float: left;
}
.preNext .text {
	color: #999;
}
.preNext .actBox {
	position: absolute;
	top: 25px;
	right: 0;
}
.preNext .actBox li {
	display: inline;
	padding-left: 22px;
	background-image: url(../images/actbox-ico.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
}
.preNext .actBox li a {
	color: #666;
}
.preNext .actBox li#act-fav {
	background-position: 4px 0px;
}
.preNext .actBox li#act-err {
	background-position: 4px -37px;
}
.preNext .actBox li#act-pus {
	background-position: 4px -73px;
}
.preNext .actBox li#act-pnt {
	background-position: 4px -109px;
}
/*分页样式*/

.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
}
.page_info span {
	padding: 0 2px;
	font-weight: bold;
}
.page_list {
	height: 24px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0;
	font-family: "Arial Black";
	font-size: 12px;
	margin-top: 20px;
}
.page_list a {
	display: inline-block;
	color: #898989;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	text-align: center;
	padding: 0 8px;
	margin: 0 1px;
}
.page_list a:hover {
	color: #fff;
	border: 1px solid #898989;
	background: #898989;
}
.page_list a.on {
	color: #333;
	border: 1px solid #ccc;
	background: #E5EDF2;
}
/*内容分页*/

.contPage {
	height: 20px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0;
	font-family: "Arial Black";
	font-size: 10px;
	margin-top: 20px;
}
.contPage a {
	display: inline-block;
	color: #898989;
	background: #fff;
	text-align: center;
	padding: 0 7px;
	margin: 0 1px;
}
.contPage a:hover {
	color: #fff;
	background: #898989;
}
.contPage a.on {
	color: #333;
	background: #E5EDF2;
	border: 1px solid #C2D5E3;
}
.foot {
	background: #333;
	width: 100%;
}
.footbox {
	padding: 50px 0;
	width: 1200px;
	margin: 0 auto;
}
.footlogo {
	float: left;
	width: 141px;
	height: 146px;
	margin-right: 50px;
}
.footcontact {
	float: left;
	width: 320px;
	margin-right: 40px;
}
.footcontact h3 {
	font-size: 24px;
	color: #d0d0d0;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 5px;
}
.footcontact h3 span {
	font-size: 18px;
	color: #888;
	text-transform: uppercase;
}
.footcontact p {
	font-size: 12px;
	line-height: 30px;
	color: #d0d0d0;
}
.footmenu {
	float: left;
	width: 150px;
	margin-right: 50px;
}
.footmenu h3 {
	font-size: 24px;
	color: #d0d0d0;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 5px;
}
.footmenu h3 span {
	font-size: 18px;
	color: #888;
	text-transform: uppercase;
}
.footmenu p {
	font-size: 12px;
	line-height: 30px;
	color: #d0d0d0;
}
.footmenu ul li {
	float: left;
	width: 70px;
	line-height: 26px;
}
.footmenu ul li a {
	color: #d0d0d0;
	font-size: 12px;
	line-height: 30px;
}
.footewm {
	float: left;
	width: 420px;
}
.footewm h3 {
	font-size: 24px;
	color: #d0d0d0;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 5px;
}
.footewm h3 span {
	font-size: 18px;
	color: #888;
	text-transform: uppercase;
}
.footewm p {
	font-size: 12px;
	line-height: 30px;
	color: #d0d0d0;
}
.footewm ul li {
	float: left;
	width: 120px;
	height: 150px;
	color: #888;
	text-align: center;
	font-size: 14px;
	margin-right: 30px;
}
.copyright {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #d0d0d0;
	text-align: left;
	background: #111;
}
/*Top按钮*/

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}/*解决IE6下滚动抖动的问题*/
.tbox {
	width: 50px;
	float: right;
	position: fixed;
	right: 10px;
	bottom: 15px;
	_position: absolute;
	_bottom: auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	_margin-bottom: 15px;
	display: none;
}/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop {
	width: 50px;
	height: 50px;
	background: url(../images/icon.png) no-repeat 0 0;
	display: block;
}

.feedback {
	Z-index:9999;
	background:#fff;
    width: 340px;
    position: fixed;
    right: 30px;
    bottom: -9999px;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;
}

.feedback .feedbackHeader {
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    text-indent: 50px;
    font-weight: normal;
    cursor: pointer;
}

.feedback .eMailIco {
    background: url("../images/emailIco.png") 16px center no-repeat #c30401;
    background-size: 21px auto;
}

.feedbackForm {
    padding: 16px 16px 40px 16px;
}

.feedbackForm .tips {
    color: #222d38;
    padding-bottom: 20px;
}

.feedbackForm .linee {
    margin-bottom: 16px;
}

.feedbackForm .linee input, .feedbackForm .linee textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}

.feedbackForm textarea {
    resize: none;
    height: 78px;
    padding: 11px;
    line-height: 20px;
}

.feedbackForm .linee input {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
}

.feedbackForm .btn {
    background: #c30401;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
}

.feedback .closeBtn {
    background: url("../images/closeBtn.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
    right:5px;
    top: 6px;
    cursor: pointer;
    display: none;
}

.form-group{ width:940px; margin:0 auto; clear:both; padding:12px 0;}

.form-group label{ float:left;}

.form-control{ float:left; width:500px; border:1px #ddd solid; height:30px; line-height:30px;}

.form-control-c{ float:left; width:500px; border:1px #ddd solid; height:100px; line-height:30px;}

.form-control-y{ float:left; width:100px; border:1px #ddd solid; height:30px; line-height:30px;}

.form-sub{ width:560px; height:30px; color:#fff; background:#c30401; border:none;}

