/* CSS Document */
@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; border: 0; }
html { color: #666; }
html, body { width: 100%; min-width: 320px; }
body, button, input, select, textarea { margin: 0; padding: 0; font-size: 12px; background: #fff }
ul, ol, li, dl, dd, dt { list-style: none; }
em { font-style: normal; }
a { text-decoration: none; outline: none; color:#666;}
a:hover { text-decoration: underline; }
legend { color: #000; }
fieldset, img { border: 0; }
label, button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
img { border: 0; vertical-align: middle; }
a {}
a:hover { text-decoration: none }
.fl { float: left; }
.fr { float: right; }
/*苹果手机默认按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
@-webkit-keyframes bounce-up { 25% {
-webkit-transform: translateY(5px);
}
50%, 100% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(-5px);
}
}
@keyframes bounce-up { 25% {
transform: translateY(5px);
}
50%, 100% {
transform: translateY(0);
}
75% {
transform: translateY(-5px);
}
}

.container{width:96%; margin:0 auto; max-width: 1200px;}
.indexcontainer{width:96%; margin:0 auto; max-width: 1600px;}

/*头部*/
#header{width:100%;height:80px;background:#fff;overflow:hidden;}
#header>.indexcontainer>.fl img{margin-top:20px;}
#header>.indexcontainer>.fr>.contactbox{margin:27px 0px 0px 27px;}
#header>.indexcontainer>.fr>.contactbox i{display:inline-block;width:30px;height:30px;position:relative;top:0px;left:-4px;}
#header>.indexcontainer>.fr>.contactbox:nth-child(1) i{background:url(../images/tel.png) no-repeat center;}
#header>.indexcontainer>.fr>.contactbox:nth-child(2) i{background:url(../images/mail.png) no-repeat center;}
#header>.indexcontainer>.fr>.contactbox span{font-size:24px;color:#1984b7;font-family:"Arial";position:relative;top:-5px;margin-left:10px;}

/*导航*/
#nav{width:100%;height:60px;background-image: linear-gradient(to right, #1b97c0 , #12398e);overflow:hidden;}
#nav>.indexcontainer>.fl p{font-size:16px;color:#fff;height:60px;line-height:60px;}
#nav>.indexcontainer>.fr li{height:60px;line-height:60px;padding:0px 16px;transition:all 1s; float:left;}
#nav>.indexcontainer>.fr li a{font-size:16px;color:#fff;transition:all 0.6s;}
#nav>.indexcontainer>.fr li:hover{background:#3887cb;}
#nav>.indexcontainer>.fr li.act{background:#3887cb;}

.fixed_logo{display: none; float:left; height:60px;}
.fixed_logo img{height: 48px;margin-top:7px;}
.fixed{position:fixed; z-index: 100;}
.fixed .fixed_logo{display: block;}
#nav.fixed>.indexcontainer>.fl p{display: none;}

@media (max-width:1024px) {
	#header{display:none;}
	#nav{overflow:inherit; position:fixed; z-index:100;}
	#nav>.indexcontainer>.fl p{display: none;}
	#nav>.indexcontainer>.fl .fixed_logo{display:block;}
    .web_nav{display: block;}
    .web_nav { width: 20%; display: block; float:right;}
	.web_nav { height: 60px; line-height: 60px; color: #fff; font-size: 16px; margin: 0 auto; font-weight: bold; }
	.btn-menu { display: block; float: right; position: relative; background: transparent; cursor: pointer; padding: 15px 0; width: 26px; height: 16px; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; margin-top: 8px;}
	.btn-menu:before, .btn-menu:after, .btn-menu span { background-color: #fff; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
	.btn-menu:before, .btn-menu:after { content: ''; position: absolute; top: 0; height: 2px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
	.btn-menu span { position: absolute; width: 100%; height: 2px; left: 0; top: 50%; overflow: hidden; text-indent: 200%; }
	.btn-menu:before { -webkit-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); }
	.btn-menu:after { -webkit-transform: translate3d(0, 7px, 0); transform: translate3d(0, 7px, 0); }
	.btn-menu.active span { opacity: 0; }
	.btn-menu.active:before { background-color: #fff; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
	.btn-menu.active:after { background-color: #fff; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }

	#nav>.indexcontainer>.fr{width:100%;}
	#nav>.indexcontainer>.fr ul{width:100%; display: none;z-index: 999;}
	#nav>.indexcontainer>.fr ul li{width:100%;z-index: 999; padding: 0px;background: #f1f1f1; border-bottom: 1px solid #ffffff; float: none; text-align: center; color:#666; height: 48px; line-height: 48px;}
	#nav>.indexcontainer>.fr ul li a{color:#666;}
	#nav>.indexcontainer>.fr ul li.act a{color:#fff;}

	#banner{padding-top: 60px;} 
}


.full{ position:fixed; left:15px; top:50%; margin-top:-75px; z-index:8; list-style:none}
.full li{  position:relative; font-size:16px; color:#fff; cursor:pointer; margin-top:13px; list-style:none}
.full li em{ background:url(../images/dot01.png) no-repeat; width:19px; height:20px; position:relative; z-index:3; display:block;}
.full li span{ display:block; position:absolute; height:28px; line-height:28px; background:#1a79b1;  left:-8px; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; border-radius:20px; white-space:nowrap; z-index:1; top:-5px;  -webkit-transition: all .2s linear;  -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear;transition: all .2s linear; width:0; overflow:hidden;}
.full li:hover span,.full li.active span{padding-right:12px; padding-left:30px;}
.full li.li01:hover span,.full li.li01.active span{ width:96px;}
.full li.li02:hover span,.full li.li02.active span{ width:96px;}


@media (max-width:767px) {
	.full{display: none}
}




.indexaboutbox{margin:96px 0px 80px;}
.indexabout{width:560px; float:left;}
.indexabout h2{font-size: 42px; color:#4fa1e7;}
.indexabout h4{font-size: 18px; color:#061f36; margin-top:24px; margin-bottom: 12px;}
.indexabout .info{line-height:20px; font-size: 12px; margin-top: 12px;}
.indexabout a{background: #061f36; color: #fff; display: block; width:124px; text-align: center; height: 38px; line-height: 38px; margin-top: 44px;}
.indexabout a:hover{background: #4fa1e7;}
.indexaboutnav{width:560px; float:right;}
.indexaboutnavbox{margin-bottom: 22px;}
.indexaboutnavbox img{display: block; float:left;}
.indexaboutnavbox .info{margin-left:42px; margin-top: 28px; float:left;}
.indexaboutnavbox .info h3{font-weight: 200; font-size: 20px; margin-bottom: 18px;}
.indexaboutnavbox .info p{line-height: 24px; color:#4d4d4d;}
@media (max-width:767px) {
	.indexaboutbox{margin: 32px 0px 24px;}
	.indexabout{width:100%;}
	.indexabout h2{font-size: 24px;}
	.indexabout h4{font-size: 16px; margin-top: 16px;}
	.indexabout a{margin-top: 16px; margin-bottom: 10px;}
	.indexaboutnav{width:100%}
}


#news{width:100%;padding:72px 0px;overflow:hidden;background:#f0f0f0;}
.indexnewsbox{margin-top: 56px;}
.imgnews{float:left; width:574px;}
.imgnews .img{display: block;overflow: hidden;}
.imgnews .img img { transition: 1s; width: 100%; display: block; }
.imgnews:hover img { transform: scale(1.08); }
.imgnews .info{padding:36px;background:#fff;}
.imgnews .info h3{font-size: 18px; color:#000; margin-bottom: 8px}
.imgnews .info p{letter-spacing: 1px; font-size: 14px; color: #969696; line-height: 20px;
overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.imgnews .info .date{margin-top: 24px; height: 24px; line-height: 24px;}
.imgnews .info .date a{display: inline-block; height: 24px; border-bottom: 1px solid #4fa1e7;}
.imgnews .info:hover h3{color:#4fa1e7;}
.indexnewslist{width:571px; float:right;}
.indexnewslist .indexnewslistbox{width:100%;box-sizing:border-box; padding:42px 42px;margin-bottom: 12px;background:#fff;}
.indexnewslist .indexnewslistbox h4{font-size: 18px; line-height:24px; width:80%; float:left; color:#000;margin-bottom:24px;}
.indexnewslist .indexnewslistbox p{letter-spacing: 1px; font-size: 14px; color: #969696; line-height: 20px; overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.indexnewslist .indexnewslistbox:last-child{border:0px;}
.indexnewslist .indexnewslistbox:hover h4{color:#4fa1e7;}
@media (max-width:767px) {
	.indexnews{margin-top: 12px; padding-top: 30px;}
	.indexnewsbox{margin-top: 0px;}
	.imgnews{width:100%;}
	.imgnews .info{padding: 12px;}
	.imgnews .info .date{margin-top: 4px;}
	.indexnewslist{width:100%;}
	.indexnewslist .indexnewslistbox{padding:0px 10px 12px;}

	#news{padding: 0px 0px;}
}


#pro{width:100%;padding:120px 0px;overflow:hidden;}
#pro>.indexcontainer>.fl{width: 17.36%;}
#pro>.indexcontainer>.fl h1{font-size:14px;color:#029ee8;font-family:"Arial";margin-top:100px;}
#pro>.indexcontainer>.fl h2{font-size:36px;color:#474747;font-weight:900;}
#pro>.indexcontainer>.fl dl{margin:32px 0px;padding-left:20px;border-left:2px solid #029ee8;box-sizing:border-box;}
#pro>.indexcontainer>.fl dl dt{font-size:18px;color:#029ee8;margin-bottom:4px;}
#pro>.indexcontainer>.fl dl dd{font-size:12px;color:#8d8d8d;font-family:"Arial";}


#pro>.indexcontainer>.fr{width:80%;}
#pro>.indexcontainer>.fr .probox{width:22%; float:left; box-sizing: border-box;}
#pro>.indexcontainer>.fr .probox img{max-width: 100%;}

.probox {
    display: block;
    width: 25%;
    margin: 4% 1.5% 5%;
    position: relative;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.probox .word .more,.probox .word .t1{text-transform: uppercase}

.probox .word {
	position: absolute;
	left: 0;
	top: 49px;
	bottom: 0;
	width: 95%;
	text-align: center;
	color: #FFF;
	padding: 0 2.5% 40px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s
}
.probox .word .hideapp, .probox .word .hideline, .probox .word .hidenum {display: none;}
.probox .word .t1 {
    font-size: 18px;
    color: #fff;
    font-family: Arial;
}
.probox .word .t2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-indent: 0;
    text-align: center;
}
.probox:hover .word {
	background: #4fa1e7;
	padding-top: 10px;
	top: 50%
}

.probox:hover .t1 {
	display: none
}

.probox:hover .t2 {
	font-size: 24px;
	text-align: left
}

.probox:hover .hideline {
	display: block;
	width: 1px;
	height: 33px;
	background: #fff;
	margin-top: -8px
}

.probox:hover .hidenum {
	font-size: 30px;
	font-family: Arial;
	display: block;
	color: #fff;
	margin-top: 4px
}
.probox:hover .hideapp {
	font-size: 14px;
	color: #4fa1e7;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 6px 0;
	margin-top: 13px;
	width: 125px
}

.probox:hover .word {
	width: 66.66%;
	padding: 0 16.67%;
	text-align: left
}

.probox::hover .word .num {
	line-height: 34px
}

.probox:hover .word .num b {
	left: 8px;
	margin-left: 0
}

.probox:hover .word .p1 {
	font-size: 36px;
	line-height: 48px;
	padding-top: 5px
}

.index_1s .fr .box:hover .word .p1 {
	font-size: 22px;
	line-height: 33px
}

.probox:hover .word .p2 {
	margin: 10px 0 0;
	text-align: center;
	background: #FFF
}

.probox:hover .word .p2 span {
	color: #4fa1e7;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.probox .word .more {
	font-size: 12px;
	color: #FFF;
	line-height: 40px;
	background: url(../images/mbg.png) left bottom no-repeat;
	margin-top: 15px;
	display: none
}

.probox:hover .word .more {
	display: block
}

.probox:hover {
	margin-top: 2%;
	margin-bottom: 0;
	box-shadow: 0 13px 30px rgba(0,0,0,.3);
	-moz-box-shadow: 0 13px 30px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 13px 30px rgba(0,0,0,.3)
}

@media (max-width:767px) {
	#pro{padding: 24px 0px;}
	#pro>.indexcontainer>.fl{width:100%;}
	#pro>.indexcontainer>.fl h1{margin-top: 24px;}
	#pro>.indexcontainer>.fr{width:100%;}
	#pro>.indexcontainer>.fr .probox{width:48%; margin:4% 1%;}
	.probox .word{top:12px;}
}


/*证书*/
#honor{width:100%;padding:260px 0px;overflow:hidden;background:url(../images/bg.jpg) no-repeat center;}
#honor>.indexcontainer>.fr{text-align:left;}
#honor>.indexcontainer>.fr h1{font-size:36px;color:#fff;font-family:"Arial";}
#honor>.indexcontainer>.fr h2{font-size:42px;color:#fff;font-weight:900;}
#honor>.indexcontainer>.fr span{font-size:16px;color:#fff;margin-top:40px;display:block;}
#honor>.indexcontainer>.fr p{font-size:12px;color:#fff;margin-top:10px;margin-bottom:50px;font-family:"Arial";line-height:18px;opacity:.3;}
#honor>.indexcontainer>.fr a{display:inline-block;font-size:14px;color:#fff;padding:10px 20px;background:rgba(255,255,255,.1);border-radius:50px;transition:all 0.6s;}
#honor>.indexcontainer>.fr a:hover{background:#4fa1e7;}
@media (max-width:767px) {
#honor{padding: 120px 0px;}
#honor>.indexcontainer>.fr h1{font-size: 24px;}
#honor>.indexcontainer>.fr h2{font-size: 32px;}
#honor>.indexcontainer>.fr span{font-size: 12px;}
}


#footer{width:100%;padding:108px 0px;overflow:hidden; background:#dedede;}
#footer>.indexcontainer{ }
#footer>.indexcontainer>.footercontact{ width:30%; float:left;}
#footer>.indexcontainer>.footercontact i{display:block;}
#footer>.indexcontainer>.footercontact h2{font-size:30px;color:#000;font-family:"Arial";margin:24px 0px 12px 0px;}
#footer>.indexcontainer>.footercontact h3{font-size:16px;color:#000;font-family:"Arial";}


#footer>.indexcontainer>.footernav{width:50%; float:left;}
#footer>.indexcontainer>.footernav dl{margin:0px 0px;}
#footer>.indexcontainer>.footernav dl dt{font-size:18px;color:#029ee8;margin-bottom:24px;}
#footer>.indexcontainer>.footernav dl dd{font-size:14px;color:#000;margin:4px 0px;opacity:1; float:left; width:33.333%;}
#footer>.indexcontainer>.footernav dl dd a{color:#000;}
#footer>.indexcontainer>.footernav dl dd a:hover{color:#029ee8;}

#footer>.indexcontainer>.footerewm{ width:20%; float:right; text-align: right;}




.copyright{background: #061f36; height: 56px; line-height: 56px; color:#919090; font-size: 12px;}
.copyright p{display:inline-block;}
.copyright span{display:inline-block;float:right;}
@media (max-width:767px) {
	#footer{padding: 32px 0px;}
	#footer>.indexcontainer>.footercontact{ width:100%; float:left; text-align: center;}
	#footer>.indexcontainer>.footernav{width:100%; float:left; text-align: center; display: none;}
	#footer>.indexcontainer>.footerewm{ width:100%; float:right; text-align:center; margin-top: 12px;}
	#footer>.indexcontainer>.footernav dl dt{margin-top:18px; margin-bottom:8px;}
	#footer>.indexcontainer>.footernav dl dd{width:100%}

	.copyright{height: auto; line-height: 32px;}
	.copyright span{float:none; text-align: center; width:100%;}
}




.nybanner{width:100%;}
.nybanner img{max-width: 100%;}
.nymain{background: #ffffff;width:100%;}
.nymain .pos{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;padding-bottom:5px; margin-top: 10px;}
.nymain .pos .pos_left{width:65%;text-align:left;color:#777;overflow:hidden;font-size:12px; float:left;}
.nymain .pos .pos_left>em{display:inline-block;width:25px;height:40px;background:url(../images/com/home.png) center center no-repeat;vertical-align: top;}
.nymain .pos .pos_left a{color:#555;}
.nymain .pos .pos_left a:hover{color:#4fa1e7}

.pos_right{ width:35%; float:right; text-align:right;}
.pos_right a{ display:inline-block;padding:0 20px; height:30px; line-height:30px;margin-right:2%; color:#666; font-size:13px;}
.pos_right a.on{ background:#4fa1e7; color:#fff;}
.pos_right a:hover{background:#4fa1e7; color:#fff;}

.ny_tit{width:100%;margin-bottom:30px;}
.ny_tit p{font-size:24px;color:#515671;text-align:center;}
.ny_tit span{display:block;font-size:14px;font-weight:lighter;color:#999;text-align:center;height:30px;line-height:30px;    text-transform: capitalize;}
.nycontent{margin-bottom: 36px;}
.pcbanner{}
.mbanner{display: none;}
@media (max-width:767px) {
	.nybanner{padding-top:60px;}
	.pcbanner{display: none}
	.mbanner{display:block;}
}


.pagecontent{min-height: 300px; margin-bottom: 30px;}
.pagecontent .about_img{float:left;width:34%;}
.pagecontent .about_img img{max-width:100%;}
.pagecontent .about_wz{float:right;width:64%;font-size:14px;line-height:32px;color:#555;}
.pagecontent .about_wz p{text-indent: 2em;}
@media (max-width:767px) {
	.pagecontent .about_img{width:100%;}
	.pagecontent .about_wz{width:100%; margin-top: 10px;}
}

.ditucontent{width:60%; float:left; min-height: 400px; margin-top: 20px;}
#dituContentgaoya{width:100%; min-height: 400px;}
#dituContentdiya{width:100%; min-height: 400px; margin-bottom: 0px;}
iframe {width: 100%; min-height: 400px;border: none;}
.ditucontent iframe {width: 100%;height: 100%; top: 0;}

.contactinfo{width:36%; float:right; margin-top: 20px;}
.contactinfo h2{font-size:36px; font-weight: 400; margin-bottom:32px; color:#4fa1e7;}
.contactinfo .contactinfo-box a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px; margin-bottom: 20px;}
.contactinfo .contactinfo-box em{margin-top: 5px;}
.contactinfo .contactinfo-box.lxman em{background:url(../images/com/contact_man.png) center center no-repeat;}
.contactinfo .contactinfo-box.lxphone em{background:url(../images/com/contact_phone.png) center center no-repeat;}
.contactinfo .contactinfo-box.lxemail em{background:url(../images/com/contact_email.png) center center no-repeat;}
.contactinfo .contactinfo-box.lxtel em{background:url(../images/com/contact_tel.png) center center no-repeat;}
.contactinfo .contactinfo-box.lxfax em{background:url(../images/com/contact_fax.png) center center no-repeat;}
.contactinfo .contactinfo-box.lxaddress {margin-bottom: 20px;}
.contactinfo .contactinfo-box.lxaddress em{background:url(../images/com/contact_address.png) center center no-repeat; margin-top: 0px;}
.contactinfo .contactinfo-box a .wz{float:left;width:78%;}
.contactinfo .contactinfo-box .wz p{font-size:14px; padding-bottom:2px; line-height:32px;}
.contactinfo .contactinfo-box span{font-size:20px;}
@media (max-width:767px) {
	.ditucontent{width:100%;}
	.contactinfo{width:100%; margin-top: 0px;}
	.contactinfo h2{margin-top: 24px; margin-bottom: 12px; font-size: 24px;}
}

.back{position: fixed; z-index: 101; bottom:100px; background: #4fa1e7; width:48px; height: 48px; right:10px;}
.back img{display: block; margin:12px;}


.content_left{float:left;width:20%;}
.content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;font-weight:bold;background:#124499;color:#ffffff;margin-bottom:10px;}
.pro_mulu li a{display:block;height:40px;line-height:40px;text-align:left;padding:0 20px;background:#f1f1f1;color:#555;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_mulu li dl{display:none;}
.pro_mulu li dl a{background:#ffffff;height:30px;line-height:30px;font-size:12px; padding-left:36px;}
.pro_mulu li.active>a{background:#124499; color:#fff;}
.pro_mulu li.active dl{display: block;}
.pro_mulu li.active dl dd.active a{background:#124499;color:#fff;}

.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px; font-size:12px;}
.content_left .c_tlt em{display:none;}


.productlist{width:78%; float:right; background:#ffffff; margin-top: 0px;}
.productlist ul li{float:left;width:31%;margin-right:3%;margin-bottom:30px;}
.productlist ul li:nth-child(3n) {margin-right: 0px;}
.productlist ul li .pro_img_box{display:block;width:100%;box-shadow: 0px 0px 72px 0px #e1dddd;-webkit-transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;}
.productlist ul li .pro_img_box .pro_img{text-align:center;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.productlist ul li .pro_img_box .pro_img img{vertical-align:middle;max-width:100%;max-height:100%;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.productlist ul li .pro_img_box .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.productlist ul li .pro_img_box p a{ display:block;height:40px;line-height:40px;font-size:14px;text-align:center;color:#333;padding:0 5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.productlist ul li .pro_img_box:hover p a{background:#666;color:#ffffff;}
.productlist ul li .pro_img_box:hover img{transform: scale(1.1,1.1);opacity: 0.8;}
@media (max-width:767px) {
	.productlist{width:100%;}
	.productlist ul li{width:48%;}
	.productlist ul li:nth-child(2n){margin-right: 0;}
	.productlist ul li:nth-child(3n){margin-right: 3%;}
	.productlist ul li:nth-child(6n){margin-right: 0;}
	.productlist ul li a{padding:0px;}
}


.pro_name{font-size:24px;font-weight:normal;line-height:28px;color:#4fa1e7;margin-bottom:10px; margin-top: 20px;}
.proshow{padding-top:0px;position:relative;}
.proshow .proimg{float:left;width:45%;margin-top:0 !important;border:1px solid #ddd;}
.proshow .proimg img{max-width: 100%;}

.proshow .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow .prodesc p.bt{font-size:20px;font-weight:bold;color:#4fa1e7;}
.proshow .prodesc{float:right;width:51%;}
.proshow .prodesc p.desc{padding:12px; background: #f2f2f2; overflow:hidden;color:#999; margin-top:30px;}
.proshow .prodesc p.desc span{display: block;}
.proshow .pro_btn{padding-top:30px;overflow:hidden;}
.proshow .pro_btn1{display:block;width:80%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#4fa1e7;border-radius:2px;float:left;border:1px solid #fff;}
.proshow .pro_btn2{display:block;width:80%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.proshow .pro_btn1:hover{background:#fff;border:1px solid #4fa1e7;color:#4fa1e7;}
.proshow .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.tags_title{border-bottom:1px solid #4fa1e7;margin:0px; margin-top: 20px; margin-bottom: 12px;}
.tags_title span{width:110px;padding:0 0px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#4fa1e7;color:#fff;display:block;margin-left: 5px;border: 1px solid #4fa1e7;border-bottom:1px solid #4fa1e7;font-weight:bold;}

.prodetail_con{margin-top: 24px;}
.prodetail_con img{max-width: 100%}
.prodetail_con .content h3{font-weight: bold; color:#4fa1e7; font-size: 24px; border-left:4px solid #4fa1e7; height:24px; line-height: 24px; padding-left:8px; margin-bottom: 10px; margin-top:12px;}
.prodetail_con .content p{line-height:32px; font-size: 14px; text-indent: 0em;}
.productlist.RelatedPro{width:100%; margin-top: 20px;}
.productlist.RelatedPro ul li{width:22.5%; margin-right:3%;}
.productlist.RelatedPro ul li:nth-child(3n) {margin-right: 3%;}
.productlist.RelatedPro ul li:nth-child(4n) {margin-right: 0%;}

.nextpage{margin-top: 24px;}
.nextpage p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.nextpage p:hover{background: #4fa1e7; color:#fff;}
.nextpage p:hover a{color:#fff;}

@media (max-width:767px) {
	.nymain .pos .pos_left{width:100%;}
	.proshow .proimg{width:100%;}
	.proshow .prodesc{width:100%;}
	.proshow .prodesc p.desc{margin-top: 2px;}
	.proshow .pro_btn{padding-top: 0px;}
	.proshow .pro_btn1{width:100%;}

	.prodetail_con .content h3{font-size: 16px;}
	.prodetail_con .content p{font-size: 12px; line-height: 24px;}
	.prodetail_con .content img{max-width: 100%}
	.productlist.RelatedPro{margin-bottom: 20px; margin-top: 0px;}
	.productlist.RelatedPro ul li{width:48%; margin:0px 1%;}
	.productlist.RelatedPro ul li:nth-child(3n){margin-right: 1%;}
}


.downloadlist{width:49%; margin-right:2%;float:left; margin-bottom: 24px; padding:6px 24px; border:1px solid #ccc; position: relative; box-sizing: border-box;}
.downloadlist:nth-child(2n){margin-right: 0px; }
.downloadlist .tit{line-height: 32px; float:left; max-width: 80%; overflow: hidden;}
.downloadlist a{display:inline-block; float:right; line-height: 32px;}
.downloadlist a img{width:32px; height: 32px;}
.downloadlist font {
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #4fa1e7;
    -webkit-transition: 0.9s ease;
    -moz-transition: 0.9s ease;
    -ms-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
}

.downloadlist:hover font {
    width: 100%;
}

@media only screen and (max-width:1400px ) {
    .downloadlist{width:48%; margin-right:4%;}
    .downloadlist:nth-child(2n){margin-right: 0%;}
   
}

@media only screen and (max-width:1024px ) {
    .downloadlist{width:32%; margin-right:2%;}
}

@media only screen and (max-width:737px ) {
    .downloadlist{width:100%; margin-right:0%;}
    .downloadlist:nth-child(2n){margin-right: 0%;}
    .downloadlist:nth-child(5n){margin-right: 0%;}
}


.pagecontent img{max-width: 100%}

.new_inside{width:100%;}
.new_inside ul{width:100%;padding:0;}
.new_inside ul li{background:#ffffff;display:block;padding:24px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-shadow: 0px 0px 20px 0px #eaeaea;margin-bottom:20px;position:relative;}
.new_inside ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;background:#666;padding:10px 0;overflow:hidden;border-radius:4px 0 4px 0;}
.new_inside ul li .news_time p{font-size:24px;font-weight:bold;color:#fff;}
.new_inside ul li .news_time span{font-size:14px;color:#fff;}
.new_inside ul li .news_con{padding-left:110px;}
.new_inside ul li .news_con p{font-size:15px;font-weight:bold;color:#515671;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.new_inside ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.new_inside ul li:hover p a{ color:#4fa1e7;}
.new_inside ul li:hover .news_time{ background:#4fa1e7;}
.new_inside ul li:hover{cursor: pointer;}

.ny_newscontent{color:#555;font-size:14px;line-height:28px;padding-top:10px; z-index:1; position:relative; margin-bottom: 30px; width:76%; float:left;}
.ny_newscontent .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;}
.ny_newscontent .ny_news_time{text-align:center;font-size:12px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_newscontent .ny_news_content{line-height: 2em; font-size: 14px;}
.ny_newscontent .ny_news_content p{text-indent: 2em;}
.nextpage{padding-top:30px;padding-bottom: 30px;}
.nextpage p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.nextpage p:hover{background: #4fa1e7; color:#fff;}
.nextpage p:hover a{color:#fff;}

.ny_news_con img{max-width:100%;}

.ny_news_con p{text-indent: 2em;}

.newsrightlist{float:right; width:20%;}
.newsrightlist .top{ float: left; width: 100%; font-size: 24px; color: #000; font-weight: bold;}
.newsrightlist ul{ float: left; width: 100%; margin-top: 30px;}
.newsrightlist li{ float: left; width: 100%; margin-bottom: 20px;}
.newsrightlist li .title{ font-size: 16px; color: #333; line-height: 26px;}
.newsrightlist li .time{ font-size: 14px; color: #999; margin-top: 5px;}
.newsrightlist li:hover .title,.newsrightlist li:hover .time{ color: #ea5503;}


.newspage{width: 100%; padding: 0 ; margin:30px auto 0; height: 60px; line-height: 60px; position: relative;  z-index: 1;}
.newspage a{ font-size: 14px; color: #999;}
.newspage .fl{float:left;}
.newspage .fr{float:right;}
.newspage a:hover{ color: #4fa1e7;}
@media only screen and (max-width:767px ) {
	.ny_newscontent,.newsrightlist{width:100%;}
	.newsrightlist ul{margin-top: 12px;}
	.newspage{height: 36px; line-height: 36px;}
	.newspage .fl,.newspage .fr{width:100%;}
}



.picture .pic{}
.picture .pic li{float:left;width:23%;margin-right:2.1%;margin-bottom:30px;}
.picture .pic li:nth-child(4n) {margin-right: 0px;}
.picture .pic li div{display:block;width:100%;box-shadow: 0px 0px 72px 0px #e1dddd;-webkit-transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;}
.picture .pic li div .pro_img{display:block;text-align:center;width:100%;height:230px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.picture .pic li div .pro_img img{vertical-align:middle;max-width:100%;max-height:100%;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.picture .pic li div .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.picture .pic li div p a{display:block;height:40px;line-height:40px;font-size:14px;text-align:center;color:#333;padding:0 5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.picture .pic li>div:hover p a{background:#4fa1e7;color:#ffffff;}
.picture .pic li>div:hover img{transform: scale(1.1,1.1);opacity: 0.8;}
.picture .pic.honorlist li{width:25%; margin-right: 0%;}
.picture .pic.honorlist li div{margin:0px 10px 10px; width:auto; padding-top: 10px;}
.picture .pic.honorlist li div .pro_img{width:100%;height: auto;}
.picture .pic.honorlist li div .pro_img img{max-width:280px;max-height:355px;}
@media (max-width:767px) {
	.picture .pic li{width:48%; height:auto; margin-right:3%; margin-bottom:5%;}
	.picture .pic li:nth-child(2n){ margin-right:0 !important;}
	.picture .pic li:nth-child(3n){margin-right: 3%;}
	.picture .pic li div .pro_img{height: auto;}
}



.pagination {text-align: right; margin-bottom: 30px;}
.page {
  display:inline-block;
  font: 16px/28px '微软雅黑', sans-serif;
  *display:inline;
  :1;
  *zoom:1;}
.page span,.page strong {
  float:left;}
.page a,
.page span.disabled,
.page strong {
  background:#FFF;
  border:1px solid #CCC;
  color:#333;
  float:left;
  font: 16px/24px  '微软雅黑', sans-serif;
  margin-right:5px;
  min-width:15px;
  padding:4px 8px;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  _width:15px;}
  .page strong{background:#2c70ca; color:#fff; }
.page a:hover {
  border:1px solid #2c70ca;
  color:#2c70ca;
  text-decoration:none;}
.page span.disabled {
  background:#FFF;
  border:1px solid #CCC;
  color:#CCC;}
.page span.ellipsis {
  float:left;
  font: 16px/24px '微软雅黑', sans-serif;
  line-height:22x;
  margin-right:5px;}
.page .page_txt {
  line-height:20px;
  float:right;
  width:auto;}
.page a.page-curpage {
  background:#3561db;
  border:1px solid #3561db;
  color:#FFF;
  font-weight:bold;}
.page input {
  font: 14px Verdana;
  padding:0 0 0 1px;
  width:40px;
  height:14px;}