@charset "utf-8";
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;
}

.w1000{
	width: 1000px;
	margin:0 auto;
}

/*header start*/
.head{
	background: #fff;
	height: 60px;
	position: fixed;
    z-index: 9999;
    width: 100%;
}
.head .zy{
	margin-top: 12px;
}
.head .ch{
	display:inline-block;
	 width:50px;
	color: #fff;
	background: #666;
	line-height: 32px;
	 text-align: center;
}
.head .en{
	color: #fff;
	line-height: 32px;
	background: #3cbac0;
	display:inline-block;
	width:50px;
	text-align: center;
}
.head img{
	margin:5px 0;
}
.head .nav{
	margin-left: 130px;
}
.head .nav ul li{
	width: 110px;
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    float: left;
    position: relative;
}
.head .nav li a{
	color: #444;
	padding-top: 10px;
}
.head .nav li:hover{
	background: #3cbac0;
}
.head .nav li:hover a{
	color: #fff;
}
/*header end*/

/*banner start*/
.banner{padding-top: 60px;}
.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(../images/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: #3cbac0;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

/*company start*/
.company{
	margin:50px 0;
}

.company .com{
	background: #efefef;
}
.company .com img{
	margin-left: 50px;
	margin-bottom: 50px;
}
.company .com .wz{
	width: 560px;
	padding: 20px;
	margin-right: 25px;
}
.company .com .title{
	margin-left: 500px;
	margin-right: 50px;
	margin-bottom: 30px;
	height: 65px;
	padding-top: 20px;
	background: url(../images/title1.jpg) no-repeat left bottom;
}
.company .com .title b{
	font-size: 20px;
	font-weight: normal;
	color: #444;
}
.company .com .title p{
	font-family: Arial;
	font-size: 30px;
	color: #999;
	line-height: 30px;
}
.company .com .title a{
	font-size: 15px;
	color: #999;
}
.company .com .title a:hover{
	color: #3cbac0;
	border-bottom: 1px solid #3cbac0;
}
.company .com .wz .com_body p{
	font-size: 14px;
	color: #555;
	line-height: 34px;
	text-indent: 2em;
}
/*company end*/

/*product start*/
.product{
	margin:50px 0;
}

.product .list{
	width: 250px;
	background: url(../images/protit1.png) no-repeat center top;
	padding: 20px 0 10px 0;
	box-shadow: 0 5px 5px #ddd;
}
.product .list .list_tit{
	margin: 0 20px;
	height: 40px;
	background: rgba(255,255,255,0.5);
	margin-bottom: 20px;
	text-align: center;
}
.product .list .list_tit b{
	font-size: 23px;
	color: #444;
	line-height: 40px;
	font-weight: normal;
}
.product .list ul li{
	margin-top: 5px;
}
.product .list ul li .one{
	background: #ededed;
	line-height:24px;
	padding: 0 30px;
}
.product .list ul li img{
	margin-right: 10px;
	margin-top: 2px;
}
.product .list ul li a{
	color: #444;
	font-size: 16px;
	line-height: 16px;
	width: 190px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .list .two a{
	color: #888;
	font-size: 13px;
	margin-left: 30px;
	border: none;
	width: 180px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
}
.product .list .two li{
	margin-top: 0;
}
.product .list .two{
	margin-top: 5px;
}
.product .list ul li a:hover{
	color: #3cbac0;
}

.product .pro{
	width: 900px;
	height: 650px;
}
.product .pro .title{
	height: 60px;
	background: url(../images/title2.png) no-repeat 25px 25px;
	padding-top: 20px;
	box-shadow: -5px 5px 5px #ccc;
	border-radius: 10px;
	padding-left: 70px;
}
.product .pro .title b{
	font-size: 25px;
	font-weight: normal;
	color: #444;
	line-height: 35px;
}

.product .pro .pro_body{
	width: 880px;
	padding: 70px 10px 10px 10px;
}
.product .pro_body ul li{
	float: left;
	margin-left:16px;
	margin-bottom: 50px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #dedede;
}
.product .pro_body ul li:nth-child(1){
	margin-left: 0;
}
.product .pro_body ul li:nth-child(4){
	margin-left: 0;
}
.product .pro_body ul li:nth-child(7){
	margin-left: 0;
}

.product .pro_body .txt{
	width:280px;
	height:30px;
	background:rgba(255,255,255,0.5);/*透明背景色，不透明其文字内容*/
	position:absolute;
	left:0;
	bottom:0;
	color:#444;
	font-family:"微软雅黑";
}
.product .pro_body .txt h3{
	font-size:18px;
	height:30px;
	text-align:center;
	line-height:5px;
}
.product .pro_body .txt a{
	color:#333;
}
.product .pro_body .txt p{
	font-size:14px;
	text-align:center;
	position: relative;
	line-height: 30px;
}
.product .pro_body .txt a:hover {
	color: #204691;
}
.product .pro_body .pro_name{
	width: 280px;
	height: 25px;
	line-height:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-size: 15px;
}
/*product end*/

/*chanp start*/
.chanp {padding: 20px 0 0}
.chanp .cp_tit{padding-bottom: 15px}
.chanp .cp_tit b{font-size: 21px;margin-bottom: 5px;color: #004098;font-weight: 600;line-height: 1.4;display: block}
.chanp .cp_tit p{font-size:16px;font-weight: 300;line-height: 1.8;color: #333;}
.chanp ul li{width: 280px;float: left;margin-left: 80px;margin-bottom: 15px}
.chanp ul li:nth-child(3n+1) {margin-left: 0}
.chanp ul li img{width: 280px;height: 180px}
.chanp ul li:hover img {opacity: 0.75}
.chanp ul li p{font-size: 16px;color: #004098;line-height: 30px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/*partner start*/
.partner{
	margin: 50px 0;
}
.partner .par_body{
	background: rgba(60,186,192,0.2);
}
.partner ul li{
	float: left;
	margin: 20px 69px;
	overflow: hidden;
	border-radius: 20px;
}
.partner ul li img{
	width: 161px;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	transition: all 1s;
}
.partner ul li img:hover{
	transform: scale(1.2);
}

.partner ul li b{
	font-size: 16px;
	line-height: 135px;
}
.partner .par_tit{
	height: 63px;
	background: url(../images/partit.png) no-repeat center;
	text-align: center;
}
.partner .par_tit b{
	font-weight: normal;
	font-size: 25px;
	line-height: 63px;
}
.partner .par_tit span{
	font-family: Arial;
	font-size: 25px;
	color: #999;
	margin-left: 10px;
}
/*partner end*/

/*new start*/
.new{
	margin: 60px 0;
}
.new .title{
	margin-left: 500px;
	margin-right: 100px;
	margin-bottom: 30px;
	height: 65px;
	padding-top: 20px;
	background: url(../images/title1.jpg) no-repeat left bottom;
}
.new .title b{
	font-size: 20px;
	font-weight: normal;
	color: #444;
}
.new .title p{
	font-family: Arial;
	font-size: 30px;
	color: #999;
	line-height: 30px;
}
.new .title a{
	font-size: 15px;
	color: #999;
}
.new .title a:hover{
	color: #3cbac0;
	border-bottom: 1px solid #3cbac0;
}

.new .new_body ul li{
	width: 1000px;
	height: 123px;
	margin: 20px 100px 0 100px;
	box-shadow: 0 5px 10px #ccc;
}
.new .new_body ul li .time{
	width: 128px;
	height: 93px;
	margin-right: 12px;
	background: url(../images/time.png) no-repeat center;
	text-align: center;
	padding-top: 30px;
}
.new .new_body ul li .time b{
	font-size: 25px;
	color: #fff;
}
.new .new_body ul li .time p{
	text-align: center;
	font-size: 14px;
	color: #666;
}
.new .new_body ul li .con{
	width: 840px;
	height: 93px;
	padding: 15px 20px 15px 0;
}
.new .new_body ul li .con b{
	font-weight: normal;
	color: #333;
	font-size: 16px;
	width: 800px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new .new_body ul li .con p{
	color: #999;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.new .new_body ul li:hover .con b{
	color: #3cbac0;
}

.new .new_bot{
	height: 50px;
	text-align: center;
}
.new .new_bot a{
	font-size: 15px;
	line-height: 50px;
	color: #fff;
	background: #3cbac0;
	padding: 5px 10px;
	border-radius: 5px;
}
.new .new_bot a:hover{
	background: #204691;
}
/*new end*/

/*contact start*/
/*.contact{
	margin: 50px 0 0 0;
	background: #d0d0d0;
	padding-bottom: 20px;
}
.contact .title{
	margin-left: 500px;
	margin-right: 100px;
	margin-bottom: 20px;
	height: 65px;
	padding-top: 20px;
	background: url(../images/title1.jpg) no-repeat left bottom;
}
.contact .title b{
	font-size: 20px;
	font-weight: normal;
	color: #444;
}
.contact .title p{
	font-family: Arial;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
}

.contact .con_body{
	background: url(../images/footbg.jpg) no-repeat -350px 0px;
}

.contact .con_body .tj{
	width: 460px;
	padding: 20px 20px 20px 100px;
}
.contact .con_body .tj .sub{
	margin-top: 10px;
}
.contact .con_body .tj form label{
	display: block;
	font-size: 14px;
	color: #555;
	margin: 10px 0 5px 0;
}
.contact .con_body .tj form label:nth-child(1){
	margin-top: 0px;
}
.contact .con_body .tj form input{
	height: 20px;
}
.contact .con_body .tj form .btn_sub{
	background: #3cbac0;
	display: block;
	width: 103px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	float: right;
	margin-right: 86px;
	border: none;
}
.contact .con_body .tj form .btn_sub:hover{
	background: #204691;
}*/
/*contact end*/

/*footer start*/
.foot{
	background: #d0d0d0;
}

.foot .foot_nav{
	height: 40px;
	background: #fff;
}
.foot .foot_nav ul{
	margin: 0px 240px;
}
.foot .foot_nav ul li{
	float: left;
	width: 120px;
	text-align: center;
}
.foot .foot_nav ul li:nth-child(6){
	border-right: none;
}
.foot .foot_nav ul li a{
	font-size: 16px;
	color: #454545;
	line-height: 40px;
}
.foot .foot_nav ul li:hover a{
	color: #3cbac0;
}

.foot .foot_bot{
	height: 45px;
	background: #fff;
}
.foot .foot_bot span{
	color: #454545;
	line-height: 45px;
}
.foot .foot_bot a{
	color: #454545;
	line-height: 45px;
}

}
.input-code{
    outline: none;
    width: 100px;
}
/*footer end*/


