@font-face {
  font-family: 'FontAwesome';
  src: url('/statics/css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/statics/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/statics/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/statics/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/statics/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/statics/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body, div, ul, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, select {
	margin: 0;
	padding: 0;
}

.f0f0 {
    background-color: 
    #f0f0f0;
    min-width: 1250px;
}

ul {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #1a626a;
}

img {
	border: 0;
}

body {
	background: #fff;
	font: 12px/1.5 "微软雅黑", Arial;
}

.l, .col-l, .col-c {
	float: left;
}

.r, .col-r, .col-r {
	float: right;
}

.c {
	clear: both;
}

.n, em {
	font-weight: normal;
	font-style: normal;
}

.h1, .h5, .h10, .h15, .h20, .h25, .h, .h30, .h35, .h40, .h45, .h50, .h55,
	.h60 {
	font-size: 0px;
	line-height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}

.h10, .h {
	height: 10px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

.h20 {
	height: 20px;
}

.fix::after, .fix::before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.ul-pic .jz-txt,.ul-pic-a1 a img {

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ad-ul-pic-a1 a img {

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.os-ul-pic-a1 a img {

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

iframe {
    overflow: hidden;
}

/*页头加菜单栏*/
#top {
	background: #4a4c52;
	min-width: 1250px;
}

#top div {
	height: 43px;
	line-height: 43px;
	margin: 0 auto;
	width: 1120px;
	min-width: 1250px;
}

#top div p {
	color: #fff;
}

#top .l {
	padding-left: 10px;
}

#top div p .sp1 {
	line-height: 44px;
	color: #fff;
	background-color: #fff;
	padding: 10px 0px;
	border-top: #ccc solid 1px;
	border-right: none;
	border-bottom: #ccc solid 1px;
	border-left: #ccc solid 1px;
}

#top .sp1 #queryKey {
	position: relative;
	width: 223px;
	height: 30px;
	padding: 2px 10px 3px 10px;
	border-top: none;
	border-right: #ccc solid 1px;
	border-bottom: none;
	border-left: none;
}

#top .sp1 #myType {
	position: relative;
	width: 100px;
	height: 34px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#top .sp1 #inp_select {
	width: 60px;
	height: 38px;
	background-color: #1a636b;
	color: #fff;
	border: none;
	cursor: pointer;
	line-height: 38px;
}

#hd {
	background: #fff;
	position: relative;
	z-index: 999;
}

#hd .pr {
	position: relative;
	height: 112px;
}



@media (min-width: 1300px){
	#hd .pr .nav {
		margin-right: -300px;
	}
}

@media screen and (max-width: 1300px){
	#hd .pr .nav {
		margin-right: -280px;
	}
}

@media screen and (max-width: 1200px){
	#hd .pr {
		border-bottom: 1px #e2e2e2 solid;
	}
}

@media (min-width: 1200px){
	#hd {
		border-bottom: 1px #e2e2e2 solid;
	}
}



.wp {
	min-width: 1250px;
	margin: 0 auto;
	width: 1120px;
}

#hd .pr .logo {
	float: left;
	padding-top: 30px;
	padding-left: 5px;
}

#hd .pr .nav {
	float: right;
	line-height: 112px;
}

#hd .pr .nav .ul-nav li {
	float: left;
	height: 60px;
	margin: 0 20px;
}

#hd .pr .nav .ul-nav li.on {
	background: url(/statics/images/icon1.jpg) no-repeat top 40px left 2px;
}

#hd .pr .nav .ul-nav li a {
	color: #7d7d7d;
	font-size: 14px;
}

#hd .pr .nav .menu {
	position: absolute;
	z-index: 999;
	top: 100%;
	right: 0;
	height: 100px;
	background: url(/statics/images/bg1.png) repeat-y;
}

.pr .nav .menu .l {
	width: 145px;
	padding: 30px 20px;
}

.pr .nav .menu .l h3 {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

.pr .nav .menu .l h4 {
	color: #589aa1;
	font-size: 14px;
	line-height: 18px;
}

.pr .nav .menu .r {
	width: 935px;
}

.pr .nav .menu .r ul {
	float: left;
}

.pr .nav .menu .r li {
	padding-left: 30px;
}

.pr .nav .menu .r li h3 {
	font-size: 16px;
	margin-top: 40px;
	line-height: 18px;
}

.pr .nav .menu .r li h3 a {
	color: #1c6971;
}

/*底部  */
#fd {
	background-color: #292a2e;
	border-top: 4px solid #1a636b;
	min-width: 1250px;
}

.wp {
	width: 1120px;
	margin: 0 auto;
}

.fd-logo {
	margin-bottom: 14px;
	margin-top: 35px;
}

#fd .col-c {
	height: 200px;
	padding-left: 5px;
}

#fd .col-r {
	padding-left: 43px;
	border-left: 1px solid #35373c;
	padding-right: 5px;
}

.fd-copy .l {
	padding-left: 5px;
}

#fd .fd-nav {
	float: left;
	margin-right: 126px;
	font-size: 14px;
}

.fd-nav li a {
	color: #ccc;
}

.fd-nav li {
	line-height: 25px;
}

.fd-nav .tit a {
	font-size: 16px;
	color: #204c53;
	font-weight: bold;
}

.fd-nav .tit {
	margin: 16px 0px 5px 0px;
}

.fd-add {
	margin-top: 13px;
}

.fd-add span {
	font-size: 16px;
	color: #204c53;
	font-weight: bold;
}

.fd-add p {
	font-size: 14px;
	color: #c2c5c7;
	margin-bottom: 30px;
	margin-top: 20px;
	line-height: 25px;
}

.fd-ewm {
	height: 85px;
	border-top: 1px solid #35373c;
}

.fd-ewm p {
	float: left;
	margin-right: 30px;
	margin-top: 20px;
	color: #204c53;
}

.fd-ewm img {
	margin-bottom: 8px;
}

.fd-badge {
	width: 187px;
	height: 75px;
	background: url(/statics/images/fd-logo2.png) no-repeat;
	margin-top: 65px;
	margin-left: -10px;
}

.fd-ico {
	width: 330px;
	height: 48px;
	margin-top: 30px;
	border-top: 1px solid #35373c;
}

.fd-ico li {
	float: left;
	margin-top: 15px;
	margin-right: 3px;
}

.fd-ico .ico1 {
	width: 35px;
	height: 35px;
	background: url(/statics/images/fd-ico.png) no-repeat 10px 0;
}

.fd-ico .ico2 {
	width: 35px;
	height: 35px;
	background: url(/statics/images/fd-ico.png) no-repeat -25px 0;
}

.fd-ico .ico3 {
	width: 35px;
	height: 35px;
	background: url(/statics/images/fd-ico.png) no-repeat -65px 0;
}

.fd-ico .ico4 {
	width: 35px;
	height: 35px;
	background: url(/statics/images/fd-ico.png) no-repeat -100px 0;
}

.fd-ico .ico5 {
	width: 35px;
	height: 35px;
	background: url(/statics/images/fd-ico.png) no-repeat -140px 0;
}

.fd-ico .ico6 {
	width: 35px;
	height: 35px;
	background: url(/statics/images/fd-ico.png) no-repeat -180px 0;
}

.fd-copy {
	height: 125px;
	border: 1px solid #35373c;
	color: #999;
}

.fd-copy p {
	margin-top: 20px;
}

.fd-copy .r li {
	float: left;
	margin-top: 30px;
	margin-left: 10px;
}

.fd-copy .copy-ico1 {
	width: 33px;
	height: 33px;
	background: url(/statics/images/fd-copy-ico2.png) no-repeat;
	display: block;
}

.fd-copy .copy-ico2 {
	width: 33px;
	height: 33px;
	background: url(/statics/images/fd-copy-ico3.png) no-repeat;
	display: block;
}

.fd-copy .copy-ico3 {
	width: 33px;
	height: 33px;
	background: url(/statics/images/fd-copy-ico1.png) no-repeat;
	display: block;
}
/*banner*/
.cont-ban {
	text-align: center;
	height: 450px;
	box-shadow: 0 0 15px #ccc;
	position: relative;
	z-index: 888;
}

/*关于我们页面*/
.lm-tit03 {
	text-align: center;
	border: none;
	height: 150px;
}

.lm-tit03 p {
	color: #40767c;
	font-size: 28px;
	line-height: 45px;
	letter-spacing: 1px;
	font-family: "宋体";
	padding-top: 35px;
}

.lm-tit03 h1 {
	color: #40767c;
	font-size: 28px;
	line-height: 45px;
	letter-spacing: 1px;
	font-family: "宋体";
	padding-top: 5px;
}

/*分页 */
#mypage{
	float: right;
}
#mypage li{
	padding: 0px;
}
.fix .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.fix .pagination > li {
    display: inline;
    cursor:pointer;
}

.fix .pagination-sm > li:first-child > a, .fix .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fix .pagination > li:first-child > a, .fix .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fix .pagination > .active > a, .fix .pagination > .active > span, .fix .pagination > .active > a:hover, .fix .pagination > .active > span:hover, .fix .pagination > .active > a:focus, .fix .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1a636b;
    border-color: #1a636b;
}

.fix .pagination-sm > li > a, .fix .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;

}

.fix .pagination > li > a, .fix .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1a636b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
}
#err{
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
}

#mypage2{
	float: right;
}

#mypage2 li{
	padding: 0px;
}

#err2{
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
}

/*新闻分页*/
#jg-tab{margin-top: 55px;margin-left: 495px;}
#jg-tab li{
	cursor:pointer;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px solid #969696;
    text-align:center;
    line-height: 20px;
    color: #969696;
}

#jg-tab > li > a, #jg-tab > li > span {
    padding: 4px;
}

#jg-tab > .active > a{
	color: #0d5c65;
}

#jg-tab li:hover,#jg-tab li.active{
	border-color: #0d5c65;
	color: #0d5c65;
}

/*产品中心*/
.jz-t2 {
    font-size: 30px;
    padding: 10px 0px 40px 0px;
    text-transform: uppercase;
    text-align: center;
}

.ul-pic{margin-right: -16px;min-height: 402px;}
.ul-pic li{float: left;width: 350px;height: 228px;padding: 6px;background: #fff;position: relative;margin-right: 16px;margin-bottom: 28px;}
.ul-pic li.mr0{margin-right: 0;}
.ul-pic-a1 img{width: 350px;height: 228px;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1); 
}
.ul-pic .jz-txt{
    position: absolute;top:16px;left:18px;width: 326px;height: 210px;
    background: url(../images/elas.png);text-align: center;overflow: hidden;
    opacity: 0;
}
.ul-pic a:hover .jz-txt{opacity: 1;} 
.ul-pic-a1 a:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1); 
}

.ul-pic-a1 a {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 228px;
}
.jz-txt em{margin-top: 56px;font-size: 14px;display: block;text-transform: uppercase;}
.jz-txt i{width: 18px; height: 4px;margin-bottom: 4px;border-bottom: 1px solid #afaaaa;text-align: center;display: inline-block;}
.jz-txt span{margin-top:12px;display: inline-block;height: 24px;line-height: 24px;padding: 0 20px;border:1px solid #1a636b;}

/*搜索框*/
#inp{
	height: 32px;
	margin-bottom: 20px;
	position: absolute;
	z-index: 999;
	top: 460px;
	margin-left: 330px;
	font-size: 14px;
}

#inp span{
	float: right;
}

#inp_box{
	outline: medium;
	border: 1px solid #1a636b;
	padding: 0 10px;
	width: 400px;
	height: 42px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 5px;
	margin-right: 0px;
}

#inp_button{
	width: 60px;
	height: 44px;
	background-color:#1a636b;
	color:#fff;
	border: none;
	margin-left: 0px;
	margin-top: 10px;
	cursor: pointer;
	line-height: 42px;
	padding-left: 0px;
}

/*学习板资源中心页面
.ban-learning-board{
	height: 450px;
	background: url(http://www.pdmicro.com:9090/images/2019/11/11/20191111163542.jpg)no-repeat; 
	background-position:center;
	min-width: 1250px;
}*/

/*视频播放*/
.m-news-di{
	margin-top: 50px;
	min-width: 1250px;
}
 .video-top{
 	width: 1120px;
 	height:100px;
 }
 .video-n{
	float: left;
 }
 
 .video-more{
 	float: right;
 }
 
 .video-center{
    padding-bottom: 50px;
}
 .video-center .center-top{
 	margin-top:10px
}
 .video-center .center-bottom{
 	text-indent:2em;
 	margin-top:10px
}

/*我们的服务页面*/
.ban-our-services{
	height: 450px;
	background: url(http://www.pdmicro.com:9090/images/2019/11/11/20191111163541.jpg)no-repeat; 
	background-position:center;
	min-width: 1250px;
}

/*datasheet资料下载*/
.jg-ban7{background: url(../images/bna-w1.jpg)no-repeat; min-width: 1250px; background-position:center}
.jz-t3{font-size: 15px;padding: 20px 0;text-transform: uppercase;text-align: center;}
.jz-t4{font-size: 15px;padding: 20px 0;text-transform: uppercase;text-align: center;}
.m-download {
    min-width: 1250px;
}
.m-download ul li{ 
	font-size: 14px;
	color:#1a636b;
	border-bottom: 1px dashed #ccc; 
	padding: 20px; 
	padding-left: 0; 
	width: 1120px;
    margin: 0px auto;
}
.m-download li a {color: #32818a;overflow:hidden;}
.m-download .a-down{float: right; width: 25px;height: 19px;background: url(../images/icon51.png) no-repeat;margin-left: 215px;padding-right: 10px;}
.m-download .a-down:hover{background: url(../images/icon61.png) no-repeat;margin-left: 215px;padding-right: 10px;}
.m-download .a-down-2{float: right; width: 25px;height: 19px;background: url(../images/icon51.png) no-repeat;margin-left: 200px;}
.m-download .a-down-2:hover{background: url(../images/icon61.png) no-repeat;margin-left: 200px;}
.m-download .a-down-3{float: right; width: 25px;height: 19px;background: url(../images/icon9.png) no-repeat;}
.m-download .a-down-3:hover{background: url(../images/icon10.png) no-repeat;}
.m-download .a-down-4{float: right; width: 25px;height: 19px;background: url(../images/icon5.png) no-repeat;margin-left: 215px;padding-right: 10px;}
.m-download .a-down-4:hover{background: url(../images/icon6.png) no-repeat;margin-left: 215px;padding-right: 10px;}
.m-download .a-ms{height: 19px;margin:0px auto;text-align: center;display: list-item;}
.m-download .p-down{float: right; width: 30px;height: 19px;margin-left: 205px;padding-right: 16px;}

.m-download .p_title{
	background-color:#1a636b;
	padding: 6px;
	border-bottom: 0px dashed #ccc;
	color: #fff;
}
.m-download .p-ms{height: 19px;margin:0px auto;text-align: center;}
.m-download .top-span{
	display: inline-block;
	vertical-align: middle; 
    padding-right: 10px;
	padding-left: 25px;
	margin-right: 10px;
	float: left;
	width: 190px;
}
.m-download .center-span{
	display: inline-block; height: 25px;
    line-height: 25px;
	color:#fff;
	vertical-align: middle; 
	border-left: 2px solid #32818a;
    padding-right: 10px;
    background: 5px center #1a636b; 
	padding-left: 25px;
	margin-right: 10px;
    font-size: 12px;
	float: left;
	width: 190px;
}

.m-download .center-span:hover{
	color:#b2b2b2;
}

.m-download .fancybox{
	display: block;
}

/*datasheet详情*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

#d_wp .clear{
	clear:both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.wp_title{
	font-size: 30px;
	text-transform: uppercase;
	padding-top: 20px;
}

.wp_left{
	float: left;
	width: 610px;
}

.wp_left li{
	margin: 10px 0px;
}

.wp_left .li_left{
	float: left;
	width: 100px;
	height:40px;
	line-height:40px;
	text-align: center;
	background-color: #1a636b;
	color: #fff;
}

.wp_left .li_right{
	float: right;
	width: 500px;
	height:40px;
	line-height:40px;
}

.wp_right{
	float: right;
	width: 510px;
}

.wp_right .right_img{
	width: 510px;
	height: 210px;
}

#wp_datasheet li{ 
	font-size: 14px;
	color:#1a636b;
	border-bottom: 1px dashed #ccc; 
	padding: 20px; 
	padding-left: 0; 
	width: 1120px;
    margin: 0px auto;
}
#wp_datasheet li a {color: #32818a;overflow:hidden;}
#wp_datasheet .a-down{float: right; width: 25px;height: 19px;background: url(../images/icon51.png) no-repeat;margin-left: 215px;padding-right: 10px;}
#wp_datasheet .a-down:hover{background: url(../images/icon61.png) no-repeat;margin-left: 215px;padding-right: 10px;}
#wp_datasheet .a-down-2{float: right; width: 25px;height: 19px;background: url(../images/icon51.png) no-repeat;margin-left: 200px;}
#wp_datasheet .a-down-2:hover{background: url(../images/icon61.png) no-repeat;margin-left: 200px;}
#wp_datasheet .a-down-3{float: right; width: 25px;height: 19px;background: url(../images/icon9.png) no-repeat;}
#wp_datasheet .a-down-3:hover{background: url(../images/icon10.png) no-repeat;}
#wp_datasheet .a-ms{height: 19px;margin:0px auto;text-align: center;display: list-item;}
#wp_datasheet .p-down{float: right; width: 30px;height: 19px;margin-left: 205px;padding-right: 16px;}

#wp_datasheet .p_title{
	background-color:#1a636b;
	padding: 6px;
	border-bottom: 0px dashed #ccc;
	color: #fff;
}
#wp_datasheet .p-ms{height: 19px;margin:0px auto;text-align: center;}
#wp_datasheet .top-span{
	display: inline-block;
	vertical-align: middle; 
    padding-right: 10px;
	padding-left: 25px;
	margin-right: 10px;
	float: left;
	width: 190px;
}
#wp_datasheet .center-span{
	display: inline-block; height: 25px;
    line-height: 25px;
	color:#fff;
	vertical-align: middle; 
	border-left: 2px solid #32818a;
    padding-right: 10px;
    background: 5px center #1a636b; 
	padding-left: 25px;
	margin-right: 10px;
    font-size: 12px;
	float: left;
	width: 190px;
}

#wp_datasheet .center-span:hover{
	color:#b2b2b2;
}

#wp_datasheet .fancybox{
	display: block;
}

/*我们的服务*/
.os-ul-pic{margin-right: -16px;}
.os-ul-pic li{float: left;width: 200px;height: 200px;padding: 6px;background: #fff;position: relative;margin-right: 85px;margin-bottom: 120px;}
.os-ul-pic li.mr0{margin-right: 0;}
.os-ul-pic-a1 img{width: 200px;height: 200px;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1); 
}

.os-ul-pic a:hover .jz-txt{opacity: 1;} 
.os-ul-pic-a1 a:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1); 
}

.os-ul-pic-a1 a {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.os-ul-pic-a1 p a {
    height: auto;
}

.os-ul-pic-a1 p {
	text-align:center;
	margin-top:15px;
}

/*内容*/
.m-news-di .news-p{border-bottom: 8px solid #e3e3e3;padding-bottom: 200px;}
.m-news-di .news-tit{text-align:center;border-bottom:1px solid #ccc;margin-bottom: 50px;padding-bottom: 50px;}
.m-news-di h1{font-size: 24px;}
.m-news-di h3{font-size: 24px;}
.m-news-di em{font-size: 15px;}
.m-news-di p{font-size: 16px;margin-top: 50px;color:#666;}
.m-news-di .news-n{margin-top: 30px;margin-bottom: 30px;float: left;}
.m-news-di .news-n a{color:#666;}
.m-news-di .news-more{float: right;}
.m-news-di .news-more a{display: inline-block;width: 55px;height: 23px;background-color: #1a636b;text-align: center;
                    line-height: 23px;color: #fff;font-size: 12px;border-radius: 10px;margin-top: 40px;}
.m-sys-de .box p a{display: block;margin-top: 30px;font-size: 14px;color: #1a636b;}

/*新闻中心*/
.ban-news{
	height: 450px;
	background: url(http://www.pdmicro.com:9090/images/2019/10/23/new.jpg)no-repeat; 
	background-position:center;
	min-width: 1250px;
}
.g-tit-j1{padding-top: 20px;height: 56px;font-size: 36px;color: #313131;text-transform: uppercase;text-align: center; font-weight: normal;}
.g-tit-j2{font-size: 24px;color: #1a636b;text-align: center; font-weight: normal; font-family:"宋体";}
.ul-news p{font-size: 12px; color: #999; line-height: 22px;}
.m-news{background: #fff;}
.m-news .ul-news{display: none;width: 1155px;margin-top: 50px;}
.m-news .ul-news.on{display: block;}
.m-news .ul-news li{
	float: left;
	width: 355px;
	height: auto; 
	margin-right: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
.m-news .ul-news li img{height: 215px;-webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; 
    -moz-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1);
     -o-transform: scale(1, 1); -moz-transform: scale(1, 1); transform: scale(1, 1);}
.m-news .ul-news li:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); 
    -o-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.m-news .ul-news li p{width: auto; text-align: left;padding: 15px 0 0;}
.m-news .ul-news li .t1{font-size: 16px;color: #a6c0c4;}
.m-news .ul-news li .t2 a{font-size: 14px;color: #4e4e4e;}
.m-news .ul-news li .t3{font-size: 12px;}
.m-news .ul-news li .t4 a{font-size: 14px;color: #a6c0c4;padding: 20px 0 0 20px;background: url(../images/icon7.png)no-repeat bottom left;}
.m-news .jg-tab{margin-top: 55px;margin-left: 495px;}
.m-news .jg-tab li{
	cursor:pointer;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px solid #969696;
    text-align:center;
    line-height: 15px;
    color: #969696;
}
.m-news .jg-tab li:hover,.m-news .jg-tab li.on{border-color: #0d5c65;color: #0d5c65;}

/*联系我们*/
.cont-ban img{width: 100%;}
.jz-cont h2{
    margin-top:  20px;
    height: 80px;
    color:#212326;font-size: 38px;
    font-weight: bold;
}
.jz-cont span{padding-bottom: 30px;color:#191919;font-size: 18px;display: block;}
.jz-cont p{font-size: 14px;line-height: 32px;color: #7b7b80;}
.jz-cont .col-l{width: 270px;padding-top: 43px;}
.jz-cont .col-r{width: 550px;padding-top: 43px;}
.jz-cont h4{font-size: 18px;color: #698494;height: 45px; font-weight: bold;}

/*招贤纳士*/
.jg-ban10{background: url(../images/jz-ban.jpg)no-repeat; background-position:center}
.sell2 .top h3{margin-bottom: 30px;}
.sell2 .top p{line-height: 24px;color: #b5b5b5;}
.sell2 .top img{padding-top: 50px;}
.uz-open{padding-left: 12px;}
.ul-open h3{font-size: 18px;color: #1a626a;height: 46px;line-height: 46px;cursor: pointer;}
.ul-open h3 a{height: 45px;width: 45px;background: url(../images/open-off.png) no-repeat left center;display:block;float: right;}
.ul-open .on a{background: url(../images/open-on.png) no-repeat left center;} 
.ul-open li{margin-bottom: 5px;}
.ul-open li h3,.ul-open .sub-nav{padding-left: 10px;}
.ul-open .bc{background: #ebebeb;}
.ul-open h3 span{font-size: 14px;color: #4f4f4f;line-height: 46px;height: 46px;margin-left: 5px;}
.ul-open .sub-nav{display: none;}
.ul-open .sub-nav{font-size: 14px;color: #1d1d1d;}
.ul-open .sub-nav strong{display: block;padding: 10px 0;}
.ul-open .sub-nav p{color: #666;line-height: 24px;}

/*当前位置*/
.place-top{
    min-width: 1250px;
}
.place{
    width: 1120px;
    margin: 0 auto;
    padding-top:10px;
}
#breadcrumb {
  list-style: none;
  display: inline-block;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #1a636b;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #1a636b;
  border-width: 20px 12px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #1a636b;
}
#breadcrumb li a:hover {
  background-color: #1abc9c;
}
#breadcrumb li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #1abc9c;
}
#breadcrumb li:first-child a:hover {
  background-color: #1a636b;
}
#breadcrumb li:first-child a:hover:before {
  border-color: #1a636b;
  border-left-color: transparent;
}
#breadcrumb li:first-child a:hover:after {
  border-left-color: #1a636b;
}
#breadcrumb li:last-child a:hover {
  background-color: #1a636b;
}
#breadcrumb li:last-child a:hover:before {
  border-color: #1a636b;
  border-left-color: transparent;
}
#breadcrumb li:last-child a:hover:after {
  border-left-color: #1a636b;
}
.icon{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
}
.icon-home:before {
  content: "\f015";
}

/*MICROCHIP列表*/
#jquery-accordion-menu *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.filterinput{
	background-color:rgba(249, 244, 244, 0);
	border-radius:15px;
	width:90%;
	height:30px;
	border:thin solid #FFF;
	text-indent:0.5em;
	font-weight:bold;
	color:#FFF;
}
#demo-list a{
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	width:100%;
}
.jquery-accordion-menu {
	min-width: 260px;
	float: left;
	position: relative;
	box-shadow: 0 20px 50px #333
}
.jquery-accordion-menu .jquery-accordion-menu-footer,.jquery-accordion-menu .jquery-accordion-menu-header {
	width: 100%;
	height: 50px;
	padding-left: 22px;
	float: left;
	line-height: 50px;
	font-weight: 600;
	color: #f0f0f0;
	background: #414956
}

.jquery-accordion-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.jquery-accordion-menu ul li {
	width: 100%;
	display: block;
	float: left;
	position: relative
}

.jquery-accordion-menu ul li a {
	width: 100%;
	padding: 14px 22px;
	float: left;
	text-decoration: none;
	color: #f0f0f0;
	font-size: 13px;
	background: #414956;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
}

.jquery-accordion-menu>ul>li.active>a, .jquery-accordion-menu>ul>li:hover>a
	{
	color: #fff;
	background: #3b424d
}

.jquery-accordion-menu>ul>li>a {
	border-bottom: solid 1px #3b424d
}

.jquery-accordion-menu ul li a i {
	width: 34px;
	float: left;
	line-height: 18px;
	font-size: 16px;
	text-align: left
}

.red.jquery-accordion-menu .jquery-accordion-menu-footer, .red.jquery-accordion-menu .jquery-accordion-menu-header,
	.red.jquery-accordion-menu ul li a {
	background: #1a636b
}

.red.jquery-accordion-menu>ul>li.active>a, .red.jquery-accordion-menu>ul>li:hover>a
	{
	background: #154e55
}

.red.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #154e55
}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {
	line-height: 16px
}

.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.jquery-accordion-menu ul ul.submenu, .jquery-accordion-menu ul ul.submenu li ul.submenu
	{
	width: 100%;
	display: none;
	position: static
}

.jquery-accordion-menu ul ul.submenu li {
	clear: both;
	width: 100%
}

.jquery-accordion-menu ul ul.submenu li a {
	width: 100%;
	float: left;
	font-size: 11px;
	background: #383838;
	border-top: none;
	position: relative;
	border-left: solid 6px transparent;
	-o-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	transition: border .2s linear
}

.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #414956
}

.jquery-accordion-menu ul ul.submenu>li>a {
	padding-left: 30px
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a {
	padding-left: 45px;
	border-left-width: 12px;
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a {
	padding-left: 60px;
	border-left-width: 18px;
}

.jquery-accordion-menu .submenu-indicator {
	float: right;
	right: 22px;
	position: absolute;
	line-height: 19px;
	font-size: 20px;
	-o-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-ms-transition: transform .3s linear
}

#title {
	border-bottom: solid 1px #3b424d;
	border-bottom-color: #154e55;
}

.jquery-accordion-menu ul ul.submenu .active li:not(.active) a {
	border-left-color: #383838
}

.jquery-accordion-menu ul ul.submenu .active li:not(.active) a:hover {
	border-left-color: #154e55
}

.jquery-accordion-menu ul ul.submenu .active a {
	border-left-color: #154e55
}
#microchip{
	width:1250px;
	margin:0px auto;
}
#microchip-left{
	float:left;
	width:260px;
	margin:65px 30px 40px 0px;
}
.m-microchip{
	float:left;
	margin:0px;
	width: 960px;
}
.m-microchip .p_title {
    background-color: #1a636b;
	padding: 6px;
	border-bottom: 0px dashed #ccc;
	color:#fff;
}
.m-microchip .center_title {
	padding: 6px;
	border-bottom: 1px dashed #ccc;
}

#m_wp .clear{
	clear:both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.md_title{
	font-size: 30px;
	text-transform: uppercase;
	padding-top: 20px;
}

.md_left{
	float: left;
	
}

.md_left .li_l{
	width: 560px;
	float: left;
}

.md_left .li_r{
	width: 560px;
	float: left;
}

.md_left li{
	margin: 10px 0px;
}

.md_left .li_left{
	float: left;
	width: 200px;
	height:40px;
	line-height:40px;
	text-align: center;
	background-color: #e3e3e3;
	border: solid 1px #000;
	border-right: 0px;
}

.md_left .li_right{
	float: left;
	width: 300px;
	height:40px;
	line-height:40px;
	padding-left: 20px;
	border: solid 1px #000;
	background: #e3e3e3;
}

.md_right{
	float: right;
	width: 510px;
}

.md_right .right_img{
	width: 510px;
	height: 210px;
}