
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#444;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
	transition: 0.2s;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
	margin: 0;
}
li{list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding:0;
}
ul{margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	clear:both;
}
.w0{
	width: 100%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head{
	box-shadow: 0 20px 50px #ccc;
	position: relative;
	z-index: 999999;
}
.head .head_top{
	background: #ededed;
	line-height: 35px;
	position: relative;
}
.head .head_top a{
	padding: 0 15px;
	color: #454545;
}
.head .nav{ width: 640px; height: auto; float: right;}
.head .nav ul li{
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
    border-top: 5px solid #fff;
    width: 90px;
}
.head .nav li a{
	color: #444;
}
.head .nav li:hover{
	border-top: 5px solid #00a6e8;
	background: url(../image/navbg.png) no-repeat center bottom;
}
.head .nav li:hover a{
	color: #00a6e8;
}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:550px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../image/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a {
	background: #00a6e8;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

.title{
	margin-bottom: 20px;
	
	text-align: center;
}
.title b{
	font-size: 30px;
	color: #454545;
	line-height: 40px;
	padding-right: 40px;
	background: url(../image/title.png) no-repeat center right;
}
.title span{
	font-family: Arial;
	font-size: 30px;
	color: #888;
	line-height: 40px;
	margin-left: 10px;
}

/*product start*/
.product{
	margin-top: 50px;
}

.product .list{
	width: 826px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.product .list ul li{
	float: left;
	width: 200px;
	border: 1px solid #00a6e8;
	border-left: none;
}
.product .list ul li:nth-child(1){
	border-left: 1px solid #00a6e8;
}
.product .list ul li:nth-child(4){
	margin-left: 20px;
	border: 1px solid #00a6e8;
}
.product .list ul li a{
	font-size: 16px;
	line-height: 30px;
	display: block;
	width: 200px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .list ul li:hover{
	background: #00a6e8;
}
.product .list ul li:hover a{
	color: #fff;
}
.product .list ul .more{
	background: #00a6e8;
}
.product .list ul .more a{
	color: #fff;
}
.product .list ul .more:hover{
	background: #00e868;
	border: 1px solid #00e868;
}

.product .pro_body ul li{
	float: left;
	margin-left:45px;
	margin-bottom: 30px;
}
.product .pro_body ul li:nth-child(1) {
	margin-left: 0;
}
.product .pro_body ul li:nth-child(5) {
	margin-left: 0;
}
.product .pro_body ul li a .img{
	padding: 2px;
	border:1px solid #ededed;
	width: 260px;
	height: 195px;
	overflow: hidden;
}

.product .pro_body ul li a .img img{
	cursor: pointer;
	transition: all 1s;
}
.product .pro_body ul li a .img img:hover{
	transform: scale(1.2);
}

.product .pro_body ul li p{
	width: 266px;
	background: #ededed;
	line-height: 30px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #454545;
	border-bottom: 5px solid #00a6e8;
}
.product .pro_body ul li:hover .img{
	border:1px solid #00a6e8;
}
.product .pro_body ul li:hover p{
	background: #00a6e8;
	color: #fff;
	border-bottom: 5px solid #00e868;
}
/*product end*/

/*company start*/
.company{
	margin-top: 20px;
	background: url(../image/combg.jpg) no-repeat center;
	padding: 30px 0;
}
.company .com_body{
	width: 800px;
}
.company .com_body b{
	font-size: 18px;
	line-height: 30px;
	color: #00a6e8;
}
.company .com_body p{
	font-size: 16px;
	line-height: 30px;
	color: #454545;
	text-indent: 2em;
}
.company .com_body a{
	background: #00a6e8;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	padding: 0 15px;
}
.company .com_body a:hover{
	background: #00e868;
}

.company ul li{
	font-size: 16px;
	line-height: 30px;
	color: #454545;
	width: 300px;
	margin: 25px 0;
}
.company ul li img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
/*company end*/

/*new start*/
.new{
	margin-top: 50px;
}
.new_body .tabl{
	float:left;
	width:782px;
	background: url(http://www.tyyhbkj.com/Public/images/newbg.png) no-repeat center;
}
.new_body .tablist{
	width:780px;
	height:50px;
	border:1px solid #e6e6ef;
	background:#f0f0f2;
}
.new_body .tablist li{
	font-size:18px;
	cursor:pointer;
	width:390px;
	float:left;
	color:#333;
	line-height:50px;
	text-align:center;
}
.new_body .tablist li:nth-child(4){
	background:0 0;
}
.new_body .tablist li.on,.new_body .tablist li:hover{
	width: 390px;
	background: #30A333;
	height: 48px;
	position: relative;
	top: -1px;
	color: #fff;
	border-top: 4px solid #FF7608;
}
.new_body .tabcont{
	width:780px;
	border-top:0;
}
.new_body .topn{
	padding-bottom:15px;
	border-bottom:1px dashed #dcdce3;
	margin-bottom:10px;
}
.new_body .topn .img{
	width:243px;
	height:140px;
	margin-right:32px;
}
.new_body .topn .word{
	width:505px;
	overflow:hidden;
}
.new_body .topn .title1 > a{
	color:#333;
	font-size:16px;
	width:350px;
	font-weight:700;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight: normal;
}
.new_body .topn .title1 > a:hover{
	color: #00a6e8;
}
.new_body .topn .time{
	color:#b8b8c6;
	font-size:14px;
	position:relative;
	top:5px;
}
.new_body .topn .desc{
	color:#666;
	font-size:14px;
	line-height:21px;
	margin-top:15px;
	width:505px;
	height:42px;
	overflow:hidden;
}
.new_body .topn .xx{
	width:93px;
	display:block;
	color:#fff;
	line-height:25px;
	text-align:center;
	font-size:14px;
	margin-top:13px;
	background: #00a6e8;
}
.new_body .topn .xx:hover{
	background:#00e868;
}
.new_body .nl li{
	padding-left:26px;
	width:756px;
	height:28px;
	background:url(http://www.tyyhbkj.com/Public/images/cont5_listbg.png) no-repeat left;
}
.new_body .nl a{
	color:#666;
	display:inline-block;
	width:560px;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.new_body .nl a:hover{
	color:#30a4ff;
}
.new_body .nl span{
	float:right;
	color:#d0d0d9;
}
.new_body .nl .more{
	display:block;
	line-height:25px;
	text-align:center;
	font-size:14px;
	margin-top:10px;
	width: 93px;
	background: #00a6e8;
	color: #fff;
}
.new_body .nl .more:hover{
	background:#00e868;
	color: #fff;
}

.new .tab2{
	overflow: hidden;
	border-radius: 0 30px 0 0;
	border-bottom: 5px solid #00a6e8;
	box-shadow: 0 10px 10px #ccc;
}
.new .tab2 img{
	margin-bottom: 15px;
}
.new .tab2 b{
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 340px;
	margin: 0 20px;
	font-weight: normal;
}
.new .tab2 p{
	width: 340px;
	margin: 0 20px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-indent: 2em;
}
.new .tab2 .con_bot{
	border-top: 1px solid #ededed;
	padding: 5px 20px;
	margin-top: 10px;
}
.new .tab2 .con_bot span{
	font-size: 15px;
	line-height: 30px;
	color: #888;
}
.new .tab2 .con_bot a{
	font-size: 15px;
	line-height: 30px;
	color: #888;
}
.new .tab2 .con_bot a:hover{
	color: #00a6e8;
}
/*new end*/

/*message start*/
.message{
	margin-top: 50px;
	background: #ededed;
	padding top: 20px;
}
.message .ly{
	 width:390px;
	margin-top: 20px;
}
.message .iforminput{
	width: 100%;
	height:27px;
	line-height: 27px;
	border:1px solid #dedede;
	border-radius: 3px;
	outline: none; text-indent: 10px;
}

.message .iformicont{
	 width:370px;
	  height: 60px;
	  border:1px solid #dedede;
	border-radius: 3px;
	outline: none; padding: 10px;
}
.message .iformcapt{
	width:100px;height:35px;
	line-height:35px;
	border:1px solid #dedede;
	border-radius: 3px;
	outline: none; text-indent: 10px;
}
}
.message .ly .sub{
	margin-top: 10px;
}
.message .ly form label{
	display: block;
	font-size: 14px;
	color: #555;
	margin: 10px 0 5px 0;
}
.message .ly form label:nth-child(1){
	margin-top: 0px;
}

.message .ly form .btn_sub{
	background: #00a6e8;
	display: block;
	width: 103px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	float: right;
	border: none;
	font-size: 15px;
	outline: none;
}
.message .ly form .btn_sub:hover{
	background: #00e868;
}
.input-code {
    outline: none;
    width: 100px;
}
/*message end*/

/*footer start*/
.foot{
	background: #dfdfdf url(../image/footbg.jpg) no-repeat center;
	padding-top: 30px;
}

.foot .logo{
	margin-left: 100px;
	margin-top: 20px;
}
.foot .logo img{
	width: 200px;
	height: 200px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
.foot .logo ul li{
	display: block;
	width: 280px;
	margin: 13px 0;
	margin-left: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #00a6e8;
	font-weight: bold;
}
.foot .logo ul li a{
	font-weight: normal;
	color: #454545;
}
.foot .logo ul li:hover a{
	color: #00a6e8;
}

.foot .lx{
	margin-right: 260px;
}
.foot .lx b{
	font-size: 18px;
	line-height: 30px;
	color: #00a6e8;
}
.foot .lx p{
	font-size: 16px;
	line-height: 30px;
	color: #454545;
	margin-top: 10px;
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.foot .foot_bot{
	background: #00a6e8;
	margin-top: 30px;
}
.foot .foot_bot span{
	color: #fff;
	line-height: 30px;
}
.foot .foot_bot a{
	color: #fff;
	line-height: 30px;
}
/*footer end*/