@charset "utf-8";
/* CSS Document */
/**common**/
*{ margin:0; padding:0;}
html, body { min-width:1200px;}
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.5 Helvetica,Arial,\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;}
address,cite,code,em,th,i { font-weight:normal; font-style: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;}
.fl { float:left;}
.fr { float:right;}

input::-webkit-input-placeholder { color: #ccc;}
input::-moz-input-placeholder { color: #ccc;}
input::-ms-input-placeholder { color: #ccc;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#f2f2f2; border-radius:0;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#2061a6; border-radius:0;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#2061a6;}

/*lytop 开始 */
.lytop { width:100%; height:100px; margin:0 auto; padding:10px 0; background-color:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.2); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 2;}
.lytop .lytop_main { width:1200px; height:80px; margin:0 auto; padding:0;}
.lytop_main .lytop_logo { width:260px; height:80px; overflow:hidden; margin:0; padding:0; float:left;}
.lytop_logo a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.lytop_logo a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}

.lytop_main .lytop_right { width:250px; height:80px; overflow:hidden; margin:0; padding:0; float:right;}
.lytop_right .lytop_tel { width:250px; height:30px; overflow:hidden; line-height:30px; color:#303030; font-size:14px; margin:0 0 10px; padding:0;}
.lytop_tel img { display:block; width:20px; height:20px; overflow:hidden; margin:5px 5px 5px 0; padding:0; float:left;}
.lytop_tel span { color:#2061a6; font-size:24px;}
.lytop_right .lytop_form { width:250px; height:40px; margin:0 auto; padding:0 40px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lytop_form .sc_ipt { width:100%; height:40px; overflow:hidden; margin:0; padding:0;}
.lytop_form .sc_ipt input { display:block; width:100%; height:40px; overflow:hidden; line-height:38px; color:#666; font-size:14px; white-space:nowrap; text-overflow: ellipsis; background-color:#fff; border:1px solid #dfdfdf; border-right:1px solid #dfdfdf; border-radius:2px 0 0 2px; outline:none; margin:0; padding:0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lytop_form .sc_btn { width:40px; height:40px; overflow:hidden; margin:0; padding:0; position:absolute; top:0; right:0;}
.lytop_form .sc_btn input { display:block; width:100%; height:40px; overflow:hidden; background:#2061a6 url(../images/sc_btn.png) center center no-repeat; border-radius:0 2px 2px 0; border:none; outline:none; cursor:pointer; margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/*lytop 结束 */

/*导航栏 开始*/
.ly_nav { width:680px; height:80px; margin:0; padding:0; float:left;}
.ly_nav li, .ly_nav a {	text-decoration: none; list-style: none;}
.ly_nav ::-webkit-scrollbar { display: none;}
.ly_nav .nav_list { width:100%; max-width:1200px; margin:0 auto; -webkit-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li { display:inline-block; width:12.5%; position: relative; list-style: none; padding:0; text-align:center; float:left; -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 > a { display: inline-block; line-height: 80px; color: #303030; font-size: 15px; padding: 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 > em { display:none; width:0px; height:3px; overflow:hidden; background-color:#f7c532; margin:0 0 0 -32px; padding:0; position:absolute; bottom:0; 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:64px;}
.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #2061a6;}
.ly_nav .nav_list > ul > li i { display:inline-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;}
.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; width:120%; overflow:hidden; background-color:#fff; box-shadow:0 5px 10px rgba(0, 0, 0, 0.2); position:absolute; left:-10%; top:60px; z-index:9;}
.ly_nav .nav_list > ul > li:hover ul { display:block;}
.ly_nav .nav_list > ul > li ul li { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.ly_nav .nav_list > ul > li ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:14px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.ly_nav .nav_list > ul > li ul li a:hover { color:#2061a6; background-color:#f3f9ff;}

/*导航栏 结束*/

/*lybanner 开始 */
.lybanner { width:100%; height:690px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lybanner .lybanner_main { width:100%; height:690px; overflow:hidden; margin:0 auto; padding:0;}
.lybanner_main .swiper-container { width: 100%; height: 690px;}
.lybanner_main .swiper-container .swiper-button-prev, .lybanner_main .swiper-container .swiper-button-next { width: 10%; height: 100%; top:0; background:none; margin:0;}
.lybanner_main .swiper-container .swiper-button-prev { left:0;}	
.lybanner_main .swiper-container .swiper-button-next { right:0;}
.lybanner_main .swiper-button-prev span, .lybanner_main .swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; top: 50%; margin-top:-32px; border-radius: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.lybanner_main .swiper-button-prev span { background: rgba(0,0,0,0.6) url(../images/arrows1.png) center center no-repeat; left: 20px;}
.lybanner_main .swiper-button-next span { background: rgba(0,0,0,0.6) url(../images/arrows2.png) center center no-repeat; right:20px;}
.lybanner_main .swiper-button-prev:hover span, .lybanner_main .swiper-button-next:hover span{ opacity: .6;}
/*分页器*/
.lybanner_main .swiper-pagination{ top:auto; bottom:20px; background:none;}
.lybanner_main .swiper-pagination-bullet { display: inline-block; width: 12px; height:12px; margin: 0 5px!important; cursor: pointer; background: none; border-radius:50%;}
.lybanner_main .swiper-pagination-bullet span { width: 12px; height: 12px; display: block; background-color:rgba(255,255,255,0.5); border-radius:50%;}
.lybanner_main .swiper-pagination-bullet-active span{ background-color: #fff;}
.lybanner_main .autoplay .swiper-pagination-bullet-active span{ background-color: #fff;}
/*lybanner 结束 */

/*ly_part1 开始*/
.ly_part1 { width:1200px; height:auto; margin:60px auto; padding:0;}
.ly_title { width:1200px; overflow:hidden; margin:0 auto 40px; padding:0;}
.ly_title p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:24px; text-align:center; margin:0 auto; padding:0;}
.ly_title p img { display:inline-block; vertical-align:middle; margin:-4px 40px 0;}
.ly_title span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
.ly_title1 p, .ly_title1 span { color:#fff;}

.lyPart1_list { width:1200px; height:auto; margin:0 auto; padding:0;}
.lyPart1_list ul li { width:185px; height:180px; margin:0 18px 20px 0; padding:0; background-color:#fff; border:1px solid #dfdfdf; border-radius:2px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyPart1_list ul li:nth-child(6n+6) { margin:0 0 20px;}
.lyPart1_list ul li:hover { background-color:#2061a6; border:1px solid #2061a6; box-shadow:0 6px 12px rgba(20,62,105,0.4);}
.lyPart1_list ul li a { display:block; width:100%; height:100%; margin:0; padding:30px 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyPart1_list ul li i { display:block; width:80px; height:80px; overflow:hidden; margin:0 auto 20px; padding:0;}
.lyPart1_list ul li i.p1_icon1 { background:url(../images/p1_icon01.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li i.p1_icon2 { background:url(../images/p1_icon02.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li i.p1_icon3 { background:url(../images/p1_icon03.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li i.p1_icon4 { background:url(../images/p1_icon04.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li i.p1_icon5 { background:url(../images/p1_icon05.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li i.p1_icon6 { background:url(../images/p1_icon06.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li i.p1_icon7 { background:url(../images/p1_icon07.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li i.p1_icon8 { background:url(../images/p1_icon08.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li i.p1_icon9 { background:url(../images/p1_icon09.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li i.p1_icon10 { background:url(../images/p1_icon010.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li i.p1_icon11 { background:url(../images/p1_icon011.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li i.p1_icon12 { background:url(../images/p1_icon012.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li:hover i.p1_icon1 { background:url(../images/p1_icon1.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li:hover i.p1_icon2 { background:url(../images/p1_icon2.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li:hover i.p1_icon3 { background:url(../images/p1_icon3.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li:hover i.p1_icon4 { background:url(../images/p1_icon4.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li:hover i.p1_icon5 { background:url(../images/p1_icon5.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li:hover i.p1_icon6 { background:url(../images/p1_icon6.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li:hover i.p1_icon7 { background:url(../images/p1_icon7.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li:hover i.p1_icon8 { background:url(../images/p1_icon8.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li:hover i.p1_icon9 { background:url(../images/p1_icon9.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li:hover i.p1_icon10 { background:url(../images/p1_icon10.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li:hover i.p1_icon11 { background:url(../images/p1_icon11.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li:hover i.p1_icon12 { background:url(../images/p1_icon12.png) center center no-repeat; background-size:80px 80px;}
.lyPart1_list ul li span { display:block; width:100%; overflow:hidden; line-height:20px; color:#303030; font-size:14px; text-align:center; margin:0 auto; padding:0;}
.lyPart1_list ul li:hover span { color:#fff; font-weight:bold;}
/*ly_part1 结束*/

/*ly_part2 开始*/
.ly_part2 { width:100%; height:740px; margin:0 auto; padding:60px 0; background: url(../images/p2_bg.jpg) center center no-repeat; background-size:100% 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyProTj_list { width:1200px; height:auto; margin:0 auto; padding-bottom:30px; position:relative;}
.lyProTj_list ul.content-slider { padding-bottom:20px!important;}
.lyProTj_list ul.content-slider li { padding:0; background-color:#fff; box-shadow:0 8px 16px rgba(0,0,0,0.1); border-radius:2px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyProTj_list ul.content-slider li:hover { background-color:#2061a6; box-shadow:0 8px 16px rgba(20,62,105,0.4);}
.lyProTj_list ul.content-slider li .lyProTj_img { width:100%; height:275px; overflow:hidden; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyProTj_list ul.content-slider li .lyProTj_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border-bottom:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyProTj_list ul.content-slider li:hover .lyProTj_img a { border-bottom:1px solid #fff;}
.lyProTj_list ul.content-slider li .lyProTj_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.lyProTj_list ul.content-slider li .lyProTj_text { width:100%; overflow:hidden; margin:0 auto; padding:14px 30px 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyProTj_list ul.content-slider li .lyProTj_img a i { display:inline-block; height:30px; line-height:30px; color:#fff; font-size:14px; margin:0; padding:0 10px; background-color:rgba(19,110,206,0.9); border-radius:2px; position:absolute; top:10px; right:10px;}
.lyProTj_list ul.content-slider li .lyProTj_text a.lyProTj_name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyProTj_list ul.content-slider li:hover .lyProTj_text a.lyProTj_name { color:#fff;}
.lyProTj_list ul.content-slider li .lyProTj_text em { display:block; width:30px; height:2px; overflow:hidden; margin:6px 0 14px; padding:0; background-color:#2061a6;}
.lyProTj_list ul.content-slider li:hover .lyProTj_text em { background-color:#fff;}
.lyProTj_list ul.content-slider li .lyProTj_text p { width:100%; height:88px; overflow:hidden; line-height:22px; color:#888; font-size:14px; text-align:justify; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.lyProTj_list ul.content-slider li:hover .lyProTj_text p { color:rgba(255,255,255,0.5);}
.lyProTj_list ul.content-slider li .lyProTj_text a.lyProTj_more { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#2061a6; font-size:14px; text-align:right; margin:0 auto; padding:0;}
.lyProTj_list ul.content-slider li:hover .lyProTj_text a.lyProTj_more { color:#fff;}
.lyProTj_list ul.content-slider li .lyProTj_text a.lyProTj_more i { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-4px 0 0; padding:0; background:url(../images/jt1.png) center center no-repeat; background-size:20px 20px;}
.lyProTj_list ul.content-slider li:hover .lyProTj_text a.lyProTj_more i { background:url(../images/jt2.png) center center no-repeat; background-size:20px 20px;}

.lyProTj_list .lSSlideOuter .lSPager.lSpg { width: 100%; position:absolute; bottom:0;}
.lyProTj_list .lSSlideOuter .lSPager.lSpg > li a { width:12px; height:12px; background-color:rgba(32,97,166,0.4);}
.lyProTj_list .lSSlideOuter .lSPager.lSpg > li:hover a, .lyProTj_list .lSSlideOuter .lSPager.lSpg > li.active a { background-color:#2061a6!important;}
/*ly_part2 结束*/

/*ly_part3 开始*/
.ly_part3 { width:1200px; height:auto; margin:60px auto; padding:0;}
.lyPart3_list { width:1200px; height:auto; margin:0 auto; padding:0;}
.lyPart3_list ul li { width:380px; height:auto; margin:0 30px 0 0; padding:0 0 10px; background-color:#fff; box-shadow:0 8px 16px rgba(0,0,0,0.1); border-radius:2px; float:left;}
.lyPart3_list ul li:nth-child(3) { margin:0;}
.lyPart3_list ul li .lyPart3_img { width:100%; height:200px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyPart3_list ul li .lyPart3_img a.lyPart3_pic { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:2px 2px 0 0; position:relative;}
.lyPart3_list ul li .lyPart3_img a.lyPart3_pic img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.lyPart3_list ul li .lyPart3_img a.lyPart3_name { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#fff; font-size:16px; text-align:center; background-color:rgba(32,97,166,0.9); position:absolute; bottom:0; left:0; margin:0; padding:0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyPart3_list ul li:hover .lyPart3_img a.lyPart3_name { background-color:rgba(32,97,166,1);}
.lyPart3_list ul li dl { width:100%; min-height:120px; overflow:hidden; margin:0 auto; padding:10px 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyPart3_list ul li dl dd { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; background:url(../images/dot1.png) center left no-repeat; border-bottom:1px dashed #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyPart3_list ul li dl dd a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.lyPart3_list ul li dl dd a:hover { color:#2061a6;}
.lyPart3_list ul li a.lyPart3_more { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#2061a6; font-size:14px; text-align:right; margin:0 auto; padding:0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyPart3_list ul li a.lyPart3_more img { display:inline-block; vertical-align:middle; margin:-4px 0 0 4px;}
/*ly_part3 结束*/

/*ly_part4 开始*/
.ly_part4 { width:1200px; height:auto; margin:60px auto; padding:0;}
.ly_part4 .lyPart4_fl { width:790px; height:540px; margin:0; padding:0; background-color:#fff; box-shadow:0 8px 16px rgba(0,0,0,0.1); border-radius:2px; float:left;}
.ly_part4 .lyPart4_fr { width:380px; height:540px; margin:0; padding:0; background-color:#fff; box-shadow:0 8px 16px rgba(0,0,0,0.1); border-radius:2px; float:right;}
.lyPart4_title { width:100%; height:60px; overflow:hidden; line-height:60px; color:#fff; font-size:24px; margin:0 auto; padding:0 20px; background-color:#2061a6; border-radius:2px 2px 0 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyPart4_title span { color:rgba(255,255,255,0.5); font-size:14px; margin:0 0 0 10px;}
.lyPart4_title a { display:block; width:80px; height:60px; line-height:60px; color:#fff; font-size:14px; text-align:right; margin:0; padding:0; float:right;}

.lyPart4_fl .lyPart4_flmain { width:790px; height:480px; overflow:hidden; margin:0 auto; padding:20px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyPart4_flmain ul.content-slider li { width:750px; height:440px; overflow:hidden; margin:0; padding:0;}
.lyPart4_flmain ul.content-slider li a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.lyPart4_flmain ul.content-slider li a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.lyPart4_flmain .lSSlideOuter .lSPager.lSpg { width: 100%; position:absolute; bottom:40px; left:0;}
.lyPart4_flmain .lSSlideOuter .lSPager.lSpg > li a { width:12px; height:12px; background-color:rgba(255,255,255,0.5);}
.lyPart4_flmain .lSSlideOuter .lSPager.lSpg > li:hover a, .lyPart4_flmain .lSSlideOuter .lSPager.lSpg > li.active a { background-color:#fff!important;}

.lyPart4_fr .lyPart4_frlist { width:100%; overflow:hidden; margin:0; padding:20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyPart4_frlist ul li { width:100%; overflow:hidden; margin:0 auto 12px; padding:0 0 12px; border-bottom:1px dashed #dfdfdf;}
.lyPart4_frlist ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 0 0 58px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyPart4_frlist ul li a i { display:block; width:48px; height:22px; overflow:hidden; line-height:22px; color:#fff; font-size:14px; text-style:normal; text-align:center; background-color:#2061a6; border-radius:2px; position:absolute; left:0; top:9px;}
.lyPart4_frlist ul li a:hover {color:#2061a6;}
.lyPart4_frlist ul li p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#888; font-size:14px; text-indent:2em; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-overflow: ellipsis; display: -webkit-box;}
/*ly_part4 结束*/

/*ly_part5 开始*/
.ly_part5 { width:100%; height:370px; margin:0 auto; padding:60px 0; background: url(../images/p5_bg.jpg) center center no-repeat; background-size:100% 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_part5 .lyPart5_list { width:1200px; height:auto; margin:0 auto; padding:0 0 32px; position:relative;}
.lyPart5_list ul.content-slider li {}
.lyPart5_list ul.content-slider li .lyPart5_img { display:block; width:100%; height:90px; margin:0 0 10px; padding:0; background-color:#fff; border-radius:2px; box-shadow:0 5px 10px rgba(0,0,0,0.2); position:relative;}
.lyPart5_list ul.content-slider li .lyPart5_img img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.lyPart5_list ul.content-slider li .lyPart5_name { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:14px; text-align:center; white-space:nowrap;	text-overflow: ellipsis; margin:0; padding:0;}
.lyPart5_list .lSSlideOuter .lSPager.lSpg { width: 100%; position:absolute; bottom:0; left:0;}
.lyPart5_list .lSSlideOuter .lSPager.lSpg > li a { width:12px; height:12px; background-color:rgba(255,255,255,0.5);}
.lyPart5_list .lSSlideOuter .lSPager.lSpg > li:hover a, .lyPart5_list .lSSlideOuter .lSPager.lSpg > li.active a { background-color:#fff!important;}
/*ly_part5 结束*/

/*ly_part6 开始*/
.ly_part6 { width:1200px; height:auto; margin:60px auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_part6 .lyPart6_main { width:1200px; height:auto; margin:0 auto; padding:0;}
.lyPart6_main .lyPart6_fl { width:580px; height:auto; margin:0; padding:0; background-color:#fff; box-shadow:0 8px 16px rgba(0,0,0,0.1); float:left;}
.lyPart6_fl .TjNew { width:580px; height:140px; overflow:hidden; margin:0 auto; padding:20px; background-color:#f5f5f5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.TjNew .TjNew_time { width:100px; height:100px; overflow:hidden; margin:0; padding:14px 0; background-color:#2061a6; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.TjNew_time em { display:block; width:100%; height:36px; overflow:hidden; line-height:36px; color:#fff; font-size:36px; text-style:normal; text-align:center; margin:0 auto; padding:0;}
.TjNew_time span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#fff; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.TjNew_time i { display:block; width:60px; height:1px; overflow:hidden; margin:6px auto; padding:0; background-color:#fff;}
.TjNew .TjNew_text { width:420px; height:100px; overflow:hidden; margin:0; padding:0; float:right;}
.TjNew_text a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.TjNew_text a:hover { color:#2061a6;}
.TjNew_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#666; font-size:14px; margin:0 auto; padding:0; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-overflow: ellipsis; display: -webkit-box;}

.P6News_list { width:100%; overflow:hidden; margin:0 auto; padding:10px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.P6News_list li { width:100%; height:49px; overflow:hidden; margin:0 auto; padding:0 0 0 20px; background:url(../images/dot1.png) center left no-repeat; border-bottom:1px dashed #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.P6News_list li a { display:block; width:85%; height:48px; overflow:hidden; line-height:48px; color:#303030; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0; float:left;}
.P6News_list li a:hover { color:#2061a6;}
.P6News_list li span { display:block; width:15%; height:48px; line-height:48px; color:#999; font-size:14px; text-align:right; float:right; margin:0; padding:0;}

.lyPart6_more { width:100%; overflow:hidden; margin:0 auto; padding:0 0 10px;}
.lyPart6_more a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#2061a6; font-size:14px; text-align:right; margin:0 auto; padding:0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyPart6_more a img { display:inline-block; vertical-align:middle; margin:-4px 0 0 4px;}

.lyPart6_main .lyPart6_fr { width:580px; height:auto; margin:0; padding:0; background-color:#fff; box-shadow:0 8px 16px rgba(0,0,0,0.1); float:right;}
.NewsTab { width:100%; height:42px; overflow:hidden; margin:0 auto; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NewsTab ul li { width:140px; height:42px; overflow:hidden; line-height:42px; color:#303030; font-size:16px; text-align:center; background-color:#f5f5f5; border-radius:2px; margin:0 20px 0 0; padding:0; float:left; cursor:pointer;}
.NewsTab ul li.tabActive { color:#fff; background-color:#2061a6;}

/*ly_links 开始*/
.ly_links { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#f5f5f5;}
.ly_links .lylink_main { width:1080px; height:100px; overflow:hidden; margin:0 auto; padding:0 0 0 120px; position:relative;}
.lylink_main .lylink_tit { width:100px; height:60px; overflow:hidden; line-height:30px; color:#fff; font-size:22px; text-align:center; margin:0; padding:20px 0; background:#2061a6 url(../images/link_icon.png) center center no-repeat; position:absolute; left:0; top:0;}
.lylink_main .lylink_list { width:1080px; height:100px; overflow:hidden; line-height:30px; color:#303030; font-size:15px; margin:10px 0; padding:0;  -webkit-box-orient: vertical; text-overflow: ellipsis; display: -webkit-box;}
.lylink_list a { display:inline-block; height:30px; line-height:30px; color:#303030; font-size:15px; margin:0 20px 0 0;}
.lylink_list a:hover { color:#2061a6;}
/*ly_links 结束*/

/*ly_foot 开始*/
.ly_foot { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#303030;}
.ly_foot .lyFoot_main { width:1200px; height:auto; margin:0 auto; padding:0; position:relative;}
.lyFoot_main .lyFoot_left { width:790px; overflow:hidden; margin:0; padding:40px 0; float:left;}
.lyFoot_left ul li { width:170px; float:left; margin:0 40px 0 0;}
.lyFoot_left ul li:nth-child(2) { width:580px; margin:0;}
.lyFoot_left ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:rgba(255,255,255,0.5); font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.lyFoot_left ul li:nth-child(2) a { width:50%; float:left; padding:0 10px 0 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyFoot_left ul li a:hover { color:#fff;}
.ft_tit { width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:18px; margin:0 auto; padding:0;}
.ft_line { display:block; width:40px; height:2px; overflow:hidden; margin:12px 0 24px; padding:0; background-color:#fff;}
.lyFoot_main .lyFoot_right { width:380px; height:380px; overflow:hidden; margin:0; padding:40px; background:#2061a6 url(../images/btm_bg.jpg) center center no-repeat; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyFoot_right span { display:block; width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:16px; margin:0 auto; padding:0;}
.lyFoot_right p { width:100%; overflow:hidden; line-height:32px; color:#fff; font-size:32px; margin:0 auto 40px; padding:0;}
.lyFoot_right dl dd { width:100%; max-height:48px; overflow:hidden; line-height:24px; color:#fff; font-size:14px; margin:12px 0; padding:0 0 0 24px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-overflow: ellipsis; display: -webkit-box;}
.lyFoot_right dl dd img { display:block; width:20px; height:20px; position:absolute; left:0; top:2px;}

.ly_foot .lyFoot_copy { width:100%; height:50px; overflow:hidden; margin:0 auto; padding:0; background-color:#262626;}
.lyFoot_copy p { width:1200px; height:30px; overflow:hidden; margin:0 auto; padding:10px 0;}
.lyFoot_copy p span { display:inline-block; height:30px; line-height:30px; color:rgba(255,255,255,0.5); font-size:14px;}
.lyFoot_copy p span a { color:rgba(255,255,255,0.5);}
.lyFoot_copy p span a:hover { color:rgba(255,255,255,1);}
.lyFoot_copy p span.txtfr { float:right;}
/*ly_foot 结束*/




