@charset "utf-8";
/* CSS Document */

/**common**/
*{ margin:0; padding:0;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1 Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle; border:0;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
body { overflow-x: hidden; }
.w1500 { width: 1500px; margin: 0 auto; }
@media screen and (max-width:1600px) and (min-width:1200px) {
.w1500 { width: 95%; }
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.w1500 { width: 95%; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.w1500 { width: 95%; }
}
@media screen and (max-width:767px) {
.w1500 { width: 95%; }
}
.fl { float:left;}
.fr { float:right;}
@font-face { font-family: "Helvetica"; src: url('../fonts/Helvetica.ttf'); }
@font-face { font-family: "HelveticaBold"; src: url("../fonts/HelveticaBold.ttf");}
@font-face { font-family: "PangMen"; src: url("../fonts/PangMen.ttf");}
@font-face { font-family: "YouSheBiaoTiHei"; src: url("../fonts/YouSheBiaoTiHei.ttf");}
@font-face { font-family: "KOULEN"; src: url("../fonts/KOULEN-REGULAR.TTF");}
@font-face { font-family: "Impact"; src: url("../fonts/Impact.ttf");}
@font-face { font-family: "RobotoRegular"; src: url("../fonts/RobotoRegular.ttf");}
@font-face { font-family: "RobotoBold"; src: url("../fonts/RobotoBold.ttf");}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:0;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}
::-webkit-scrollbar-thumb { background-color:#0a1a3e;} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color:#0a1a3e;} /* 滚动条滑块点击状态 */



/*头部 开始*/
.ly_top { width:100%; height:96px; margin:0; padding:0; background-color:#fff; box-shadow:0 4px 8px rgba(0, 0, 0, 0.2); position:fixed; top:0; left:0; z-index:999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_top .lytop_main { width:90%; height:auto; margin:0 auto; padding:0; position:relative; z-index:9;}
.lytop_main .ly_logo { width:20%; height:80px; overflow:hidden; margin:0; padding:4px 0; float:left;}
.ly_logo a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.ly_logo a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; bottom:0;}

.lytop_main .lytop_right { margin:27px 0 30px 35px; float:right;}
.lytop_right .lytop_tel { height:40px; overflow:hidden; line-height:40px; color:#007ac3; font-size:24px; font-weight:bold; margin:0 40px 0 0; padding:0; float:left;}
.lytop_right .lytop_tel img { display:block; width:24px; height:24px; overflow:hidden; margin:8px 8px 8px 0; padding:0; float:left;}

.lytop_right .lytop_search { height:40px; margin:0; padding:0; float:left; position:relative; z-index:1;}
.lytop_search form { width:50px; height:40px; margin:0; padding:0; position:relative;}
.lytop_search form .sc_ipt { width:0; height:40px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lytop_search form .sc_ipt input { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333999; font-size:14px; margin:0; padding:0 14px; background-color:#fff; border-radius:50px; border:1px solid #dfdfdf;outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lytop_search form .sc_btn {width: 40px;height:40px;overflow:hidden;margin:0;padding:0;border-radius: 50px;float:right;}
.lytop_search form .sc_btn input {display:block;width: 40px;height:40px;overflow:hidden;margin:0;padding:0;background: #f2f9f5 url(../images/SSbtn_icon.png) center center no-repeat;background-size:40px 40px;border:0;outline:none;cursor:pointer;}
.lytop_search:hover form .sc_ipt { width:260px; left:-260px;}
.lytop_search:hover form .sc_btn input { background:#007ac3 url(../images/SSbtn_icon1.png) center center no-repeat;}

@media (max-width:1680px) {
.ly_top .lytop_main{ width:95%;}
.lytop_right .lytop_tel{ margin-right:30px;}
}
@media (max-width:1600px) {

}
@media (max-width:1440px) {

}
@media (max-width:1400px) {
	.lytop_search:hover form .sc_ipt { width: 240px; left: -240px;}
	
	.lytop_right .lytop_tel{ margin-right:20px;}
}
@media (max-width:1280px) {
	.lytop_main .ly_logo { width:20%;}

}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_top { width:100%; margin:0;}
	.lytop_main .ly_logo { width:22%; margin:0;}
	.lytop_right .lytop_tel{ margin-right:10px; font-size:20px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_top {  animation-name: none!important;}
	.lytop_main .ly_logo { width:30%;}
	.lytop_main .lytop_right { margin:30px 0; padding:0 60px 0 0;}
	.lytop_search form { width:280px;}
	.lytop_search form .sc_ipt { width: 230px; left: 0;}
	.lytop_search:hover form .sc_ipt { width: 230px; left: -230px; left: 0;}
	.lytop_right .lytop_tel { font-size:24px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_top { height: auto; animation-name: none!important;}
	.lytop_main .ly_logo { width:50%; height:50px; padding:16px 0; background:none;}
	.ly_logo a img.logo1 { display:inline-block; max-width:100%; height:auto; max-height:100%; margin:0; padding:0; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit;}
	.ly_logo a img.logo0 { display:none;}
	.lytop_main .lytop_right { width:100%; margin:20px 0; padding: 0 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.lytop_right .lytop_tel { position:absolute; top:20px; right:60px; margin:0; float:inherit;}
	.lytop_right .lytop_search { width:100%; margin:0;}
	.lytop_search form { width:100%; padding:0 40px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.lytop_search form .sc_ipt { width:98%; position:inherit; left:inherit; top:inherit;}
	.lytop_search:hover form .sc_ipt { width:100%; left:0;}
	.lytop_search:hover form .sc_ipt { left: 0;}
	.lytop_search form .sc_btn { position:absolute; top:0; right:0;}
	.lytop_search:hover form .sc_ipt{ width:98%; left:auto;}
	.lytop_search:hover form .sc_btn input {background:#007ac3 url(../images/SSbtn_icon1.png) center center no-repeat;}
}
@media (max-width: 767px) {
	.ly_top { height:auto; box-shadow:0 4px 8px rgba(0, 0, 0, 0.1); animation-name: none!important;}
	.lytop_main .ly_logo { width:80%; height:50px; margin:0; padding:16px 0; background:none;}
	.ly_logo a { display: table-cell; vertical-align: middle; width:100%; height:50px; overflow:hidden; margin:0; padding:0;}
	.ly_logo a img { display:inline-block; max-width:100%; height:auto; max-height:100%; margin:0; padding:0; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit;}
	.lytop_main .lytop_right { width:100%; margin:0; padding: 0 0 16px;}
	.lytop_right .lytop_tel { position:absolute; top:20px; right:60px; margin:0; float:inherit; display:none;}
	.lytop_right .lytop_search { width:100%; margin:0;}
	.lytop_search form { width:100%; padding:0 40px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.lytop_search form .sc_ipt { width:98%; position:inherit; left:inherit; top:inherit; height:35px;}
	.lytop_search form .sc_ipt input{ height:35px;}
	.lytop_search:hover form .sc_ipt { width:100%; left:0;}
	.lytop_search:hover form .sc_ipt { left: 0;}
	.lytop_search form .sc_btn input{ height:35px; width:35px; background-size:35px 35px;background:#f2f9f5 url(../images/SSbtn_icon.png) center center no-repeat;}
	.lytop_search form .sc_btn { position:absolute; top:0; right:0; width:35px; height:35px;}
	.lytop_search:hover form .sc_ipt{ width:98%; left:auto;}	
	.lytop_search:hover form .sc_btn input {background:#007ac3 url(../images/SSbtn_icon1.png) center center no-repeat;}
	
	
}

/*导航栏 开始*/
.ly_nav { width:54%; height:auto; margin:0; padding:0; float:right;}
.ly_nav li, .ly_nav a {	text-decoration: none; list-style: none;}
.ly_nav ::-webkit-scrollbar { display: none;}
.ly_nav .nav_list { width:100%; margin:0 auto; -webkit-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li { display:inline-block; width:10%; position: relative; list-style: none; padding:0 10px; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li:last-child { background:none;}
.ly_nav .nav_list > ul > li:hover {}
.ly_nav .nav_list > ul > li > a { display: inline-block; width:100%; line-height: 60px; color: #303030; font-size: 16px; text-align:center; padding: 18px 0; margin: 0; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li:hover, .ly_nav .nav_list > ul > li.active {}
.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #007ac3;}
.ly_nav .nav_list > ul > li > em { display:block; width:0px; height:2px; overflow:hidden; background-color:#007ac3; margin:0; padding:0; position:absolute; bottom:0px; left:50%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ly_nav .nav_list > ul > li:hover > em, .ly_nav .nav_list > ul > li.active > em { width:60px; margin:0 0 0 -30px;}
.ly_nav .nav_list > ul > li i { display:block; width:20px; height:20px; background:url(../images/down.png) center center no-repeat; background-size:10px 10px; vertical-align:middle; cursor:pointer; margin:0; position:absolute; top:40px; right:5px;}
.ly_nav .nav_list > ul > li i.cur{ background:url(../images/up.png) center center no-repeat; background-size:10px 10px; text-decoration:none;}
.ly_nav .nav_list > ul > li ul { display:none; position:absolute; left:-20%; top:96px; z-index:9; width:140%; overflow:hidden; background-color:#fff; border-top:2px solid #007ac3; box-shadow:0 4px 6px rgba(0, 0, 0, 0.1); border-radius:0 0 2px 2px;}
.ly_nav .nav_list > ul > li ul.cur { display:block;}
.ly_nav .nav_list > ul > li ul li { width:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
.ly_nav .nav_list > ul > li ul li:last-child { border:0;}
.ly_nav .nav_list > ul > li ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#555; font-size:14px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li ul li a:hover { color:#007ac3;}
.ly_nav .nav_menu { display: none;}

.ly_nav .nav_list > ul > li:hover ul{display:block;}

@media (max-width:1680px) {
	.ly_nav { width:58%;}
	.ly_nav .nav_list > ul > li ul{ width:160%; left:-30%;}
}
@media (max-width:1600px) {
	.ly_nav .nav_list > ul > li ul{}
}
@media (max-width:1440px) {
	.ly_nav .nav_list > ul > li ul { width:140%; left:-20%;}
	.lytop_main .lytop_right { margin: 27px 0 30px 3%;}
}
@media (max-width:1366px) {
	.ly_nav .nav_list > ul > li { padding:0;}
	.lytop_main .lytop_right { margin:27px 0 30px 2%; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_nav .nav_list > ul > li i { right:0;}
}
@media (max-width:1280px) {
	
	.ly_nav {  width:57%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_nav {  width:56%;}
	.ly_nav .nav_list > ul > li > a{ font-size:15px;}

}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_nav { height:0; margin:0;}
	.lytop_main .lytop_right { margin:30px 70px 30px 2%;}
	.ly_nav .nav_list { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
	.ly_nav .nav_list ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999;}
	.ly_nav .nav_list .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
	.ly_nav .nav_list ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
	.ly_nav .nav_list ul > li a { display:block; width: 100%; line-height:60px; color:#555; font-size:16px; text-align:left; padding:0 60px 0 20px; border-bottom:1px solid rgba(85, 87, 89, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_nav .nav_list > ul > li:hover, .ly_nav .nav_list > ul > li.active { background-color:#007ac3;}
	.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff; border-bottom:1px solid #007ac3;}
	.ly_nav .nav_list > ul > li > em { margin:0; left:20px;}
	.ly_nav .nav_list > ul > li i { display:block; width:60px; height:60px; position:absolute; top:0; right:0;}
	.ly_nav .nav_list > ul > li:hover i, .ly_nav .nav_list > ul > li.active i { background:url(../images/down2.png) center center no-repeat;}
	.ly_nav .nav_list > ul > li i.cur { background:url(../images/up2.png) center center no-repeat;}
	.ly_nav .nav_list > ul > li ul { width:100%; overflow:hidden; position:inherit; left:inherit; top:inherit; background-color:#f8f8f8; box-shadow:none; border:0; border-radius:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
	.ly_nav .nav_list > ul > li:hover > em, .ly_nav .nav_list > ul > li.active > em { display:none;}
	.ly_nav .nav_list > ul > li ul li a { height:48px; line-height:48px; color:#888; text-align:left; border:0; padding:0 20px 0 30px;}
	
	.ly_nav .nav_menu { display: block; width:22px; padding:11px 9px; background-color:#007ac3; border-radius:0; margin: 0; position:absolute; top:30px; right:0;}
	.ly_nav .nav_menu span { display: block; width: 100%; height: 2px; background-color: #fff; border-radius: 1px;}
	.ly_nav .nav_menu span + span { margin-top: 6px;}
	.ly_nav .open { width:100%; overflow: auto; left: 0%;}
	
	.ly_nav .nav_menu:active { background-color:#005b40;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.lytop_main .lytop_right { margin:0px auto 20px;}
	.ly_nav { height:0; margin:0;}
	.ly_nav .nav_list { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
	.ly_nav .nav_list ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999;}
	.ly_nav .nav_list .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
	.ly_nav .nav_list ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
	.ly_nav .nav_list ul > li a { display:block; width: 100%; line-height:60px; color:#555; font-size:16px; text-align:left; padding:0 60px 0 20px; border-bottom:1px solid rgba(85, 87, 89, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_nav .nav_list > ul > li:hover, .ly_nav .nav_list > ul > li.active { background-color:#007ac3;}
	.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff; border-bottom:1px solid #007ac3;}
	.ly_nav .nav_list > ul > li > em { margin:0; left:20px;}
	.ly_nav .nav_list > ul > li i { display:block; width:60px; height:60px; position:absolute; top:0; right:0;}
	.ly_nav .nav_list > ul > li:hover i, .ly_nav .nav_list > ul > li.active i { background:url(../images/down2.png) center center no-repeat;}
	.ly_nav .nav_list > ul > li i.cur { background:url(../images/up2.png) center center no-repeat;}
	.ly_nav .nav_list > ul > li ul { width:100%; overflow:hidden; position:inherit; left:inherit; top:inherit; background-color:#f8f8f8; box-shadow:none; border:0; border-radius:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
	.ly_nav .nav_list > ul > li:hover > em, .ly_nav .nav_list > ul > li.active > em { display:none;}
	.ly_nav .nav_list > ul > li ul li a { height:48px; line-height:48px; color:#888; text-align:left; border:0; padding:0 20px 0 30px;}
	
	.ly_nav .nav_menu { display: block; width:22px; padding:11px 9px; background-color:#007ac3; border-radius:0; margin: 0; position:absolute; top:20px; right:0;}
	.ly_nav .nav_menu span { display: block; width: 100%; height: 2px; background-color: #fff; border-radius: 1px;}
	.ly_nav .nav_menu span + span { margin-top: 6px;}
	.ly_nav .open { width:100%; overflow: auto; left: 0%;}
	
	.ly_nav .nav_menu:active { background-color:#005b40;}
}
@media (max-width: 767px) {
	.ly_nav { height:0; margin:0;}
	.ly_nav .nav_list { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
	.ly_nav .nav_list ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999;}
	.ly_nav .nav_list .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
	.ly_nav .nav_list ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
	.ly_nav .nav_list ul > li a { display:block; width: 100%; line-height:48px; color:#555; font-size:16px; text-align:left; padding:0 48px 0 20px; border-bottom:1px solid rgba(85, 87, 89, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_nav .nav_list > ul > li:hover, .ly_nav .nav_list > ul > li.active { background-color:#007ac3;}
	.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff; border-bottom:1px solid #007ac3;}
	.ly_nav .nav_list > ul > li > em { margin:0; left:20px;}
	.ly_nav .nav_list > ul > li i { display:block; width:48px; height:48px; position:absolute; top:0; right:0;}
	.ly_nav .nav_list > ul > li:hover i, .ly_nav .nav_list > ul > li.active i { background:url(../images/down2.png) center center no-repeat;}
	.ly_nav .nav_list > ul > li i.cur { background:url(../images/up2.png) center center no-repeat;}
	.ly_nav .nav_list > ul > li ul { width:100%; overflow:hidden; position:inherit; left:inherit; top:inherit; background-color:#f8f8f8; box-shadow:none; border:0; border-radius:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
	.ly_nav .nav_list > ul > li:hover > em, .ly_nav .nav_list > ul > li.active > em { display:none;}
	.ly_nav .nav_list > ul > li ul li a { height:48px; line-height:48px; color:#888; text-align:left; border:0; padding:0 20px 0 30px;}
	
	.ly_nav .nav_menu { display: block; width:22px; padding:11px 9px; background-color:#007ac3; border-radius:0; margin: 0; position:absolute; top:20px; right:0;}
	.ly_nav .nav_menu span { display: block; width: 100%; height: 2px; background-color: #fff; border-radius: 1px;}
	.ly_nav .nav_menu span + span { margin-top: 6px;}
	.ly_nav .open { width:100%; overflow: auto; left: 0%;}
	
	.ly_nav .nav_menu:active { background-color:#005b40;}
	
	.lytop_main .lytop_right { margin:0 0 16px;}
}
/*导航栏 结束*/
/*头部 结束*/

/*底部 开始*/
/*首页底部联系方式 开始*/
.lyIdx_Footlxfs{ width:100%; padding:60px 0 55px; background:#fff; overflow:hidden;}
.lyIdx_Footlxfs .foot_logo{ float:left; width:28%; border-right:1px solid #dcdcdc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding:5px 0; height:82px;}
.lyIdx_Footlxfs .foot_logo img{ display:block; max-height:100%; max-width:100%;}
.lyIdx_Footlxfs .foot_addr{float:left; width:40%; border-right:1px solid #dcdcdc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding:5px 10px 5px 100px;height:82px;}
.lyIdx_Footlxfs .foot_icon{ width:32px; height:32px; background:#007ac3; border-radius:50px; float:left;}
.lyIdx_Footlxfs .foot_text{width: calc(100% - 57px); float:right;}
.lyIdx_Footlxfs .foot_text b{ display:block; font-size:18px; color:#333; margin-bottom:18px; }
.lyIdx_Footlxfs .foot_text p{ font-size:14px; color:#333; line-height:24px;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height:48px;}
.lyIdx_Footlxfs .foot_text span{ font-size:42px; display:block; color:#007ac3; font-family:impact;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyIdx_Footlxfs .foot_tel{ float:right; width:32%;padding:5px 0 5px 100px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:82px; }
/*首页底部联系方式 结束*/

/*底部主体内容 开始*/
.lyFoot { width:100%; height:auto; margin:0 auto; padding:0; background-color:#f5f5f5; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFoot .lyFoot_Main {height:auto; overflow:hidden; margin:0 auto; padding:0;}
.lyFoot_Main .lyFoot_Left { width:70%; height:auto; margin:0; padding:80px 0; border-right:1px solid rgba(255,255,255,0.1); float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFoot_Tit { width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; font-weight:bold; margin:0 auto; padding:0; position:relative;}
.lyFoot_Tit b{ display:inline-block;position: relative; z-index: 2;}
.lyFoot_Tit span{display: inline-block;width: 3px; height: 15px;background: #007ac3; margin-right:20px;}
.lyFoot_Left dl dd { width:25%; height:auto; margin:0; padding:0 40px 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFoot_Left dl dd .lyFoot_list{ width:100%; position:relative; padding:20px 0 0 20px;}
.lyFoot_Left dl dd .lyFoot_list::before{ display:block; content:""; position:absolute; width:1px; height:185px; background:#e6e6e6; left:1px; top:-10px;}
.lyFoot_Left dl dd a { display:block; width:100%; height:35px; overflow:hidden; line-height:35px; color:#333; font-size:14px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyFoot_Left dl dd a:hover { color:#007ac3;}
.lyFoot_Left dl dd:nth-child(3){width:50%;}
.lyFoot_Left dl dd:nth-child(3) a{ width:30%; float:left; margin-right:5%;}
.lyFoot_Left dl dd:nth-child(3) a:nth-child(3n+3){ margin-right:0;}
.lyFoot_Main .lyFoot_Right { width:30%; height:auto; margin:0; padding:80px 0 0 0; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFoot_Right .lyFoot_Lxfs { width:auto; max-width:60%; height:auto; margin:0; padding:0; float:left;}
.lyFoot_Lxfs ul li { width:100%; height:auto; min-height:50px; overflow:hidden; margin:0 0 30px; padding:0 0 0 50px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFoot_Lxfs ul li:last-child { margin:0;}
.lyFoot_Lxfs ul li img { display:block; width:32px; height:32px; margin:0; padding:0; position:absolute; left:0; top:9px;}
.lyFoot_Lxfs ul li span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#fff; font-size:16px; margin:0 0 4px; padding:0;}
.lyFoot_Lxfs ul li p { width:100%; height:auto; max-height:52px; overflow:hidden; line-height:26px; color:rgba(255,255,255,0.3); font-size:14px; margin:0; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.lyFoot_Lxfs ul li p font { display:inline-block; line-height:26px; color:#ff0000; font-size:30px; font-weight:bold; font-family:impact; margin-top:5px;}
.lyFoot_Right .lyFoot_Ewm { width:auto; height:auto; margin:0; padding:0; float:right;}
.lyFoot_Ewm p { overflow:hidden; margin:0 auto 20px; padding:0; float:left; margin-left:40px;}
.lyFoot_Ewm p img { display:block; margin:0; padding:7px; border:1px solid #e4e4e4; height:115px;}
.lyFoot_Ewm p span { display:block;font-size:16px; color:#333; margin:10px 0; text-align:center;}

.lyFootBtn { width:100%; height:auto; margin:0 0 10px; padding:0; position:relative; height:40px;}
.lyFootBtn ul{ position:absolute; right:0;}
.lyFootBtn ul li { display:inline-block; margin:0 20px 0 0; float:left;}
.lyFootBtn ul li:nth-child(3) { margin:0;}
.lyFootBtn ul li a { display:block; width:30px; height:30px; margin:0; padding:0; background-color:#007ac3; border-radius:50%;}
.lyFootBtn ul li a img { display:block; width:30px; height:30px; margin:0 auto; padding:0; border-radius:50%;}

.lyFoot .lyFoot_Copy{border-top: 1px solid #e2e2e2; padding: 25px 0; overflow: hidden; color:#333; font-size:14px; }
.lyFoot .lyFoot_Copy a { color:#333; }
.lyFoot .lyFoot_Copy a:hover { color: #007ac3; }
@media (max-width: 1560px) {
.lyIdx_Footlxfs .foot_addr{ padding:5px 30px 5px 70px;}
.lyIdx_Footlxfs .foot_tel{padding:5px 0 5px 50px;}
.lyIdx_Footlxfs .foot_text span{ font-size:38px;}	
}
@media (max-width: 1366px) {
.lyIdx_Footlxfs{ padding:50px 0;}
.lyIdx_Footlxfs .foot_logo{ width:22%; padding:10px 0;}
.lyIdx_Footlxfs .foot_logo img{ max-width:90%; max-height:90%;}
.lyIdx_Footlxfs .foot_addr{ width:45%;}
.lyIdx_Footlxfs .foot_tel{padding:5px 0 5px 30px;}
.lyIdx_Footlxfs .foot_text span{ font-size:33px;}
}
@media (max-width: 1280px) {
.lyIdx_Footlxfs .foot_addr{padding:5px 30px 5px;}
.lyFoot_Left dl dd{ max-height:200px; overflow:hidden;}
.lyFoot_Left dl dd:nth-child(3) a{ width:47.5%;}
.lyFoot_Left dl dd:nth-child(3) a:nth-child(2n+2){ margin-right:0;}
.lyFoot_Left dl dd:nth-child(3) a:nth-child(3n+3){ margin-right:5%;}
.lyFoot_Left dl dd:nth-child(3) a:nth-child(6n+6){ margin-right:0;}
}

@media (max-width: 1199px) {
	.lyFoot_Main .lyFoot_Left{ width:65%; padding:50px 0 ;}
	.lyFoot_Main .lyFoot_Right{ width:35%; padding:50px 0 0;}
	.lyFoot_Ewm p{ margin-left:30px;}
	.lyIdx_Footlxfs .foot_text {width: calc(100% - 50px);}
	
}

@media (max-width: 1079px) {
.lyIdx_Footlxfs{ padding:40px 0;}
.lyIdx_Footlxfs .foot_logo{ width:20%; padding:12px 0;}
.lyIdx_Footlxfs .foot_logo img{ max-width:80%; max-height:80%;}
.lyIdx_Footlxfs .foot_addr{ width:46%; padding:5px 30px 5px;}
.lyIdx_Footlxfs .foot_tel{padding:5px 0 5px 20px;}
.lyIdx_Footlxfs .foot_text span{ font-size:30px;}

}
@media (max-width: 1023px) {
.lyIdx_Footlxfs{ display:none;}
.lyFoot_Main .lyFoot_Left{ display:none;}
.lyFootBtn{ display:none;}
.lyFoot_Right .lyFoot_Ewm{ float:none;}
.lyFoot_Main .lyFoot_Right{ width:100%; padding:45px 0 0; text-align:center;}
.lyFoot_Ewm p{ margin-left:0; float:none; display:inline-block;}
.lyFoot_Ewm p.code1{ margin-right:20px;}
.lyFoot .lyFoot_Copy{ text-align: center; padding:15px 0; }
.lyFoot .lyFoot_Copy .copy_l, .lyFoot .lyFoot_Copy .copy_r{ float:none; margin:8px 0;}
}
@media (max-width: 767px) {
.lyFoot_Main .lyFoot_Right{ padding:35px 0 0;}
.lyFoot_Ewm p{margin-bottom:10px;}
.lyFoot_Ewm p.code1{ margin-right:10px;}
}


/*lyLinks 开始*/
.lyLinks { width:100%; height:auto; margin:0 auto; padding:15px 0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height:80px; background:#007ac3;}
.lyLinks .lyLinks_Main { margin:0 auto; padding:0 0 0 120px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyLinks_Main .lyLinks_Title { width:120px; height:60px; overflow:hidden; margin:0; padding:9px 0;position:absolute; left:0; top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center;}
.lyLinks_Title img { display:block; width:36px; height:36px; margin:0 10px 0 0; padding:0; float:left;}
.lyLinks_Title p { width:auto; height:20px; line-height:20px; color:#fff; font-size:16px; font-weight:bold;margin:0; padding:0;}
.lyLinks_Title span { display:block; width:auto; height:20px; line-height:20px; color:rgba(255,255,255,.85); font-size:16px; font-weight:bold; margin:0; padding:0;}
.lyLinks_Main .lyLinks_List {width:100%;height:auto;height: 50px;overflow:hidden;margin:0;padding:0 20px;align-items:center;justify-content:center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow-y:scroll;}
.lyLinks_List p { width:100%; height:auto; margin:5px 0 0; padding:0;}
.lyLinks_List p a {display:inline-block;width:auto;height: 50px;overflow:hidden;line-height: 50px;color:rgba(255,255,255,0.45);font-size:15px;margin:0;padding:0 20px;}
.lyLinks_List p a:hover { color:#fff;}
.lyLinks_List::-webkit-scrollbar {
width:1px;
}
.lyLinks_List::-webkit-scrollbar-track {
background-color:#fff;
}
.lyLinks_List::-webkit-scrollbar-thumb {
background-color:#bfbfbf;
border-radius:50px;
}
.lyLinks_List::-webkit-scrollbar-thumb:window-inactive {
background-color:#bfbfbf;
}
@media (max-width:1023px) {
	.lyLinks{ padding:10px 0; height:70px;}
	.lyLinks_Title p{ font-size:15px;}
	.lyLinks_Title span{ font-size:15px;} 
	.lyLinks_List p a { padding:0 12px; height:40px; line-height:40px;}
	
}

@media (max-width:767px) {
	.lyLinks{ padding:5px 0; height:60px;}
	.lyLinks .lyLinks_Main{ padding:0 0 0 100px;}
	.lyLinks_Main .lyLinks_Title { height:50px; padding:7px 0; width:100px;}
	.lyLinks_Title img{ width:30px; height:30px; margin:5px 5px 0 0;}
	.lyLinks_Title p{ font-size:15px;}
	.lyLinks_Title span{ font-size:15px;} 
	.lyLinks_List p a { padding:0 12px; height:35px; line-height:35px; font-size:14px;}
	
}

/*lyLinks 结束*/
/*底部 结束*/


.offline { z-index:9998!important;}

/*漂浮*/
 .footpf {position:fixed;right:0;top:30%; transform: translateY(-50%);z-index:998; }
 .footpf .side1 {width:50px;height:170px;background-image: linear-gradient(45deg, #007ac3 , #007ac3);text-align:center;transition:all 0.5s;display: flex;align-items: center;justify-content: center; position:relative; top:51px;}
 .footpf .side1 a, .footpf .side1 img,.footpf .side1 i,.side1 span {display:block;}
 .footpf .side1 i { margin:10px auto; width:1px; height:20px;background:#fff; transition:all 0.5s ease;}
 .footpf .side1 span {color:#fff;font-size:16px; writing-mode: vertical-lr; width:25px;margin: 0 auto;font-family:got;letter-spacing: 2px;}
 .footpf .side1:hover {background: #01793c;}
 .footpf .side1:hover a img { animation:jitter 0.5s;}
 .footpf .side {height:50px; position:absolute;transition:all 0.5s;}
 .footpf .side a { display:block; width:100%; height:100%;font-size:0; }
 .footpf .side i, .footpf .side span {display:inline-block;vertical-align: middle;height:100%;line-height: 50px }
 .footpf .side i {width:50px;height:50px;transition:all 0.3s;position:relative;background-image: linear-gradient(45deg, #007ac3 , #007ac3);}
 .footpf .side i:before{content:""; position:absolute; width:24px; height:24px;left:50%; top:50%; transform: translate(-50%,-50%);}
 .footpf .side span {text-align:center;  line-height:50px; background:#007ac3; font-size:15px;color:#fff; transition:all 1s;}
 .footpf .side:hover {  right:0; }
 .footpf .side2 {top:171px; right:-90px; width: 140px;}
 .footpf .side2 i:before{background:url(../images/pf_ico.png) 0 0 no-repeat; }
 .footpf .side2 span { width:90px;}
 .footpf .side3 {right:-150px; width: 200px;top:222px;}
 .footpf .side3 i:before{background:url(../images/pf_ico.png) -24px 0 no-repeat; }
 .footpf .side3 span {width:150px; }
 .footpf .side4 {right:-90px;width: 140px;top: 273px;cursor: pointer;}
 .footpf .side4 i:before{background:url(../images/pf_ico.png) -2px -24px no-repeat; }
 .footpf .side4 span { width:90px;font-size:14px; }
 .footpf .qcodePic { width:100%;position:absolute;max-width: 141px;top:50px;left:0; display: none;z-index:99; text-align:center;}
 .footpf .qcodePic img { width:100%;}
 .footpf .side4:hover .qcodePic {display:block;}
 .footpf .side5 { right:-90px; width: 140px; top: 324px; cursor: pointer;}
 .footpf .side5 i:before{background:url(../images/pf_ico.png) -26px -26px no-repeat; }
 .footpf .side5 span {width:90px;}
 @media (max-width:1023px) {
	 .footpf{ top:30%;}
	 .footpf .side i{border-radius: 0;}
	 .footpf .side1,.footpf .side2,.footpf .side4,.footpf .side3 span{ display:none;}
	 .footpf .side5{ top:274px;}
	 .footpf .side:hover{ right:-150px;}
	 }
 @media (max-width:767px) {
	 .footpf .side{ height:40px;}
	 .footpf .side i{ width:40px; height:40px;}
	 .footpf .side3{ width:190px;}
	 .footpf .side5{right:-100px;}
 }




