/*外部公共样式*/
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航*/
.topbox{width:100%; overflow:hidden; background:#f0f0f1; line-height:42px; border-top:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; font-size:14px; color:#474747;}
.topbox a{color:#474747; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{color:#e58c21; text-decoration:underline!important;}

.header{width:100%; padding:30px 0;}
.logo img{width:100%;  max-height:60px;}
.logo_txt>img{max-width:520px;}
.header_dianhua{line-height:24px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:75px; font-size:16px; color:#999; margin-top:2px;}
.header_dianhua>span{display:block; line-height:34px; overflow:hidden; font-family:Impact; font-size:27px; color:#c92f27;}

nav{background:url(../images/nav_bj.jpg) repeat-x left center; position:relative; left:0; top:0; z-index:9999999;}
.nav{width:100%;}
.nav>li{width:14.286%; float:left; position:relative;}
.nav>li>a{width:100%; float:left; overflow:hidden; height:50px; line-height:50px; text-align:center; font-size:18px; color:#fff;}
.nav>li:hover>a{background:#e58c21; color:#fff;}
.nav>li>a.on{background:#e58c21; color:#fff;}

.nav_dl{display:none; width:100%; float:left; background:rgba(55,59,143,0.9); position:absolute; left:0; top:100%; z-index:9999; padding-top:2px;}
.nav_dl>dd{display:block; position: relative;}
.nav_dl>dd>a{display:block; overflow:hidden; height:42px; line-height:42px; text-align:left; font-size:16px; color:#fff; position: relative; padding: 0 15px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis}
.nav_dl>dd>a em{ position: absolute;right:15px; top:12px}

.nav_dl>dd>a:hover{background:#e58c21; color:#fff;}


.nav_dl>dd> ul{ position: absolute;left: 100%; top:0; display: none; width: 100%;}
.nav_dl>dd> ul>li{ display: block; width: 100%;background:rgba(55,59,143,0.9); position: relative; display:block; height:42px; line-height:42px; text-align:left; font-size:16px; color:#fff;}
.nav_dl>dd:hover>ul{ display: block;}
.nav_dl>dd>ul>li{display:block;  height:42px; line-height:42px; text-align:left; font-size:16px; color:#fff; position: relative; padding: 0 15px;white-space: nowrap;}
.nav_dl>dd>ul>li>a { color: #fff; display: block; width: 100%; box-sizing: border-box; padding: 0 15px; position: relative;}
.nav_dl>dd>ul>li>a em{ position: absolute;right:5px; top:12px}



.nav_dl>dd>ul>li>ul{ position: absolute;left: 100%; top:0; display: none; width: 100%;}
.nav_dl>dd>ul>li>ul> li{ display: block; width: 100%;background:rgba(55,59,143,0.9); position: relative; display:block; overflow:hidden; height:42px; line-height:42px; text-align:left; font-size:16px; color:#fff;}
.nav_dl>dd>ul>li:hover>ul{ display: block;}
.nav_dl>dd>ul>li>ul> li{display:block; overflow:hidden; height:42px; line-height:42px; text-align:left; font-size:16px; color:#fff; position: relative; padding: 0 15px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis}
.nav_dl>dd>ul>li>ul> li>a { color: #fff; display: block; width: 100%; box-sizing: border-box; padding: 0 15px; position: relative;}
.nav_dl>dd>ul>li>ul> li>a em{ position: absolute;right:5px; top:12px}





/*END-头部+导航*/

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {position: absolute; right:0; bottom:-100%; background:rgba(0,0,0,0.5); padding:10px 0; display:flex; justify-content:center; transition:all 0.4s;}
.banner .swiper-pagination-bullet {width:10px; height:10px; background:#fff; opacity:0.5; border-radius:50%; margin:0 4px!important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.banner:hover .swiper-pagination{bottom:0;} 
/*箭头*/
.banner .next,.banner .prev{right:-12%; position:absolute;top:50%; transform:translateY(-50%); width:30px; height:50px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{right:initial; left:-12%; background:url(../images/imgs/prev.jpg) no-repeat center center;}
.banner:hover .next{right:2%;}
.banner:hover .prev{left:2%;}
/*END-banner*/

/*首页内容*/
.search{width:100%; overflow:hidden; border-bottom:1px solid #d5d4d9; border-top:1px solid #d5d4d9; padding:15px 0;}
.search_form{width:296px; float:right; border:1px solid #c5c5c5;}
.search_inp1{width:calc(100% - 48px); float:left; height:26px; line-height:26px; padding:0 10px; font-size:12px; color:#000; font-family:SimSun;}
.search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #5b5b5b;} 
.search_inp1:-moz-placeholder, textarea:-moz-placeholder {color: #5b5b5b;} 
.search_btn{width:48px; float:left; height:26px; background:url(../images/search_ss.png) no-repeat center center #0350a7;}
.search_txt{display:block; overflow:hidden; line-height:28px; font-size:14px; color:#000; text-overflow:ellipsis; white-space: nowrap;}
.search_txt a{color:#000; margin:0 15px;}
.search_txt a:hover{color:#373b8f; text-decoration:underline!important;}

.cpzs{width:100%; overflow:hidden; padding:45px 0;}
.cpzs_title{display:block; overflow:hidden; text-align:center;}
.cpzs_p{line-height:30px; font-size:24px; color:#b0b0b0; text-transform:uppercase;}
.cpzs_sp{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.cpzs_sp>span{float:left; line-height:40px; position:relative; padding:0 20px; font-size:30px; color:#000;}
.cpzs_sp>span::before{content:""; width:66px; float:left; height:1px; background:#000; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.cpzs_sp>span::after{content:""; width:66px; float:left; height:1px; background:#000; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.cpzs_contect{display:block; overflow:hidden; padding-top:35px;}
.cpzs_left{width:285px; float:left; border:3px solid #373b8f;}
.about{width:100%; float:left;}
.about_title{display:block; overflow:hidden; text-align:center; background:#373b8f; padding:15px 0;}
.about_p{line-height:36px; font-size:30px; color:#fff;}
.about_sp{line-height:16px; font-size:14px; color:rgba(255,255,255,0.5); text-transform:uppercase;}
.about_ul{display:block; overflow:hidden; background:#fff; padding:8px;}
.about_ul>li{display:block; overflow:hidden; margin-bottom:1px;}
.about_ul>li:last-child{margin:0;}
.about_ul>li>a{display:block; overflow:hidden; line-height:46px; background:#343470; padding:0 15px; font-size:16px; color:#ffffff;}
.about_ul>li>a>em{float:right; margin-top: 14px; transition: all .3s ease-in-out; font-weight: bold;}
.about_ul>li>a.on>em{ transform: rotate(90deg);}
.about_ul>li>a>span{display:block; overflow:hidden; height:46px; text-overflow:ellipsis; white-space: nowrap; transition:all 0.4s;}
.about_ul>li:hover>a{background:#373b8f; color:#fff;}
.about_ul>li:hover>a>span{}
.about_ul>li.about_on>a{background:#373b8f; color:#fff;}
.about_ul>li.about_on>a>span{}
.about_dl{display:none; width:100%; float:left;}
.about_dl>dd{display:block; overflow:hidden; margin-top:1px;}
.about_dl>dd>a{display:block; overflow:hidden; height:46px; line-height:46px; text-align:left; font-size:16px; color:#000000; background:#cfdef3; box-sizing: border-box; padding: 0 15px; text-indent: 15px;}
.about_dl>dd>a:hover{background:#fff; color:#000;}
.about_dl>dd>a em{float:right; margin-top: 14px; font-weight: bold;transition: all .1s ease-in-out;}

.about_dl>dd>a em.on{transform: rotate(90deg);margin-right: -8px;margin-top: 10px; }

.about_img{display:block; overflow:hidden;}


.about_dl ol{display:none; width:100%; float:left;}
.about_dl ol>li{display:block; overflow:hidden; margin-top:1px;}
.about_dl ol>li>a{display:block; overflow:hidden; height:46px; line-height:46px; text-align:left; font-size:16px; color:#000000; background:#a2b2c9; box-sizing: border-box; padding: 0 15px; text-indent: 25px;}
.about_dl ol>li>a:hover{background:#758daf; color:#000;}



.about_img img{width:100%; display:block; height:auto;}
.about_txt{display:block; overflow:hidden; background-image: linear-gradient(#5054af, #373b8f); padding:15px; font-size:14px; color:#fff; line-height:30px;}
.about_txt>span{font-size:30px; font-family:'Eras ITC';}
.cpzs_right{width:876px; float:right;}
.cpzs_ul{display:block; overflow:hidden; width:906px;}
.cpzs_ul li{width:272px; float:left; margin:0 30px 30px 0;}
.cpzs_ul li .cpzs_B{width:100%; overflow:hidden; border:1px solid #f1f1f1; padding:2px;}
.cpzs_ul li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzs_ul li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:100%;}
.cpzs_ul li .cpzs_txt{display:block; overflow:hidden; height:50px; line-height:50px; text-align:center; background:#d7d7d7; font-size:16px; color:#636363;}
.cpzs_ul li:hover .cpzs_B{border-color:#183579;}
.cpzs_ul li:hover .cpzs_txt{background:#373b8f; color:#fff;}



.prod-list-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
  
  }
  .prod-list-wrap::before {
    content: "";
    background: rgba(21, 21, 21, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }
.prod-list-wrap .prod-list-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
  }
  .prod-list-wrap .prod-list-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }
  .prod-list-wrap .prod-list-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }
  .prod-list-wrap .prod-list-info h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
  }
  .prod-list-wrap .prod-list-info p {
    color: #ffffff;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
  }
  .prod-list-wrap .prod-list-links {
    text-align: center;
    z-index: 4;
  }
  .prod-list-wrap .prod-list-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }
  .prod-list-wrap .prod-list-links a:hover {
    color: #7cc576;
  }
  .prod-list-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  .prod-list-wrap:hover .prod-list-info {
    opacity: 1;
  }
  .prod-list-wrap:hover .prod-list-info::before {
    top: 15px;
    left: 15px;
  }
  .prod-list-wrap:hover .prod-list-info::after {
    bottom: 15px;
    right: 15px;
  }

  

.hotcp{width:100%; float:left; background:url(../images/hotcp_bj.jpg) no-repeat center center; background-size:cover; padding:60px 0; position:relative;}
.hotcp .cpzs_p{color:#fff;}
.hotcp .cpzs_sp>span{color:rgba(255,255,255,1);}
.hotcp .cpzs_sp>span::before{background:#fff;}
.hotcp .cpzs_sp>span::after{background:#fff;}
.hotcp_contect{position:relative; margin-top:25px;}
.hotcp-imgbox .swiper-slide a{width:100%; overflow:hidden; float:left; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.hotcp-imgbox .swiper-slide a::before{content:""; display:block; padding-top:100%;}
.hotcp-imgbox .swiper-slide a .hotcp_txt{width:100%; height:42px; line-height:42px; text-align:center; background:rgba(255,255,255,0.85); font-size:14px; color:#373b8f; overflow:hidden; position:absolute; left:0; bottom:-100%;}
.hotcp-imgbox .swiper-slide:hover a .hotcp_txt{bottom:0;}
.hotcp-prev,.hotcp-next{left:-70px; top:50%; transform:translateY(-50%); position:absolute; z-index:99; width:44px; float:left; height:44px; background-color:#fff; background-image:url(../images/hotcp_icon.png); background-repeat:no-repeat; background-position:left top; outline:none; cursor:pointer;}
.hotcp-next{left:initial; right:-70px; background-position:left bottom;}
.hotcp-prev:hover{background-position:right top;}
.hotcp-next:hover{background-position:right bottom;}
.hotcp_jiantou{width:42px; float:left; height:42px; background:url(../images/hotcp_jiantou.png) no-repeat center center; background-size:100% 100%; position:absolute; left:50%; transform:translateX(-50%); bottom:-16px; z-index:99;}

.ys{width:100%; overflow:hidden; background:url(../images/ys_bj.jpg) repeat-y center top; padding:75px 0;}
.ys_titleB{width:100%; float:left; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.ys_title{float:left; background:url(../images/ys_title_bj.png) no-repeat left top; padding:34px 0 11px 42px;}
.ys_p{line-height:40px; font-family:'Tensentype ZhiHeiJ W5'; font-size:36px; color:#373b8f;}
.ys_sp{line-height:26px; font-family:SimHei; font-size:20px; color:rgba(0,0,0,0.65);}
.ys_spp{line-height:16px;}
.ys_spp>span{float:left; position:relative; font-size:14px; color:#bbb; text-transform:uppercase; padding-right:10px;}
.ys_spp>span::before{content:""; width:1000px; float:left; height:3px; background:#cdcdcd; position:absolute; left:100%; bottom:3px;}
.ys_spp>span::after{content:""; width:1000px; float:left; height:1px; background:#cdcdcd; position:absolute; left:100%; bottom:8px;}
.ys_ul{width:100%; float:left; padding-top:40px;}
.ys_ul li{display:block; overflow:hidden;}
.ys_ul li .ys_left{width:50%; float:left; padding-right:10px;}
.ys_ul li .ys_left img{display:block; max-width:100%; height:auto;}
.ys_ul li .ys_right{width:50%; float:left;}
.ys_ul li .ys_right .ysB{width:100%; float:left; margin:30px 0;}
.ys_ul li .ys_right .ysB .ys_up{width:100%; float:left; display:-webkit-box; display:-ms-flexbox; display:flex;}
.ys_ul li .ys_right .ysB .ys_up .ys_sub{width:68px; float:left; height:82px; line-height:62px; text-align:center; background:url(../images/ys_sub.png) no-repeat center center; background-size:100% 100%; font-family:'Khmer UI'; font-size:30px; color:#fff;}
.ys_ul li .ys_right .ysB .ys_up .ys_R{width:calc(100% - 68px); float:left; border-bottom:1px solid #d0d0d0; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-wrap:wrap; flex-wrap:wrap; padding-left:12px;}
.ys_ul li .ys_right .ysB .ys_up .ys_R .ys_pp{width:100%; overflow:hidden; line-height:38px; font-size:22px; color:#333; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.ys_ul li .ys_right .ysB .ys_up .ys_R .ys_pps{width:100%; overflow:hidden; line-height:32px; font-size:16px; color:#8e8e8e; text-overflow:ellipsis; white-space: nowrap;}
.ys_ul li .ys_right .ysB .ys_dl{width:100%; float:left; margin-top:25px; padding-left:70px;}
.ys_ul li .ys_right .ysB .ys_dl>dd{display:block; overflow:hidden; height:46px; line-height:46px; font-size:18px; color:#333; background:url(../images/ys_jiantou.png) no-repeat left center; padding-left:30px;}
.ys_ul li:nth-child(odd) .ys_left{float:right; padding:0 0 0 10px;}

.gsjj{width:100%; float:left; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:55px 0; position:relative;}
.gsjj .cpzs_p{color:#fff;}
.gsjj .cpzs_sp>span{color:rgba(255,255,255,1);}
.gsjj .cpzs_sp>span::before{background:#fff;}
.gsjj .cpzs_sp>span::after{background:#fff;}
.gsjj_txt{display:block; overflow:hidden; font-size:14px; color:#fff; line-height:30px; padding-top:30px; text-align:center;}

.news{width:100%; overflow:hidden; padding:75px 0;}
.news_left{width:calc(50% - 25px); margin-top:40px;}
.news_up{display:block; overflow:hidden;}
.news_up>a{width:100%; float:left; display:-webkit-box; display:-ms-flexbox; display:flex;}
.news_up>a .news_B{width:226px; float:left; border:1px solid #373b8f; padding:2px; display:-webkit-box; display:-ms-flexbox; display:flex;}
.news_up>a .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_up>a .news_B .news_img::before{content:""; display:block; padding-top:74.5455%;}
.news_up>a .news_R{width:calc(100% - 226px); float:left; padding-left:20px;}
.news_up>a .news_R .news_p{display:block; overflow:hidden; line-height:30px; font-size:16px; color:#000; text-overflow:ellipsis; white-space: nowrap;}
.news_up>a .news_R .news_txt{display:block; overflow:hidden; line-height:24px; font-size:12px; color:#000; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:15px; opacity:0.5;}
.news_up>a .news_R .news_more{display:block; overflow:hidden; width:118px; height:34px; line-height:34px; text-align:center; background:#373b8f; font-size:14px; color:#fff; margin-top:19px;}
.news_up>a:hover .news_R .news_p{color:#e58c21;}
.news_up>a:hover .news_R .news_more{background:#e58c21; color:#fff;}
.news_ul{display:block; overflow:hidden; padding-top:25px;}
.news_ul li{display:block; overflow:hidden; border-bottom:1px dotted #a3a3a3;}
.news_ul li a{display:block; overflow:hidden; height:50px; line-height:50px; background:url(../images/about_li.png) no-repeat left center; padding-left:30px; font-size:16px; color:rgba(0,0,0,0.7); text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a>span{float:right; font-size:12px; color:#797979;}
.news_ul li a:hover{color:#373b8f;}
/*End-首页内容*/

/*底部*/
.footer{background:#373b8f;}
.link{display:block; overflow:hidden; border-bottom:1px solid rgba(255,255,255,0.2); font-size:16px; color:#fff; line-height:24px; padding:28px 0;}
.link a{color:#fff; margin:0 10px;}
.link a:hover{color:#fff; text-decoration:underline !important;}

.foot{display:block; overflow:hidden; padding:30px 0;}
.foot_L{width:61%; float:left;}
.foot_nav{display:block; overflow:hidden; color:#fff; font-size:16px; line-height:30px;}
.foot_nav a{color:#fff; margin:0 10px;}
.foot_nav a:first-child{ margin:0 10px 0 0;}
.foot_nav a:hover{color:#fff; text-decoration:underline!important;}
.foot_txt{display:block; overflow:hidden; line-height:24px; font-size:14px; color:#fff; padding-top:20px;}
.foot_R{float:right; display:flex;}
.foot_R img{width:88px; float:left; height:88px; margin-right:15px;}
.foot_B{display:block; overflow:hidden; line-height:26px; color:#fff; font-size:12px;}
.foot_B>span{display:block;}
.foot_B>span:nth-child(2){ line-height:36px; font-size:24px; font-weight:bold;}
.footer_txt{width:100%; overflow:hidden; text-align:center; background:#282c7a; font-size:12px; color:#fff; line-height:18px; padding:10px 0;}
.footer_txt a{color:#fff; margin:0 10px;}
.footer_txt a:hover{color:#fff; text-decoration:underline!important;}
/*End-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:50px 0;}
.main_left{width:285px; float:left; border:3px solid #373b8f;}
.main_right{width:876px; float:right;}
.dqwz_title{width:100%; float:left; line-height:36px; padding-bottom:3px; background:url(../images/dqwz_heng.png) repeat-x left bottom; font-size:14px; color:#a9a9a9;}
.dqwz_title>span{color:#373b8f;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:16px; color:#444; line-height:2em;}
.company img{ max-width: 100%;}
.company table img{width: 98%; margin: 1%;}
.company1{display:block; overflow:hidden; font-size:16px; color:#444; line-height:2em;}
.company1 img{ width: 48%;margin: 1%;}
/*END-关于我们*/

/*产品中心*/
.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:24px; color:#000; line-height:30px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding-top:20px;}
.cpxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:16px; color:#000; line-height:32px;}
.cpxq_txt table{ width: 100%;border-spacing: 0!important;}
.cpxq_txt table td{ border:1px solid #eee;text-align: center;}
.cpxq_txt table td strong{background: #C9AE92;color: #fff; display: block; padding: 10px 0; font-size: 16px;}
.cpxq_txt img{ max-width: 100%; display: block; margin: 0 auto;}
.cpxq_txt1{display:block; overflow:hidden; padding-top:20px; font-size:14px; color:#000; line-height:30px;}
.cpxq_txt1 img{ width: 48%;margin: 1%;}





/*END-产品中心*/

/*新闻活动*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:20px;}
.xw_ul li a{display:flex; overflow:hidden; background:#d7d7d7; padding:1px;}
.xw_ul li a .xw_img{width:284px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 284px); float:left; padding:25px; color:#333;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:16px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:90px; line-height:30px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:15px;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:14px; font-size:12px; margin-top:15px;}
.xw_ul li a:hover{background:#373b8f;}
.xw_ul li a:hover .xw_R{color:#fff;}

.news_ul1{display:block; overflow:hidden;}
.news_ul1 li{display:block; overflow:hidden; border-bottom:1px dotted #a3a3a3;}
.news_ul1 li a{display:block; overflow:hidden; height:50px; line-height:50px; background:url(../images/about_li.png) no-repeat left center; padding-left:30px; font-size:16px; color:rgba(0,0,0,0.7); text-overflow:ellipsis; white-space: nowrap;}
.news_ul1 li a>span{float:right; font-size:12px; color:#797979;}
.news_ul1 li a:hover{color:#373b8f;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; font-weight:bold; color:#000; line-height:30px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:16px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding-top:20px;}
.xwxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; line-height:30px; color:#000;}
/*END-新闻活动*/

/*联系我们*/
.contact_txt{width:100%; float:left; font-size:16px; color:#444; line-height:2em;}
.contact_txt img{max-width: 100%;}
.contact_txt>span{font-size:24px;color:#373b8f;}
.contact_map{width:100%; float:left; border:none; height:400px; margin-top:20px;}
/*END-联系我们*/

/*浮动QQ*/
.open{width:31px; height:110px; background:url(../images/qq/openTrigger.jpg) no-repeat center center; position:fixed; right:0; top:250px;z-index:999999999; cursor:pointer;}
.off{width:24px; height:24px; background:url(../images/qq/closeBtnImg.gif) no-repeat center center; position:fixed; right:-5px; top:240px;z-index:999999999; cursor:pointer;}
.fix_qq { display:none;position: fixed;right: 0px;top:250px;width: 93px;height: 122px;z-index:999999999;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_top {height: 122px;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_center {background: url(../images/qq/qq_02.png) repeat-y;text-align: center;}
.fix_qq_foot {height: 4px;background: url(../images/qq/qq_04.png) no-repeat;}
/*END-浮动QQ*/