/*
 * index.css stylesheet file
 *
 * @author: Hu Ying<huying@123.com.cn>
 * @link:  
 * @
 */
@charset "utf-8";

/*重置样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}  /* 初始化标签在所有浏览器中的margin、padding值 */  
fieldset,img {border:0 none}  /* 重置fieldset（表单分组）、图片的边框为0*/  
dl,ul,ol,menu,li {list-style:none}   /* 重置类表前导符号为onne,menu在HTML5中有效 */  
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */  
body{background: #fff;}/*重置背景色*/
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/  
input,select,textarea,button {vertical-align:middle}  /* 重置表单控件垂直居中*/  
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */  
body,th,td,input,select,textarea,button {font-size:14px;line-height:1 ;font-family:"微软雅黑";color:#666} /* 重置页面文字属性 */  
a {color:#666;text-decoration:none}  /* 重置链接a标签 */  
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */  
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */  
caption {display:none;}    /* 重置表格标题为隐藏 */  
img{vertical-align:top}  /* 图片在当前行内的垂直位置 */  

/*清除浮动*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}

.mr20{margin-right: 20px;}

/*泰克迪*/
.main{width:1200px; margin:0 auto;}
.header,.footer{min-width: 1200px;}
.t,.banner{width: 100%; min-width: 1200px; }
.t{height:418px; background: url(../images/logo.png) no-repeat center;}
.banner{height: 550px; background: url(../images/banner.png) no-repeat center;}

.company{margin-top: 80px;}
.company-a,.company-b{float: left;}
.company-a{width: 781px; height: 380px; padding:20px; line-height: 25px; background: url(../images/company2.png) no-repeat; font-size: 14px; color: #333; text-indent: 2em;}
.company-a p{font-size: 16px;}

.t-label{margin: 30px 0 0 0;}
.t-label span{display:inline-block; width: 200px; height: 43px; margin: 15px 15px; line-height: 43px; background: url(../images/t-label.png) no-repeat; font-size: 18px; color: #fff;text-align: center; text-indent: 0 !important;}
.t-advantage{width: 1227px; height: 1705px; margin: 50px auto; background: url(../images/tyd.png) no-repeat;}

.Product .title{width: 514px; height: 143px; margin:80px auto; background: url(../images/title.png) no-repeat;}
.product-img ul{width: 110%;}
.product-img ul li{float: left; width: 296px; margin:0 140px 50px 0;}
.product-img ul li img{display: block;}
.product-img ul li h3{width: 100%; height: 50px; line-height: 50px; font-size: 18px; color: #333; text-align: center;}
 
.footer{width:100%; height: 90px; line-height: 90px; background: #333; font-size: 14px; color: #fff; text-align: center;}


/*英克迪*/
.y,.ybanner{width: 100%; min-width: 1200px; }
.y{height: 374px; background: url(../images/ylogo.png) no-repeat center;}
.y-banner{height: 600px; background: url(../images/ybanner.png) no-repeat center;}
.y-world{height: 1178px; background: url(../images/y-world.png) no-repeat center;}
.y-company{height: 914px; background: url(../images/ybanner-s.png) no-repeat center;}
.scompany{float:left; width: 420px; padding: 20px; line-height: 30px; font-size: 18px; text-align:justify; text-align-last:justify; text-indent: 2em;}
.sProduct{padding:120px 0; background: #eee;}
.sProduct h2{height:74px; margin-bottom: 100px; background: url(../images/y-title.png) no-repeat center;}
.sProduct img{display: block; width: 1000px; margin: 0 auto;}
