@charset "utf-8";
*{
box-sizing: border-box;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr,span{margin:0;padding:0;}
body{font-size:12px;font-family: "Microsoft YaHei" ! important;color:#262626;background:#fff;margin:0 auto;padding:0px;}
a{text-decoration:none;color:#262626;outline:none;}
a:active{star:expression(this.onFocus=this.blur());}
img{border:0px;vertical-align: middle;}
li{list-style: none;}
.pt10{padding-top: 10px;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.pb10{padding-bottom: 10px;}
.pn5{padding: 5px;}
.pt5{padding-top: 5px;}
.pl5{padding-left: 5px;}
.pr5{padding-right: 5px;}
.pb5{padding-bottom: 5px;}
.mt10{margin-top: 10px;}
.mt30{margin-top: 30px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.mn5{margin: 5px;}
.mt5{margin-top: 5px;}
.ml5{margin-left: 5px;}
.mr5{margin-right: 5px;}
.mb5{margin-bottom: 5px;}
.ml36{margin-left: 36px;}
.wrap {
width:1500px;
margin: 0 auto;
}

.header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 22;
    background: url(headerbg.png) no-repeat center center / 100% 100%;
}

.header .wrap {
    width: 100%;
    padding: 0 60px;
}

.scrolled {}

.scrolled .nav ul li h3 a {}

.scrolled .nav ul li.on h3 a {}

.scrolled .nav ul li h3 a i {}

.logo {
    float: left;
}

.logo img {
    height: 60px;
    float: left;
    margin-top: 17px;
}

.nav {
    height: 38px;
    float: right;
    margin-right: 12px;
    margin-top: 31px;
}

.nav ul {
    float: left;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li h3 {
    float: left;
}

.nav ul li h3 a {
    height: 38px;
    font-size: 20px;
    color: #262626;
    line-height: 38px;
    font-weight: normal;
    padding: 0 14px;
    float: left;
    border-radius: 19px 19px 19px 19px;
}

.nav ul li:hover h3 a {
color: #fff;
background: #FFA123;
}

.nav ul li.on h3 a {
color: #fff;
background: #FFA123;
}

.nav ul li h3 a i {

    display: inline-block;
    vertical-align: middle;

    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
    margin-top: -4px;
    margin-left: 5px;


}

.nav ul li dl {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 38px;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.nav ul li:hover dl {
    display: block;
}

.nav ul li dl dd {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
}

.nav ul li dl dd a {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #262626;
    line-height: 40px;
}

.nav ul li dl dd a:hover {
    color: #262626;
    background: #ffffff;
}




.nav a.gohome {
    display: none;
}

.nav a.gohome i {
    display: none;
}

.nav a.gonav i {
    display: none;
}

.search {
    float: right;
    position: relative;
    width: 32px;
    height: 32px;
    padding: 1px;
    margin-top: 31px;
}

.search .keyword {
    float: left;
    background: rgba(255, 255, 255, 0.52);
    width: 0;
    position: absolute;
    right: 0;
    top: 32px;
    height: 32px;
    line-height: 32px;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    color: #262626;

}

.search:hover .keyword {
    width: 160px;
    padding: 0 5px;
}

.search .keyword:focus {
    outline: 0;
    border: 0px solid #000;
}

.search .tjbtn {
    width: 32px;
    height: 32px;
    float: right;
    background: url(sobtn.png) no-repeat center center;
    border: 0 none;
    color: #000;
    cursor: pointer;
    font-size: 0;
}

.scrolled .search .tjbtn {
    background: url(sobtn.png) no-repeat center center;

}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 80px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    background: #fff;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 100px;
    height: 8px;
background: #FFA123;
}

.banner .swiper-slide img {
    width: 100%;
}


.h100 {
    height: 100px;
}

.main {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.main .wrap {
    width: 1400px;
    margin: 0 auto;
}



.h2tit {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.h2tit h2 {
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 36px;
    color: #262626;
    line-height: 48px;
    text-indent: 76px;
}

.h2tit span {
    width: 100%;
    height: auto;
    float: left;
font-weight: 400;
font-size: 16px;
color: #FFA123;
    line-height: 22px;
    margin-top: 5px;
    text-transform: uppercase;

}

.h2tit:before {
    content: "";
    position: absolute;
    left: 0;
width: 60px;
height: 4px;
background: #FFA123;
    top: 24px;
}

.h2tit a.more {
    width: 162px;
    height: 42px;
    border-radius: 31px 31px 31px 31px;
    border: 1px solid #308ECF;
    font-weight: 400;
    font-size: 16px;
    color: #308ECF;
    line-height: 40px;
    text-align: center;
    float: right;
}

.h2tit a.more:after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(amore1.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}

.h2tit a.more:hover {
    color: #fff;
    background: #308ECF;
}

.h2tit a.more:hover:after {
    background: url(amore1on.png) no-repeat center center;
}

.iabout {
    width: 100%;
    overflow: hidden;
    background: url(zximg.png) no-repeat center center / 100% 100%;
    padding: 80px 0;
}

.iabout_info {
    width: 740px;
    height: auto;
    float: right;
}

.iabout_info h3 {
    width: 100%;
    height: auto;
    float: left;
font-weight: 500;
font-size: 24px;
color: #262626;
line-height: 36px;
margin-top: 48px;
padding-left: 76px;
}

.iabout_info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    margin-top: 36px;
    margin-bottom: 60px;
    padding-left: 76px;
}

.iabout_info a.more {
    width: 162px;
    height: 42px;
    border-radius: 31px 31px 31px 31px;
    border: 1px solid #308ECF;
    font-weight: 400;
    font-size: 16px;
    color: #308ECF;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-left: 76px;
}

.iabout_info a.more:after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(amore1.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}

.iabout_info a.more:hover {
    color: #fff;
    background: #308ECF;
}

.iabout_info a.more:hover:after {
    background: url(amore1on.png) no-repeat center center;
}

.iabout_pic {
    width: 642px;
    height: auto;
    float: right;
    position: relative;
    margin: 36px 0;
}

.iabout_pic img {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.iabout_picbg {
    width: 614px;
    height: 494px;
    float: left;
    position: absolute;
    top: -36px;
    left: 292px;
}

.iabout_picbg img {
    width: 100%;
    height: 100%;
    float: left;
}
.inews {
    width: 100%;
    overflow: hidden;
    background: url(inewsbg.jpg) no-repeat center center / 100% 100%;
    padding: 80px 0;
}

.inews .h2tit {
    width: 300px;
}

.inews .h2tit h2 {
    color: #fff;
}

.inews .h2tit span {
    color: #fff;
}
.inewsqh {
    width: 100%;
    height: auto;
    float: left;
}

.inewsqh .tab-hd {
    width: 100%;
    height: auto;
    float: left;
}

.inewsqh .tab-hd ul {
    float: right;
    margin-right: 68px;
}

.inewsqh .tab-hd ul:before {
    content: "";
    float: left;
    margin-top: 20px;
    width: 36px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}

.inewsqh .tab-hd ul li {
    float: left;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 42px;
    padding: 0 24px;
    opacity: 0.65;
    margin-right: 32px;
    cursor: pointer;
}

.inewsqh .tab-hd ul li.on {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 42px;
    opacity: 1;
}

.inewsqh .tab-hd a.more {
    width: 162px;
    height: 42px;
    border-radius: 31px 31px 31px 31px;
    border: 1px solid #ffffff;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    float: right;
}

.inewsqh .tab-hd a.more:after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(amore1on.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}

.inewsqh .tab-hd a.more:hover {
    color: #0D5EA2;
    background: #FFFFFF;
}

.inewsqh .tab-hd a.more:hover:after {
    background: url(amore1.png) no-repeat center center;
}

.inewsqh .tab-bd {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 36px;
}

.inewsqh .tab-bd .tab-pal {
    width: 100%;
    height: auto;
    float: left;
}
.inewsnqh .swiper-wrapper{
}

.inewsnqh .swiper-container {
      width: 100%;
      height: 100%;
    }
.inewsnqh .swiper-slide {
      background: #fff;
      padding: 36px;
      margin: 27px 0;
      border-bottom: 10px solid #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      transition: 300ms;
    }
.inewsnqh .swiper-slide-active,.inewsnqh .swiper-slide-duplicate-active{
    padding: 63px   36px;
    margin: 0;
    border-bottom: 10px solid #FFA123;
    }
.inewsnqh .swiper-slide .picbox {
width:100%;
height:0;
padding-bottom: 62.5%;
float:right;
position: relative;
overflow: hidden;
}

.inewsnqh .swiper-slide .picbox img {
width:100%;
height:100%;
position: absolute;
top: 0;
left: 0;
}
.inewsnqh .swiper-slide:hover .picbox img {
    -webkit-transform:scale(1.1, 1.1);
-moz-transform:scale(1.1, 1.1);
-o-transform:scale(1.1, 1.1);
-ms-transform:scale(1.1, 1.1);
transform:scale(1.1, 1.1);
}
.inewsnqh .swiper-slide h3 {
    font-weight: 500;
font-size: 16px;
color: #262626;
line-height: 24px;
width: 100%;
float: left;
margin-top: 36px;
margin-bottom: 16px;
}
.inewsnqh .swiper-slide p {
    font-weight: 400;
font-size: 14px;
color: #262626;
line-height: 20px;
width: 100%;
float: left;

}
.inewsnqh .swiper-slide-active h3,.inewsnqh .swiper-slide-duplicate-active h3{
    color: #006FCE;
}

.izjfz {
    width: 100%;
    overflow: hidden;
    background: url(izjfzbg.png) no-repeat center center / 100% 100%;
    padding: 80px 0 0;
}



.izjfzqh {
width: 100%;
height: auto;
float: left;
overflow: hidden;
position: relative;
margin-top: 36px;
}
.izjfzqh .swiper {
width: 100%;
height: 100%;
padding-left: 362px;
padding-right: 362px;
position: relative;

}
.izjfzqh .swiper-slide {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
border-radius: 11px;
overflow: hidden;
position: relative;

}
.izjfzqh .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.izjfzqh .swiper-container-horizontal>.swiper-pagination-bullets,
.izjfzqh .swiper-pagination-custom,
.izjfzqh .swiper-pagination-fraction {
bottom: 0px;
display: flex;
justify-content: center;
align-items: center;
}
.izjfzqh .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
width: 14px;
height: 14px;
background: #0134A1;
opacity: 0.4;
}
.izjfzqh .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
opacity: 1;
width: 14px;
height: 14px;
background: #0134A1;
}


.izjfzqh .swiper-slide .info{
width: 598px;
height: 316px;
background: #000;
padding: 60px 36px;
background: rgba(255,255,255,0.7);
position: absolute;
left: 80px;
z-index: 1;
top: 50%;
transform: translateY(-50%);
display: flex;
flex-direction: column;
}
.izjfzqh .swiper-slide .info h3{
    width: 100%;
    float: left;
    font-weight: 500;
font-size: 24px;
color: #262626;
line-height: 36px;
}

.izjfzqh .swiper-slide .info p{
    width: 100%;
    float: left;
    font-weight: 400;
font-size: 16px;
color: #262626;
line-height: 30px;
margin-top: 24px;
margin-bottom: 24px;
}

.izjfzqh .swiper-slide .info .more{
    float: left;
display: inline-block;
height: auto;
    font-weight: 400;
font-size: 16px;
color: #006FCE;
line-height: 30px;
position: relative;
font-style: normal;
padding-left: 52px;
}

.izjfzqh .swiper-slide .info .more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 36px;
height: 2px;
background: #006FCE;
}
.izjfzqh .qhbtn{
    width: 168px;
    height: 48px;
    z-index: 1;
display: flex;
position: absolute;
left: 50%;
margin-left: 421px;
top: 50%;transform: translateY(-50%);
}
.izjfzqh .swiper-button-next {
    width: 84px;
    height: 48px;
    overflow: hidden;
    background: url(jtr.png) no-repeat center center;
    right: 0;
    font-size: 30px;
    color: #000;
    text-align: center;
    transition:all 0s ease 0s;
}

.izjfzqh .swiper-button-prev {
    overflow: hidden;
    width: 84px;
    height: 48px;
    background: url(jtr.png) no-repeat center center;
    transform: rotate(180deg);
    left: 0;
    font-size: 30px;
    color: #000;
    text-align: center;
    transition:all 0s ease 0s;
}

.izjfzqh .swiper-button-next:hover {
    background: url(jtl.png) no-repeat center center;
    transform: rotate(180deg);
    transition:all 0s ease 0s;
}

.izjfzqh .swiper-button-prev:hover {
    background: url(jtl.png) no-repeat center center;
    transform: rotate(0deg);
    transition:all 0s ease 0s;

}

.izjfzqh .swiper-button-next:after,
.izjfzqh .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.izjfzqh .swiper-button-prev:after,
.izjfzqh .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
.footer {
    width: 100%;
    overflow: hidden;
    background: url(footerbg.png) no-repeat center center / 100% 100%;
    padding: 36px 0;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.footer p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}

.footer a {
    color: #FFFFFF;

}

.footer i {
    width: 1px;
    height: 14px;
    display: inline-block;
    background: #ffffff;
    vertical-align: middle;
    margin: 0 20px;
}
































.nbanner {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.nbanner img {
    width: 100%;
    height: auto;
    float: left;
}


.position {
    width: 100%;
    height: auto;
    float: left;
    margin: 25px 0 25px 0;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.position span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.position a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.position a:hover {
    color: #308ECF;
}


.pleft {
    width: 368px;
    background: #FBFBFB;
    border: 1px solid #E8E8E8;
    float: left;
    padding: 36px 24px;
}

.side_tit {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 24px;
}

.side_tit h2 {
    width: 100%;
    line-height: 24px;
    height: 24px;
    font-size: 20px;
    color: #262626;
    float: left;
}

.side_tit i {
    width: 80px;
    height: 2px;
    background: #308ECF;
    float: left;
    display: inline-block;
    margin-top: 16px;
}

.sidebar {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

.sidebar ul {
    width: 100%;
    height: auto;
    float: left;
}

.sidebar ul li {
    width: 100%;
    height: auto;
    float: left;
}

.sidebar ul li a {
    width: 100%;
    line-height: 48px;
    background: #F6F6F6;
    font-size: 16px;
    color: #262626;
    padding: 0 16px;
    margin-bottom: 16px;

    float: left;
}

.sidebar ul li a.on {
    color: #fff;
    background: #308ECF;

}

.sidebar ul li a:hover {
    color: #fff;
    background: #308ECF;

}

.lcontact {
    width: 100%;
    height: auto;
    float: left;
}

.lcontact p {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E8E8E8;
    font-size: 16px;
    color: #262626;
    line-height: 68px;
    float: left;
}

.pright {
    width: 972px;
    float: right;
    margin-bottom: 44px;
}
.r_tit {
    width: 100%;
    height: 43px;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 24px;
}

.r_tit h2 {
    width: 100%;
    line-height: 27px;
    font-size: 20px;
    color: #262626;
    float: left;
}

.r_tit h2 span {
    color: #308ECF;
}

.pro_lista {
    width: 100%;
    height: auto;
    float: left;

}

.pro_lista ul {
    width: 100%;
    height: auto;
    float: left;
}

.pro_lista ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 36px;
}

.pro_lista ul li:nth-child(3n) {
    margin-right: 0
}

.pro_lista ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    float: right;
    position: relative;
    overflow: hidden;
}

.pro_lista ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pro_lista ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.pro_lista ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 24px;
    border: 1px solid #E8E8E8;
}

.pro_lista ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 16px;
    color: #262626;
}

.pro_lista ul li .info i {
    width: 100%;
    background: #F6F6F6;
    color: #262626;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;

    font-size: 16px;
    float: left;
}

.pro_lista ul li a:hover .info i {
    color: #fff;
    background: #308ECF;
}

.tg_pages {
    float: left;
    overflow: hidden;
    margin-bottom: 64px;

    text-align: center;
    width: 100%;
}

.tg_pages li {
    display: inline-block;
}

.tg_pages li a {
    border: 1px solid #E8E8E8;
    color: #262626;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px 4px 4px 4px;
}

.tg_pages li.thisclass a {
    background: #308ECF none repeat scroll 0 0;
    border: 1px solid #308ECF;
    color: #ffffff;
}

.tg_pages li a:hover {
    background: #308ECF none repeat scroll 0 0;
    border: 1px solid #308ECF;
    color: #ffffff;
}

.article {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article h1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
}

.article .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
}

.article .info h3 {
    font-size: 16px;
}

.article .content {
    width: 100%;
    height: auto;
    float: left;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.article .content h2 {
    width: 100%;
    height: auto;
    float: left;
    line-height: 30px;
    margin: 5px 0;
    color: #333;
    font-size: 16px;
    border-bottom: 2px solid #308ECF;
    margin-top: 5px;
}

.article .content p {
    width: 100%;
    height: auto;
    float: left;
    line-height: 1.6;
    margin: 5px 0;
    color: #666;
    text-indent: 2em;
}

.news_list {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 12px;
}

.news_list ul {
    width: 100%;
    height: auto;
    float: left;
}

.news_list ul li {
    width: 100%;
    height: auto;
    float: left;
    padding: 36px;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    margin-bottom: 24px;
    border-bottom: 2px solid #308ECF;
}

.news_list ul li .picbox {
    width: 242px;
    height: 0;
    padding-bottom: 20.1%;
    margin-right: 24px;
    float: left;
    position: relative;
    overflow: hidden;
}

.news_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news_list ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news_list ul li .info {
    width: calc(100% - 266px);
    float: right;
    height: auto;
}

.news_list ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    font-weight: normal;
    color: #262626;
}

.news_list ul li .info span {
    height: 17px;
    font-size: 14px;
    color: #999999;
    line-height: 17px;
    margin: 16px 0;
    float: left;
}

.news_list ul li .info span.hits {
    background: url(iconhits.png) no-repeat left center;
    padding-left: 36px;
    margin-left: 60px;
}

.news_list ul li .info p {
    width: 100%;
    height: 44px;
    overflow: hidden;
    margin-bottom: 36px;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.news_list ul li .info i {
    width: 162px;
    height: 42px;
    border-radius: 31px 31px 31px 31px;
    border: 1px solid #308ECF;
    border: 1px solid #308ECF;
    font-weight: 400;
    font-size: 16px;
    color: #308ECF;
    line-height: 40px;
    text-align: center;
    float: right;
    font-style: normal;
}

.news_list ul li .info i:after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(amore1.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}

.news_list ul li a:hover .info i:hover {
    color: #fff;
    background: #308ECF;
}

.news_list ul li .info i:hover:after {
    background: url(amore1on.png) no-repeat center center;
}








.news_list2 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 12px;
}

.news_list2 ul {
    width: 100%;
    height: auto;
    float: left;
}

.news_list2 ul li {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0;
}


.news_list2 ul li a {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    font-weight: normal;
    color: #262626;
    white-space: nowrap;text-overflow:ellipsis; overflow:hidden; display:block;
}

.news_list2 ul li span {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    float: right;
}
.news_list2 ul li:nth-child(5n) {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.news_list2 ul li a:hover {color: #308ECF;}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
.888888 {
width:auto;
height:auto;
float:left;
}
