@charset "utf-8";
div,
table,
td,
ul,
font,
form,
html,
body,
th,
tr,
h1,
h2,
h3,
h4,
h5,
h6,
input,
span {
    padding: 0;
    margin: 0
}

.fixed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fixed {
    display: block;
}

.fixed {
    min-height: 1%;
}

* html .fixed {
    height: 1%;
}

a {
    color: #b3b3b3;
    text-decoration: none;
    hide-focus: expression(this.hideFocus=true);
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #0046bb;
}

div,
ul,
li {
    margin: 0px 0px;
    padding: 0px 0px;
}

ul,
li {
    list-style: none;
}
img {
    border: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family:"Microsoft Yahei";
    color: #747474;
    /*font-family:Neuropol;*/
}

.top {
    width: 100%;
    box-shadow: -1px 0 3px rgba(0, 0, 0, 0.5);
    left: 0;
    position: fixed;
    z-index: 16;
    background: #fff;
    top: 0;
}

.logo {
    width: 183px;
    float: left;
    display: block;
}

.nav {
    display: block;
    float: right;
	padding-right:5%;
}

.nav li {
    display: block;
    float: left;
    font-size: 15px;
    height: 90px;
    line-height: 90px;
    width: auto;
    padding: 0px 30px;
    font-weight: bold;
}

.nav li.li_on a{ color:#0046bb;}

.nav a.act {
    color: #b3b3b3;
}

.pc-menu {
    position: absolute;
    right: 0;
}
.pc-menu .srch{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 90px;
    width: 900px;
    background: url(../images/sd-1.png) repeat-y 0 0 #fafafa;
    width: 0;
    overflow: hidden;
}
.pc-menu .srch >a{
    display: inline-block;
    width: 90px;
    height: 90px;
  
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.pc-menu .srch >a:hover{
    opacity: .8;
}
.pc-menu .srch p{
    padding: 0;
    margin: 0;
    padding-left: 450px;
    position: relative;
}
.pc-menu .srch p >label{
    position: absolute;
    left: 80px;
    top: 0;
    line-height: 90px;
    color: #c6c6c6;
    font-size: 18px;
    font-family: Arial;
    padding-right: 30px;
}
.pc-menu .srch p >label:after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 32px;
    background-color: #a2a2a2;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
}
.pc-menu .srch p >input[type="text"]{
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 90px;
    font-size: 30px;
    background: transparent;
	float:left;
	color:#d1cece;
}

.pc-menu .srch p >input[type="submit"]{
    border: none;
    padding: 0;
    margin: 0;
    width: 90px;
    height: 90px;
    font-size: 30px;
    background: transparent;
	float:right;
	margin-right:90px;
	position:relative;
	margin-top:-90px;
	background: url(../images/ss.png) no-repeat center;
}

.pc-menu .srch p >input[type="text"]:focus{
    outline: none;
}

.pc-menu li.nav-toggle {
    width: 90px;
}

.pc-menu li {
    display: block;
    float: left;
}

.menu-handler {
    cursor: pointer;
    display: block;
    height: 90px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    width: 100%;
}

.menu-handler .menu-txt {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    left: 0;
    line-height: 90px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.menu-handler .menu-txt img {
    width: 34px;
    height: 34px;
    padding-top: 28px;
}

.banner {
    width: 100%;
    height: 640px;
    margin: 0 auto;
    margin-top: 90px;
}

.iabout {
    width: 1200px;
    height: 330px;
    margin: 0 auto;
    padding: 60px;
}

.iabouttxt {
    width: 740px;
    height: 330px;
    float: left;
}

.iaboutimg {
    width: 410px;
    height: 305px;
    padding-top: 20px;
    float: right;
}

.iaboutimg a {
    width: 410px;
    height: 305px;
    display: block;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, .2);
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
}

.iaboutimg a:hover {
    transform: scale(1.01, 1.01);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, .4);
}

.xtitle {
    width: 740px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    padding-bottom: 10px;
	font-family:"Neuropol";
	color:#0046BB;
}

.iabtxt {
    width: 740px;
    height: auto;
    line-height: 30px;
    font-size: 14px;
}

.aboulink {
    width: 135px;
    height: 40px;
    padding-top: 20px;
}

.aboulink a {
    width: 133px;
    height: 38px;
    background: #0046bb;
    color: #fff;
    line-height: 38px;
    text-align: center;
    display: block;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
}

.aboulink a:hover {
    margin-left: 5px;
    filter: Alpha(opacity=80);
    opacity: 0.8;
}

.ipro {
    width: 100%;
    height: 520px;
    margin: 0 auto;
    background: #f5f5f5;
}

.htitle {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 24px;
	font-family:"Neuropol";
	color:#0046BB;
}

.htitle a {
    width: 133px;
    height: 38px;
    background: #0046bb;
    color: #fff;
    line-height: 38px;
    text-align: center;
    display: block;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
    float: right;
    margin-right: 5px;
    font-size: 12px;
	font-family:Verdana, Geneva, sans-serif, "Microsoft Yahei"
}

.htitle a:hover {
    margin-right: 0px;
    filter: Alpha(opacity=80);
    opacity: 0.8;
}

.iprolist {
    width: 1320px;
    height: 300px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.cul_other_c {
    width: 1320px;
    height: 380px;
    margin: 0px auto;
    overflow: hidden;
}

.cul_other_li li {
    width: 290px;
    height: 230px;
    float: left;
    text-align: center;
    padding: 40px 20px;
    line-height: 24px;
}

.cul_other_li li .i {
    width: 290px;
    height: 230px;
    display: block;
    color: #181818;
    font-size: 14px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, .2);
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
    position: relative;
}

.cul_other_li li .i:hover {
    color: #0046bb;
    transform: scale(1.12, 1.12);
    position: relative;
    z-index: 999;
	cursor:pointer;
}
.cul_other_li li .i >img{
    width: 100%;
}
.cul_other_li li .i >label{
    color: #666666;
    font-size: 16px;
    position: absolute;
    bottom:8px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    text-align: center;
    font-weight: normal;
}
.cul_other_li li .i:hover >label{
    display: none;
}
.cul_other_li li .i >.ct{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/op-b50.png);
    opacity: 0;
    display: none \9;
}
.cul_other_li li .i:hover >.ct{
    opacity: 1;
    display: block \9;
}
.cul_other_li li .i >.ct:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
}
.cul_other_li li .i >.ct p{
    color: #ebe6e3;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    margin: 0;
}
.cul_other_li li .i >.ct p small{
    color: #ebe6e3;
    font-size: 16px;
}
.cul_other_li li .i >.ct p label{
    display: inline-block;
    width: 130px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.cul_other_li li .i >.ct p.p1{
    padding-top: 40px;
}
.cul_other_li li .i >.ct p.p2{
    margin-top: 30px;
}

.goleft a {
    width: 35px;
    height: 62px;
    display: block;
    background: url(../images/gleft.jpg) no-repeat center top;
    position: absolute;
    left: -80px;
    top: 115px;
    filter: Alpha(opacity=50);
    opacity: 0.5;
}

.goright a {
    width: 35px;
    height: 62px;
    display: block;
    background: url(../images/gright.jpg) no-repeat center top;
    position: absolute;
    right: -80px;
    top: 115px;
    filter: Alpha(opacity=50);
    opacity: 0.5;
}

.goleft a:hover {
    background: url(../images/gleft.jpg) no-repeat center top;
    filter: Alpha(opacity=100);
    opacity: 1.0;
}

.goright a:hover {
    background: url(../images/gright.jpg) no-repeat center top;
    filter: Alpha(opacity=100);
    opacity:1.0;
}

#List1 {
    float: left;
}

#List2 {
    float: left;
}

.tabs-hide {
    display: none;
}

.ScrCont {
    width: 10000000px;
}


.izhanhui {
    width: 1200px;
    height: 520px;
    margin: 0 auto;
    padding: 60px 0px;
}

.zhanhuilist {
    width: 1200px;
    height: 420px;
    margin: 0 auto;
    padding-top: 50px;
}

.inews {
    width: 100%;
    height: 800px;
    background: url(../images/newsbg.jpg) no-repeat center top;
}

.inewstitle {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    padding-top: 50px;
    margin: 0 auto;
    color: #fff;
	font-family:"Neuropol";
}

.inewslist {
    width: 1200px;
    height: 320px;
    margin: 0 auto;
    margin-top: 20px;
}

.inewslist li {
    width: 595px;
    height: 300px;
    float: left;
    padding-bottom: 10px;
}

.inewslist li a {
    width: 535px;
    height: 260px;
    padding: 20px 30px;
    display: block;
    background: #fff;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
}

.intitle {
    width: 535px;
    height: 30px;
    font-size: 18px;
    color: #0046bb;
    line-height: 30px;
}

.intt {
    line-height: 28px;
    color: #747474;
    font-size: 14px;
}

.link {
    width: 133px;
    height: 38px;
    background: #0046bb;
    color: #fff;
    line-height: 38px;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.inewslist li a:hover .link{
    background-color: #fff;
    color: #0046bb !important;
}

.inewslist li a:hover {
    background: #0046bb;
    color: #fff;
}
.inewslist li a:hover *{
    color: #fff !important;
}

.izhengshu {
    width: 1200px;
    height: 470px;
    padding: 70px 0px;
    margin: 0 auto;
}

.izslist {
    width: 1200px;
    height: 380px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
}

.izslist li {
    width: 230px;
    height: 330px;
    padding: 25px 40px;
    border-right: 1px dashed #c7c7c7;
    float: left;
}

.izslist li a {
    width: 230px;
    height: 330px;
    display: block;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
}

.izslist li a:hover {
    transform: scale(1.02, 1.02);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, .2);
}


.banners{ width:100%; height:415px; margin:0 auto;background: url(../images/banners.jpg) no-repeat top left; margin-top:90px; }
.contents{ width:1200px; height:auto;_height:500px; min-height:500px; margin:0 auto; margin-top:45px; padding-bottom:40px;}
.conleft{ width:260px; height:auto; float:left;}
.menu{ width:260px; height:auto; margin:0 auto;}
.menuttile{ width:260px; height:40px; margin-bottom:5px; line-height:40px; font-size:16px; font-weight:bold; text-indent:20px; color:#fff; background: url(../images/menubg.jpg) no-repeat top left;}
.menu li{ width:260px; height:38px; border-bottom:1px dashed #dddddd; line-height:38px;}
.menu li a{ width:260px; height:38px; display:block; font-size:14px; color:#676767; background: url(../images/ico.jpg) no-repeat center left; text-indent:40px; -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;}
.menu li.li_on a,.menu li a:hover{ color:#0046bb;background: url(../images/icos.jpg) no-repeat center left; padding-left:10px; font-weight:bold; }

.conrig{ width:900px; height:auto; float:right; line-height:24px;}
.downlist li{ width:830px; height:70px; font-size:14px; line-height:35px; padding:10px 30px 10px 40px; border:1px solid #e4e4e4; border-radius:5px; box-shadow: 0px 0px 18px rgba(0, 0, 0, .1); margin-bottom:30px;}
.d1{ width:290px; height:70px; line-height:35px; float:left;}
.d2{ width:400px; height:70px; float:left;}
.d2 .type{ width:400px; height:35px;background: url(../images/icod1.jpg) no-repeat center left; text-indent:30px; }
.d2 .size{ width:400px; height:35px;background: url(../images/icod2.jpg) no-repeat center left; text-indent:30px;}
.d3{ width:127px; height:40px; padding-top:20px; float:left;}
.d3 a{ width:125px; height:38px; line-height:38px; border:1px solid #ddd; display:block; text-align:center; border-radius:10px; color:#000;}
.d3 a:hover{ background:#0046bb; color:#fff;}

.newslist li{ width:900px; height:128px; padding-top:20px; padding-bottom:10px; border-bottom:1px dashed #d2d2d2;}
.newsimg{ width:178px; height:116px; padding-bottom:12px; background:url(../images/nbg.gif) no-repeat left bottom; float:left;}
.newsimg img{ width:170px; height:108px; padding:1px; border:3px solid #e6e6e6; background:#fff;}
.newsimg img:hover{ box-shadow: 0px 0px 10px rgba(0,0,0,.3);-webkit-transition: .2s ease all; -moz-transition: .2s ease all; transition: .2s ease all;}
.newscon{ width:700px; height:116px; float:right; padding-right:5px;}
.newstitles{ width:700px; height:30px; line-height:30px; font-weight:bold;}
.newstitles a{ color:#134c9d; font-size:14px; -webkit-transition: .2s ease all; -moz-transition: .2s ease all; transition: .2s ease all;}
.newstitles a:hover{padding-left:5px;}
.newstxts{ width:700px; height:40px; padding-top:5px;line-height:20px; color:#2f2f2f;}
.newsdate{ width:700px; height:20px; line-height:20px; color:#9b9b9b;}
.newstxts a{ color:#134c9d;}
.newstxts a:hover{ text-decoration:underline;}
.page_view_tit{ text-align:center; padding-top:10px; font-size:16px; padding-top:20px; font-weight:bold; color:#0046bb; padding-bottom:15px; border-bottom:1px solid #dadada; margin-bottom:20px; }
.page_view_tit div{ color:#333;font-size:12px; font-weight:normal;  margin-top:5px;}
.ui-exhibitions{
    position: relative;
    overflow: hidden;
    height: 315px;
	margin-bottom:30px;
}
.showpage{ color:#0046bb; padding-top:20px; font-weight:bold;}
.showpage a{color:#0046bb;-webkit-transition: .2s ease all; -moz-transition: .2s ease all; transition: .2s ease all;}
.showpage a:hover{ padding-left:5px;}
#contents{ width:100%; margin:0 auto; display:block; font-size:14px;}
.page{ width:800px; height:30px; padding:20px; margin:0 auto; clear:both; text-align:center;}
#contents{ line-height:22px; padding-bottom:20px;text-align:justify; text-justify:inter-ideograph; }
.ui-exhibitions .img{

}
.ui-exhibitions .img >.aw{
    display: inline-block;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transition: right 300ms;
}
.ui-exhibitions .img >.aw.l{
    background-image: url(../images/awl2.png);
    right: 38px;
}
.ui-exhibitions:hover .img >.aw.l{
    right: 448px;
}
.ui-exhibitions .img >.aw.l:hover{
    background-image: url(../images/awl1.png);
}
.ui-exhibitions .img >.aw.r{
    background-image: url(../images/awr2.png);
    right: 0;
}
.ui-exhibitions:hover .img >.aw.r{
    right: 410px;
}
.ui-exhibitions .img >.aw.r:hover{
    background-image: url(../images/awr1.png);
}

.ui-exhibitions .img img{
    width: 100%;
}
.ui-exhibitions .txt{
    position: absolute;
    top: 0;
    right: -410px;
    height: 100%;
    width: 410px;
    background: url(../images/op-b50.png);
    padding: 20px 20px;
    box-sizing: border-box;
    transition: right 300ms;
}
.ui-exhibitions:hover .txt{
    right: 0;
}
.ui-exhibitions .txt p{
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
	text-align:justify;
}
.ui-exhibitions .txt p b{
    font-weight: normal;
    font-size: 16px;
}

.cul_other_lis li{ padding:0px 10px 40px 10px;}
.pvcon1{ width:900px; height:520px; margin:0 auto;}
.pimg{ width:446px; height:520px; float:left; }
.bigimg{ width:440px; height:350px; border:3px solid #eaeaea;}
.bigimg span img{ position:relative; top:-50px; left:390px;}
.pvimglist{ width:446px; height:72px; margin:0 auto; margin-top:30px; position:relative;}



.yScrollListInList{width:412px; height:72px; position:relative;padding:0 17px;left:0;top:0; margin:0px auto;  margin-top:30px; overflow:hidden;}
.yScrollListInList ul{width:3000px;height:72px;position:absolute;top:0;left:17px;overflow:hidden;}
.yScrollListInList li { width:87px; height:72px; float:left; text-align:center; padding:0px 8px;}
.yScrollListInList li a{ width:85px; height:70px; display:block; border:1px solid #e4e4e4; -webkit-transition: .2s ease all; -moz-transition: .2s ease all; transition: .2s ease all;}
.yScrollListInList li a:hover{ color:#0046bb;filter: Alpha(opacity=80);opacity:0.8; position:relative; z-index:999;}
.yScrollListInList li img{ width:85px; height:70px; margin:0 auto; position:relative;}
.yScrollListbtnl{width:17px; height:72px; display:block; background:url(../images/pgleft.jpg) no-repeat center top; position:absolute; left:0px; top:0px; cursor:pointer;}
.yScrollListbtnl:hover{background:url(../images/pgleft.jpg) no-repeat center top;}
.yScrollListbtnr{ width:17px; height:72px; display:block; background:url(../images/pgright.jpg) no-repeat center top; position:absolute; right:0px; top:0px;cursor:pointer;}
.yScrollListbtnr:hover{background:url(../images/pgright.jpg) no-repeat center top;}









.pvtxt{ width:410px; height:520px; float:right;}
.pvtitle{ width:410px; height:30px; font-size:18px; color:#666666; border-bottom:1px solid #eaeaea;} 
.pvmiaoshu{ width:410px; height:auto; line-height:30px; font-size:14px; padding-top:10px; text-align:justify;}

.pvcon2{ width:900px; height:auto; line-height:24px; font-size:14px;}
.pvbg{ width:900px; height:47px; line-height:55px; font-size:16px; color:#fff; text-indent:43px;background:url(../images/pvbg.jpg) no-repeat center left;}
.video{ width:900px; height:auto; margin-bottom:10px; margin-top:10px;}
.proviewshow{ width:820px; height:auto; line-height:24px; font-size:14px;}



















.foot {
    width: 100%;
    height: 360px;
    background: #000;
}

.foot1 {
    width: 1200px;
    height: 180px;
    margin: 0 auto;
    padding-top: 50px;
}

.foot1 li {
    float: left;
    text-align: left;
    line-height: 30px;
    color: #cacaca;
}

.foot1 li a:hover {
    color: #fff;
}

.foot2 {
    width: 100%;
    height: 35px;
    padding: 21px 0px;
    background: #000;
    margin-top: 50px;
    line-height: 35px;
	border-top:1px solid #232323;
}

.copy {
    width: 550px;
    height: 35px;
    line-height: 35px;
    color: #6d6d6d;
    float: left;
}

.copy a{ color: #6d6d6d;}
.foot2s {
    width: 1200px;
    height: 35px;
    margin: 0 auto;
}

.flink {
    width: 390px;
    height: 35px;
    float: right;
}

.flink li {
    width: 35px;
    height: 35px;
    padding-left: 30px;
    float: left;
}

.flink li a {
    width: 35px;
    height: 35px;
    display: block;
}

.flink li a:hover {
    filter: Alpha(opacity=80);
    opacity: 0.8;
    box-shadow: 0px 0px 18px rgba(255, 255, 255, .2);
}

.container{
    width: 1200px;
    margin: 0 auto;
}
.ui-prodmenu{
    background: url(../images/op-w50.png);
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 40px 0;
    display: none;
}
.ui-prodmenu .container >.l{
    width: 240px;
    float: left;
	padding-right:100px;
    border-right: 1px solid #d6d6d6;
}
.ui-prodmenu .container >.r{
    margin-left: 420px;
}
.ui-prodmenu .navi{

}
.ui-prodmenu .navi ul{

}
.ui-prodmenu .navi ul li{

}
.ui-prodmenu .navi ul li p{
    margin: 0;
}
.ui-prodmenu .navi ul li a{
    display: block;
    line-height: 40px;
    color: #414141;
    font-size: 14px;
    text-transform: uppercase;
}
.ui-prodmenu .navi ul li.active a,
.ui-prodmenu .navi ul li a:hover{
    color: #fff;
	background:#0046BB;
}
.ui-prodmenu .navi ul li a:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    vertical-align: middle;
    margin-right: 15px;
}
.ui-prodmenu .navi ul li.active a:before,
.ui-prodmenu .navi ul li a:hover:before{
}
.ui-prodmenu .list{

}
.ui-prodmenu .list ul{

}
.ui-prodmenu .list ul li{
    width: 25%;
    float: left;
    margin-bottom: 30px;
}
.ui-prodmenu .list .i{
    display: block;
}
.ui-prodmenu .list .i p{
    text-align: center;
}
.ui-prodmenu .list .i p.p1{
    line-height: 110px;
    height: 110px;
}
.ui-prodmenu .list .i p.p1 img{
    max-height: 110px;
}
.ui-prodmenu .list .i p.p1 img:hover{ box-shadow:0px 0px 18px rgba(0, 0, 0, .2); filter: Alpha(opacity=70);
    opacity: 0.7;}
.ui-prodmenu .list .i p.p2{
    color: #414141;
    font-size: 14px;
}
.ui-prodmenu .list .i:hover p.p2{
    color: #0046bb;
}
.ui-exhibition{
    position: relative;
    overflow: hidden;
    height: 420px;
	margin-top:40px;
}
.ui-exhibition .img{

}
.ui-exhibition .img >.aw{
    display: inline-block;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transition: right 300ms;
}
.ui-exhibition .img >.aw.l{
    background-image: url(../images/awl2.png);
    right: 38px;
}
.ui-exhibition:hover .img >.aw.l{
    right: 448px;
}
.ui-exhibition .img >.aw.l:hover{
    background-image: url(../images/awl1.png);
}
.ui-exhibition .img >.aw.r{
    background-image: url(../images/awr2.png);
    right: 0;
}
.ui-exhibition:hover .img >.aw.r{
    right: 410px;
}
.ui-exhibition .img >.aw.r:hover{
    background-image: url(../images/awr1.png);
}

.ui-exhibition .img img{
    width: 100%;
}
.ui-exhibition .txt{
    position: absolute;
    top: 0;
    right: -410px;
    height: 100%;
    width: 410px;
    background: url(../images/op-b50.png);
    padding: 20px 20px;
    box-sizing: border-box;
    transition: right 300ms;
}
.ui-exhibition:hover .txt{
    right: 0;
}
.ui-exhibition .txt p{
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
	text-align:justify;
}
.ui-exhibition .txt p b{
    font-weight: normal;
    font-size: 16px;
}


.ui-banner .img{
  background: none no-repeat center;
   width: 100%;
    height: 640px;
    margin: 0 auto;
    margin-top: 90px;
}
.ui-banner a{ width:100%; height:640px; display:block; margin:0 auto;}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
/*----------customize----------*/
#carousel-banner{

}
#carousel-banner .carousel-indicators{
  bottom: 30px;
}
#carousel-banner .carousel-indicators li{
  padding: 0;
  margin: 0;
  border: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/dot1.png);
  margin: 0 5px;
}
#carousel-banner .carousel-indicators li.active{
  background-image: url(../images/dot1-on.png);
}
.carousel >.aw{
  display: inline-block;
  width: 44px;
  height: 60px;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  background: none no-repeat center rgba(255, 255, 255, .3);
  background-size: 24px auto;
}
.carousel >.aw:hover{
  opacity: .8;
}
.carousel >.aw.l{
  background-image: url(../img/awl4.png);
  left: -50px;
}
.carousel >.aw.r{
  background-image: url(../img/awr4.png);
  right: -50px;
}
#topcontrol img{opacity: .6;}
#topcontrol img:hover{opacity:1.0;}

.showm2 { width:100%; height:40px; margin:0 auto; border-bottom:1px solid #c9c6c6; margin-bottom:40px;}
.showm2 li{ width:120px; height:40px; line-height:40px; padding-left:10px; text-align:center; float:right;}
.showm2 li a{ width:120px; height:40px; display:block; background:#c9c6c6; color:#0046BB;}
.showm2 li.li_on a,.showm2 li a:hover{ background:#0046BB; color:#fff;}






.cul_other_lis li {
    width: 270px;
    height: 213px;
    float: left;
    text-align: center;
    padding: 0px 15px 30px 15px;
    line-height: 24px;
}

.cul_other_lis li .i {
    width: 270px;
    height: 213px;
    display: block;
    color: #181818;
    font-size: 14px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, .2);
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
    position: relative;
}












