

:hover{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img
{
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -o-transition:0.5s ease;
    -ms-transition:0.5s ease;
}
.picfd:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}

/* 头部 */
.header{
    width: 100%;
    background-color: #fff;
}
.header .container{
    height: 100px;
    position: relative;
    z-index: 2000;
}

.header .logo{
    position: absolute;
    top: 30px;
    left: 0px;
}
.header .logo img{
    height: 42px;
}
.header .tel{
    font-size: 16px;
    color: #999;
    line-height: 25px;
    position: absolute;
    top: 16px;
    right: 0px;
}
.header .tel img{
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.header .search{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    overflow: hidden;
    position: absolute;
    top: 16px;
    right: 232px;
}
.header .search .wbk1{
    font-size: 14px;
    color: #404040;
    width: 90px;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    background: none;
    border: 0px;
}
.header .search .btn1{
    width: 28px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: url(../image/pic5.png) no-repeat center;
    border: 0px;
}

.navbar{
    min-height: 30px;
    position: absolute;
    right: 0px;
    bottom: 2px;
}
.fa{
    font-size: 24px;
}
.navbar-collapse{
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-brand{
    padding: 29px 15px;
    height: auto;
}
nav.navbar.bootsnav{
    border: none;
}
.navbar-nav{
    float: left;
}
.navbar-nav > li{
    margin-left: 34px;
}
nav.navbar.bootsnav ul.nav > li > a{
    font-size: 16px;
    font-weight: normal;
    color: #404040;
    height: 40px;
    margin: 0px;
    padding: 0px;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a.on{
    /*background: #f4f4f4;*/
    color: #0470d4;
    background: url(../image/pic3.png) no-repeat center bottom;
}
/*.nav > li:after{
    content: "";
    width: 0;
    height: 5px;
    background: #34c9dd;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav > li:hover:after{
    width: 100%;
}*/
nav.navbar.bootsnav ul.nav > li.dropdown{
    margin-top: 0px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    content: "";
    width: 11px;
    height: 6px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -5px;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
    content: "";
    background: url(../image/pic3.png) no-repeat center;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover{
    color: #0470d4;
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    padding: 10px 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
nav.navbar.bootsnav li.dropdown ul.menu{
    border-top: solid 5px #0470d4;
}
@media only screen and (max-width:990px){
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
    nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
}

/* BANNER */
.banner{ width:100%; overflow:hidden; position:relative; z-index:1000; }
.banner .item{ width:100%; }
.banner img{
    display: block;
    width: 100%;
    height: auto;
}
.banner a{
    display: block;
    width: 100%;
}

.banner .owl-buttons{display: none;}
.banner .owl-theme .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; }
.banner .owl-pagination{height:14px; z-index:1111;position:relative; bottom:0px; display:none;}
.banner .owl-theme .owl-dots{ font-size: 0px; width:100%;height:14px;text-align:center; position: absolute; bottom: 30px; left: 0px; }
.banner .owl-theme .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1;  }
.banner .owl-theme .owl-dots .owl-dot span{width:14px;height:14px; background-color: #fff; margin:0 6px; border-radius:100%; }
.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span{ background-color: #185cb5; }
.banner .owl-theme .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:50%; margin-top:-25px; z-index:6; }
.banner .owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:33px;height:57px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.banner .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none;}
.banner .owl-theme .owl-controls .owl-nav .owl-prev{ background: url(../image/pic1.png) no-repeat center; position:absolute; left:50px; }
.banner .owl-theme .owl-controls .owl-nav .owl-next{ background: url(../image/pic2.png) no-repeat center; position:absolute; right:50px; }
.banner .owl-theme .owl-controls .owl-nav .owl-prev:hover{ background: url(../image/pic1.png) no-repeat center; }
.banner .owl-theme .owl-controls .owl-nav .owl-next:hover{ background: url(../image/pic2.png) no-repeat center; }

/* 网站首页 */
.main{
    width: 100%;
    padding-bottom: 90px;
    overflow: hidden;
}
.main .qpt90{
    padding-top: 90px;
}
.main h2{
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
	padding: 10px 0;
	background-color: #0470d4;
}
.main h2 p{
    font-size: 32px;
    color: #fff;
    width: 100%;
    line-height: 100%;
    margin: 0 0 10px;
}
.main h2 span{
    font-size: 12px;
    color: #fff;
    width: 100%;
    line-height: 100%;
    display: block;
}
.main h2 span img{
    width: 82px;
    height: 1px;
    margin: 0 10px;
}

.main1{
    width: 100%;
}
.main1_1{
    width: 100%;
}
.main1_1_l{
    width: 25%;
    padding: 15px 0;
    background-color: #f2f2f2;
    border-radius: 5px;
}
.main1_1_l .ul1{
    margin-right: -5px;
}
.main1_1_l .ul1>li{
    width:100%;
    position: relative;
}
.main1_1_l .ul1>li.xz{
    background-color: #0557a2;
}

.main1_1_l .ul1>li.xz>a{
    color: #fff;
    background: url(../image/pic82.png) no-repeat right 15px center;
}

.main1_1_l .ul1>li.xz:before{
    content: "";
    width: 5px;
    height: 5px;
    background:url(../image/pic18.png) no-repeat center;
    position: absolute;
    top: -5px;
    right: 0px;
}
.main1_1_l .ul1>li.xz:after{
    content: "";
    width: 5px;
    height: 5px;
    background:url(../image/pic19.png) no-repeat center;
    position: absolute;
    bottom: -5px;
    right: 0px;
}
.main1_1_l .ul1>li>a{
    font-size:16px;
    color:#404040;
    width:100%;
    height:38px;
    line-height:38px;
    padding: 0 44px 0 15px;
    background:url(../image/pic80.png) no-repeat right 15px center;
    display:block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main1_1_l .ul1>li>a.xz{
    color:#fff;
    background:url(../image/pic81.png) no-repeat right 15px center;
}
.main1_1_l .ul2{
    width:100%;
    padding: 0px 0 6px;
    display:none;
}
.main1_1_l .ul2>li>a{
    font-size:14px;
    color:#fff;
    width:100%;
    height:28px;
    line-height:28px;
    padding: 0 15px;
    display:block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main1_1_l .ul2>li>a.xz{
    color:#e16d08;
}
.main1_1_l .qlanmu{
    height: 32px;
    padding-right: 15px;
    display:none;
}
.main1_1_l .qlanmu .navbar-toggle {
  position: relative;
  float: right;
  padding: 8px 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.main1_1_l .qlanmu .navbar-toggle {
  border-color: #0470d4;
}
.main1_1_l .qlanmu .navbar-toggle .icon-bar {
  background-color: #0470d4;
}
.main1_1_l .qlanmu .navbar-toggle.xz {
  background-color: #0470d4;
}
.main1_1_l .qlanmu .navbar-toggle.xz .icon-bar {
  background-color: #fff;
}
.main1_1_r{
    width: 75%;
    padding-left: 45px;
}
.main1_1_r1{
    width: 100%;
    padding: 34px 38px;
    background-color: #f2f2f2;
}
.main1_1_r1 .title{
    font-size: 24px;
    color: #404040;
    width: 100%;
    line-height: 100%;
    padding-top: 21px;
    background: url(../image/pic17.png) no-repeat;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main1_1_r1 .content{
    width: 100%;
    height: 66px;
    line-height: 22px;
    margin: 14px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main1_1_r1 .content2{
    width: 100%;
    line-height: 24px;
    margin: 14px 0 -6px;
}
.main1_1_r1 .more{
    width: 100%;
}
.main1_1_r1 .more a{
    font-size: 16px;
    color: #737373;
    width: 150px;
    max-width: 100%;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
}
.main1_1_r1 .more a:hover{
    color: #fff;
    background-color: #0470d4;
    border: 1px solid #0470d4;
}
.main1_1_r2{
    width: 100%;
    overflow: hidden;
}
.main1_1_r2 ul{
    margin-right: -20px;
}
.main1_1_r2 ul li{
    width: 33.33%;
    padding: 20px 20px 0 0;
}
.main1_1_r2 ul li .nr{
    width: 100%;
}
.main1_1_r2 ul li .nr .pic{
    width: 100%;
    overflow: hidden;
}
.main1_1_r2 ul li .nr .pic img{
    width: 100%;
}
.main1_1_r2 ul li .nr .title{
    font-size: 16px;
    color: #404040;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 14px;
    background-color: #f2f2f2;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main1_1_r2 ul li .nr:hover .title{
    color: #0470d4;
}
.main1_1_r3{
    font-size: 24px;
    color: #1164b8;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 3px solid #f2f2f2;
}
.main1_1_r4{
    color: #595959;
    width: 100%;
    line-height: 32px;
    margin-top: 12px;
}
.main1_1_r4 .pic{
    margin: 22px 0 10px 10px;
}
.main1_1_r4 span.style1{
    font-size: 16px;
    color: #1164b8;
}
.main2{
    width: 100%;
}
.main2_1{
    width: 100%;
}
.main2_1 .pic{
    width: 42%;
    padding: 30px 0 0 30px;
}
.main2_1 .pic_nr{
    width: 100%;
    overflow: hidden;
}
.main2_1 .pic_nr img{
    width: 100%;
}
.main2_1 .text{
    width: 58%;
    padding-left: 46px;
}
.main2_1 .text .content{
    width: 100%;
    height: 319px;
    line-height: 27px;
    padding-top: 22px;
    background: url(../image/pic15.png) no-repeat;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
}
.main2_1 .text .more{
    width: 100%;
    margin-top: 32px;
}
.main2_1 .text .more a{
    color: #1668bb;
    width: 135px;
    max-width: 100%;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #e5e5e5;
    display: inline-block;
}
.main2_1 .text .more a:hover{
    color: #fff;
    background-color: #1668bb;
    border: 1px solid #1668bb;
}
.main3{
    width: 100%;
}
.main3_1{
    width: 100%;
    overflow: hidden;
}
.main3_1 ul{
    margin: -19px -19px 0 0;
}
.main3_1 ul li{
    width: 20%;
    padding: 19px 19px 0 0;
}
.main3_1 ul li .pic{
    width: 100%;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.main3_1 ul li .pic img{
    width: 100%;
}
.main3_1 ul li .pic:hover{
    border: 1px solid #0470d4;
}
.main4{
    width: 100%;
}
.main4_1{
    width: 100%;
}
.main4_1_l{
    width: 42%;
}
.main4_1_l .pic{
    width: 100%;
    overflow: hidden;
}
.main4_1_l .pic img{
    width: 100%;
}
.main4_1_l .text{
    width: 100%;
}
.main4_1_l .text .title{
    font-size: 18px;
    color: #333;
    width: 100%;
    line-height: 100%;
    padding-top: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main4_1_l .text .content{
    font-size: 14px;
    color: #808080;
    width: 100%;
    height: 66px;
    line-height: 22px;
    margin: 12px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main4_1_l .text .date{
    font-size: 14px;
    color: #808080;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main4_1_l:hover .text .title{
    color: #0470d4;
}
.main4_1_r{
    width: 58%;
    padding-left: 40px;
}
.main4_1_r ul{
    width: 100%;
}
.main4_1_r ul li{
    width: 100%;
    margin-top: 28px;
}
.main4_1_r ul li:first-child{
    margin-top: 0px;
}
.main4_1_r ul li .pic{
    width: 34%;
    overflow: hidden;
}
.main4_1_r ul li .pic img{
    width: 100%;
}
.main4_1_r ul li .text{
    width: 66%;
    padding-left: 20px;
}
.main4_1_r ul li .text .title{
    font-size: 18px;
    color: #333;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main4_1_r ul li .text .content{
    font-size: 14px;
    color: #808080;
    width: 100%;
    height: 72px;
    line-height: 24px;
    margin: 13px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main4_1_r ul li .text .date{
    font-size: 14px;
    color: #808080;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main4_1_r ul li:hover .text .title{
    color: #0470d4;
}

/* 底部 */
.footer{
    width: 100%;
	background-color: #0557a2;
    /*background: url(../images/img4.jpg) no-repeat center bottom;
    background-size: cover;*/
}
.footer_t{
    width: 100%;
    padding: 60px 0;
}
.footer_t h2{
    font-size: 20px;
    color: #fff;
    width: 100%;
    line-height: 100%;
    margin: 0 0 14px;
}
.footer_t1{
    font-size: 16px;
    color: #fff;
    width: 10.4%;
    line-height: 32px;
    margin: -8px 0;
}
.footer_t1 a{
    color: #fff;
    display: block;
}
.footer_t1 a:hover{
	text-decoration: underline;
}
.footer_t2{
    width: 47.6%;
    padding: 0 5%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.footer_t2 .text1{
    color: #fff;
    line-height: 28px;
    padding-top: 2px;
}
.footer_t2 .text2{
    margin-top: 12px;
}
.footer_t3{
    width: 42%;
    padding-left: 5%;
}
.footer_t3 ul{
    width: 100%;
}
.footer_t3 ul li{
    margin-right: -10px;
    padding-top: 10px;
}
.footer_t3 ul li .nr1{
    width: 50%;
    padding-right: 10px;
}
.footer_t3 ul li .nr2{
    width: 100%;
    padding-right: 10px;
}
.footer_t3 ul li .wbk1{
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    background-color: rgba(0,0,0,.15);
    border: 1px solid #fff;
    border-radius: 5px;
}
.footer_t3 ul li .wbk2{
    color: #fff;
    width: 100%;
    height: 96px;
    line-height: 20px;
    margin-right: 10px;
    padding: 10px 15px;
    background-color: rgba(0,0,0,.15);
    border: 1px solid #fff;
    border-radius: 5px;
    resize: none;
}
.footer_t3 ul li .btn1{
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
    background-color: #1668bb;
    border: 0px;
    border-radius: 5px;
}
.footer_t3 ::-webkit-input-placeholder { /* WebKit browsers */
color: #fff;
}
.footer_t3 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
}
.footer_t3 ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
}
.footer_t3 :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff;
}
.footer_b{
    font-size: 14px;
    color: #fff;
    width: 100%;
    line-height: 20px;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #696969;
}

/* 侧边栏 */
.cebianlan{ width:75px; background-color:#0470d4; position:fixed; right:0px; z-index:999999; }
.cebianlan_nr{ width:75px; height:75px; border-top:1px solid #fff; position:relative;}
.cebianlan_nr:first-child{ border-top:0px; }
.cebianlan_nr1{ width:75px; height:75px;}
.cebianlan_nr1 a{ width:75px; height:75px; text-align:center; display:block;}
.cebianlan_nr1 a p{ width:75px; margin: 0 0 8px; padding-top:14px; }
.cebianlan_nr1 a span{ font-size: 12px; color:#e3e3e3; width:75px; line-height:100%; display:block; }
.cebianlan_nr2{ display:none;}
.cebianlan_nr2.style1{ width:180px; height:75px; line-height:75px; padding-left:10px; background-color:#0470d4; position:absolute; top:0px; right:0px;}
.cebianlan_nr2.style1 p img{ margin-top:21px; }
.cebianlan_nr2.style1 span{ font-size:16px; color:#fff; margin-left:10px; }
.cebianlan_nr2.style2{ width:112px; height:112px; border: 2px solid #0470d4; position:absolute; top:0px; right:75px; }
.cebianlan_nr2.style2 img{ width:108px; height:108px; }
.cebianlan_nr:hover .cebianlan_nr1 a span{/* color:#1c68b5;*/ font-weight:bold; }

/*page*/
.pages{
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}
.pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 0 5px;
    margin: 0 2px;
    font-size: 16px;
    color: #666;
    border-radius: 3px;
    transition: all 0.5s;
}
.pages a:first-child,.pages a:last-child{
    font-size: 14px;
    width: 70px;
}
.pages a:hover,.pages a.current{
    background: #1668bb;
    border: 1px solid #1668bb;
    color: #fff;
}

/* 上下篇 */
.sxp_main{ width:100%; margin-top:20px; padding:20px 0; border-top:3px solid #f2f2f2; }
.sxp_main .sxp_main1{ font-size:14px; color:#404040; max-width:48%; line-height:30px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.sxp_main .sxp_main1 a{ color:#404040; }
.sxp_main .sxp_main1:hover{ color:#1164b8; }
.sxp_main .sxp_main1:hover a{ color:#1164b8; }

/* 微信分享二维码 */
.bd_weixin_popup{
    width:250px !important;
    height:320px !important;
}

/* 网站公用 */
.qy_main{
    width: 100%;
    padding-bottom: 40px;
    overflow: hidden;
}
.qy_main1{
    color: #808080;
    width: 100%;
    line-height: 20px;
    padding: 14px 0 15px;
    background: url(../image/pic22.png) repeat-x center bottom;
}
.qy_main1 img{
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.qy_main1 a{
    color: #808080;
}
.qy_main1 a:hover,.qy_main1 a.xz,.qy_main1 span.style1{
    color: #0470d4;
}
.qy_main2{
    width: 100%;
    margin-top: 30px;
}
.qy_main2_l{
    width: 20%;
}
.qy_main2_l .biaoti{
    width: 100%;
    padding: 1px;
}
.qy_main2_l .biaoti_nr{
    width: 100%;
    padding: 27px 20px;
    background-color: #f2f2f2;
}
.qy_main2_l .biaoti_nr1{
    font-size: 12px;
    color: #9d9d9d;
    width: 100%;
    line-height: 100%;
    text-transform:uppercase;
}
.qy_main2_l .biaoti_nr2{
    font-size: 28px;
    color: #1d1d1d;
    width: 100%;
    line-height: 100%;
    margin-top: 2px;
}
.qy_main2_l .list{
    width: 100%;
    border-top: 1px solid #e8e8e8;
}
.qy_main2_l .list p{
    font-size: 16px;
    color: #1d1d1d;
    width: 100%;
    margin: 0px;
    padding: 0 21px;
    border-bottom: 1px solid #e8e8e8;
}
.qy_main2_l .list p a{
    color: #1d1d1d;
    width: 100%;
    height: 54px;
    line-height: 53px;
    margin-bottom: -1px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
}
.qy_main2_l .list p a:after{
    content: "";
    width: 16px;
    height: 1px;
    background-color: #474747;
    position: absolute;
    bottom: 0px;
    left: 0px;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
.qy_main2_l .list p a:hover,.qy_main2_l .list p a.on{
    color: #1164b8;
}
.qy_main2_l .list p a:hover:after{
    width: 100%;
    background-color: #1164b8;
}
.qy_main2_r{
    width: 80%;
    padding-left: 50px;
    border-left: 1px solid #e8e8e8;
}
.qy_main2_r1{
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 3px solid #f2f2f2;
}
.qy_main2_r1 .title1{
    font-size: 30px;
    color: #dbdbdb;
    width: 100%;
    line-height: 100%;
    text-transform: uppercase;
}
.qy_main2_r1 .title2{
    font-size: 22px;
    color: #1d1d1d;
    width: 100%;
    line-height: 100%;
    margin-top: 4px;
}
.qy_main2_r2{
    color: #404040;
    width: 100%;
    line-height: 32px;
    margin-top: 18px;
}
.qy_main2_r2 .pic{
    margin: 10px 0 20px 30px;
}

.qy_main .main1{
    margin-top: 30px;
}

/* 新闻中心 */
.news_main{
    width:100%;
    margin-top: 6px;
}
.news_main ul{
    width:100%;
}
.news_main ul li{
    width:100%;
}
.news_main ul li{
    width:100%;
}
.news_main ul li .container{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #c7c7c7;
}
.news_main ul li .pic{
    width:23%;
    overflow: hidden;
}
.news_main ul li .pic img{
    width:100%;
}
.news_main ul li .text{
    width:77%;
    padding-left: 40px;
}
.news_main ul li .text .title{
    font-size: 22px;
    color: #333;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_main ul li .text .date{
    font-size: 14px;
    color: #8c8c8c;
    width: 100%;
    line-height: 100%;
    margin-top: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_main ul li .text .content{
    font-size: 14px;
    color: #4c4c4c;
    width: 100%;
    height: 78px;
    line-height: 26px;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news_main ul li:hover{
    background-color: #f2f2f2;
}
.news_main ul li:hover .text .title{
    color: #00abdf;
}
.news_main ul li:hover .text .date{
    color: #00abdf;
}

/* 新闻中心-详情 */
.newsxq_main{ width:100%; margin-top: 30px; overflow:hidden; }
.newsxq_main1{ font-size:30px; color:#1a1a1a; width:100%; text-align:center; }
.newsxq_main2{ font-size:14px; color:#8a8a8a; width:100%; margin-top:28px; padding-bottom:16px; border-bottom:1px solid #dfdfdf; }
.newsxq_main2 .title1{}
.newsxq_main2 .title1 span.style1{ margin-right:24px; }
.newsxq_main2 .title1 img{ margin-right:6px; }
.newsxq_main2 .title2{}
.newsxq_main2 .title2 .fxd{ line-height:18px; }
.newsxq_main2 .title2 .btn1{ width:22px; height:18px; margin:0 8px 0; }
.newsxq_main3{ font-size:14px; color:#737373; width:100%; line-height:34px; margin-top:20px; }

/* 联系我们 */
.contact_main{ width:100%; }
.contact_main1{ width:100%; margin-top:30px; border:1px solid #e7e1db; }
.contact_main1 *{ width:100%; }
.contact_main2{ width:100%; margin-top:28px; }
.contact_main2 p{ font-size:28px; color:#333; width:100%; margin:0px; }
.contact_main2 span{ font-size:12px; color:#c9c9c9; width:100%; text-transform:uppercase; display:block; }
.contact_main3{ font-size:16px; color:#595959; width:100%; margin-top:10px; }
.contact_main3 ul{ width:100%; line-height:32px; }
.contact_main3 ul li{ width:50%; padding-right:10px; }
.contact_main3 ul li img{ margin-right:10px; }

/* 应用领域 */
.field_main{
    width:100%;
}
.field_main1{
    width:100%;
}
.field_main1 ul{
    margin: 0 -15px;
}
.field_main1 ul li{
    width: 33.33%;
    margin-top: 30px;
    padding: 0 15px;
}
.field_main1 ul li .nr{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 11px rgba(160, 160, 160, 0.49);
}
.field_main1 ul li .nr .pic{
    width: 100%;
    overflow: hidden;
}
.field_main1 ul li .nr .pic img{
    width: 100%;
}
.field_main1 ul li .nr .title{
    font-size: 18px;
    color: #404040;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0 10px;
    background-color: #f2f2f2;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.field_main1 ul li .nr:hover .title{
    color: #0470d4;
}