﻿.container{max-width:1330px;}
.lm-body{padding-top:0px;padding-bottom:0px;background: #f5f5f5;}
.lm-con{clear:both;padding:20px 5px;background: #ffffff;overflow: hidden;}
.lmdh{padding-bottom:5px;border-bottom: #ececec 2px solid;}
@media (max-width:1025px) /*手机端*/
{
.lm-body{background: #ffffff;}
.lm-con{padding:15px 0px;}
}

/*网站公共样式*/
.webcontent{background:#fff;padding:0px 0;position:relative;z-index:10;margin:10px 0}
.webmk_com{background:#FFF;}
.clear{clear:both;overflow:hidden;}
.info-content{font-size:15px;line-height:2;margin:0 auto;}
.info-content h3{padding:10px 0;font-size:25px;line-height:1.5;text-align: center;}
.info-content p{margin:10px 0;}
.info-content .zhaiyao{text-indent:2em;padding: 15px;border: 1px solid #ddd;background:#f5f5f5;}



a{color:#000;text-decoration:none;}                                            
a:hover{color:#235da4}
a:focus{color:#235da4}
a.btn-more{display:inline-block;width:140px;height:34px;line-height:34px;border:1px #CCC solid;color:#999;transition:all 0.5s ease;font-size:14px;transition:all 0.5s ease;text-align:center;margin:0px auto;margin-top:30px}
a.btn-more:hover{background:#40312f;border-color:#40312f;color:white;}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/

/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:99;top: 0;left: 0;}
.mask-bg.active{display:block;}

.back {transform: rotateY(-180deg);transform-style: preserve-3d;transition: ease-in-out 600ms;}
.ycxs{display:none;}

@media screen and (max-width:767px){
    .webcontent{padding:20px 0;margin:0 0;}
    .info-content h3{padding:5px 0;font-size:20px;}
}
.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;-webkit-transition: all 0.5s;transition: all 0.5s;}
.text-overflow {
  overflow: hidden; display: block; white-space: nowrap;text-overflow:ellipsis; -ms-text-overflow: ellipsis;
}
.text-overflow-lines2 {
  text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
   -ms-text-overflow: ellipsis;
}
.text-overflow-lines3 {
  text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;
   -ms-text-overflow: ellipsis;
}
/*首页模块样式*/
.module-box {position:relative;padding:10px 0px;}
.module-box .module-title{clear:both;text-align:center;margin:0px 0px 55px 0px;}
.module-box .module-title .module_title_line{display: block;margin:10px auto 0px;width: 100%;height:4px;}
.module-box .module-title .cn-title{display:inline-block;*display:inline;*zoom:1;font-size:24px;font-weight: bold;line-height:1.2;color: #235da4;}
.module-box .module-title .en-title{display:block;color:#d1d5d4;font-size:24px;font-weight: bold;font-family: Arial;line-height:1;text-transform:uppercase;}

.module-box2 {position:relative;padding:60px 0px}
.module-box2 .module-title{clear:both;text-align:center;margin:0px 0px 30px 0px;}
.module-box2 .module-title .module_title_line{margin:9px auto 8px;width:28px;height:1px;background:#7f7f7f;}
.module-box2 .module-title .cn-title{display:block;font-size:30px;font-weight:550;line-height:45px;}
.module-box2 .module-title .en-title{display:inline-block;*display:inline;*zoom:1;color:#999;font-size:12px;padding:0px 10px;text-transform:uppercase;}
.module-box2 .module-title .en-title i{float:left;width:54px;height:4px;margin-top:11px;background:url(images/t1.png) no-repeat left center;}
.module-box2 .module-title .en-title g{float:left;width:54px;height:4px;margin-top:11px;background:url(images/t2.png) no-repeat left center;}
.module-box2 .module-title .en-title span{float:left;margin:0px 10px;}

@media (max-width:767px) /*手机端*/
{
.module-box {padding:8px 0px ;}
.module-box .module-title{margin:0px 0px 25px 0px;}
.module-box .module-title .cn-title{font-size:18px;}
.module-box .module-title .en-title{font-size:12px;}
.module-box .module-title .module_title_line{margin:12px auto 0px;}

.module-box2 {padding:30px 0px}
.module-box2 .module-title{margin:0px 0px 20px 0px;}
.module-box2 .module-title .cn-title{font-size:25px;line-height:40px;}

.lmdh{padding-top:0px;padding-bottom:0px;}
}
/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}

/*顶部样式*/
.header{position:relative;background:url(../images/topbg.jpg) no-repeat bottom / cover;}
.header .logo img{height: 130px;padding: 27px 0px 25px 10px;}
.header .top_zdy{width: 288px;padding-top:32px;padding-right:15px;text-align: left;}
.header .top_zdy .date{color:#fff;}
.header .top_t{margin-top:40px;}

.topbar{line-height: 40px;background-color: #235da4;color: #fff;}
.topbar a{color: #fff;}
.topbar a.wx{position: relative;display: block;background: url(../images/icoTz01.png) no-repeat left center;padding-left: 25px;}
.topbar a.wx .img-center{position: absolute;left: 50%;top: 100%;padding: 5px;background-color: #fff;box-shadow: 0 5px 5px rgba(0,0,0,0.2);z-index: 10;width: 120px;height: 120px;line-height: 115px;border-radius: 10px;margin-left: -70px;display: none;}
.topbar a.wx:hover .img-center{display: block;}
.topbar ul{float: right;}
.topbar li{float: left;color: #ddd;}
.topbar li.pipe{padding: 0 10px;}

/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}

/*手机顶部搜索样式 */
.search_box{position: absolute;z-index:2;width:100%;background:#f5f5f5;}
.top-search{display:none;width:100%;}

.attr-nav{float:right;margin-left: 20px;transition:.5s all;-webkit-transition:.5s all;-o-transition:.5s all;-moz-transition:.5s all;-ms-transition:.5s all}

/*搜索样式*/
.s-bar{clear:both;padding:10px 0;width:100%;overflow:hidden;}
.s-bar .s-input{float:left;border:1px solid #235da4;padding-left:12px;height:32px;width:84%;font-size:14px;color:#999;border-radius: 4px;}
.s-bar .s-btn{float:left;border:0px;width:16%;height:32px;cursor:pointer;background:url(../images/ss.png) no-repeat center center;}


/*主菜单*/
@media (min-width:1200px) /*pc端*/
{
.header .nav-toggle{display:none}
.main-menu{padding:0px;background:#235da4;border-bottom: 3px solid #00387d;height:52px;}
    .nav>ul>li{display:inline-block;text-align:center;}
    .nav>ul>li>a{display:block;text-align:center;font-size:18px;padding:0 30px;color:#fff;position:relative;line-height:52px;height:52px;}
    .nav>ul>li:hover{background:url(../images/nav-bg.jpg) no-repeat center bottom;}
    .nav>ul>li.current > a{background:url(../images/nav-bg.jpg) no-repeat center bottom;}
    .nav>ul>li>ul{position:absolute;}
    .nav li:hover>ul{display:block}
    /*.nav> ul > li > ul::before {display:block;margin:0px auto;text-align: center;position:absolute;top:0px;left: 50%;margin-left: -5px;content: "";width: 0;height: 0;border-left:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid #fff;}*/
    .nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
    .nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:15px;line-height:45px;border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
    .nav ul li ul li:first-child a{border-top:0px solid #fff;}  
    .nav ul li ul li a:hover{text-decoration:none;background-color: #00387d !important;}

    .nav ul li{position:relative;}
    .nav ul li .arrow{display:none}
    .nav ul li ul{display:none;position:absolute;left: 50%;transform: translateX(-50%); z-index:1002;width:120px;background-color: rgba(0, 0, 0, 0.5) !important;} /*二级ul样式*/
    .nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/
    .nav ul li[data-id="202"] ul {width:360px;} 
    .nav ul li[data-id="202"] ul li a{float: left;display:inline-block;width:33.33%;} 
.el-input-group {width: 50%!important;}
}

@media (max-width:1200px) /*手机端*/
{
.header{}
.header .logo img{height:60px;padding: 13px 0px 13px 5px;}
.header .top_zdy{display: none;}
.header .nav-toggle{position:absolute;right:0px;background:#235da4;top:0px;font-size:20px;color:#fff;width:50px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1005;}
.header .nav-toggle.active{color:#fff;}
.switch i {
  position:absolute;
    display: block;
    height:60px;
    line-height:60px;
    color: #235da4;
    text-align: center;
    right: 62px;
    top:0px;
    font-size: 20px;
    z-index:1005;
}

.nav{position:fixed;z-index:1006;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#333;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}
}

/*子栏目样式*/
@media screen and (min-width:1000px) {
    .web_navs1{}
    .zlm_dhxl{display:none;}
    .sub-nav-box {clear: both;position: relative;}
    .sub-nav-box .sub-nav-title{text-align:left;padding:10px 0 10px 50px;background:url(images/menubg.png) no-repeat 20px center #235da4;}
    .sub-nav-box .sub-nav-title span{display:block;color:#FFF;}
    .sub-nav-box .sub-nav-title .s0{font-size:20px;line-height:40px;}

    .sub-nav-box .sub-nav{clear:both;text-align:center;width:100%;overflow:visible;background:#FFF;margin-top:0px;border:1px solid #DDD;}
    .sub-nav-box .sub-nav li{position:relative;display:block;}
    .sub-nav-box .sub-nav li a{padding:10px 0px 10px 40px;display:block;line-height:40px;text-align:left;color:#666;font-size:16px;border-bottom:1px solid #DDD;}
    .sub-nav-box .sub-nav li a:hover{color:#000;}
    .sub-nav-box .sub-nav li ul{display:none;width:100%;}
    .sub-nav-box .sub-nav li ul li a{padding:5px 0px 5px 50px;display:block;line-height:40px;text-align:left;color:#000;font-size:14px;font-weight:normal}
    .sub-nav-box .sub-nav li ul li ul li a{text-align:center;padding:5px 0;}

    .positions{position:absolute;top:45px;left:0px;background:#FFF;border:1px solid #DDD;z-index:100;}

    .sub-nav-box li .arrow{display:none;position:absolute;right:0px;top:0px;width:45px;height:45px;line-height:45px; text-align:center;transition-duration:0.1s;cursor:pointer}
    .sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}


    .sub-nav-box .sub-nav li.current > a{color:#235da4;}
    .sub-nav-box .sub-nav li.current > ul{display:block}
    .sub-nav-box .sub-nav ul li ul li.current > a{color:#235da4;}
    .sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}
}

@media screen and (max-width:1000px) {
    .web_navs1{margin-top:0px;margin-bottom:20px;}
    .sub-nav-box{position:relative;}
    .zlm_dhxl{position:absolute;top:12px;right:10px;display:block;cursor:pointer;}
    .zlm_dhxl i{font-size:18px;color:#FFF;}
    .sub-nav-box .sub-nav-title{display:block;padding:0px 0px;background:#235da4;line-height:45px;}
    .sub-nav-box .sub-nav-title .s0{font-size:16px;color:#FFF;padding:10px 0;text-align:left;padding-left:10px;}
    .sub-nav-box .sub-nav-title .s1{display:none}
    .sub-nav-box li .arrow{display:block;}
    .sub-nav-box .sub-nav{clear:both;text-align:left;width:100%;overflow:visible;background:#fafafa;margin:0 0 0px 0;}
    .sub-nav-box .sub-nav ul{display:none;}
    .sub-nav-box .sub-nav li{width:100%;padding:0px;text-align:left;position:relative;line-height:45px;}
    .sub-nav-box .sub-nav li a{padding-left:20px;text-align:left;display:block}
    .sub-nav-box .sub-nav li.active > ul{display:block}
    .sub-nav-box .sub-nav li a:hover{background:#f1f1f1;color:#000;}
    .sub-nav-box .sub-nav li.current > a{background:#f1f1f1;color:#000;}
    .sub-nav-box .sub-nav li ul{position:static;top:0px;}
    .sub-nav-box .sub-nav li ul li ul{position:static;top:0px;left:0px;}
}

@media screen and (max-width:767px){
    .sub-nav-box .sub-nav li .shuzhi{display:none}
}

.centered-btns_nav { position: absolute; top: 50%; z-index: 2; width: 38px; height: 61px; margin-top: -40px; line-height: 200px;  overflow: hidden; opacity: 0;}
.wrap .prev{background:url(images/preImg.png) no-repeat left center;left:10px;}
.wrap .next{background:url(images/nexImg.png) no-repeat right center;right:10px;}
.wrap:hover .prev,.wrap:hover .next{opacity:1;}
.centered-btns_tabs { margin-top: 15px; text-align: center; font-size: 0; list-style-type: none;display:none}
.centered-btns_tabs li { display: inline-block; margin: 0 3px; *display: inline; *zoom: 1;}
.centered-btns_tabs a { display: inline-block; width: 9px; height: 9px; border-radius: 50%; line-height: 20px; background-color: rgba(0, 0, 0, .3); background-color: #ccc\9; overflow: hidden; *display: inline; *zoom: 1;}
.centered-btns_tabs .centered-btns_here a { background-color: rgba(0, 0, 0, .8); background-color: #666\9;}

.webbanner .swiper-button-prev{opacity:0.1}
.webbanner .swiper-button-next{opacity:0.1}
.webbanner:hover .swiper-button-prev, .webbanner:hover .swiper-button-next {opacity: 1}

.xbanner {overflow: hidden;}
.xbanner .banners{position:relative;margin-top:-7%}

.swiper {}

@media screen and (max-width:1000px){
    .banners .bannerscom{display:none}
    .xbanner {overflow: hidden;}
    .xbanner .banners{position:relative;margin-top:0%}
    .swiper {position: static;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;}
    .container-main0-top{display:none}
}

/*当前位置*/
.web_dqwz{line-height:30px;background:url(images/Home1.png) no-repeat 10px 15px;padding-left:35px;margin-bottom:20px;font-size:12px;}
.web_wzwc_com{background:#FFF;padding:20px 30px;font-size:16px;}
.web_wzwc_com p{margin:10px 0;line-height:2;}
@media screen and (max-width:1000px){
    .web_wzwc_com{background:#FFF;padding:0px 0px;}
}

.zlmy_titles{border-bottom:1px solid #DDD;}
.zlmy_titles span{font-size:24px;line-height:55px;padding-bottom:10px;font-weight:bold}

.sy_mk_tit{margin-bottom:10px;height:45px;}
.sy_mk_tit span{font-size:18px;font-weight:bold;line-height:45px;}
.sy_mk_tit a{float:right;line-height:45px;}
.sy_mk_tit .jingxuan{background:url(images/jx.png) no-repeat 5px center #FFF;padding-left:40px;color:#235da4;font-size:20px;position:absolute;left:0px;top:0px;padding-right:15px;}
.sy_mk_tit .jingxuan2{border:2px solid #eeeeee;height:1px;width:100%;display:block;margin-top:20px;}

/*首页_新闻*/
.sy-news { clear: both;margin-top:15px;border: #e8e8e8 1px solid;background:#ffffff;overflow:hidden;}

/*新闻幻灯片*/
.sy-hdp {position: relative;border-right: #e8e8e8 1px solid;}
.sy-hdp img {
    width:100%;height: 300px;overflow:hidden;
}

.sy-hdp img:hover{
    opacity: 0.8;
}

.sy-hdp .ul_homeNews{}
.sy-hdp .ul_homeNews li{ padding: 20px 0; position: relative; min-height: 50px;}
.sy-hdp .ul_homeNews li .divLocation{ position: relative; padding-left: 100px; padding-right: 15px;}
.sy-hdp .ul_homeNews li .divInfo{ width: 100%;border-left: #e8e8e8 1px solid;padding-left: 18px; }
.sy-hdp .ul_homeNews li .divInfo .divCont{ display:table; width: 100%; min-height: 50px;}
.sy-hdp .ul_homeNews li .divInfo .divCont a{ display:table-cell; vertical-align: middle; font-size:16px;}
.sy-hdp .ul_homeNews li .more{ position: absolute; right: 0; top: 50%; margin-top: -12px; display:block; width: 78px; height:25px; text-align: center; line-height: 25px; border:#ccc 1px solid; font-size: 14px; color: #999;}
.sy-hdp .ul_homeNews li .more:hover{background:#006699; color:#fff; border:#006699 1px solid;}
.sy-hdp .divTime{ width: 65px; position: absolute; left: 18px; top: 0; text-align: center;}
.sy-hdp .divTime .data{ display: block; font-size: 20px;font-weight: bold; line-height: 1.38;}
.sy-hdp .divTime .year{ display: block; font-size: 14px; color: #666;line-height: 24px; }

#Swiper3 .swiper-pagination-bullets {
text-align: center;
}
#Swiper3 .my-bullet{
    display:inline-block;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background: #fff;
    position: relative;
    z-index:2;
    margin: 0 2px;
    bottom: 85px;
}
#Swiper3 .my-bullet-active{
  background: #235da4;
  opacity: 1;
}
@media (max-width:768px) /*手机端*/
{
.sy-hdp {border-right: #e5e5e5 0px solid;}
.sy-hdp img {height: 450px;}
.sy-hdp .ul_homeNews li{padding: 15px 0;border-bottom: #e5e5e5 1px solid;}
#Swiper3 .my-bullet{
    bottom: 80px;
}
}
@media (max-width:767px) /*手机端*/
{
.sy-hdp img {height: 250px;}
.sy-hdp .ul_homeNews li .divLocation{padding-left: 80px;}
.sy-hdp .ul_homeNews li .divInfo{ padding-left: 15px; }
.sy-hdp .ul_homeNews li .divInfo .divCont a{ font-size:14px;}
.sy-hdp .divTime{ width: 50px; left: 15px;}
.sy-hdp .divTime .data{font-size: 18px;}
}
/*首页>>关于我们*/
.sy-about2{}
.sy-about2 .cent{padding:20px 30px;background:#fff;height:442px;border: #e8e8e8 1px solid;border-top: #235da4 solid 2px;overflow:hidden;}
.sy-about2 .cent .t1{font-size: 26px;color:#204c97;font-weight: bold;margin-top: 5px;margin-bottom: 10px;}
.sy-about2 .cent .con{font-size: 16px;line-height:1.8;height:325px;overflow: hidden;font-weight: normal;text-align: left;padding-right: 15px;}
.sy-about2 .cent .con p {font-size: 16px;text-indent: 2em;margin-bottom: 10px;color:#666;}
.sy-about2 .videobox{padding:0px;margin-bottom:0px;}
.sy-about2 .videobox video{width:100%;height:442px;}

@media (max-width:768px) /*手机端*/
{
.sy-about2 .cent{padding:15px 20px;margin-bottom:15px;}
.sy-about2 .cent .t1{font-size: 22px;}
.sy-about2 .videobox video{width:100%;height:100%;}
}

/*滚动条自定义样式*/
.ScrollStyle{overflow: auto !important;}
.ScrollStyle::-webkit-scrollbar{box-sizing:border-box;width:9px;height:9px;background:#eee;}
.ScrollStyle::-webkit-scrollbar-button{width:9px;height:0px;}
.ScrollStyle::-webkit-scrollbar-button:vertical:start{background-position:0 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:hover{background-position:-10px 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:active{background-position:-20px 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:end{background-position:-30px 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:hover{background-position:-40px 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:active{background-position:-50px 0;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start{background-position:0 -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover{background-position:-10px -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:active{background-position:-19px -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end{background-position:-30px -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover{background-position:-40px -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:active{background-position:-50px -11px;}
.ScrollStyle::-webkit-scrollbar-track-piece{background-color:rgba(0,0,0,.15);}
.ScrollStyle::-webkit-scrollbar-thumb{border:1px solid rgba(0,0,0,.21);background-color:#2d66a5; border-radius:5px;}
.ScrollStyle::-webkit-scrollbar-thumb:hover{border:1px solid rgba(0,0,0,.21);background-color:#2d66a5;}
.ScrollStyle::-webkit-scrollbar-thumb:active{background:-webkit-gradient(linear,left top,left bottom,from(#e4e4e4),to(#f4f4f4));}
.ScrollStyle::-webkit-scrollbar-corner{background-color:#f1f1f1;}
/*通知公告*/
.sy-tzgg{clear:both;margin-top:15px;padding:10px 20px 20px;background:#fff;border: 1px solid #e8e8e8;}
.sy-tzgg .tz-title{padding: 0px 0px;height:50px;line-height: 50px;border-bottom:1px #e8e8e8 solid;}
.sy-tzgg .tz-title .title{text-align:left;font-size:18px;font-weight: normal;color:#235da4;}
.sy-tzgg .tz-title .more{float: right;text-align:right;font-size: 16px;}
.sy-tzgg .con{width: 100%;padding:15px 0;height:310px;overflow:hidden;}
.sy-tzgg .con .item{padding:10px 0;margin:0;border-bottom: 1px dashed #ddd;}
.sy-tzgg .con .item .title{line-height:1.5;padding-left:10px;background:url(images/arr.jpg) no-repeat left center;}
.sy-tzgg .con .item .date{display: block;color:#999;}

/*首页-新闻资讯列表*/
.news-list5{clear:both;padding: 20px;overflow:hidden;}
.news-list5 .xw-title{width:100%;margin-bottom: 15px;height:41px;line-height: 41px;background:url(../images/newscenter_bg.jpg) no-repeat left center;}
.news-list5 .xw-title .t1{text-align:left;padding-left: 20px;font-size:18px;font-weight: normal;color:#fff;}
.news-list5 .xw-title .more{float: right;text-align:right;font-size: 16px;}

.news-list5 .item{clear:both;overflow:hidden;width:100%;height: 42px;line-height: 42px;border-bottom:1px dashed #e5e5e5;}
.news-list5 .item:last-child{border-bottom:0px dashed #e5e5e5;}
.news-list5 .item .t5{width:100%;color: #235da4;padding-left:10px;background:url(images/arr.jpg) no-repeat left center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px;}
.news-list5 .item .t5 a{color: #235da4;}
.news-list5 .item .title{float:left;padding-left:10px;background:url(images/arr.jpg) no-repeat left center;max-width:85%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-list5 .item .date{float:right;padding-right: 0px;color: #999;}

/*swiper*/
@media (max-width:1024px) /*手机端*/
{
    .swiper-inner{padding-bottom:22px;}
    .swiper-inner .swiper-pagination{padding-top:12px;left: 50%;transform: translateX(-50%); white-space: nowrap;}
    .swiper-inner .swiper-pagination-bullet{cursor:pointer;margin:3px;background:#999;width:10px;height:10px;opacity:0.4;}
    .swiper-inner .swiper-pagination-bullet-active{opacity:1;}
}

.swiper-inner2{padding-bottom:22px;}
.swiper-inner2 .swiper-pagination{padding-top:12px;left: 50%;transform: translateX(-50%); white-space: nowrap;}
.swiper-inner2 .swiper-pagination-bullet{cursor:pointer;margin:3px;background:#999;width:10px;height:10px;opacity:0.4;}
.swiper-inner2 .swiper-pagination-bullet-active{opacity:1;}

/*首页_模块标题*/
.sy-module {padding:0 15px 20px;background:#fff;border: #e8e8e8 1px solid;border-top: #235da4 solid 2px;overflow: hidden;}
.sy-title {margin-bottom: 4px;line-height: 50px;padding-bottom: 0px;overflow: hidden;border-bottom: #e8e8e8 1px solid;}
.sy-title .tit{float:left;font-size:20px;color:#235da4;font-weight:normal;padding-left: 18px;background:url(../images/ico09.png) no-repeat left center;}
.sy-title .t1{display: block;font-size:24px;font-weight:bold;padding:0px 0px;line-height: 1;}
.sy-title .t2{font-size:16px;font-weight:normal;font-family: Arial;color:#999;text-transform:uppercase;line-height: 1;}
.sy-title .more{float:right;text-align:right;font-size:16px;}

.sy-title .cent{padding:20px 0;border: 0px solid #eee;}

@media (max-width:768px) /*手机端*/
{
.sy-jlfw {margin-top:15px;}
.sy-jlfw2 {padding-top:25px;}
}

.news-list1 {padding:0 15px 10px;background:#fff;border: #e8e8e8 1px solid;border-top: #235da4 solid 2px;overflow: hidden;}
.news-list1 .item{clear:both;overflow:hidden;width:100%;height:42px;line-height:42px;border-bottom: 1px dashed #ddd;}
.news-list1 .item .title{float:left;padding-left:10px;background:url(images/arr.jpg) no-repeat left center;max-width:85%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-list1 .item .date{float:right;padding-right: 0px;color: #999;}
.news-list1 .item:last-child{border-bottom: 0px dashed #ddd;}

.news-list1 .item2 {clear:both;width:100%;margin-top: 20px;overflow:hidden;}
.news-list1 .item2 .pic{display:block;overflow:hidden;}
.news-list1 .item2 .pic img{width:100%;}
.news-list1 .item2:hover .pic img{transform:scale(1.1,1.1);transition: all 0.5s ease-out 0s;}
.news-list1 .item2 .title{display: block;text-align: center;padding:15px 0 5px;}

@media (max-width:767px) /*手机端*/
{
.news-list1 li.item{height:36px;line-height:36px;}
}

/*联系我们*/
.sy-kjtb {padding:0px;background:#fff;border: #e8e8e8 1px solid;border-top: #235da4 solid 2px;overflow: hidden;}
.sy-kjtb li{float:left;width:100%;padding:0px;text-align:left;border-top:1px #e8e8e8 solid;position:relative;}
.sy-kjtb li i{float:left;margin:22px 0 22px 30px;width:47px;height:47px;line-height:47px;color: #fff;text-align: center;background: #235da4;border-radius: 10px;font-size:25px;}
.sy-kjtb li .t1{float:left;display:block;height:91px;line-height:91px;padding-left:20px;font-size:22px;color: #235da4;font-weight: normal;}
.sy-kjtb li:after{position:absolute;right:0px;top:0px;width:60px;height:91px;line-height:91px; text-align:center;transition-duration:0s;font-family:FontAwesome;content:"\f105";display:block;font-weight:normal;font-size:28px;color: #235da4}
.sy-kjtb li:first-child{border-top:0px #e8e8e8 solid;}

/*推荐新闻*/
.tjxw {padding:20px;background:#fff;border: #e8e8e8 1px solid;overflow: hidden;}
.tjxw .tjxw-title{float:left;width: 72px;height: 71px;margin-right: 30px;background:url(../images/tjwx_tbg.jpg) no-repeat left center;}
.tjxw .item{padding:7px 0;overflow:hidden;}
.tjxw .item .title{padding-left:20px;background:url(../images/icoTz10.png) no-repeat left center;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/*首页_新闻滚动*/
.swiper-container1 {margin: 0 auto;position: relative;overflow: hidden;list-style: none;padding: 0;z-index: 1;max-height:383px;}
.swiper-pagination1 {position: absolute;text-align: center;-webkit-transition: .3s opacity;-o-transition: .3s opacity;transition: .3s opacity;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);z-index: 2}
.swiper-pagination1 .swiper-pagination-bullet{}
.swiper-pagination1 .swiper-pagination-bullet-active{background:#004195}
.swiper-button-prev1{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); left:10px;right:auto}
.swiper-button-next1{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); right:10px;left:auto}
.swiper-button-next1,.swiper-button-prev1 {position: absolute;top: 50%;width: 27px;height: 44px;margin-top: -22px;z-index: 2;cursor: pointer;background-size: 27px 44px;background-position: center;background-repeat: no-repeat}
.swiper-container1 .swiper-button-prev1,.swiper-container1 .swiper-button-next1{opacity:0.1}
.swiper-container1:hover .swiper-button-prev1, .swiper-container1:hover .swiper-button-next1{opacity:1}

/*首页_滚动新闻*/
.gundongnews {}
.gundongnews .pic{overflow:hidden;display:block}
.gundongnews .pic img{width:100%;transition:all 1.2s ease;height:100%;max-height:383px;}
.gundongnews:hover .pic img{transform:scale(1.2)}
.gundongnews .tits{line-height:30px;font-weight:bold;text-align:center;margin:10px 10px;font-size:26px;position:absolute;bottom:30px;left:0px;width:100%;height:30px;color:#FFF;padding-right:10px;display: block;word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

/*首页-图片列表*/
.picliebiao{}
.picliebiao .picliebiaoli{padding:5px 0 15px 0;border-bottom:1px solid #eee;}
.picliebiao .tits{font-size:18px;font-weight:bold;line-height:1.5;color:#444;overflow:hidden;}
.picliebiao .picliebiaoli:hover .tits{color:#235da4}
.picliebiao .pic{overflow:hidden;display:block;border-radius:10px;}
.picliebiao .pic img{transition:all 1.2s ease;width:100%;max-height: 200px;}
.picliebiao .pic:hover img{transform:scale(1.2)}
.picliebiao .shijian{padding-top: 5px;line-height:2;color:#999}
.picliebiao .coms{line-height:2;}

@media (max-width:767px) /*手机端*/
{
.lib002{padding-top: 10px;}
.gundongnews .tits{font-size:16px;bottom:20px;}
}
/*首页_新闻列表*/
.newslist{}
.newslist .newslistli{position:relative;padding-left:20px;border-bottom:1px solid #EEE;margin-bottom:5px;}
.newslist .newslistli .i {position: absolute;top:0px;left:0px;width: 10px;height: 10px;margin-top: 6px;background-color: #cacaca;overflow: hidden;border-radius: 999px;border: 2px solid #fff;}
.newslist .newslistli .titles{line-height:22px;min-height:44px;display:inline-block;}
.newslist .newslistli .dates{color:#999;display:block;margin:7px 0}

/*首页_快报*/
.gonggao_tit{background:#235da4;color:#FFF;line-height:40px;font-weight:bold;font-size:18px;}
.gonggao_tit .kuaibao{background:url(images/kb.png) no-repeat 10px center;padding-left:40px;}
.gonggao_com{border:1px solid #DDD;padding:10px 10px;}

.tuijianlist{border:1px solid #DDD;padding:10px 10px;}

.rewen_tit .kuaibao{font-size:18px;line-height:35px;font-weight:bold;background:url(images/rw.png) no-repeat 10px center;padding-left:40px;}
.rewen_com{padding-top:10px;}

.rewen img{width:100%}

.rewen_tit .tuijian{font-size:18px;line-height:30px;font-weight:bold;background:url(images/xg.png) no-repeat left center;padding-left:25px;color:#235da4}
.rewen_tit .zuixin{text-align:center;position:absolute;top:7px;left:30%;background:#FFF;width:40%;font-size:18px;font-weight:bold;color:#235da4}
.rewen_tit .beijing{display:block;border:1px solid #DDD;height:1px;margin:10px 0;}

.zlm_title{font-weight:bold;font-size:18px;line-height:35px;background:url(images/zlmtitbg.png) no-repeat left center;padding-left:30px;color:#235da4;margin:20px 0}
.zlmnrlanm{line-height:30px;background:#235da4;color:#fff;text-align:center;border-radius:15px;margin-top:20px;max-width:150px;}
.zlmtime{text-align:center;margin:20px 0}
.zlmtime span{display:block}
.zlmtime span.s1{font-size:18px;line-height:35px;}
.zlmtime span.s2{font-size:28px;line-height:55px;}
.zlmtime span.s3{font-size:18px;line-height:35px;}

.dhfenx{text-align:center;line-height:35px;font-size:16px;}
.bdsharebuttonbox{text-align:center}
 .show_share .bdsharebuttonbox a{display: block;background-color: #ddd;margin:10px auto;cursor:pointer;text-align: center;color:#fff;padding: 0px;font-size: 24px;transition: all 0.2s;-moz-transition: all 0.2s;-webkit-transition: all 0.2s;-o-transition: all 0.2s;border: none;position: relative;float: none;}
 .show_share .bdsharebuttonbox a.icon-wechats{background:url(images/xw.png) no-repeat center center;width:50px;height:50px;}
 .show_share .bdsharebuttonbox a.icon-wechats:hover{background:url(images/xw_h.png) no-repeat center center;}
 .show_share .bdsharebuttonbox a.icon-weibos{background:url(images/wb.png) no-repeat center center;width:50px;height:50px;}
 .show_share .bdsharebuttonbox a.icon-weibos:hover{background:url(images/wb_h.png) no-repeat center center}
 .show_share .bdsharebuttonbox a.icon-qqs{background:url(images/qq.png) no-repeat center center;width:50px;height:50px;}
 .show_share .bdsharebuttonbox a.icon-qqs:hover{background:url(images/qq_h.png) no-repeat center center}
 .show_share .bdsharebuttonbox a.icon-stars{background:url(images/kj.png) no-repeat center center;width:50px;height:50px;}
 .show_share .bdsharebuttonbox a.icon-stars:hover{background:url(images/kj_h.png) no-repeat center center;}

@media screen and (min-width:1000px){
    .gundonge{min-height:500px;}
    .gundongdingw{position:fixed;z-index:100;top:70px;max-width:156px;}
    .gundongjiang{margin-left:16.6%;}
    .zlmgundongdingw{position:fixed;z-index:100;top:80px;max-width:221px;}
    .zlmgundongjiang{margin-left:16.6%;}
}

@media screen and (max-width:767px){
    .zlmnrlanm{margin-top:0px;}
    .zlmtime{text-align:left;margin:10px 0}
    .zlmtime span{display:inline-block;}
    .zlmtime span.s1{font-size:16px;line-height:35px;}
    .zlmtime span.s2{font-size:16px;line-height:35px;}
    .zlmtime span.s3{font-size:16px;line-height:35px;}
    .dhfenx{text-align:left;}
    .show_share .bdsharebuttonbox a{display:inline-block;margin:10px 5px;}
}

/*首页_图片展示*/
.newpiczs {}
.newpiczs .newspiclist{position:relative}
.newpiczs .newspiclist .pic{overflow:hidden;display:block;text-align:center}
.newpiczs .newspiclist .pic img{width:100%;transition:all 1s ease;height:187px;}
.newpiczs .newspiclist:hover .pic img{transform:scale(1.2)}
.newpiczs .newspiclist .titbg{background:url(images/pos_bg.png) repeat-x left bottom;position:absolute;left:0px;top:0px;width:100%;height:100%;}
.newpiczs .newspiclist .tits{line-height:30px;font-weight:bold;font-size:16px;color:#FFF;position:absolute;left:10px;bottom:10px;}
.newpiczs .newspiclist:hover .tits{color:#ffcc00}

@media screen and (max-width:767px){
    .newpiczs .newspiclist .pic img{width:100%;transition:all 1s ease;height:auto;}
}

.newspic{}
.newspicli{margin:10px 0;}
.newspicli span{display:block}
.newspicli span.pics{overflow:hidden;}
.newspicli span.pics img{width:100%;transition:all .5s ease}
.newspicli span.pics:hover img{transform:scale(1.2)}
.newspicli span.title{line-height:1.5;font-size:16px;color:#666;padding-top: 10px;padding-bottom: 2px;}
.newspicli span.title:hover{color:#235da4}

/*首页_选项卡*/
.contenta {padding:0 0px;    }
.ct-ul {list-style: none;display: flex;margin-bottom: 0;border: solid 1px #ccc;}
.ct-ul li {padding: 5px 0px;cursor: pointer;line-height:40px;font-size:16px;width:12.5%;text-align:center}
.ct-lista {margin-top: 10px;min-height: 100px;}
.itema .mored{margin:20px auto;width:80%;height:45px;line-height:45px;border:1px solid #DDD;display:block;text-align:center;color:#999;border-radius:5px;transition:all .5s ease}
.itema .mored:hover {background:#235da4;color:#FFF;}
.one {background-color: #235da4;color:#FFF}

@media screen and (max-width:767px){
    .ct-ul li{font-size:12px;}
}

/*首页_友情链接*/
.base_link {margin:30px 0;border:1px solid #eee;padding:15px 30px;}
.base_link .title {display:block;border-bottom:1px solid #eee;height:48px;line-height:40px;font-weight:normal;font-size:18px;}
.base_link .link_pic {padding-top:10px;}
.base_link .link_pic .item {float:left;width:12.5%;}
.base_link .link_pic a {display:block;padding:9px;}
.base_link .link_pic img {width:100%;border:1px solid #eee;}
.base_link .link_txt {padding-top:10px;}
.base_link .link_txt .item {float:left;width:12.5%;height:30px;line-height:30px;overflow:hidden;text-align:center;}
.base_link .link_txt a {color:#999;}
.base_link .link_txt a:hover {color:#666;}


@media screen and (max-width:767px) {
    .base_link .link_pic .item {width:50%;}
    .base_link .link_txt .item{width:50%}
}


.zlmpiczs{background:#e9f1fc;padding-bottom:30px;}
.zlmpiczs .pics{height:200px;overflow:hidden;}
.zlmpiczs .pics img{width:100%;height:100%;transition:all 1.2s ease;}
.zlmpiczs:hover .pics img{transform:scale(1.2)}
.zlmpiczs .titles{text-align:center;line-height:40px;font-size:16px;margin:10px 0}
.zlmpiczs .coms{line-height:30px;font-size:14px;padding:0 30px;}

/*首页-友情链接*/
.sy-yqlj {width: 100%;padding: 10px 0;}
.sy-yqlj ul {margin-left: -25px;}
.sy-yqlj li {float: left;margin-left: 25px;line-height: 2;font-size:16px;}
@media (max-width:767px) /*手机端*/
{
.sy-yqlj ul {margin-left: -15px;}
.sy-yqlj li {margin-left: 15px;font-size:14px;}
}

/*图片组*/
.tupianz{max-width:500px;margin:0px auto;}

/*商务合作*/
.images-list .row {margin-left:-10px;margin-right:-10px;}
.images-list .row .item a{display:block;border:1px #eee solid;padding:15px;margin:30px 0px 0;overflow:hidden;}
.images-list .row .item img{display:block;width:100%;height:auto;}
.images-list .row .item a:hover img{transform:scale(1.1,1.1);transition: all 0.8s ease-out 0s;}
.images-list .row .item a:hover {border:1px #00a4e1 solid;}

@media (max-width:998px) /*手机端*/
{
.images-list .row .item a{margin:10px 0px 0;}
}
/*媒体矩阵*/
.sy-mtjz  {padding-top:12px;}
.sy-mtjz .item {display:block;padding:15px 0;border:1px #eee solid;background:#fff;overflow:hidden;}
.sy-mtjz .item .pic{text-align: center;overflow:hidden;}
.sy-mtjz .item .pic img{width:48px;}
.sy-mtjz .item:hover {border:1px #235da4 solid;}

@media (max-width:998px) /*手机端*/
{
.images-list .row .item a{margin:10px 0px 0;}
}
/*栏目-友情链接*/
.news-list li.item2{clear:both;overflow:hidden;width:100%;padding:0px;font-size:16px;border-bottom: 1px dashed #ddd;}
.news-list li.item2 .title{float:left;padding-left:15px;height:50px;line-height:50px;background:url(images/arr.png) no-repeat 2px center;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-list li.item2 .date{float:right;padding-right: 2px;font-size: 16px;color: #999;line-height:50px;}
/*结束*/
.jieshu{}
.jieshu span{display:inline-block;vertical-align:middle}
.jieshu span.s1{border:1px solid #DDD;height:1px;width:35%;}
.jieshu span.s2{width:30%;text-align:center;max-width:150px;line-height:40px;color:#235da4}

/*网站地图*/
.webmap{}
.webmap > ul{}
.webmap > ul > li{}
.webmap > ul > li > a{font-size:16px;line-height:40px;font-weight:bold}
.webmap > ul > li > ul > li{display:inline-block;margin:0 20px;}
.webmap > ul > li > ul > li > ul {display:none}



/*在线留言表单*/
.ui-validForm{padding-top:30px;}
.form-group::before,.form-group::after{content:"";display:table} 
.form-group::after{clear:both} 
.form-group{position:relative;padding:5px 0px;}
.form-group .control-label{position:absolute;left:0px;top:10px;}
.form-group .controls{padding-left:100px;}
.form-group .form-control{border:1px solid #DDD;height:32px;line-height:32px;width:100%;padding:2px 5px;font-size:14px;color:#666;transition:all .5s ease-in-out}
.form-group .form-control:focus{border-color:burlywood}
.form-group textarea.form-control{height:300px}
.form-group .help-block{display:block}
.btn{color:#fff;height:35px;width:100%;border-radius:5px;}
.btn:hover{color:#000;}
.form-group .controls-verificationCodeImage{position:relative;}
.form-group .lb_verificationCodeImage{position:absolute;display:inline-block;right:1px;top:7px;height:28px;overflow:hidden}
.form-group .lb_verificationCodeImage img{height:30px;}

/*底部*/
.footer {background-color:#2d3237;color:#999;}
.footer .width {line-height:30px;padding-top:30px;padding-bottom:40px;}
.footer .width .l .txt {line-height:24px;padding-top:10px;text-align:justify;}
.footer .width .c .page {color:#666;text-align:center;font-size:16px;}
.footer .width .c .page a {color:#999;padding:0px 4px;}
.footer .width .c .contact {color:#666;padding:30px 15px 0px 15px;text-align:center}
.footer .width .c .contact .item {float:left;width:50%;}
.footer .width .r {text-align:center;}
.footer .width .r h3 {font-weight:normal;line-height:16px;text-align:center;color:#999;}
.footer .width .r a {position:relative;color:#fff;padding:10px;font-size:24px; cursor:pointer;overflow:hidden}
.footer .width .r .icon {padding:30px 0px 0;}
.footer .width .r .icon img{max-width: 130px;}
.footer .width .r .tips { display:none; bottom:60px;left:-50px;z-index:100; position:absolute; width:162px; font-size:12px;color:#666;border-radius:5px;text-align:center; line-height:20px; background-color:#fff; padding:10px;-webkit-box-shadow: 0 0px 10px #999;box-shadow: 0 0px 10px #999;}
.footer .width .r .tips img { margin-bottom:10px;}
.footer .width .r .icon-sort-down { position:absolute;left:19px; bottom:8px; font-size:18px; display:none;}
.footer .width .r a:hover .icon-sort-down { display:block;}
.footer .width .cert {text-align:center;padding-top:40px;}
.footer .width .cert img {border:1px solid #ddd;margin:0px 10px;}
.footer .byinfo {background-color:#23282d;color:#666;text-align:center;padding:20px 0px;line-height:20px;}
.footer .byinfo a {color:#666;}

.wpsidebar-fkf {position: fixed;right: 8px;top: 70%;transform: translate(0,-50%);z-index:9999;background:#FFF;cursor:pointer;}
.fkf-item{border:1px solid #DDD;padding:10px;}
.wpsidebar-fkf img{width:30px;}
.youcerwei{position:absolute;top:0px;left:-120px;width:120px;text-align:center;display:none}
.youcerwei img{width:80%;}

@media screen and (max-width:1000px){
    .footer .dizhi span.s1{float:none;margin-left:0px;}
}

@media screen and (max-width:767px){
    .footer .width .c .contact {text-align:left;padding:0 15px;}
    .footer .width .c .contact .item {float:left;width:100%;}
}

@media screen and (max-width:767px) {
    .wpsidebar-fkf {max-width:45px;}
    .footer .width .r {display:none}
}

/*首页-关于我们*/
.sy-about{
  border:1px solid #f5f5f5;overflow:hidden;box-shadow: 0px 0px 15px rgba(152, 152, 152, .2);-moz-box-shadow:0px 0px 15px rgba(152, 152, 152, .2); -webkit-box-shadow:0px 0px 15px rgba(152, 152, 152, .2); 
}
.sy-about .con{padding:30px 40px;text-align: left;} 
.sy-about .con .title_line{margin:10px 0;width:20px;height:1px;background:#ccc;}
.sy-about .con .t1{font-size: 18px;font-weight: bold; } 
.sy-about .con p{display:inline-block;margin:10px 0;line-height: 2;overflow:hidden;} 
.sy-about .con a.btn-more2{display:block;width:110px;height:38px;line-height:38px;background:#fff;border:1px #d32503 solid;border-radius: 4px;color:#d32503;transition:all 0.5s ease;font-size:14px;transition:all 0.5s ease;text-align:center;margin-top:10px}
.sy-about .con a.btn-more2:hover{background:#d32503;border-color:#d32503;color:#fff;}

.sy-about .con2{padding:28px 40px;text-align: left;font-size: 16px;} 
.sy-about .con2 p{margin:10px 0;line-height: 2;overflow:hidden;width:100%;} 
@media (max-width: 767px) {
  .sy-about .con2{padding:10px 15px;font-size: 14px;} 
}

/*首页-我们的服务*/

.index-service {
  clear: both;text-align: center;padding-top: 5px;
}

.index-service li {
  margin-bottom: 0px;
  background: #fff;
  padding:40px 36px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.index-service li .pic {
  display:block;
  margin:0 auto;
  width: 100px;
  height: 100px;
  background:#d32503;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
}

.index-service li .pic i{
  color: #fff;
  font-size: 50px;
}

.index-service li:hover {

  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}
.index-service li h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}
.index-service li p {
  width: 94%;
  margin: 0px auto;
  color: #666;
  line-height: 1.8;
  text-align:center;
height:100px;
}
.index-service li a {
  text-decoration: none;
}
.index-service li a:active,
.index-service li a:focus,
.index-service li a:hover {
  text-decoration: none;
}

/*首页-我们的优势*/
.sy-advantage{text-align: center;padding:0px 0px;}
.sy-advantage li {
  margin-top: 10px;
  margin-bottom: 0px;
}

.sy-advantage li i {
  display:block;
  margin:0 auto;
  font-size: 50px;
  width: 120px;
  height: 120px;
  color: #d32503;
  border: solid 1px #ededed;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.sy-advantage li:hover i {
  background: #d32503;
  border: solid 1px #d32503;
  color: #fff;
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}
.sy-advantage li h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}
.sy-advantage li .line {
  width:40px;height:2px;background:#d32503;margin:0 auto;margin-top:15px;margin-bottom:15px;text-align: center;
}
.sy-advantage li:hover h4 {
  color: #d32503;
}
.sy-advantage  li p {
  width: 70%;
  margin: 0px auto;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sy-advantage  li p {width: 90%;}
}

/*首页-成功案例*/
.images-list2 .row {margin-left:-15px;margin-right: -15px;}
.images-list2 .row .item {padding:30px 20px;background: #fff;margin-bottom: 20px;text-align: center;border:1px solid #f5f5f5;overflow:hidden;box-shadow: 0px 0px 15px rgba(152, 152, 152, .2);-moz-box-shadow:0px 0px 15px rgba(152, 152, 152, .2); -webkit-box-shadow:0px 0px 15px rgba(152, 152, 152, .2);-webkit-transition: all 0.25s linear;transition: all 0.25s linear;}
.images-list2 .row .item:hover {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}
.images-list2 .row .item .pic{min-height:70px;line-height: 70px;}
.images-list2 .row .item .pic img{width:auto;max-height:70px;}
.images-list2 .row .item .title{height: 2;line-height: 2;color: #000;}
@media only screen and (max-width:767px) 
{
   .images-list2 .row .item {padding:30px 10px;margin-bottom: 20px;}
   .images-list2 .row .item .pic{min-height:60px;}
}

/*首页_模块标题*/
.sy-title2 {padding:15px 30px 30px;background:#faf8f9;overflow: hidden;}
.sy-title2 .tit{height:46px;line-height:46px;margin:0px;border-bottom: 1px solid #d9d9d9;}
.sy-title2 .t1{font-size:22px;font-weight:normal;padding:0px 0px;}
.sy-title2 .t1 i{font-size:24px;color:#d32503;}
.sy-title2 .t2{font-size:12px;color:#999;padding-left:10px;text-transform:uppercase;}
.sy-title2 .pic{margin-top: 15px;}
.sy-title2 .pic img{width: 100%;}
.sy-title2 .more{float:right;text-align:right;color:#999;font-size:14px;padding-top: 4px;}
.sy-title2 .more a{color:#999;}
.sy-title2 .more a:hover{color:#d32503;}
.sy-title2 .cent{padding:10px 0;border: 0px solid #eee;}

.news-list2 {padding-top:10px;}
.news-list2 li.item{clear:both;overflow:hidden;width:100%;padding:0px;font-size:14px;border-bottom: 1px dashed #e3e3e3;}
.news-list2 li.item .title{float:left;padding-left:10px;height:40px;line-height:40px;background:url(images/arr.jpg) no-repeat 1px center;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-list2 li.item .date{float:right;padding-right: 0px;color: #999;line-height:40px;}

@media (max-width:767px) /*手机端*/
{
  .sy-title2 {padding:0px 0px 10px;background:#fff;}
.news-list2 li.item .title{max-width:72%;}
}