@charset "utf-8";
@import url(comm.css);
body{font-family:microsoft Yahei;min-width: 1200px;background:#FFFFFF;_width:expression(document.documentElement.clientWidth>1200?document.documentElement.clientWidth:1200);}
em,i{font-style: normal;}

/*顶部    start*/
.yHeader{width: 100%; background-color:#333;}
/*内页顶部    start*/
.yHeaderInside{width: 100%; background-color:#333; color: #ffffff;}
/*导航   start*/
.yNavIndex{width: 1200px;margin: 18px auto 0;height:35px;/*border-bottom: 2px solid #2d2d2d;*/position: relative;}
.yNavIndex .yMenuIndex{margin-left: 190px;}
.yNavIndex .yMenuIndex li a{position: relative;display: inline-block;font-size: 16px;color: #333;line-height: 32px;height: 32px;padding: 0 21px;}
.yNavIndex .yMenuIndex li a.yMenua{font-weight:bold;border-bottom: 3px solid #2d2d2d;}
.yNavIndex .yMenuIndex li a:hover{font-weight:bold;border-bottom: 3px solid #2d2d2d;}
.yNavIndex .yMenuIndex li{float: left;height: 33px;padding: 0 12px;}
/*下拉*/
.pullDown{
	z-index: 1;
	position: absolute;
	left: -1px;
}
.pullDownTitle{height: 35px;width: 190px;background: #a90000;color: #ffffff;font-size: 16px;font-weight: normal;text-align: center;line-height: 35px;}
.pullDownInsideTitle{
	height: 35px;
	width: 190px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 35px;
	background-color: #a90000;
}
.pullDownInsideTitle a:link{
	height: 35px;
	width: 190px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 35px;
	background-color: #a90000;
}
.pullDownInsideTitle a:hover{
	height: 35px;
	width: 190px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 35px;
	text-decoration: underline;
	background-color: #a90000;
}	
.pullDownList{width: 190px;height: 480px;background: url(../images/pullbj.jpg);position: relative;z-index: 2;}
.pullDownList li{height: 32px;color: #fefcfc;font-size: 13px;padding-left: 11px;position: relative;}
.pullDownList li i{display: inline-block;position:relative;top:4px;margin-right: 8px;left:0;-webkit-transition: margin-left .2s linear;-moz-transition: margin-left .2s linear;-o-transition: margin-left .2s linear; width: 20px;height: 19px;background: url(../images/indexicon1.png) no-repeat;}
.pullDownList li.menulihover i{margin-left: 6px;}
/*以下代码是使用图片精灵需要图片的定位信息*/
/*.pullDownList li i.listi1{background-position: 0 -1240px}   
.pullDownList li i.listi2{background-position: 0 -1271px}
.pullDownList li i.listi3{background-position: 0 -1302px}
.pullDownList li i.listi4{background-position: 0 -1332px}
.pullDownList li i.listi5{background-position: 0 -1362px}
.pullDownList li i.listi6{background-position: 0 -1395px}
.pullDownList li i.listi7{background-position: 0 -1425px}
.pullDownList li i.listi8{background-position: 0 -1457px}
.pullDownList li i.listi9{background-position: 0 -1489px}
.pullDownList li i.listi10{background-position: 0 -1519px}
.pullDownList li i.listi11{background-position: 0 -1552px}
.pullDownList li i.listi12{background-position: 0 -1582px}
.pullDownList li i.listi13{background-position: 0 -1612px}
.pullDownList li i.listi14{background-position: 0 -1644px}
.pullDownList li i.listi15{background-position: 0 -1674px}*/
.pullDownList li a{color: #fefcfc;font-size: 13px;}
.pullDownList li.menuliselected{background: #4a4a4a;}
.pullDownList li.menuliselected span{top: 14px;right: 7px;border-left: 4px solid transparent;border-top: 4px solid #fff;border-right:4px solid transparent;border-bottom: 0;}
.pullDownList li.menulihover{background: #a90000;}
.pullDownList li span{display: inline-block; width: 0;height: 0;position: absolute;top: 12px;right: 8px;}
.pullDownList li.menulihover span{top: 12px;right: 8px;border-left: 4px solid #fff;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-right: 0;}
/*下拉详细列表具体分类*/
.yMenuListCon{width: 400px;height:480px;position: absolute;z-index:2;top: 35px;left: 190px;overflow: hidden;}
.yMenuListCon p{width:auto;color: #373737;font-size: 14px;margin: 10px 0 0 -1px;overflow: hidden;}
.yMenuListCon p a{color: #373737;font-size: 14px;padding: 0 8px;display: inline-block;float: left;margin-top: 5px;background: url(../images/indexicon1.png) 0 -1695px;}
.yMenuListCon p a.ecolor610{color: #a90000;}
.yMenuListCon p a:hover{color: #a90000;text-decoration: underline;}
.yMenuListConin{display: none; background: #fff;opacity: 0.9; -moz-opacity:0.9;filter: alpha(opacity=90);padding:0 20px;width: 360px;height:480px;position: absolute;left: 0;top: 0;}
.yMenuLCinList{overflow: hidden;}
	/*详细分类标题*/
	.yMenuLCinList h3{position: relative;height: 20px;width: auto;margin: 25px auto 0;border-bottom: 1px solid #000;}
	.yMenuLCinList h3 a{font-size: 12px;color: #2d2d2d;position: absolute;bottom: 0px;display: block;}
	.yMenuLCinList h3 .yListMore{color: #666666;font-weight: normal;right: 0;with: 40px;height: 20px;}
	.yMenuLCinList h3 .yListName{-webkit-transition: left .2s linear;-moz-transition: left .2s linear;-o-transition: left .2s linear;display: block;width: 200px;height: 20px;line-height: 20px;padding-top: 17px;padding-left: 30px;left: 0;background:url(../images/yListNameicon.png) no-repeat 0 5px;}
	.yMenuLCinList h3 .yListName:hover{left:6px;}
/*导航   end*/
/*顶部    end*/

/*banner  start*/
.yBanner{height: 480px;width: 100%;overflow: hidden;position: relative;}
.yBannerList{height: 480px;width: 100%;background:#003A74;position: absolute;top: 0;left: 0;}
.ybannerHide{display: none;}
.ymainBanner{-webkit-transform: scaleX(1.05) scaleY(1.05);-moz-transform: scaleX(1.05) scaleY(1.05);-ms-transform: scaleX(1.05) scaleY(1.05);-o-transform: scaleX(1.05) scaleY(1.05);transform: scaleX(1.05) scaleY(1.05);}
.ybannerExposure .ymainBanner{-webkit-transition: -webkit-transform 4s linear;-moz-transition: -moz-transform 4s linear;-o-transition: -o-transform 4s linear;transition: transform 4s linear;-webkit-transform: scaleX(1) scaleY(1);-moz-transform: scaleX(1) scaleY(1);-ms-transform: scaleX(1) scaleY(1);-o-transform: scaleX(1) scaleY(1);transform: scaleX(1) scaleY(1);}
.yBannerListIn{overflow:hidden;width: 1010px;padding-left:190px;height: 480px;margin: 0 auto;position: relative;}

/*首頁Benner大圖文字說明開始*/
.ytextBanner1{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/20161017_banner_Solution_in.png) no-repeat center;}/*Intro-1.整体系统解决方案*/
.ytextBanner2{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/20161017_banner1_TRW21T_in.png) no-repeat center center;}/*Intro-2.温控器/记录仪*/
.ytextBanner3{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/banner2in.png) no-repeat center center;}/*Intro-3.小型流量计*/
.ytextBanner4{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/banner14in.png) no-repeat center center;}/*Intro-4.质式气体流量计*/
.ytextBanner5{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/banner4in.png) no-repeat center center;}/*Intro-5.超声波液位计*/
.ytextBanner6{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/banner3in.png) no-repeat center center;}/*Intro-6.压力传感器/变送器*/
.ytextBanner7{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/banner7in.png) no-repeat center center;}/*Intro-7.差压传感器/开关*/
.ytextBanner8{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/banner_Encoder_in.png) no-repeat center;}/*Intro-8.旋转编码器/可变电阻器/电位计*/
.ytextBanner9{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/banner10in.png) no-repeat center center;}/*Intro-9.温度贴纸*/
.ytextBanner10{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/banner8in.png) no-repeat center center;}/*Intro-10.温湿度传送器/变送器c*/
.ytextBanner11{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/banner13in.png) no-repeat center center;}/*Intro-11.非接触式红外线测温仪*/
.ytextBanner12{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/banner12in.png) no-repeat center center;}/*Intro-12.氣體偵測器*/
.ytextBanner13{opacity: 0;position: absolute;right: 190px;top: 0;width: 405px;height: 480px;z-index: 1;background: url(../images/banner11in.png) no-repeat center center;}/*Intro-13.农业气象仪器*/

.ybannerExposure .ytextBanner{-webkit-transition: opacity 2s linear;-moz-transition: opacity 2s linear;-o-transition: opacity 2s linear;transition: opacity 2s linear;opacity: 1;}
.yBannerListIn .yBannerListInRight{position: absolute;top: 0;right: 0;width: 190px;height: 480px;z-index: 5;opacity: 0.95;filter: alpha(opacity=95);}
.yBannerListInRight .yimaginaryLine{display: block;height: 0;border-top: 1px dotted #eee;}
.yBannerListInRight img{vertical-align: top;-webkit-transition: -webkit-transform .2s linear;-moz-transition: -moz-transform .2s linear;-o-transition: -o-transform .2s linear;transition: transform .2s linear;}
.yBannerListInRight img:hover{-webkit-transform: translateX(-5px);-moz-transform: translateX(-5px);-ms-transform: translateX(-5px);-o-transform: translateX(-5px);transform: translateX(-5px);}

/*热销产品开始*/

ul{list-style:none;}
img,a img {border:none;}

/**基本格式结束***************/

/*单页头部开始*/
.bodyCon08{background:#FFFFFF;}
.bodyCon08 .students{margin:0 auto;width:1200px;height:260px;position:relative;}
.bodyCon08 .students p.PP{width:510px;height:50px;font-size:16px;color:#333;text-align:center;position:absolute;top:60px; left:300px;}
#four_flash{position:relative;width:1200px;height:250px; margin:0 auto;position:absolute;bottom:20px;}
#four_flash .flashBg{width:1095px;height:300px; margin:0 auto;position:relative;overflow:hidden;}
#four_flash .flashBg ul.mobile{width:2000%;height:250px; position:absolute;top:15; left:0;}
#four_flash .flashBg ul.mobile li{border:3px solid #DBDBDB;float:left;width:170px;height:240px;margin-left:6px;padding-top:8px;color:#6C6E85;}
#four_flash .flashBg ul.mobile li:hover{border:3px solid #DBDBDB; color:#0071BC;}
#four_flash .flashBg ul.mobile li img{width:150px;height:150px;display:block; margin:0 auto;border:3px solid #DBDBDB; border-radius:0px;} 
#four_flash .flashBg ul.mobile li dd{font-size:14px;width:150px;line-height:20px;text-align:center;border-bottom:1px solid #6C6E85;}
#four_flash .flashBg ul.mobile li p{font-size:14px; text-align:center;width:150px; line-height:10px;margin-top:8px;}
#four_flash .flashBg ul.mobile li a{display:block;background:url(../images/jiantou.png);width:31px;height:31px;border:0px;margin:8px auto;}
#four_flash .flashBg ul.mobile li a:hover{background:url(../images/jiantou2.png);}
#four_flash .but_left{width:50px;height:100px;position:absolute; top:80px; left:0px;}
#four_flash .but_right{width:50px;height:100px; position:absolute; top:80px; right:0px;}
#four_flash .but_left:hover{background:url(../images/qianxleft1.png) no-repeat;}
#four_flash .but_right:hover{background:url(../images/qianxr1.png) no-repeat;}
/*热销产品结束*/

#apDivTOP {
	position:fixed;
	z-index:99999;
	top: 0px;
	width: 100%;
	left: 0px;
}

.footer_title {
	font-size: 14px;
	color: #1591FF;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.pdf {font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.product {
	color: #000;	
}
.product:hover {
	background-color: #D7ECFF;
}
.product:link {
	color: #000000;
}
.product_title {
	color: #3883C5;
}
.crumbs {
	color: #0066FF;
	font-size: 14px;
	font-weight: bold;
}
.crumbs:hover {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

/*banner  end*/
.line {
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
.TopLine {
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #999999;
}
.title {
	font-family: "MicroSoft YaHei";
	font-size: 16px;
	color: #000;
}
.red {
	font-family: "MicroSoft YaHei";
	font-size: 12px;
	color: #F00;
}
.INDEXtitle {
	font-family: "MicroSoft YaHei";
	font-size: 16px;
	color: #FFF;
}