﻿@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
html,body{
	background: #fff;	
	overflow-x: hidden;
}
a,a:link,a:visited,a:hover,a:active{
	color: #000;
	text-decoration: none
}
.clearfix{
	overflow: auto;
}
ul,li{

	list-style: none;
}

.title {
    color: #666;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
}
.title span {
    padding: 0 14px;
    position: relative;
    background: #fff;
}
.title:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-bottom: 1px #ccc solid;
}
.container{
	padding: 14px;
}



/*头部*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	line-height: 20px;
	width: 100%;
	z-index: 9999;
}
.header-nav{
	position: relative;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 5px #888888;
}
.nav-bar{
	margin: 5px 0 0 15px;
	background: url(../images/nav-bar.jpg) no-repeat;
	width: 33px;
	height: 24px;

}
.head-logo{
	float: left;
}
.head-con{
	padding: 0 15px;
	background: #fff;
	z-index: 9999;
	box-shadow: 0px 0px 5px #888888;
}
.head-con ul li{
	line-height: 58px;
	padding: 0 15px;
	font-size: 16px;
	border-bottom: 1px solid #cecece;
}
.logo{
	position: absolute;
	right: 20px;
	top: 10px;
}



/*图片轮播*/
.banner{
	margin-top: 50px;
	width: 100%;
	height: 185px;
	overflow: hidden;
}
.banner img{
	width: 100%;
	height: 100%;
}
/* flexslider */
.flexslider{position:relative;height:185px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:185px;width: 100%;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}


/*首页内容*/
.page0_more{
	margin: 10px auto;
	width: 160px;
}
.page0_more a{
	display: block;
	color: #000;
	padding: 5px 10px;
	text-align: center;
	border:1px solid #eaeaea;
	border-radius: 4px;
}
.page1-con h2{
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.page1-con p{
	margin-top: 6px;
	line-height: 22px;
	text-indent: 2em;
	font-size: 14px;
}

.page2-box{
	margin: 10px 0;
}
.page2-list{
	position: relative;
	/*padding-left: 40px;*/
	background: #3e96cc;
}
.page2-right{
	padding: 10px 10px 10px 56px;
	
}
.page2-right h2{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.page2-left{
	position: absolute;
	left: 10px;
	top: 0;
	width: 34px;
	height: 40px;
	padding-left: 6px;
	padding-top: 2px;
}
.page2-left img{
	width: 28px;
	height: 36px;

}

.page2-con{
	background: #f6f6f6;
}
.page2-con p{
	line-height: 20px;
	text-indent: 2em;
	padding: 10px;
	font-size: 14px;
}

.news-img{
	width: 100%;
	height: 100px;
}
.page3-box img{
	width: 100%;
	height: 100px;
}
.page3-con{
	background: #f6f6f6;
	padding: 10px;
}
.page3-con p{
	line-height: 20px;
	font-size: 14px;
}
.page3-box{
	margin: 10px 0;
}
.more{
	display: block;
	margin: 6px 0;
	color: #e61d4c !important;
}

.page4-box{
	position: relative;
	margin: 10px 0;
}
.page4-right{
	position: relative;
	padding-left: 136px;
	height: 90px;
	background: #f6f6f6;
}
.page4-right .more{
	position: absolute;
	bottom: 0;
	right: 10px;
}
.page4-right p{
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
}
.page4-left{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.page4-left img{
	width: 130px;
	height: 90px;
}




.main-product{
	width:1080px;
	padding:10px;
	margin:50px auto 0;
	position:relative;
}





.nav-banner{
	margin-top: 50px;
	height: 100px;
	width: 100%;
	overflow: hidden;
	background: url(../images/about.jpg) no-repeat;
}
.nav-banner h2{
	text-align: center;
    font-size: 60px;
    padding: 90px 0;
    color: #fff;
    font-weight: normal;
    letter-spacing:8px;
 }
/*产品介绍*/
.product-box{
	position: relative;
	background: #e8e8e8;
	margin: 15px 0;
}
.product-box .left{
	padding: 10px 120px 10px 10px;
	height: 72px;
}
.product-box .left h4{
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
.product-box .left p{
	line-height: 20px;

}
.product-box .right{
	position: absolute;
	right: 0;
	top: 0;
	width: 118px;
	height: 100%;
}
.product-more{
	display: block;
	position: absolute;
	bottom: 5px;
	left: 10px;
    color: #e61d4c !important; 
}

.productbox{
	margin: 20px 0;
}
.productbox h2{
	font-size: 18px;
	padding: 5px 20px;
	font-weight: 500;
	color: #0072b8;
	background: #e8e8e8;
	border-left: 2px solid #0072b8;
}
.productbox-con img{
	width: 80%;
}
.pro-tip{
	margin: 10px 0;
	font-size: 14px;
}
.productbox-con{
	margin: 15px 0;
	padding: 0 6px;
}
.productbox-con ul li{
	font-size: 14px;
	line-height: 24px;
}
.productbox-con > p{
	text-indent: 2em;
	line-height: 24px;
	font-size: 14px;
	word-break: break-all;
}
.pro-table{
	border: 1px solid #eaeaea;
	border-collapse: collapse; 
	width:100%;
}
.pro-table thead {
	background: #1f8db5;
	color: #fff;
}
.pro-table th{
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #eaeaea;
	
}
.pro-table td{
	line-height: 50px;
	text-align: center;
	border: 1px solid #eaeaea;
	font-size: 14px;
}


.productbox-head{
	position: relative;
}
.productbox-head img{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 120px;
}
.pro-right{
	padding-left: 166px;
}
.productcon-box{
	margin: 10px 0;
}
.pro-right h2 {
    font-size: 18px;
    color: #f58025;
}
.contact-box p{
	font-size: 14px;
	line-height: 24px;
	margin: 10px;
	color: #333;
}





/*新闻动态*/
.news-box{
	margin: 16px 0;
}
.newsimg{
	width: 100%;
}
.newsimg img{
	width: 100%;
}
.news-content{
	position: relative;
	padding: 10px 0 20px;
}
.news-content h4{
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
.news-content p{
	font-size: 14px;
	line-height: 22px;
	color: #6e6e6e;
}
.news-more{
	display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    color: #e61d4c !important;
}


.news-con > h4 {
    color: #767f93;
    font-size: 20px;
    width: 100%;
    text-align: center;
    line-height: 30px;
}
.news-con .time {
    color: #999;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
}
.info_cont p {
    text-indent: 2em;
    line-height: 24px;
    margin: 10px 0;
    font-size: 14px;
}
.info_cont h3 {
	font-size: 16px;
	color: #333;
	padding-top: 10px;
}




/*应用案例*/
.apply-box ul li{
	margin: 14px 0;
	background: #f6f6f6;
}
.apply-box ul li img{
	width: 100%;
}
.apply-box ul li h2 {
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #323232;
    overflow: hidden;
    text-transform: none;
}
.apply-box ul li p {
    word-wrap: break-word;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    padding: 0 10px 20px;
}






/*联系我们*/
.contact-box{
	/*padding: 0 20px;*/
	margin: 10px 0;
}
.contact-box ul li{
	margin: 4px 0;
}
.contact-box ul li input{
	padding: 0 10px;
	/*line-height: 38px;*/
	height: 38px;
	width: 95%;
	font-size: 14px;
	border-bottom: 1px solid #cecece;
	color: #333;
	margin: 10px 0;
}
.contact-box ul li textarea{
	width: 95%;
	padding: 5px 10px;
	min-height: 80px;
	line-height: 18px;
	font-size: 14px;
	border-bottom: 1px solid #cecece;
	color: #333;
}
.contact-box ul li select{
	width: 50%;
	line-height: 24px;
	font-size: 14px;
	padding: 8px 6px;
	border: 1px solid #cecece;
	color: #333;
	background: #fff;

}
.tj-button{
	margin: 10px 0;
}
.tj-button a{
	display: block;
	padding: 10px;
	background: #e61d4c;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
}
.contact-file{
	background: #f6f6f6;
	padding: 10px 18px;
}






/*底部*/
.footer{
	padding-top: 20px;
	background: #3b3b3b;
}
.footer-con{
	width: 100%;
	margin: 0 auto;
}
.footer-top{
	width: 100%;
}
.footer-nav li{
	float: left;
	margin: 10px 0;
	width: 19%;
	border-right: 1px solid #aaa;
}
.footer-nav a{
	display: block;
	text-align: center;
	color: #cecece;
	font-size: 12px;
}
.footer-address{
	margin: 6px 10px;
}
.footer-address li{
	padding: 0 20px;
	line-height: 28px;
	color: #cecece;
	font-size: 12px;
}
.footer-address span{
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 7px 5px 0 0;
}
.footer-icon1{
	background: url(../images/footer-icon1.png) no-repeat;
}
.footer-icon2{
	background: url(../images/footer-icon2.png) no-repeat;
}
.footer-icon3{
	background: url(../images/footer-icon3.png) no-repeat;
}
.footer-middle{
	
}
.footer-tel{
	margin: 10px 0;
	padding: 0 20px;
}
.footer-tel span{
	display: block;
	float: left;
	color: #fff;
}
.tel-tag1{
	background: #e61d4c;
	padding: 3px 20px;
	border-radius: 16px;
	text-align: center;
	width: 60px;
}
.tel-tag2{
	font-size: 20px;
	margin-left: 14px;
	line-height: 30px;
}
.footer-logo{
	margin: 15px 0;
}
.footer-bottom{
	border-top: 1px solid #777;
	padding: 15px 0;
}
.footer-bottom p{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #cecece;
	font-size: 12px;
}
.langtrans{
	width: 90%;
	margin: 0 auto;
}
.langtrans li{
	float: left;
	border-right: 1px solid #e4e4e4;
	width: 49%;
}
.langtrans li a{
	display: block;
	width: 100%;
	font-size: 16px;
	text-align: center;
}

@media screen and ( max-width: 360px) {
    .product-box .left p,.pro-right ul li,.productbox-con > p,.tel-tag1,.productbox-con ul li,.contact-box p{
    	font-size: 12px;
    }
    .langtrans li a,.tel-tag2,.pro-right h2,.head-con ul li,.product-box .left h4,.productbox h2,.title span,.page2-right h2{
    	font-size: 14px;
    }
    .pro-right{
    	padding-left: 136px;
    }
    .productbox-head img{
    	width: 130px;
    }
    .product-box .left p{
    	height: 40px;
    	overflow: hidden;
    }

}.nav-bannerFX {

	margin-top: 50px;
	height: 100px;
	width: 100%;
	overflow: hidden;
	background: url(../images/aboutFX.jpg) no-repeat;
}
