﻿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-family: "微软雅黑"; font-size: 14px; 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; }

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:1200px; margin:0 auto;}

.header{width:100%; height:90px;}
.header .logo{float:left; margin-top: 25px;}
.header .tel{float:right; padding-left: 46px;width:auto;height:37px; margin-top: 24px; line-height: 24px; font-size: 24px; color:#061f36;}
.header .tel span{display: block; font-size: 14px;}
.navbg{height: 60px; width:100%; background: #0c0c0d;}
.navbox{position: relative;}
.navbox ul li{width:200px; height:60px; float:left; line-height: 60px; position: relative;}
.navbox ul li:hover{ color:#ebff64;transition:all 0.35s;}
.navbox ul li.active{background: #161616;}
.navbox ul li a{display: block; width:200px; height:60px;line-height:60px;text-align: center; color:#fff;font-size:15px;}
.navbox ul li:hover{background: #292929;transition:all 0.35s;}
.navbox ul li:hover a{color:#fff;transition:all 0.35s;}

#nav .subnav{position:absolute;width:100%;top:60px;left:0px;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);opacity: 0;visibility: hidden;-webkit-transform: translate3d(0, 10px, 0); text-align:center;overflow: hidden;z-index: 199;}
#nav .subnav2{width:240px;}
#nav li:hover .subnav{opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); text-align: center;}
.navbox .subnav .nav2{width:100%;}
.navbox .subnav .nav2 li{display:block;width:100%;font-size:14px;line-height:40px;background:#161616; height:40px; padding:0; border-bottom:1px solid rgba(255,255,255,.1);background-color:#292929;}
.navbox .subnav .nav2 li a{display:block;width:100%;height:40px;font-size:14px;line-height:40px;color:#fff;padding:0;}
.navbox .subnav .nav2 li:hover a{color:#fff;background-color:#444444;transition:all 0.35s;}


.fixed_logo{display: none; float:left; height:60px;}
.fixed_logo img{height: 43px;margin-top:8px;}
.fixed{position:fixed; z-index: 100;}
.fixed .fixed_logo{display: block;}
.fixed .navbgbox{background:#292d36;}
.fixed .navbox{float:right;}
.fixed .navbox ul li{width:100px;}
.fixed .navbox ul li a{width:100px;}



@media (max-width:767px) {
    .container{width:96%; margin:0 auto;}
    .header{display:none;}
    .web_nav{display: block;}
  	.navbg{position: fixed; z-index: 100;}
	.navbg .fixed_logo{display: block; max-width:80%; float:left; width:80%;}
	.navbg .fixed_logo img{max-width: 100%}
    .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: 10px;}
	.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); }

	.navbox ul{ width: 100%; display: none;}
	.navbox ul li { width: 100%; background: #f1f1f1; border-bottom: 1px solid #ffffff; margin: 0; height:48px; line-height: 48px;}
	.navbox ul li a { color: #333; display: block; width:100%;height:48px; line-height: 48px;}   
	.navbox ul li.active a{color:#fff;}

	#banner{padding-top: 60px;} 
}


.indexbox{width:100%;}
.indexpro{margin:100px 0px 80px;}
.indexbox-tit{text-align: center;}
.indexbox-tit h2{font-size:38px; font-weight:400; color:#2e2e2e;font-weight:100;}

.indexbox-wzad{line-height:36px;  color:#969696; height: 36px; width:628px; margin:20px auto; text-align: center; font-size: 17px;font-weight:300;}

.indexpro-list{width:100%; margin-top: 52px;}
.hide{display:none;}
.indexpro-box{width:590px; float:left; margin-right:16px; border-radius:18px; margin-bottom: 16px;background: #f2f5f9;}
.indexpro-box:nth-child(2n){margin:0px;}
.indexpro-box .imgk{margin:20px; float:left; width:208px; height: 208px; position: relative; overflow: hidden; display:flex;justify-content:center;align-items:center;}
.indexpro-box .imgk img{max-width: 208px; display: block; margin:0px auto; max-height: 208px;}
.indexpro-box:hover .imgk img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05); transition: all 1s;}
.indexpro-box .info{background: #f2f5f9; float:right; width:342px; height: 248px; border-radius: 0px 18px 18px 0px;}
.indexpro-box .info h3{font-size:18px; font-weight: 600; color:#262626; margin-top:64px; margin-left: 48px; margin-bottom: 14px;}
.indexpro-box .info p{margin-left: 48px; color:#9e9e9e;;line-height:20px; font-size: 13px; margin-right: 48px; text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.indexpro-box .info a{font-size:11px;display: block; width:86px; text-align: center; height: 28px; margin-left:48px; margin-top:26px; background:rgba(0,0,0,.2); border-radius: 14px; line-height:28px; color:#fff;}
.indexpro-box .info a:hover{background:#004787;transition:all 0.35s;}
.indexcate{width:100%; margin-top:36px; background: #fff;}
.indexcate ul li{width:16.66%; float:left; border:1px solid rgba(0,0,0,.1); height: 60px; line-height: 60px; box-sizing: border-box; text-align: center; font-size: 15px;}
.indexcate ul li:nth-child(1){border-right:0px;}
.indexcate ul li:nth-child(2){border-right:0px;}
.indexcate ul li:nth-child(3){border-right:0px;}
.indexcate ul li:nth-child(4){border-right:0px;}
.indexcate ul li:nth-child(5){border-right:0px;}
.indexcate ul li.on{background: #115390;}
.indexcate ul li.on a{color:#fff;}
.indexcate ul li:hover{background: #115390;transition:all 0.35s;}
.indexcate ul li:hover a{color:#fff;transition:all 0.35s;}


#indexen .indexbox-wzad{color:#fff;}

@media (max-width:767px) {
	.indexcate ul li{width:50%; font-size: 16px; border-bottom: 1px solid #ccc;}
	.indexcate ul li:nth-child(2n){border-right:0px;}
}

.indexen{width:100%; background:url(../image/workshopbg.jpg) top no-repeat; padding:80px 0px;}
.indexen .indexbox-tit h2{color:#fff;}
.indexen-list{width:100%; margin-top: 52px;}
.indexen-box{width:22%; float:left; margin-right:4%; background: #fff;padding:10px 0px;}
.indexen-box:nth-child(4n){margin:0px;}
.indexen-box .imgk{ float:left; position: relative; overflow: hidden; display:flex;justify-content:center;align-items:center;}
.indexen-box .imgk img{max-width: 90%; display: block; margin:0px auto;}
.indexen-box:hover .imgk img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05); transition: all 1s;}
.indexen-box .info{float:right; width:384px;}
.indexen-box .info h3{font-size:20px; font-weight: 400; color:#3e3e3e; margin-top:40px; margin-left: 24px; margin-bottom: 18px;}
.indexen-box .info p{margin-left: 24px; color:#3e3e3e; font-size: 13px; margin-right: 48px; margin-bottom:48px;}
@media (max-width:767px) {
	.indexpro{margin:32px 0px 24px;}
	.indexbox-tit h2{font-size: 24px;}
	.indexbox-wzad{width:84%; font-size: 12px;}
	.indexpro-list{margin-top:24px;}
	.indexpro-box{width:100%; margin-right: 0px; background: #115390; margin-bottom:10px;}
	.indexpro-box:nth-child(2n){margin-bottom: 10px;}
	.indexpro-box .imgk{width:40%; height: auto; margin:0px; padding: 1%; background: #fff;border-radius:18px 0px 0px 18px;}
	.indexpro-box .imgk img{max-width: 100%; border-radius:18px 0px 0px 18px;}
	.indexpro-box .info{width:58%; height:100%;}
	.indexpro-box .info h3{margin-top: 12px; margin-left:12px; margin-bottom: 10px; font-size: 16px;}
	.indexpro-box .info p{margin-left: 12px; margin-right: 12px;}
	.indexpro-box .info a{margin-left: 12px; margin-top: 12px; margin-bottom: 12px;}

	.indexen{padding: 24px 0px;}
	.indexen-list{margin-top: 20px;}
	.indexen-box{width:100%; margin-right: 0px; margin-bottom: 10px; border:1px solid #ccc;}
}

.indexaboutbox{margin:120px 0px 80px;}
.indexabout{width:560px; float:left;}
.indexabout h2{font-size: 38px; color:#115390;font-weight:100;}
.indexabout h4{font-size: 16px; color:#061f36; margin-top:48px;font-weight:100;}
.indexabout .info{line-height:20px; font-size: 12px; margin-top: 12px;}
.indexabout a{background: #f2f5f9; color: #9e9e9e; display: block; width:124px; text-align: center; height: 38px; line-height: 38px; margin-top: 44px;}
.indexabout a:hover{background: #004787;color: #fff;transition:all 0.35s;}
.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: 12px;color:#393939;}}
.indexaboutnavbox .info p{line-height: 24px; font-size: 16px;color:#6e6e6e;}
@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%}
}

#indexnew{background: #f2f5f9;}

.indexnews{margin-top:90px; padding-top: 60px; }
.indexnewsbox{margin-top: 56px;}
.imgnews{float:left; width:574px;}
.imgnews .img{display: block;overflow: hidden;margin-top:30px;margin-left:30px;}
.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: 16px; 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 #fff;}
.imgnews .info:hover h3{color:#115390;}
.indexnewslist{width:571px; float:right;background: #fff;padding:80px 20px 25px 0px;}
.indexnewslist .indexnewslistbox{width:100%; box-sizing:border-box; padding:0px 20px 24px; border-bottom:1px solid rgba(0,0,0,.1); margin-bottom: 24px;}
.indexnewslist .indexnewslistbox h4{font-size: 15px; line-height:24px; width:80%; float:left; color:#000;}
.indexnewslist .indexnewslistbox p{margin:15px 0px;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:#115390;}

.indexnewsbox{background:#fff;margin-bottom:60px;}
@media (max-width:767px) {
	.indexnews{margin-top: 12px; padding-top: 30px;}
	.indexnewsbox{margin-top: 24px;}
	.imgnews{width:100%;}
	.imgnews .info{padding: 12px;}
	.imgnews .info .date{margin-top: 4px;}
	.indexnewslist{width:100%;}
	.indexnewslist .indexnewslistbox{padding:0px 10px 12px;}
}


.link{width:100%;}
.indexadbox{background:url(../image/areabg.jpg); padding:56px 0px;}
.indexadbox .adbox{float:left; width:300px; text-align: center;}
.indexadbox .adbox h3{color:#fff;font-size:14px;font-weight:100;margin-top:16px;}
.indexadbox .adbox p{color:#fff;}
.indexadbox .adbox i{width:40px; height:47px; margin:0 auto; display:block;}
.indexadbox .adbox:nth-child(1) i{background: url(../image/icon01.png) no-repeat;}
.indexadbox .adbox:nth-child(2) i{background: url(../image/icon02.png) no-repeat;}
.indexadbox .adbox:nth-child(3) i{background: url(../image/icon03.png) no-repeat;}
.indexadbox .adbox:nth-child(4) i{background: url(../image/icon04.png) no-repeat;}

.indexadbox .adbox:nth-child(1):hover i{background: url(../image/icon01.png) no-repeat;}
.indexadbox .adbox:nth-child(2):hover i{background: url(../image/icon02.png) no-repeat;}
.indexadbox .adbox:nth-child(3):hover i{background: url(../image/icon03.png) no-repeat;}
.indexadbox .adbox:nth-child(4):hover i{background: url(../image/icon04.png) no-repeat;}

.indexadbox .adbox h3{font-size: 16px; margin:8px 0px 6px;}
@media (max-width:767px) {
	.indexadbox{padding:24px 0px;}
	.indexadbox .adbox{width:48%; margin:10px 1%;}
}


.footer{background: #f0f0f0; padding:100px 0px; color:#424242;}
.footer .footerlogo{float:left; width:182px; text-align: center;}
.footer .footerlogo h2{font-size: 24px; font-weight: 200; margin-top:32px; color:#424242;}
.footer .footerlogo h5{font-size: 16px; font-weight: 200; margin-top:5px; color:#424242;text-align:left;}
.footer .footerlogo a{display: block; height: 42px; line-height: 42px; font-size:14px; border-radius: 21px; background: #1f94fe; color:#fff; margin-top: 56px;}
.footer .footercate{float:left; width:170px; margin-left: 180px;}
.footer .footercate dt{width:100%; font-size: 15px; margin-bottom: 20px; color:#424242; font-weight: bold;}
.footer .footercate dd{width:180px;  line-height: 24px; font-size: 13px;}

.footer .footernav{float:left; width:160px; margin-left: 40px;}
.footer .footernav dt{width:100%; font-size: 15px; margin-bottom: 20px; color:#424242; font-weight: bold;}
.footer .footernav dd{width:200px; float:left; line-height: 24px; font-size: 13px;}


.footer .footercontact{float:left; width:320px; text-align: left;}
.footer .footercontact h4{font-size: 15px; margin-bottom: 20px;}
.footer .footercontact p{font-size: 13px; line-height: 24px;}

.footer .footerimg{float:right;}
.footer .footerimg img{max-width:140px; display: block; margin-top: 16px;}


.copyright{background: #0c0c0d; 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 .footerlogo{width:100%; text-align: center;}
	.footer .footerlogo h2{margin-top: 16px;}
	.footer .footerlogo a{margin-top: 16px;}
	.footer .footercate{width:100%; margin-left: 0px; margin-top: 20px;  text-align: center;}
	.footer .footercate dt{font-size: 18px; margin-bottom: 10px;}
	.footer .footercate dd{width:33.333%;}
	.footer .footernav{margin-left: 0px; margin-top: 18px; width:100%;  text-align: center;}
	.footer .footernav dt{font-size: 18px; margin-bottom: 10px;}
	.footer .footernav dd{width:33.333%;}
	.footer .footercontact{width:100%; margin-top: 18px; text-align: center;}
	.footer .footercontact h4{font-size: 18px; margin-bottom: 10px;}
	.footer .footercontact img{max-width: 200px; margin:0 auto;}
}



.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(../image/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}
}



.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(../image/home.png) center center no-repeat;vertical-align: top;}
.nymain .pos .pos_left a{color:#555;}
.nymain .pos .pos_left a:hover{color:#115390}

.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:#115390; color:#fff;}
.pos_right a:hover{background:#115390; 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;}
.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:37%;}
.pagecontent .about_img img{max-width:100%;}
.pagecontent .about_wz{float:right;width:60%;font-size:13px;line-height:30px;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;}
}


.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:#115390;}
.new_inside ul li:hover .news_time{ background:#115390;}
.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_con img{display: block; margin:0 auto;}
.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: #115390; color:#fff;}
.nextpage p:hover a{color:#fff;}

.ny_news_con img{max-width:100%;}


.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: #115390;}

.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;}


.ditucontent{width:60%; float:left; min-height: 520px;}
#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:32%; float:right;}
.contactinfo h2{font-size:36px; font-weight: 400; margin-bottom:32px; color:#115390;}
.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(../image/contact_man.png) center center no-repeat;}
.contactinfo .contactinfo-box.lxphone em{background:url(../image/contact_phone.png) center center no-repeat;}
.contactinfo .contactinfo-box.lxemail em{background:url(../image/contact_email.png) center center no-repeat;}
.contactinfo .contactinfo-box.lxtel em{background:url(../image/contact_tel.png) center center no-repeat;}
.contactinfo .contactinfo-box.lxfax em{background:url(../image/contact_fax.png) center center no-repeat;}
.contactinfo .contactinfo-box.lxaddress {margin-bottom: 20px;}
.contactinfo .contactinfo-box.lxaddress em{background:url(../image/contact_address.png) center center no-repeat; margin-top: 15px;}
.contactinfo .contactinfo-box a .wz{float:left;width:78%;}
.contactinfo .contactinfo-box .wz p{font-size:20px;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;}
}



.picture{min-height: 300px;}

.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:#115390;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;}
}


.nycontent .content_left{float:left;width:20%;}
.nycontent .content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;font-weight:bold;background:#115390;color:#ffffff;margin-bottom:10px;}
.nycontent .content_left .c_tlt em{display:none;}
.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 a:hover{background-color:#115390; color:#fff;}
.pro_mulu li.actt a{background-color:#115390; color:#fff; }
.pro_mulu li dl{display:none}
.pro_mulu li.actt dl{display: block;}
.pro_mulu li.actt dl a{background:#f1f1f1;height:30px;line-height:30px;font-size:12px; color:#555; padding-left: 40px;}
.pro_mulu li.actt dl dd:hover a{background: #115390; color:#fff;}
.pro_mulu li.actt dl dd.actt a{background: #115390; color:#fff;}
.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px; font-size:12px;}


.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%;height:230px;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:90%;max-height:90%;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;}

.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%;}

.pro_name{font-size:24px;font-weight:normal;line-height:28px;color:#115390;margin-bottom:10px;}
.proshow{padding-top:20px;position:relative;}
.proshow .js-silder{float:left;width:45%;margin-top:0 !important;border:1px solid #ddd;}
.proshow .js-silder .silder-main-img {width:100%;text-align:center;height:400px;}
.proshow .js-silder .silder-main-img img {max-width:80% !important;vertical-align:middle; max-height: 100%;}
.proshow .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.proshow .js-silder .silder-ctrl-prev>span, .silder-ctrl-next>span{ background:none;}
.proshow .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow .prodesc p.bt{font-size:20px;font-weight:bold;color:#115390;}
.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:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#115390;border-radius:2px;float:left;border:1px solid #fff;}
.proshow .pro_btn2{display:block;width:40%;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 #115390;color:#115390;}
.proshow .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.prodetail_box{margin-top: 30px;}
.prodetail_con{float:right;width:76%; margin-top: 0px;}
.tags_title{border-bottom:1px solid #115390;margin:0px;}
.tags_title span{width:110px;padding:0 0px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#115390;color:#fff;display:block;margin-left: 5px;border: 1px solid #115390;border-bottom:1px solid #115390;font-weight:bold;}
.prodetail_con .content{padding:30px 0; line-height:24px; font-size: 14px;}
.prodetail_con .content img{max-width:100%;height:auto !important;}

.procontact{width:100%;}
.procontact img{display:block; margin-bottom: 10px; max-width: 100%; margin:0px auto 10px;}
.procontact span{display: block; font-size: 13px; line-height: 28px; border-bottom: 1px dotted #ccc;}

.ny_piccontent{width:100%;}
.ny_news_ye{padding-top:30px;}
.ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}


.page_list{text-align:center;padding-top:20px;}
.page_list a{display:inline-block;padding:0 10px;background:#ddd;height:30px;line-height:30px;text-align:center;margin-right: 5px;border-radius:2px;}
.page_list strong{background:#115390;color:#ffffff; display:inline-block;padding:0 10px;height:30px;line-height:30px;text-align:center;margin-right: 5px;border-radius:2px;}
.page_list a:hover{background:#115390;color:#ffffff;}
.page_list a.pnnum1{background:#115390;color:#ffffff;}
.page_list input{display:inline-block;padding:0 5px;background:#1f71c2;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}



@media (max-width:767px) {
	.secondcat ul li{padding-left: 4%; width:46%;}
	.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: 8px 10px;}
	.productlist ul li .pro_img_box .pro_img{height:220px;}
	.productlist ul li a{padding: 8px 10px;}
	.productlist ul li .pro_img_box .pro_img{height:180px;}
	.proshow{padding-top:20px; padding-bottom:20px;}
	.proshow .js-silder{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:20px;padding-bottom:20px;}
	.proshow .prodesc{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:15px;}
	.proshow .prodesc p.desc{height:auto; margin-top: 10px;}
	.proshow .pro_btn{padding-top:15px; padding-bottom:20px;}
	.proshow .pro_btn1{height:44px;line-height:44px; width:100%;}
	.tags_title{margin: 0px 0 20px;}
	.prodetail_con{margin-top: 20px; width:100%;}
	.prodetail_con .content{padding:0px 0px 20px;}
	.nycontent .content_left{width:100%;}
	.nycontent .content_left .c_tlt{font-size: 16px; height: 42px; line-height: 42px; text-align: left; padding-left: 20px;}
	.nycontent .content_left .c_tlt em{cursor:pointer; display:block;width:30%;text-align:right;color:#ffffff;height:40px;line-height:40px;float:right;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s; font-size:12px; font-weight:normal;}
	.pro_mulu{ display:none;}

	.productlist.RelatedPro{margin-bottom: 20px;}
	.productlist.RelatedPro ul li{width:48%; margin:0px 1%;}

	.proshow .pro_btn2{margin:10px auto 0px; width:100%;}
	.prodetail_box{margin-top: 0px;}
}



.back{position: fixed; z-index: 101; bottom:100px; background: #115390; width:48px; height: 48px; right:10px;}
.back img{display: block; margin:12px;}