body{
    background: #FAFAFA;
    position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header{
    padding: 0 60px;
    background: #fff;
    min-width: 1200px;
}
.header.bgf{
    background: #fff;
}
.header .top{
    height: 74px;
    border-bottom: 1px solid #E6E6E6;
}
.header .logo{
    margin: 10px 0;
    background: url(../images/logo.png) no-repeat left center;
    padding-left: 160px;
    display: block;
    height: 55px;
}
.header .logo h2{
    display: block;
    margin: 0;
    padding: 0;
    border-left:2px solid #0F85DD;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-left: 18px;
    position: relative;
    top:7px;
}
.header .tel{
    height: 74px;
    display: table-cell;
    vertical-align: middle
}

.header .nav{
}
.header .nav-bar{
    height: 70px;
}
.header .nav-bar .li{
    height: 70px;
    line-height: 70px;
    float: left;
}
.header .nav-bar .li>a{
    padding: 0 25px;
    font-size: 18px;
    display: block;
    height: 100%;
}
.header .nav-bar .li-index a{
    padding-left: 0;
}

.header .nav-bar .li:hover{
	background:#0b99fc;
	color:#ffffff;
}
.header .nav-bar .li:hover a{
	color:#ffffff;
}
.header .nav-bar .curr{
	background:#0e86dd;
	color:#ffffff;
}
.header .nav-bar .curr a{
	color:#ffffff;
}
.tform{
    text-align: right;
}
.tform{
    padding: 23px 0;
    height: 24px;
    line-height: 24px;
}
.tform span{
    display: inline-block;
    border-right: 1px solid #c5c5c5;
    padding-right: 10px;
    margin-right: 10px;
}
.tform .b{
    display: inline-block;
    width: 20px;
    height: 24px;
    background:transparent url(../images/ss.png) no-repeat center 2px;
    border: 0;
    vertical-align: middle;
}
.tform .i{
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #c5c5c5;
    display: none;
}
.tform img{
    vertical-align: middle;
}

.picScroll-left{ overflow:hidden; position:relative; }
.picScroll-left .hd{ overflow:hidden; }
.picScroll-left .hd .prev,.picScroll-left .hd .next{
    display: none;
}
.picScroll-left .hd ul{
    width: 1200px;
    margin: 0 auto;
}
.picScroll-left .hd ul li{
    float: left;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    padding: 0 25px;
}
.picScroll-left .pageState{
    display: none;
}
.picScroll-left .hd ul li.on{
    color: #0056B0;
}
.picScroll-left .bd{
    background: #fff;
}
.picScroll-left .bd ul{ overflow:hidden; zoom:1;
    margin: 0 auto;
    width: 1200px;
}
.picScroll-left .bd ul li{
    width: 300px;
    height: 280px;
}
.picScroll-left .bd ul li .pic{
    display: block;
    width: 100%;
    /*height: 100%;*/
    position: relative;
}
.picScroll-left .bd ul li .pic .img{
    display: block;
    width: 100%;
    height: 100%;
}
.picScroll-left .tempWrap{
    width: 1200px;
    margin: 0 auto;
}
.picScroll-left .l,.picScroll-left .r{
    display: block;
    height: 360px;
    background: rgba(255,255,255,.5);
    bottom:0;
    position: absolute;
    width: 1000px;
    z-index: 99;
}
.picScroll-left .r{
    left: 50%;
    margin-left: 600px;
}
.picScroll-left .l{
    right: 50%;
    margin-right: 600px;
}
.picScroll-left .box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(15,133,221,.7);
    padding: 30px 60px;
    color: #fff;
    display: none;
}
.subnav{
    position: absolute;
    left: 0;
    right: 0;
    top:144px;
    background: #fff;
    z-index: 999;
    display: block;
    padding: 20px 60px;
    -moz-box-shadow: 0 3px 3px 0px #eee;
    -webkit-box-shadow: 0 3px 3px 0px #eee;
    box-shadow: 0 3px 3px 0px #eee;
    display: none;
    border-top:1px solid #eee;
}
.subnav img{

}
.header .nav-bar .li .sn {
    font-size: 16px;
    color: #0383cc;
    margin-bottom: 15px;
    line-height: 1.4em;
}
.header .nav-bar .li .sn a.n{
    margin-right: 30px;
    color: #0383cc;
}
.header .nav-bar .li .sn a.n:hover{
    margin-right: 30px;
    color: #d30000;
} 
.sn .it1{
    display: block;
    width: 33.33%;
    float: left;
}
.sn .it1:hover{
    color: #000;
}
.sn .it1 .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sn .it1 .title:hover{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
	color:#0aa0f6;
}

.sn .b{
    padding: 10px 20px;
}
.sn .b .title{
    color:#666
}
.sn .m{
    clear: both;
    margin-top: 15px;
}
.sn .m .s{
    background: #0383cc;
    padding: 10px 40px;
    display: block;
    float: left;
    clear: both;
    color: #fff;
}
.sn .m .s:hover{
    background: #0aa0f6;
    padding: 10px 40px;
    display: block;
    float: left;
    clear: both;
    color: #fff;
}
.sn .des{
    color: #666;
    font-size: 16px;
}

.sn .des:hover{
    color: #0383cc;
    font-size: 16px;
}
.picScroll-left .box .catname{font-size: 18px;}
.picScroll-left .box .title{
    font-size: 16px;
}
.picScroll-left .box .x{
    height: 18px;
    margin-bottom: 50px;
    border-bottom: 2px solid #fff;
    width: 2em;
}

.picScroll-left .box .ms a{
    display: block;
    width: 33.33%;
    float: left;
    padding-top: 32px;
    color: #fff;
}
.picScroll-left .box .gs{
    background: url(../images/gs.png) no-repeat left top;
    background-size: 25px;
}
.picScroll-left .box .cs{
    background: url(../images/cs.png) no-repeat center top;
    background-size: 20px;
    text-align: center;
}
.picScroll-left .box .gd{
    background: url(../images/q2.png) no-repeat right top;
    background-size: 22px;
    text-align: right;
}

.banner{
    height: 680px;
    overflow: hidden;
}
.banner .prenext{
    height: 50px;
    background: #F4F4F4;
}
.banner .prenext a{
    display: block;
    width: 50%;
    height: 50px;
    float: left;
    display: block;
}
.banner .prenext a.prev{
    background: #F4F4F4 url(../images/ilrl.jpg) no-repeat right center;
}
.banner .prenext a.next{
    background: #F4F4F4 url(../images/ilrr.jpg) no-repeat left center;
}
.fullSlide{ width:100%;  position:relative;  height:630px; }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:630px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:630px; }

.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:50px; line-height:50px; text-align:center;
    _background:#000; _filter:alpha(opacity=60);
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:12px; height:12px; margin:10px; background:url(../images/tg_flash_p.png) -14px 0; overflow:hidden;
    line-height:9999px;
}
.fullSlide .hd ul .on{ background-position:0 0; }

.catimg{
    height: 350px;
    background-position: center top;
    clear: both;
}
.subcat{
    padding: 25px 0 5px 0;
    text-align: center;
    border-bottom: 1px dotted #ccc;
}

.subcat a{
    display: inline-block;
    border: 1px solid #DFDFDF;
    background: #fff;
    padding: 8px 68px;
    font-size: 16px;
    margin: 0 30px;
    margin-bottom: 20px;
}
.subcat a:nth-child(1),.subcat a:nth-child(5){
    margin-left: 0;
}
.subcat a:nth-child(4),.subcat a:last-child{
    margin-right: 0;
}

.subcat a img{
    vertical-align: middle;
    margin-right: 8px;
}
.subcat a.curr,.subcat a:hover{
	border:1px solid #0b99fc;
    -moz-box-shadow:0px 0px 8px #0b99fc; -webkit-box-shadow:0px 0px 8px #0b99fc; box-shadow:0px 0px 8px #0b99fc;
}

.page-show{
    font-size: 16px;
}
.page-show a:hover{
    font-size: 16px;
	color:#0768d9;
	
}

.list-img{}
.list-img .li {
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.list-img .li:nth-child(4n){
    margin-right: 0;
}
.list-img .li .img{
    border-radius: 5px;
    -moz-box-shadow:0px 0px 5px #ccc; -webkit-box-shadow:0px 0px 5px #ccc; box-shadow:0px 0px 5px #ccc;
    background: #fff;

    text-align: center;
    height: 213px;
    line-height: 213px;
    width: 285px;
    overflow: hidden;
}
.list-img .li img{
    max-width: 285px;
    max-height: 213px;
}
.list-img .tit{
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
}
.list-img .time{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #C3C3C3;
    text-align: center;
}
.list-img .time img{
    vertical-align: middle;
    text-align: center;
    position: relative;
    top:-2px;
}

.loadmore{
    text-align: center;
    margin-bottom: 20px;
}

.list-thumb{}
.list-thumb .li{
    width: 378px;
    float: left;
    margin-right: 33px;
    margin-bottom: 50px;
}
.list-thumb .li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.list-thumb .li a .d{
    position: absolute;
    left: 167px;
    top:273px;
    z-index: 99;
    width: 44px;
    height: 44px;
    background: url(../images/d.png) center center no-repeat;
}
.list-thumb .li a:hover{
    color: #000;
}
.list-thumb .li .img{
    display: block;
    width: 100%;
    height: 295px;
    margin-bottom: 30px;
    border: 1px solid #efefef;
}
.list-thumb .li:hover .img{
    -moz-box-shadow:0px 0px 5px #ccc; -webkit-box-shadow:0px 0px 5px #ccc; box-shadow:0px 0px 5px #ccc;
}
.list-thumb .li .tit{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;

}
.list-thumb .li .time{
    height: 20px;
    line-height: 20px;
}
.list-thumb .li .desc{
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.list-thumb .li:nth-child(3n){
    margin-right: 0;
}

.list-thumb2 .li{
    width: 240px;
    float: none;
    margin: 0 auto;
    clear: both;
    margin-bottom: 15px;
}
.list-thumb2 .li .img{
    height: 190px;
    margin-bottom: 20px;
}
.list-thumb2 .li a .d{
    top:170px;
    left: 103px;
    width: 34px;
    height: 34px;
    background-size: 34px;
}
.list-thumb2 .li .tit{
    font-size: 14px;
    text-align: center;
}
.show-r-m{
    display: block;
    text-align: center;
}




.prev-next{
    font-size: 16px;
}
.prev-next .li{
    width: 50%;
    float: left;
}
.prev-next .li img{
    vertical-align: middle;
}

.related{
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 25px;
}
.art-h1{
    font-size: 20px;
    text-align: center;
}
.art-info{
    text-align: center;
}

.proform{
    height: 100%;
    float: right;
    position: relative;
}
.proform .input{
    font-size: 16px;
    border: 1px solid #DEDEDE;
    padding: 5px;
    font-family: inherit;
    display: inline-block;
    height: 25px;
    width: 250px;
}
.proform span{
    font-size: 14px;
    margin-right: 20px;
}
.proform .sb{
    display: block;
    float: right;
    width: 50px;
    border: 0;
    background: url(../images/fdj.jpg) no-repeat right center;
    height: 35px;
    position: absolute;
    top:7px;
    right: 1px;
    cursor: pointer;
}
.pronav {
    width: 255px;
    margin-right: 15px;
    text-align: center;
}
.pronavfa{
    text-align: left;
    text-indent: 4em;
    background: #fff;
    margin-right: 0;
}
.pronav .li{
    display: block;
    position: relative;
    height: 55px;
    line-height: 55px;
    border: 1px solid #dedede;
    font-size: 16px;
    margin: -1px 0;
}
.pronav a.curr{
	background:#0e86dc;
	border: 1px solid #0e86dc;
	color:#fff;
    /*-moz-box-shadow:0px 0px 5px #0e86dc; -webkit-box-shadow:0px 0px 5px #0e86dc; box-shadow:0px 0px 5px #0e86dc;*/
}
.pronav a.li:hover{
	-moz-box-shadow:0px 0px 5px #0e86dc; -webkit-box-shadow:0px 0px 5px #0e86dc; box-shadow:0px 0px 5px #0e86dc;
}

.pronav a.act{
    -moz-box-shadow:0px 0px 5px #0e86dc; -webkit-box-shadow:0px 0px 5px #0e86dc; box-shadow:0px 0px 5px #0e86dc;
}

.pronavfab{
    -moz-box-shadow:0px 0px 10px #ccc; -webkit-box-shadow:0px 0px 10px #ccc; box-shadow:0px 0px 10px #ccc;
}
.pronavfab .li{
    display: none;
}
.pronavfab .li img{
    width: 945px;
    height: 525px;
    display: block;
}
.pronav a.act{
    background: url(../images/xx.png) no-repeat 180px center;
}
.cpli {
    margin-left: 20px;
    border:1px solid #dedede;
    width: 443px;
    height: 333px;
    float: left;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.cpli .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 333px;
    width: 443px;
}
.cpli .img img{
    max-width: 443px;
    max-height: 333px;
}
.cpli .tit{
    padding: 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	background:#fff;
	color:#000;
}
.cpli .zz{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.cpli a{
    color: #fff;
}
.cpli .tm{
    background: rgba(0,110,210,.7);
}
.cpli .tit2{
    padding-top: 50px;
    line-height: 28px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin: 0 auto 40px;
    max-width: 100%;
}
.cpli .lis{
    font-size: 14px;
    margin-bottom: 50px;
    clear: both;
    overflow: hidden;
}
.cpli .lis a{
    display: block;
    width: 25%;
    float: left;
}
.cpli .lis a i{
    display: block;
    width: 40px;
    height: 40px;
    clear: both;
    margin: 0 auto;
}
.cpli .lis a.c1 i{
    background: url(../images/gs.png) no-repeat center center;
    background-size: 80%;
}
.cpli .lis a.c2 i{
    background: url(../images/cs.png) no-repeat center center;
    background-size: 70%;
}
.cpli .lis a.c3 i{
    background: url(../images/zs.png) no-repeat center center;
    background-size: 80%;
}
.cpli .lis a.c4 i{
    background: url(../images/td.png) no-repeat center center;
    background-size: 80%;
}
.cpli .m{
    display: block;
    clear: both;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background: url(../images/x.png) no-repeat center center;
}

.backlist{
    float: right;
    display: inline-block;
    background: #0C88DE;
    color: #fff;
    padding: 0 30px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}
.backlist img{
    vertical-align: middle;
}
.backlist:hover{ color: #fff; }


.show-zd {
    background: rgba(12,136,222,.9);
    height: 115px;
    position: relative;
    z-index: 999;
}
.show-zd .box{
    width: 1300px;
    margin: 0 auto;
}
.show-zd .box .li{
    width: 16.6666%;
    float: left;
    height: 65px;
    display: block;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.show-zd .box .li:hover{
    width: 16.6666%;
    float: left;
    height: 65px;
    display: block;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
	font-weight:bold;
	color:#fff;
    position: relative;
}
.show-zd .box a.curn{
    width: 16.6666%;
    float: left;
    height: 65px;
    display: block;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
	font-weight:bold;
	color:#fff;
    position: relative;
}

.show-zd .li .x{
    border-right:1px solid #9FD0F1;
    display: block;
    float: right;
    height: 65px;
    width: 0;
    position: absolute;
    top:25px;
    right: 0;
}
.show-zd .li .b{
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 40px;
    clear: both;
}
.show-zd .li1 .b{
    background: url(../images/gs.png) no-repeat center center;
}
.show-zd .li2 .b{
    background: url(../images/td.png) no-repeat center center;
}
.show-zd .li3 .b{
    background: url(../images/cs.png) no-repeat center center;
}
.show-zd .li4 .b{
    background: url(../images/tj.png) no-repeat center center;
}
.show-zd .li5 .b{
    background: url(../images/sp.png) no-repeat center center;
}
.show-zd .li6 .b{
    background: url(../images/al.png) no-repeat center center;
}
.show-zd .jt{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 15px;
    bottom: 0;
    left: 0;
    background: url(../images/jt.png) no-repeat center bottom;
    display: none;
}
.pro-tab-nrs{
    padding-top: 30px;
}
.pro-tab-nr{
    display: none;
}
.pro-tab-nr .h3{
    margin-bottom: 20px;
}
.pro-tab-nr .nr{
    font-size: 16px;
    background: #F6F6F6;
    padding: 30px;
}

.w3cFocus{ width:100%;  position:relative;  height:600px;  }
.w3cFocus .prev,.w3cFocus .next{ position:absolute;  display:block;  left:200px; top:210px; width:30px; height:50px; background:url(../images/jz.png) no-repeat; filter:alpha(opacity=80);opacity:0.8;  }
.w3cFocus .next{ left:auto; right:200px; background:url(../images/jr.png) no-repeat; }
.w3cFocus .prev:hover,.w3cFocus .next:hover{ filter:alpha(opacity=100) !important;opacity:1 !important;  }
.w3cFocusIn{ width:620px; position:relative;  margin:0 auto;  overflow:hidden;  }
.w3cFocusIn .bd{
    margin-bottom: 15px;
}
.w3cFocusIn .bd li{ display: block; text-align: center; vertical-align:middle; width: 620px;height: 470px; line-height: 470px; }
.w3cFocusIn .bd li img{ max-width:620px; max-height:470px; vertical-align:middle; }
.w3cFocusIn .hd{   }
.w3cFocusIn .hd ul{ text-align: center; overflow:hidden; zoom:1; }
.w3cFocusIn .hd ul li{  position:relative; display:inline-block; width: 120px; height: 90px; border:1px solid #eee; }
.w3cFocusIn .hd ul li img{ width:120px; height:90px; }
.w3cFocusIn .hd ul li.on{ border-color: #ccc; }

.go-top{position: fixed;bottom: 40px;right: 20px;width: 52px;z-index: 999; height: 215px;}
.go-top a{display: block;width: 52px;height: 53px;margin-bottom: 2px;background-image: url(../images/t.png?);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -162px;}
.go-top .feedback{background-position: 0 -107px;}
.go-top .uc-2vm{background-position: 0 161px;}
.go-top .uc-2vm-pop{
    position: absolute;right: 60px;top: 0px;
    width: 120px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);
    background: #fff;
}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}
.logo-2wm-box img{
    display: block;
}
.dn{
    display: none;
}

.tbewm{
    position: absolute;
    z-index: 2;
    display: none;
    left: 50%;
}
.tbewm img{
    display: block;
}
.tewm{
    top: 130px;
    left: auto;
    display: block;
    right: 55px;
}
.bewm{
    bottom: 0;
    display: block;
    margin-left: 90px;
}


.form{}
.form input,.form textarea{
    border: 1px solid #ddd;
    padding: 8px;
    background: transparent;
    font-size: 18px;
}
.form input{
    width: 290px;
}
.form div{
    padding: 10px 0;
    overflow: hidden;
}

.news-con{
    padding: 0 50px;
    background: #fff;
}
.crumbs{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
}



.fadt{
    margin-bottom: 40px;
    -moz-box-shadow:0px 0px 10px #ccc;
    -webkit-box-shadow:0px 0px 10px #ccc;
    box-shadow:0px 0px 10px #ccc;
    position: relative;
    min-height: 570px;
}
.fadt .js{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 16px;
}
.fadt .js .t{
    font-weight: bold;
    font-size: 20px;
}
.fadt .js .e{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 0 10px;
}
.fadt img{
    display: block;
    margin: 0 auto;
}
.fanav{
    padding: 40px 0 20px;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.fanav a{
    width: 120px;
    float: left;
    display: block;
    margin-right: 15px;
    overflow: hidden;
}
.fanav a:hover{
    width: 120px;
    float: left;
    display: block;
    margin-right: 15px;
    overflow: hidden;
	-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);
    -o-transform:translateY(-10px);transform:translateY(-10px);

}
.fanav a.con span{
	font-weight:bold;
	color:#014492;
}


.fanav a:last-child{
    margin-right: 0;
}
.fanav a span{
    display: block;
    font-size: 18px;
    line-height: 48px;
}

.ils {}
.ils .li{
    float: left;
    text-align: center;
    background: url(../images/ibg.jpg) no-repeat center bottom;
    padding: 0 15px 18px 15px;
	width: 277px;
height: 200px;
overflow: hidden;
}

.ils .li img{
    border: 1px solid #D8D8D8;
    display: block;
    margin: 0 auto;
    width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
.ils .li img:hover{width:277px; height:200px; transform: scale(1.4);}
.htit2 {
    font-size: 18px;
    position: relative;
}
.htit2 .e{
    text-transform: uppercase;
    font-weight: 100;
    color: #666;
}
.htit2 .z{
    font-weight: bold;
    font-size: 20px;
}
.htit2 .x{
    width: 3.5em;
    height: 10px;
    border-bottom: 2px solid #D0D0D0;
}
.htit2 .m{
    float: right;
    color: #888;
    font-size: 16px;
    display: block;
    position: absolute;
    right:0;
    bottom: 0;
}
.htit2 .m:hover{
    float: right;
    color: #0056B0;
    font-size: 16px;
    display: block;
    position: absolute;
    right:0;
    bottom: 0;
}
.in{
    width: 1304px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.in .a{
    border: 1px solid #F5F5F5;
    width: 324px;
    height: 254px;
    display: block;
    float: left;
    background: #fff;
}
.in .a:hover{
    color: #fff;
    background: url(../images/bg1.png) repeat center center;
}
.in .a:hover .r{
    background: url(../images/q2.png) no-repeat right center;
}
.in .a:hover i{
    border-color: #fff;
}
.in .b{
    padding: 40px 50px;
}
.in .t{
    font-size: 18px;
    font-weight: bold;
}
.in .d{
    clear: both;
    font-size: 16px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
}
.in .r{
    background: url(../images/q1.png) no-repeat right center;
    height: 30px;
    line-height: 30px;
}
.in i{
    display: block;
    height: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #D0D0D0;
    width: 2.5em;

}
.ihy{
    background: #F4F4F4;
    padding: 40px 30px 30px 0;
}
.ihy .a{
    display: block;
    width: 215px;
    height: 135px;
    float: left;
    margin-right: 31px;
    margin-bottom: 33px;
}

.ihy .a:hover{
	transition:0.5s
    display: block;
    width: 215px;
    height: 135px;
    float: left;
    margin-right: 31px;
    margin-bottom: 33px;
	-webkit-transform:translateY(-15px);-moz-transform:translateY(-15px);-ms-transform:translateY(-15px);
    -o-transform:translateY(-15px);transform:translateY(-15px);
}

.ihy .a:nth-child(5),.ihy .a:nth-child(10){
    margin-right: 0;
}

.footer{
    border-top:1px solid #D0D0D0;
    padding-top: 30px;
    font-size: 14px;
    background: #fff;
}

.footer .fli{
    width: 25%;
    float: left;
    margin-bottom: 12px;
}

.footer .fli .fnav a{
    color: #000;
    font-size: 16px;
}
.footer .fli .fnav a:hover{
    color: #0e86dd;
    font-size: 16px;
}
.footer .fli .fnav .li{
    width: 50%;
    float: left;
    padding: 2px 0;
}

.footer .copyright{
    color: #000;
    padding: 10px 0 0;
    border-top:1px solid #D0D0D0;
}
.footer .fli dt.title{
    font-size: 16px;
}
.footer .fli dd.x{
    padding-top: 8px;
    height: 8px;
}
.footer .fli dd.x img{
    display: block;
}
