@charset "UTF-8";
body {
    font-family: "Open Sans" , sans-serif, "微軟正黑體";
    color:#333;
    height: 100%;
    margin: 0 auto;
    position:relative;
}

html {
    height: 100%;
}

a {
    text-decoration: none;
}

.inner {
    max-width: 965px;
    margin: 0 auto;
    padding: 0 1.875rem;
}

.clear {
    clear: both;
}
ul{
    list-style: none;
}
h1{
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 1.4;
    font-size: 36px;
    color: #1F81C5;
}
h2{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    color: #4e4e4e;
}
p{
    font-size: 14px;
    color: #999;
    line-height: 2;
    margin: 35px 0 50px 0;
}
p span{
    font-size: 14px;
    color: #1F80C5;
}

/*---------------------------------- header ---------------------------------------*/

.header{
    overflow: hidden;
    width: 945px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.logo{
    float: left;
    width: 101px;
    height: 35px;
    margin-top: 53px;
    padding: 0;
}
.top-menu{
    float: right;
    margin: 15px 0 25px 0;
    padding: 0;
}
.top-menu ul{
    margin: 0;
    padding: 0;
}
.top-menu ul li{
    float: left;
    border: 1px #e3e3e3 solid;
    font-size: 11px;
    color: #4d4d4d;
    margin: 0;
    padding: 10px 20px 6px 20px;
}
.top-menu ul li.last{
    float: left;
    border-top: 1px #e3e3e3 solid;
    border-bottom: 1px #e3e3e3 solid;
    border-left: none;
    border-right: none;
    font-size: 11px;
    color: #4d4d4d;
    margin: 0;
    padding: 10px 20px 6px 20px;
}
.top-menu ul li a{
    font-size: 11px;
    color: #4d4d4d;
}
.top-menu ul li a:hover{
    font-size: 11px;
    color: #1F81C5;
}
.top-menu ul li.language{
    float: left;
    border: 1px #e3e3e3 solid;
    background-color: #e8e8e8;
    font-size: 11px;
    margin: 0;
    padding: 6px 20px;
}
.top-menu ul li.language select{
    background-color: #e8e8e8;
    border: none;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
nav{
    display: inline-block;
    float: right;
    margin-left:50px;
    padding: 0;
}
nav ul{
    margin: 0;
    padding: 0;
}
nav ul li{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 0 30px;
}
nav ul li a{
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    transition-duration: 0.3s;
}
nav ul li a:hover{
    font-size: 16px;
    font-weight: bold;
    color: #1F81C5;
}
nav ul li.last{
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding:0 0 0 30px;
}
.photo{
    position: relative;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.photo img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/*---------------------------------- index ---------------------------------------*/

.index-photo{
    line-height: 0;
}
.index-photo img{
    line-height: 0;
    margin:0 auto;
    overflow:hidden;
    width:100%;
    height:100%;
    position:relative;
}
.shortcut-bg{
    overflow: hidden;
    background-color: #131313;
    margin: 0;
    padding: 0;
}
.shortcut{
    width: 965px;
    margin: 0 auto;
    padding: 0;
}
.shortcut .tech{
    float: left;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.shortcut .capability-home{
    background: url(../../assets/img/index_pic02.png) right top no-repeat;
    float: left;
    background-color: #000;
    color: #fff;
    width: 226px;
    height: 88px;
    margin: 0;
    padding: 25px 0 30px 30px;
}
.shortcut .capability-home dl{
    margin: 0;
    padding: 0;
}
.shortcut .capability-home dt{
    text-transform: uppercase;
    font-size: 24px;
    color: #2082c6;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
.shortcut .capability-home dd{
    text-transform: uppercase;
    font-size: 14px;
    color: #3e3e3e;
    line-height: 20px;
    width: 100px;
    margin: 5px 0 7px 0;
    padding: 0;
}
.shortcut .capability-home dd.more{
    text-transform: none;
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.shortcut .product{
    background: url(../../assets/img/index_pic03.png) right top no-repeat;
    float: left;
    background-color: #000;
    color: #fff;
    width: 226px;
    height: 88px;
    margin: 0;
    padding: 25px 0 30px 30px;
}
.shortcut .product dl{
    margin: 0;
    padding: 0;
}
.shortcut .product dt{
    text-transform: uppercase;
    font-size: 20px;
    color: #2082c6;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
.shortcut .product dd{
    text-transform: uppercase;
    font-size: 13px;
    color: #3e3e3e;
    line-height: 20px;
    width: 100px;
    margin: 7px 0 10px 0;
    padding: 0;
}
.shortcut .product dd.more{
    text-transform: none;
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding: 0;
}

/*---------------------------------- product ---------------------------------------*/

.photo .product-text{
    position: absolute;
    top:27%;
    left: 25%;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.photo .product-text dl{
    margin: 0;
    padding: 0;
}
.photo .product-text dt{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 36px;
    line-height: 1;
    color: #1F81C5;
    margin: 0;
    padding: 0;
}
.photo .product-text dd.title{
    text-transform: uppercase;
    font-size: 18px;
    color: #4E4E4E;
    margin: 10px 0 15px 0;
    padding: 0;
}
.photo .product-text dd{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.product-menu{
    overflow: hidden;
    text-align: center;
    background-color: #eee;
    height: 70px;
    margin-top: 1px;
    padding: 0;
}
.product-menu ul{
    overflow: hidden;
    width: 472px;
    border-left: 1px #fff solid;
    margin: 0 auto;
    padding: 0;
}
.product-menu ul li{
    float: left;
    text-transform: uppercase;
    border-right: 1px #fff solid;
    border-bottom: 1px #1F81C5 solid;
    width: 235px;
    height: 42px;
    font-size: 14px;
    color: #383838;
    margin: 0;
    padding-top: 27px;
}
.product-menu ul li a{
    font-size: 14px;
    color: #383838;
}
.product-menu ul li a:hover{
    font-size: 14px;
    color: #1F81C5;
}
.sample{
    text-align: center;
    width: 945px;
    margin: 0 auto;
    padding: 50px 0;
}
.sample .item{
    float: left;
    text-align: left;
    width: 450px;
    margin: 65px 45px 0 0;
    padding: 0;
}
.sample .item dl{
    margin: 0;
    padding: 0;
}
.sample .item dt{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 28px;
    color: #4e4e4e;
    margin: 40px 0 25px 0;
    padding: 0;
}
.sample .item dd{
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.sample .item_last{
    float: left;
    text-align: left;
    width: 450px;
    margin: 65px 0 95px 0;
    padding: 0;
}
.sample .item_last dl{
    margin: 0;
    padding: 0;
}
.sample .item_last dt{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 28px;
    color: #4e4e4e;
    margin: 40px 0 25px 0;
    padding: 0;
}
.sample .item_last dd{
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.sample .item_tech{
    overflow: hidden;
    text-align: left;
    width: 945px;
    margin: 0;
    padding: 0;
}
.sample .item_tech dl{
    margin: 0;
    padding: 0;
}
.sample .item_tech dt{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 28px;
    color: #4e4e4e;
    margin-bottom: 40px;
    padding: 0;
}
.sample .item_tech .step01{
    float: left;
    background: url(../../assets/img/pro_pic03.png) left top no-repeat;
    text-align: left;
    width: 268px;
    height: 142px;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    padding: 25px 0 0 22px;
}
.sample .item_tech .step02{
    float: left;
    background: url(../../assets/img/pro_pic04.png) left top no-repeat;
    text-align: left;
    width: 268px;
    height: 142px;
    color: #1F80C5;
    font-size: 15px;
    line-height: 26px;
    margin: 0 22px;
    padding: 25px 0 0 22px;
}
.sample .item_tech .step03{
    float: left;
    background: url(../../assets/img/pro_pic05.png) left top no-repeat;
    text-align: left;
    width: 298px;
    height: 142px;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    padding: 25px 0 0 22px;
}
.case{
    position: relative;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.case img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.case .text{
    position: absolute;
    top:20%;
    left: 25%;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.case .text dl{
    margin: 0;
    padding: 0;
}
.case .text dt{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding: 0;
}
.case .text dd.title{
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin: 10px 0 15px 0;
    padding: 0;
}
.case .text dd{
    width: 470px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.case .text02{
    position: absolute;
    top:35%;
    right: 20%;
    margin: 0;
    padding: 0;
    z-index: 1;
}.case .more02{
    width: 232px;
    height: 70px;
    margin-top: 55px;
    padding: 0;
}
.case .more{
    width: 120px;
    height: 40px;
    margin-top: 55px;
    padding: 0;
}
.case-study{
	background-color:#000;
	position:relative;
	overflow:hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
.case-study ul{
	position:relative;
	list-style:none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.case-study ul li{
	position:relative;
	float:left;
    width: 25%;
    margin: 0;
    padding: 0;
}
.case-study ul li a{
	text-align:center;
    width: 100%;
	height:50%;
    margin: 0;
    padding: 0;
}
.case-study ul li a .info{
	display:none;
	position:absolute;
    margin: 0;
    padding: 0;
}
.case-study ul li a .info .title{
	font-size:32px;
	line-height:48px;
    margin-top: 180px;
    padding: 0;
}
.case-study ul li a .info .text{
	font-size:18px;
    margin: 0;
    padding: 0;
}
.case-study ul li a:hover .info{
	background: rgba(31,129,197,0.8);
	display:block;
	width: 100%;
	height:50%;
	color:#fff;
}
.control-prev{
	position: absolute;
	top: 45%;
	left: 35px;
}
.control-next{
	position: absolute;
	top: 45%;
	right: 35px;
}
.control-prev02{
	position: absolute;
	top: 35%;
	left: 55px;
}
.control-next02{
	position: absolute;
	top: 35%;
	right: 55px;
}

.case-study img{
    display: block;
	width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
}
.case-detail{
	position:relative;
	background:rgba(0,0,0,1);
	text-align:center;
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.close{
	float:right;
    margin: 10px 10px 0 0;
    padding: 0;
}
.case-detail ul{
    margin: 0;
    padding: 0;
}
.case-detail ul li{
    margin: 0;
    padding: 0;
}
.case-detail ul li .information{
	background:url(../img/case_line.png) top center no-repeat;
	text-align:center;
	width:360px;
    margin:0 auto;
    padding-top: 50px;
	font-size:14px;
	color:#FFF;
	line-height:28px;
}

/*----------------------------------  solutions ---------------------------------------*/

.photo .solutions-text{
    background: url(../../assets/img/solutions_photo_bg.png) left top repeat;
    position: absolute;
    top:27%;
    right: 25%;
    margin: 0;
    padding: 30px;
    z-index: 1;
}
.photo .solutions-text dl{
    margin: 0;
    padding: 0;
}
.photo .solutions-text dt{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding: 0;
}
.photo .solutions-text dd.title{
    text-transform: uppercase;
    font-size: 18px;
    color: #777;
    margin: 10px 0 15px 0;
    padding: 0;
}
.photo .solutions-text dd{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.solutions{
    overflow: hidden;
    text-align: center;
    width: 945px;
    margin: 0 auto;
    padding: 50px 0;
}
.solutions .item{
    overflow: hidden;
    text-align: left;
    margin: 0;
    padding: 40px 0;
}
.solutions .item img{
    float: left;
    margin-right: 55px;
    padding: 0;
}
.solutions .item dl{
    margin: 0;
    padding: 0;
}
.solutions .item dt{
    text-transform: uppercase;
    font-size: 28px;
    color: #4D4D4D;
    font-weight: lighter;
    line-height: 36px;
    margin: 0;
    padding: 0;
}
.solutions .item dd{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 15px;
    padding: 0;
}
.solutions .item dd span{
    font-size: 14px;
    color: #1F80C5;
}
.solutions .item02{
    overflow: hidden;
    text-align: left;
    margin: 0;
    padding: 40px 0;
}
.solutions .item02 img{
    width: 410px;
    margin: 0;
    padding: 0;
}
.solutions .item02 dl{
    width: 465px;
    float: left;
    margin:0 70px 0 0;
    padding: 0;
}
.solutions .item02 dt{
    text-transform: uppercase;
    font-size: 28px;
    color: #4D4D4D;
    font-weight: lighter;
    line-height: 36px;
    margin: 0;
    padding: 0;
}
.solutions .item02 dd{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin: 15px 0 0 0;
    padding: 0;
}
.solutions .item02 dd span{
    font-size: 14px;
    color: #1F80C5;
}
.resolution{
    text-align: center;
    background: url(../../assets/img/solutions_bg.png) left top repeat;
    width: 100%;
    height: 460px;
    margin: 0;
    padding-top: 70px;
}

/*----------------------------------  capability ---------------------------------------*/

.photo .capability-text{
    position: absolute;
    top:35%;
    right: 25%;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.photo .capability-text dl{
    margin: 0;
    padding: 0;
}
.photo .capability-text dt{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 36px;
    line-height: 1;
    color: #1F81C5;
    margin: 0;
    padding: 0;
}
.photo .capability-text dd.title{
    text-transform: uppercase;
    font-size: 18px;
    color: #4E4E4E;
    margin: 10px 0 15px 0;
    padding: 0;
}
.photo .capability-text dd{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.capability-menu{
    overflow: hidden;
    text-align: center;
    background-color: #eee;
    height: 70px;
    margin-top: 1px;
    padding: 0;
}
.capability-menu ul{
    overflow: hidden;
    width: 944px;
    height: 70px;
    border-left: 1px #fff solid;
    margin: 0 auto;
    padding: 0;
}
.capability-menu ul li{
    display : table;
    float: left;
    text-transform: uppercase;
    border-right: 1px #fff solid;
    border-bottom: 1px #1F81C5 solid;
    width: 235px;
    height: 69px;
    font-size: 14px;
    color: #383838;
    line-height: 20px;
    vertical-align: middle;
    margin:0;
    padding: 0;
}
.capability-menu ul li a{
    display : table-cell;
    vertical-align : middle;
    font-size: 14px;
    color: #383838;
    transition-duration: 0.3s;
}
.capability-menu ul li a:hover{
    background-color: #fff;
    font-size: 14px;
    color: #1F81C5;
}
.capability-menu ul li.active a{
    background-color: #fff;
    font-size: 14px;
    color: #1F81C5;
}
.capability{
    overflow: hidden;
    text-align: center;
    width: 945px;
    margin: 0 auto;
    padding: 50px 0;
}
.capability .title{
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    color: #4e4e4e;
    font-weight: lighter;
    margin: 30px 0;
    padding: 0;
}
.advantages{
    background-color: #F3F3F3;
    height: 370px;
    margin: 0;
    padding: 80px 0;
}
.advantages .content{
    width: 945px;
    margin: 0 auto;
    padding: 0;
}
.advantages .content .text{
    text-align: center;
    font-size: 15px;
    color: #999;
    line-height: 24px;
    margin-bottom: 60px;
    padding: 0;
}
.advantages .content ul{
    text-align: center;
    margin: 0;
    padding: 0;
}
.advantages .content ul li{
    display: inline-block;
    width:120px;
    height:120px; 
    border-radius:99em;
    background-color: #fff;
    font-size: 80px;
    color: #EDEDED;
    font-weight: lighter;
    margin: 0 10px;
    padding: 0;
}
.advantages .content ul li a{
    display: block;
    display : table-cell;
    width:120px;
    height:120px;
    vertical-align: middle;
    border-radius:99em;
    background-color: #fff;
    color: #EDEDED;
    font-weight: lighter;
    transition-duration: 0.3s;
}
.advantages .content ul li a:hover{
    width:120px;
    height:120px; 
    border-radius:99em;
    background-color: #1F81C5;
    color: #fff;
    font-weight: lighter;
}
.advantages .content ul li.active a{
    width:120px;
    height:120px; 
    border-radius:99em;
    background-color: #1F81C5;
    color: #fff;
    font-weight: lighter;
}
.advantages .content dl{
    text-align: center;
    margin-top: 40px;
    padding: 0;
}
.advantages .content dt{
    font-size: 28px;
    color: #1F80C5;
    font-weight: lighter;
    margin-bottom: 20px;
    padding: 0;
}
.advantages .content dd{
    width: 830px;
    font-size: 18px;
    color: #1F80C5;
    font-weight: lighter;
    line-height: 28px;
    margin: 0 auto;
    padding: 0;
}
.precision{
    position: relative;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.precision img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.precision .text{
    position: absolute;
    background: url(../../assets/img/capability_bg01.png) left top repeat;
    width: 450px;
    height: 100%;
    right: 25%;
    margin: 0;
    padding: 0;
}
.precision .text dl{
    margin: 50px;
    padding: 0;
}
.precision .text dt{
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
    line-height: 2;
    margin-bottom: 15px;
    padding: 0;
}
.precision .text dd{
    font-size: 14px;
    color: #ddd;
    line-height: 2;
    margin: 0;
    padding: 0;
}
.capability .item{
    overflow: hidden;
    margin: 50px 0;
    padding: 0;
}
.capability .item dl{
    float: left;
    text-align: left;
    line-height: 2;
    width: 490px;
    margin: 0;
    padding-right: 40px;
}
.capability .item dt{
    text-transform: uppercase;
    font-size: 28px;
    color: #4e4e4e;
    font-weight: lighter;
    margin-bottom: 10px;
    padding: 0;
}
.capability .item dd{
    font-size: 14px;
    color: #878787;
    margin: 0;
    padding: 0;
}
.capability .item02{
    overflow: hidden;
    margin: 0;
    padding: 50px 0;
}
.capability .item02 img{
    float: left;
    margin: 0;
    padding: 0;
}
.capability .item02 dl{
    overflow: hidden;
    text-align: left;
    line-height: 2;
    width: 490px;
    margin: 0;
    padding-left: 40px;
}
.capability .item02 dt{
    text-transform: uppercase;
    font-size: 28px;
    color: #4e4e4e;
    font-weight: lighter;
    margin-bottom: 10px;
    padding: 0;
}
.capability .item02 dd{
    font-size: 14px;
    color: #878787;
    margin: 0;
    padding: 0;
}
.surface{
    background: url(../../assets/img/capability_pic04.png) center top no-repeat;
    background-color: #E8E8E8;
    height: 380px;
    margin: 0;
    padding-top: 120px;
}
.surface .text{
    background: url(../../assets/img/capability_bg02.png) left top repeat;
    border: 1px #fff solid;
    width: 330px;
    height: 160px;
    margin: 0 auto;
    padding: 45px;
}
.surface .text dl{
    margin: 0;
    padding: 0;
}
.surface .text dt{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    padding: 0;
}
.surface .text dd{
    font-size: 14px;
    color: #ddd;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.occupied{
    position: relative;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.occupied img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.occupied .text{
    position: absolute;
    background: url(../../assets/img/capability_bg01.png) left top repeat;
    width: 450px;
    height: 100%;
    right: 25%;
    margin: 0;
    padding: 0;
}
.occupied .text dl{
    margin: 50px;
    padding: 0;
}
.occupied .text dt{
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    line-height: 36px;
    font-weight: lighter;
    margin-bottom: 25px;
    padding: 0;
}
.occupied .text dt.title{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin: 0;
    padding: 0;
}
.occupied .text dd{
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin:0 0 20px 0;
    padding: 0;
}
.occupied .text dd span{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-right: 5px;
    padding: 0;
}
.capability ul{
    overflow: hidden;
    text-align: center;
    margin: 60px 0 120px 0;
    padding: 0;
}
.capability ul li dl{
    margin-top: 110px;
    padding: 0;
}
.capability ul li dt{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0;
}
.capability ul li dd{
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.capability ul li.stamping{
    background: url(../../assets/img/capability_bg03.png) center top no-repeat;
    display: inline-block;
    text-align: center;
    width: 274px;
    height: 274px;
    margin: 0;
    padding: 0;
}
.capability ul li.anodizing{
    background: url(../../assets/img/capability_bg04.png) center top no-repeat;
    display: inline-block;
    text-align: center;
    width: 274px;
    height: 274px;
    margin: 0 30px;
    padding: 0;
}
.capability ul li.painting{
    background: url(../../assets/img/capability_bg05.png) center top no-repeat;
    display: inline-block;
    text-align: center;
    width: 274px;
    height: 274px;
    margin: 0;
    padding: 0;
}
.measuring{
    position: relative;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.measuring img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.measuring ul{
    overflow: hidden;
    line-height: 1;
    position: absolute;
    width: 945px;
    height: 100%;
    left: 25%;
    margin: 0;
    padding: 0;
}
.measuring ul li img{
    width: 60px;
    height: 60px;
    padding: 0;
}
.measuring ul li.tesa01{
    float: left;
    background: url(../../assets/img/capability_bg06.png) left top repeat;
    width: 309px;
    height: 34%;
    margin:0 1px 1px 0;
    padding: 0;
}
.measuring ul li.tesa01 dl{
    margin: 0;
    padding: 0;
}
.measuring ul li.tesa01 dl dt{
    margin: 0;
    padding: 0;
}
.measuring ul li.tesa01 dl dd{
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin: 45px 0 0 35px;
    padding: 0;
}
.measuring ul li.tesa02{
    float: left;
    background: url(../../assets/img/capability_bg06.png) left top repeat;
    width: 309px;
    height: 33%;
    margin:0 1px 1px 0;
    padding: 0;
}
.measuring ul li.tesa02 dl{
    margin: 0;
    padding: 0;
}
.measuring ul li.tesa02 dl dt{
    margin: 0;
    padding: 0;
}
.measuring ul li.tesa02 dl dd{
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin: 45px 0 0 35px;
    padding: 0;
}
.measuring ul li.tesa03{
    float: left;
    background: url(../../assets/img/capability_bg06.png) left top repeat;
    width: 309px;
    height: 33%;
    margin-right: 1px;
    padding: 0;
}
.measuring ul li.tesa03 dl{
    margin: 0;
    padding: 0;
}
.measuring ul li.tesa03 dl dt{
    margin: 0;
    padding: 0;
}
.measuring ul li.tesa03 dl dd{
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin: 95px 0 0 35px;
    padding: 0;
}
.quality{
    position: relative;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.quality img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.quality .text{
    position: absolute;
    top: 30%;
    right: 22%;
    margin: 0;
    padding: 0;
}
.quality .text dl{
    margin: 0;
    padding: 0;
}
.quality .text dt{
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 50px;
    padding: 0;
}
.quality .text dt span{
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
    padding: 0;
}
.quality .text dd{
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin: 0;
    padding: 0;
}
.quality .text02{
    position: absolute;
    top: 30%;
    left: 22%;
    margin: 0;
    padding: 0;
}
.quality .text02 dl{
    margin: 0;
    padding: 0;
}
.quality .text02 dt{
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 50px;
    padding: 0;
}
.quality .text02 dt span{
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
    padding: 0;
}
.quality .text02 dd{
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin: 0;
    padding: 0;
}
.assurance{
    position: relative;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.assurance img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.assurance .text{
    position: absolute;
    right: 23%;
    top: 15%;
    line-height: 2;
    margin: 0;
    padding: 0;
}
.assurance .text dl{
    margin: 0;
    padding: 0;
}
.assurance .text dt{
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
}
.assurance .text dd{
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    padding: 0;
}
.assurance .text dd span{
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
    margin-right: 10px;
    padding: 0;
}
.assurance .text dd.add{
    font-size: 16px;
    color: #fff;
    margin:20px 0 20px 70px;
    padding: 0;
}
.assurance .text dd.add span{
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
    margin-right: 10px;
    padding: 0;
}
.electron{
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.electron .left{
    position: relative;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}
.electron .left dl{
    position: absolute;
    background: url(../../assets/img/capability_bg02.png) left top repeat;
    border: 1px #fff solid;
    bottom:20%;
    right: 15%;
    width: 280px;
    margin: 0;
    padding: 30px;
}
.electron .left dt{
    font-size: 20px;
    color: #fff;
    margin-bottom: 17px;
    padding: 0;
}
.electron .left dd{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.electron .right{
    position: relative;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}
.electron .right dl{
    position: absolute;
    background: url(../../assets/img/capability_bg02.png) left top repeat;
    border: 1px #fff solid;
    bottom:20%;
    left: 15%;
    width: 280px;
    margin: 0;
    padding: 30px;
}
.electron .right dt{
    font-size: 20px;
    color: #fff;
    margin-bottom: 17px;
    padding: 0;
}
.electron .right dd{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

/*---------------------------------- company ---------------------------------------*/

.company-menu{
    overflow: hidden;
    text-align: center;
    background-color: #eee;
    height: 70px;
    margin-top: 1px;
    padding: 0;
}
.company-menu ul{
    overflow: hidden;
    width: 944px;
    height: 70px;
    border-left: 1px #fff solid;
    margin: 0 auto;
    padding: 0;
}
.company-menu ul li{
    display : table;
    float: left;
    text-transform: uppercase;
    border-right: 1px #fff solid;
    border-bottom: 1px #1F81C5 solid;
    width: 313px;
    height: 69px;
    font-size: 14px;
    color: #383838;
    line-height: 20px;
    vertical-align: middle;
    margin:0;
    padding: 0;
}
.company-menu ul li a{
    display : table-cell;
    vertical-align : middle;
    font-size: 14px;
    color: #383838;
    transition-duration: 0.3s;
}
.company-menu ul li a:hover{
    background-color: #fff;
    font-size: 14px;
    color: #1F81C5;
}
.company-menu ul li.active a{
    background-color: #fff;
    font-size: 14px;
    color: #1F81C5;
}
.photo .company-text{
    background-color: #1F81C5;
    position: absolute;
    top:30%;
    left: 25%;
    margin: 0;
    padding: 40px;
    z-index: 1;
}
.photo .company-text dl{
    margin: 0;
    padding: 0;
}
.photo .company-text dt{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding: 0;
}
.photo .company-text dd.title{
    text-transform: uppercase;
    font-size: 18px;
    color: #ccc;
    margin: 10px 0 15px 0;
    padding: 0;
}
.photo .company-text dd{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.company{
    overflow: hidden;
    text-align: center;
    width: 945px;
    margin: 0 auto;
    padding: 50px 0;
}
.about{
    position: relative;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.about img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.about .text{
    position: absolute;
    top: 25%;
    left: 25%;
    margin: 0;
    padding: 0;
}
.about .text dl{
    margin: 0;
    padding: 0;
}
.about .text dt{
    text-transform: uppercase;
    font-size: 30px;
    color: #1F80C5;
    line-height: 42px;
    font-weight: lighter;
    margin-bottom: 30px;
    padding: 0;
}
.about .text dd{
    font-size: 14px;
    color: #999;
    line-height: 2;
    margin: 0;
    padding: 0;
}
.about .text02{
    position: absolute;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    top: 30%;
    left: 25%;
    margin: 0;
    padding: 0;
}
.company .title{
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    color: #4e4e4e;
    font-weight: lighter;
    margin: 30px 0;
    padding: 0;
}
.projector{
    overflow: hidden;
    width: 945px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.projector .lens{
    float: left;
    width: 450px;
    margin:0 45px 45px 0;
    padding: 0;
}
.projector .lens .title{
    border-left: 1px #1F81C5 solid;
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 20px;
    padding-left: 12px;
}
.projector .lens02{
    float: left;
    width: 450px;
    margin: 0;
    padding: 0;
}
.projector .lens02 .title{
    border-left: 1px #1F81C5 solid;
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 20px;
    padding-left: 12px;
}
.customer{
    position: relative;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.customer img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.customer .text{
    position: absolute;
    background: url(../../assets/img/capability_bg02.png) left top repeat;
    border: 1px #fff solid;
    width: 360px;
    height: 87px;
    top:33%;
    left:25%;
    margin: 0 auto;
    padding:55px 45px;
}
.customer .text dl{
    margin: 0;
    padding: 0;
}
.customer .text dt{
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
}
.customer .text dd{
    font-size: 14px;
    color: #ddd;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.customer .text02{
    position: absolute;
    background: url(../../assets/img/capability_bg02.png) left top repeat;
    border: 1px #fff solid;
    width: 360px;
    height: 87px;
    top:33%;
    right:25%;
    margin: 0 auto;
    padding:55px 45px;
}
.customer .text02 dl{
    margin: 0;
    padding: 0;
}
.customer .text02 dt{
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
}
.customer .text02 dd{
    font-size: 14px;
    color: #ddd;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.company ul{
    overflow: hidden;
    text-align: center;
    margin: 100px 0 80px 0;
    padding: 0;
}
.company ul li dl{
    text-align: center;
    margin-top: 130px;
    padding: 0;
}
.company ul li dt{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0;
}
.company ul li dd{
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.company ul li.quality01{
    background: url(../../assets/img/capability_bg03.png) center top no-repeat;
    display: inline-block;
    text-align: center;
    width: 274px;
    height: 274px;
    margin: 0;
    padding: 0;
}
.company ul li.innovation{
    background: url(../../assets/img/capability_bg04.png) center top no-repeat;
    display: inline-block;
    text-align: center;
    width: 274px;
    height: 274px;
    margin: 0 30px;
    padding: 0;
}
.company ul li.responsibility{
    background: url(../../assets/img/capability_bg05.png) center top no-repeat;
    display: inline-block;
    text-align: center;
    width: 274px;
    height: 274px;
    margin: 0;
    padding: 0;
}
.company .all{
    float: left;
    text-align: left;
    width: 274px;
    margin: 0 0 0 30px;
    padding: 0;
}
.company .all .title-q{
    font-size: 30px;
    color: #1F80C5;
    font-weight: lighter;
    margin-bottom: 25px;
    padding: 0;
}
.company .all .text-q{
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.company .all02{
    float: left;
    text-align: left;
    width: 274px;
    margin: 0 0 0 60px;
    padding: 0;
}
.company .all02 .title-q{
    font-size: 30px;
    color: #1F80C5;
    font-weight: lighter;
    margin-bottom: 25px;
    padding: 0;
}
.company .all02 .text-q{
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

/*---------------------------------- contact ---------------------------------------*/

.contact{
    width: 960px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.contact table{
    width: 890px;
    margin: 0 auto;
    padding: 0;
}
.contact table th.name{
    border-bottom: 5px #1F81C5 solid;
    width: 205px;
    margin: 0;
    padding: 0;
}
.contact table th.info{
    border-bottom: 5px #444 solid;
    margin: 0;
    padding: 0;
}
.contact table td{
    border-bottom: 1px #ccc solid;
    font-size: 13px;
    color: #4f4f4f;
    vertical-align: top;
    margin: 0;
    padding: 18px 10px;
}
.contact table td span{
    font-size: 13px;
    color: #1F81C5;
    margin-right: 10px;
    padding: 0;
}
.contact table td span.gery{
    font-size: 13px;
    color: #4f4f4f;
    margin-right: 10px;
    padding: 0;
}
.contact table select{
    border: none;
    width: 660px;
    font-size: 13px;
    color: #1F81C5;
    margin: 0;
    padding: 0;
}
.contact table input{
    border: none;
    width: 660px;
    font-size: 13px;
    color: #969696;
    margin: 0;
    padding: 0;
}
.contact table textarea{
    border: none;
    width: 660px;
    font-size: 13px;
    color: #969696;
    margin: 0;
    padding: 0;
}
.submit{
    overflow: hidden;
    margin: 50px 0 20px 0;
    padding: 0;
}
.submit ul{
    width: 200px;
    margin: 0 auto;
    padding: 0;
}
.submit ul li{
    float: left;
    margin: 0;
    padding: 0;
}

/*---------------------------------- footer ---------------------------------------*/

.footer{
    text-transform: uppercase;
    overflow: hidden;
    width: 945px;
    margin: 0 auto;
    padding: 0;
}
.footer a{
    color: #3e3e3e;
    margin: 0;
    padding: 0;
}
.footer a:hover{
    color: #1F81C5;
    margin: 0;
    padding: 0;
}
.copyright{
    float: left;
    font-size: 12px;
    color: #3e3e3e;
    margin: 0;
    padding: 25px 0;
}
.share{
    float: right;
    font-size: 12px;
    color: #3e3e3e;
    margin: 0;
    padding: 20px 0 30px 0;
}
.share span{
    border-left: 1px #979797 solid;
    font-size: 12px;
    color: #3e3e3e;
    margin-left: 15px;
    padding: 0 10px 0 15px;
}