* {
	margin: 0px;
	padding: 0px;
}
body {
	min-width: 1230px;
	background: #ffffff;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	font-variant: normal;
	font-family: "微软雅黑";
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
a {
	text-decoration: none;
}
li {
	list-style-type: none;
}
ul,
ol {
	list-style-type: none;
	list-style-image: none;
}
/**/
.header{
	width: 100%;
	height: 130px;
	float: left;
}
.head{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.head .name img{
	display: block;
}
.head .tel img{
	display: block;
}
/**/
.nav_box {
	width: 100%;
	height: 50px;
	background:#009ed6;
	float: left;
}
.nav {
	height: 50px;
	display: block;
	padding: 0px;
	width: 1200px;
	margin: 0 auto;
}
.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav ul li {
	width: 150px;
	height: 50px;
	float: left;
	overflow: hidden;
	position: relative;
	line-height: 50px;
}
.nav ul li:first-child a{
	display: block;
	float: left;
}
.nav ul li img{
	display: block;
	float: left;
	margin-left: 45px;
	margin-top: 13px;
}
.nav ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	transition: all .6s;
}
.nav ul li:hover{
	background: #005596;
}
/**/
.banner{
	width: 100%;
	height: auto;
	float: left;
}
.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.slideBox .hd {
	height: 45px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	bottom: -10px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 8px;
	line-height: 14px;
	text-align: center;
	background: #eee;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f39800;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}
/**/
.about{
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/about_bg.png);
	padding-bottom: 40px;
}
.about .main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
}
.about .main .title img{
	display: block;
	margin: 0 auto;
}
.about .main .pic{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.about .main .pic ul li{
	float: left;
	margin-right: 16px;
}
.about .main .pic ul li:nth-child(4n){
	margin-right: 0;
}
.about .main .pic ul li img{
	display: block;
	width: 278px;
	height: 181px;
	border: 5px solid #eee;
}
.about .main .text{
	width: 100%;
	float: left;
	height: auto;
	margin: 20px 0 30px 0;
}
.about .main .text p{
	display: block;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 28px;
}
.about .main .more{
	display: block;
	font-size: 16px;
	color: #fff;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	background: #f39800;
	margin: 0 auto;
	clear: both;
	transition: all .6s;
}
.about .main .more:hover{
	background: #00a0e9;
}
/**/
.adv{
	width: 100%;
	height: auto;
	float: left;
}
.adv img{
	display: block;
	width: 100%;
}
/**/
.cases{
	width: 100%;
	height: 420px;
	float: left;
	margin-top: 40px;
}
.cases .main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.cases .main .title{
	margin-bottom: 30px;
}
.cases .main .title img{
	display: block;
	margin: 0 auto;
}

.cases .main .picScroll-left{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.cases .main .picScroll-left .picList li{
	float: left;
	margin-right: 20px;
	position: relative;
}
.cases .main .picScroll-left .picList li img{
	display: block;
	width: 352px;
	height: 282px;
}
.cases .main .picScroll-left .picList li p{
	display: block;
	width: 100%;
	font-size: 14px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.cases .main .picScroll-left .picList li:hover p{
	background: #0066CC;
}
.cases .main .picScroll-left .prev{
	display: block;
	width: 48px;
	height: 99px;
	background: url(../images/cases_prev.png)no-repeat center;
	position: absolute;
	left: -60px;
	top: 70px;
}
.cases .main .picScroll-left .next{
	display: block;
	width: 48px;
	height: 99px;
	background: url(../images/cases_next.png)no-repeat center;
	position: absolute;
	right: -60px;
	top: 70px;
}
.cases .main .hd ul{
	position: absolute;
	bottom: -25px;
	left: 30%;
}
.cases .main .picScroll-left .hd ul li.on{
	width: 80px;
	height: 6px;
	background: #007cd3;
}
.cases .main .picScroll-left .hd ul li{
	width: 80px;
	height: 6px;
	float: left;
	margin-right: 10px;
	background: #ccc;
	cursor: pointer;
	text-indent: -9999px;
}
/**/
.news{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.news .main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.news .main .title img{
	display: block;
	margin: 0 auto;
}
.news .main .section{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.news .main .section ul li{
	float: left;
	width: 565px;
	height: 100px;
	margin-bottom: 20px;
}
.news .main .section ul li:nth-child(2n){
	float: right;
}
.news .main .section ul li .time{
	width: 85px;
	height: 100%;
	float: left;
	background: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.news .main .section ul li .time span{
	display: block;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.news .main .section ul li .time p{
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.news .main .section ul li .info span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 20px 0 10px 15px;
}
.news .main .section ul li .info{
	width: 480px;
	height: 100%;
	float: right;
	border: 1px solid #999;
	box-sizing: border-box;
}
.news .main .section ul li .info .text{
	width: 450px;
	height: 35px;
	overflow: hidden;
	margin: 0 auto;
}
.news .main .section ul li .info .text p{
	display: block;
	font-size: 13px;
	color: #666;
}
.news .main .section ul li:hover .time{
	background: #f39800;
}
.news .main .section ul li:hover .info{
	background: #00a0e9;
	border: 1px solid #00a0e9;
}
.news .main .section ul li:hover .info span{
	color: #fff;
}
.news .main .section ul li:hover .info .text p{
	color: #fff;
}
/**/
.adv_icon{
	width: 100%;
	height: 225px;
	float: left;
	margin-top: 40px;
	background: url(../images/adv_icon02.png)no-repeat center;
	background-size: 100% 100%;
}
.adv_icon .main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.adv_icon a{
	display: block;
	width: 145px;
	height: 50px;
	float: right;
	margin: 111px 165px 0 0;
}
/**/
.container{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.container .main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.container .main .msg{
	width: 620px;
	height: auto;
	float: left;
}
.container .main .msg .title{
	width: 100%;
	height: 40px;
	background: url(../images/msg_title.png)no-repeat bottom;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container .main .msg .title p{
	display: block;
	font-size: 21px;
	color: #333;
}
.container .main .msg .title a{
	display: block;
	font-size: 14px;
	color: #666;
}
.container .main .msg .section{
	width: 100%;
	height: auto;
	margin-top: 30px;
	border: 1px solid #eee;
	padding-bottom: 35px;
}
.container .main .msg .section .sec_title img{
	display: block;
	margin: 0 auto;
}
.container .main .msg .section .txtMarquee-top{
	width: 590px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}
.container .main .msg .section .txtMarquee-top ul li{
	float: left;
	height: auto;
	margin-bottom: 20px;
}
.container .main .msg .section .txtMarquee-top ul li p{
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 24px;
}
/**/
.container .main .right{
	width: 486px;
	height: auto;
	float: right;
	background: #eee;
}
.container .main .right .title{
	width: 100%;
	height: 40px;
	background: url(../images/ans_title.png)no-repeat bottom;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container .main .right .title p{
	display: block;
	font-size: 21px;
	color: #333;
	padding-left: 10px;
}
.container .main .right .title a{
	display: block;
	font-size: 14px;
	color: #666;
	padding-right: 10px;
}
.container .main .right .section{
	width: 465px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}
.container .main .right .section ul li{
	float: left;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.container .main .right .section ul li .ques{
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
.container .main .right .section ul li .ques img{
	display: block;
	float: left;
	margin-right: 10px;
}
.container .main .right .section ul li .ques p{
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 30px;
}
.container .main .right .section ul li .ans .text{
	width: 425px;
	height: 60px;
	float: right;
	overflow: hidden;
}
.container .main .right .section ul li .ans img{
	display: block;
	float: left;
	margin-right: 10px;
}
.container .main .right .section ul li .ans .text p{
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 30px;
}
/**/
.friendlink{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.link{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.link .title{
	width: 100%;
	height: auto;
	background: url(../images/link_title.png)no-repeat bottom;
	background-size: 100%;
	padding-bottom: 7px;
}
.link .title p{
	display: block;
	font-size: 21px;
	color: #333;
	line-height: 40px;
}
#scroll {
	width: 1200px;
	height: auto;
	margin-top: 20px;
}
.coop_pic {
	float: left;
	height: 105px;
	margin: 0 auto;
	overflow: hidden;
}
.coop_pic ul li {
	float: left;
	width: 239px;
	height: 60px;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.coop_pic ul li a{
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.coop_pic ul li img {
	display: block;
	max-width: 90%;
	max-height: 90%;
	width:90%;
	height: 90%;
}
/**/
.footer{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	background: #363636;
	padding-bottom: 40px;
}
.foot{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.foot .left{
	width: 510px;
	height: auto;
	float: left;
	margin-top: 45px;
	position: relative;
}
.foot .left:before{
	content: "";
	background: url(../images/foot_before.png);
	width: 2px;
	height: 240px;
	position: absolute;
	left: 0;
	
}
.foot .left .title p{
	display: block;
	font-size: 18px;
	color: #eee;
	margin-left: 40px;
	position: relative;
}
.foot .left .title p:after{
	content: "";
	background: #00a0e9;
	width: 30px;
	height:2px;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.foot .left .text{
	float: left;
	margin: 10px 0 0 40px;
}
.foot .left .text p{
	display: block;
	font-size: 14px;
	color: #bdbdbd;
	line-height: 28px;
}
.foot .left .text a{
	display: block;
	font-size: 14px;
	color: #bdbdbd;
	line-height: 28px;
}

.foot .quick_nav{
	width: 345px;
	height: 240px;
	float: left;
	margin-top: 45px;
	position: relative;
}
.foot .quick_nav:before{
	content: "";
	background: url(../images/foot_before.png);
	width: 2px;
	height: 240px;
	position: absolute;
	left: 0;
	
}
.foot .quick_nav .title p{
	display: block;
	font-size: 18px;
	color: #eee;
	margin-left: 40px;
	position: relative;
}
.foot .quick_nav .title p:after{
	content: "";
	background: #00a0e9;
	width: 30px;
	height:2px;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.foot .quick_nav ul{
	width: 170px;
	height: auto;
	margin:20px 0 0 40px;
}
.foot .quick_nav ul li{
	float: left;
	width: 70px;
	margin-bottom: 10px;
}
.foot .quick_nav ul li:nth-child(2n){
	float: right;
}
.foot .quick_nav ul li a{
	display: block;
	font-size: 14px;
	color: #bdbdbd;
}

.foot .icon{
	width: 335px;
	height: 240px;
	float: left;
	margin-top: 45px;
	position: relative;
}
.foot .icon:before{
	content: "";
	background: url(../images/foot_before.png);
	width: 2px;
	height: 240px;
	position: absolute;
	left: 0;
	
}
.foot .icon .title p{
	display: block;
	font-size: 18px;
	color: #eee;
	margin-left: 40px;
	position: relative;
}
.foot .icon .title p:after{
	content: "";
	background: #00a0e9;
	width: 30px;
	height:2px;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.foot .icon img{
	display: block;
	width: 134px;
	height: 134px;
	border: 5px solid #fff;
	margin: 20px 0 0 40px;
}
/**/
*html .fixed {
	margin-top: 258px;
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
}

.fixed {
	position: fixed;
	width: 50px;
	height: 230px;
	right: 0;
	top: 214px;
	z-index: 100;
}

.fixed ul li {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.fixed ul li .sidetop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #454545;
	transition: all 0.3s;
}

.fixed ul li .sidetop:hover {
	background-color: #c70c1f;
}

.fixed ul li .sidebox {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #454545;
	color: #fff;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}

.fixed ul li .sidebottom {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #454545;
	transition: all 0.3s;
}

.fixed ul li .sidebottom:hover {
	background-color: #c70c1f;
}

.fixed ul li img {
	float: left;
}

.sidebox span {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.sidebox p {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	padding-top: 7px;
	color: #fff;
}
.hid_box{
	display: none;
	position: fixed;
	bottom: 345px;
	right: 70px;
}
.hid_box img{
	display: block;
	width: 139px;
	height: 139px;
}

.contain{ width:1200px; margin:20px auto; }
.con_left{ width:240px; float:left; margin-right:20px; margin-bottom:50px; margin-top:-20px;}
.con_right{ width:940px; float:left; margin-bottom:30px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:230px; padding-left:10px; height:40px;line-height:40px; color:#f39800; font-size:18px; background:#e9e9e9; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;border-radius:2px 2px 0px 0px;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#f39800;}
.in_prokind span a:visited{ color:#f39800;}
.in_prokind span a:hover{ color:#000;}
.in_casetit{ width:98%; padding-left:2%; height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#333; text-align:left; position:relative; border-bottom:#f39800 1px solid;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#333;}
.position a:visited{ color:#333;}
.position a:hover{ color:#135ba2;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:215px; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/jt.gif) no-repeat 5px; padding-left:25px;}
.in_contact{width:100%; margin-top:10px; float:left; color:#333; }
.in_contact p{ width:230px; font-size:14px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contactmid{ background:#f0f0f0;padding-bottom:10px;border-bottom:#e9e9e9 2px solid;  }
.in_contactmid h3{line-height:28px; font-size:16px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutimg{ width:193px; margin:10px; float:left;}
.index_aboutcont{ width:422px;float:left; margin-top:10px; line-height:24px; }
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product{ width:100%; margin:0px auto;}
.main_right_product ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:310px; height:270px;  float:left; margin-top:10px; margin-right:11px;  }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:280px; height:230px; padding:5px;border:#eee 1px solid;box-shadow:2px 2px 3px #ccc;}
.main_right_product ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover{ color:#1776b6; text-decoration:none;}
.product_con{ width:100%;}
.newscontent{ font-size:16px; line-height:28px;} 
.product_con img,.productimg img,.newscontent img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:14px;  background:url(../images/jt.gif) no-repeat 5px; padding-left:25px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#1776b6;}
.nav ul li.current {background: #005596;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
.listmenu .tit{
	width: 240px;
	height: 60px;
	background:#009ed6 url(../images/icon_04.png) no-repeat 5px;
	border-radius:2px 2px 0px 0px;
}
.listmenu .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}
 .listmenu{
	float: left;
	width: 240px;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
 .listmenu ul li{
	width: 100%;
	height: 45px;
	background: #eeeeee url(../images/1.png) no-repeat 15px;
	line-height: 45px;
	text-indent: 30px;
	margin-bottom: 2px;
	border-radius: 25px;
	margin-top:10px;

}
.listmenu ul li a{
	color:#1a1a1a;
	font-size: 15px;
}
.listmenu ul li:hover{
	background: #f39800 url(../images/1.png) no-repeat 15px;
}
.listmenu ul li.m_hover{
	background: #f39800 url(../images/1.png) no-repeat 15px;
}
.listmenu ul li:hover a, .listmenu ul li.m_hover a{
	color:#fff;
}
.listmenu  .tel img{
	display: block;
}

/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.thisclass{ background:#1776b6; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#1776b6; text-decoration:none;}
.footer .right .info a{ color:#FFF;}

/*留言*/
.message{width:100%; height:600px; /*background:#eee;*/ margin-left:50px;}
.message  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
.message p{font-size:15px; color:#999; text-align:center;}
   
 .message_left{float:left;width:40%;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
.message_right{float:left;width:90%;height:24px;line-height:24px;background-color:#eee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:90%;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:92%;height:40px;line-height:40px;background-color:#1776b6;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}