@charset "utf-8";
/* CSS Document */
/*????*/
@charset "utf-8";
*{box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements ???? */
div,dl, dt, dd, ul, ol, li, /* list elements ???? */
h1,h2,h3,h4,h5,h6,
pre, code,/* text formatting elements ?????? */
form, fieldset, legend, button, input, textarea, /* form elements ???? */
p,blockquote,th, td /* table elements ???? */ {margin: 0;padding: 0;}
/** ?????? **/
body,
button, input, select, textarea /* for ie */ {font: 14px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
address, cite, dfn, em, var { font-style: normal; } /* ????? */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* ?????? */
small { font-size: 12px; } /* ?? 12px ????????? small ???
*/
table,td,tr,th{font-size:12px;}
caption,th {text-align:left;}
/** ?????? **/
ul, ol, li { list-style: none; }
li{list-style-type:none;}
q:before,q:after {content:'';}
abbr,acronym {border:0;font-variant:normal;}
address,caption,cite,code,dfn,em,th,var,optgroup {font-weight:normal; font-style:normal;}
del,ins{text-decoration:none;}
/** ???????? **/
a {color:#000;text-decoration:none;outline:none; cursor: pointer;}
/* a:visited {color:#000;text-decoration:none;} */
a:hover {text-decoration:none;}
/* a:active {color:#666;} */
/** ?????? **/
legend { color: #666; } /* for ie6 */
fieldset, img { border: 0; } /* img ???????? img ??? */
button, input, select, textarea { font-size: 100%; } /* ??????? ie ???????? */
sup { vertical-align: text-top; } /* ??????????? */
sub { vertical-align: text-bottom; }
/* ??optgroup ???? */
/** ?????? **/
table { border-collapse: collapse; border-spacing: 0; }
/** ???? **/
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline:none;}
body{ overflow-x: hidden; width: 100%; font:14px/20px  "????",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; color:#000; position: relative;}
input[type="text"],textarea{-webkit-appearance:none;}
input{_background:#fff;}
textarea{background:#fff;}
select{*background:#fff;}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{ clear:both;}
.fl{float:left;}
.fr{float:right;}
/*img{ max-width: 100%;}*/


.trans,

.cube {

    -webkit-transition: all .6s cubic-bezier(0.245, 0.145, 1.355, 1);

    -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);

    -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);

    -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);

    transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);

}

.aui-ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.aui-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aui-ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bgImage{
    position: fixed;
    background: url(../img/49.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    height: 100%;
     /* padding: 280px 0 360px; */
}
.wrap{ max-width: 1200px; margin: 0 auto; position: relative; z-index: 10;}
.y_logo{ margin: 0 auto; display: block;width:378px;height:auto;}
.enterList li{ float: left ; margin-left: 20px;  margin-top: 20px;}
.enterList li img{width:100%;}
.enterList li:hover{ transform: translateY(-10px); -webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);}
.search{ margin: 35px auto 30px; width: 796px;
    height: 68px;
    border: 1px solid #F6F6F6;
    border-radius: 10px;
    padding: 6px;
}
.searchBox{border: 3px solid rgba(255,255,255,.28);height: 56px; position: relative; border-radius: 10px; overflow: hidden;}
.searchBox .sub{ position: relative; height: 50px; text-align: center;font-size:16px;line-height: 50px;
    background:url(../img/search.png) no-repeat 40px center #FFFFFF;padding:0 0 0 20px;background-size:20px auto; width: 160px;border:none;color:#1290e8;position: absolute; right: 0; top: 0;cursor: pointer;}

.searchBox .textInput{
    width: 100%;
    border: none;
    height: 51px;
    background: rgba(0, 0, 0, .28);
    padding-left: 20px;
    color: #fff;
}
.searchBox .textInput:-moz-placeholder,textarea:-moz-placeholder{
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
 }
 .searchBox .textInput::-moz-placeholder{
   /* Mozilla Firefox 19+ */
   color: #fff;
 }
 .searchBox .textInput:-ms-input-placeholder{
    color: #fff;
}
.searchBox .textInput::-webkit-input-placeholder{ color: #fff;  }
.bgImage .wrap{margin-top: 100px;}
.y_joy{ position: absolute; bottom: 0; right: -236px;  animation: tada 3s infinite;width:200px; }

.head {height: 70px;}
.head .logo{width: 189px; height: 100%; margin-right: 15px;}
.head .logo a{height: 100%;}
.head .logo img{ position: relative; top: 50%; margin-top: -22.5px;width:100%;}
.nav{ margin-left: 10px;}
.nav li{ float: left; width:90px; margin:0 3px ;position: relative;}
.nav li a{ position: relative; display: block; text-align: center; color: #4D4D4D; font-size: 16px; line-height: 70px;}
.nav li a::after{ content: ''; width: 0; left: 0; height: 3px;
    background: #0084F1; position: absolute;  bottom: 0;
    -webkit-transition: all .6s cubic-bezier(0.245, 0.145, 1.355, 1);

    -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);

    -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);

    -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);

    transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.nav li:hover a::after,.nav li.on a::after{ width: 100%;}
.nav li:hover a,.nav li.on a{ color: #0084F1;}
.navChild {
    position: absolute;
    width: 100%;
    background:#fff;
    display: none;
    z-index: 10;
}
.navChild .childlist{ position: relative;}
.navChild .childlist a{
    display: block;
    height:36px;
    border-bottom: #ddd 1px solid;
    line-height:36px;
    width: 100%;
    text-align: center;
    color: #4D4D4D;font-size:12px;
}
.nav li .navChild a:hover{background:#eee;}
.nav li .childlist a::after{height:0;}
.navChild .listShow{ position: absolute; width: 120px; display: none;left: 120px; background: rgba(0, 0, 0, 0.5); top: 0;}

.navChild a:hover {
    color:#156daf
}



.Isearch{ position: absolute; right: 0; }

.Isearch .sub{
    width: 110px;
    height: 40px;
    background:url(../img/searchs.png) no-repeat 24px center #1683E5;
    background-size:17px auto;
    border-radius: 5px;
    display: block;
    margin-top: 17px;
    text-align: center;padding:0 0 0 20px;
    vertical-align: middle;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    border: none;
}
.Isearch span img{ vertical-align: middle; position: relative; top: -4px; margin-right: 10px;width:17px;  }
.Isearch input{width: 430px;   position: absolute; left: -427px; top: 17px;
border: #00A0DE 2px solid; opacity: 0; visibility: hidden;
border-radius: 5px 0 0 5px; height: 40px; text-indent: 20px; transition: all .5s;
}

.Isearch:hover input{ opacity: 1; visibility: visible;}
.banner {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

.banner .slide,
.banPic,
.banPic .swiper-slide{
    width: 100% !important;
    height: 649px;
}

.banner li a {
    display: block;
    cursor: pointer;
}
.banner .banneron{position:absolute;width:100%;bottom:0;left:0;height:40px;z-index:1000;background:url(../img/banneron.png) repeat-x;}
.swiper-pagination.dot_style {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    text-align: center;
    z-index: 10;
    min-height: 26px;
}
.dot_style .swiper-pagination-bullet {
    opacity: 1;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: #fff 2px solid;
    margin: 0 5px !important;
    font-size: 0;
    transition: all .5s;
    vertical-align: middle;
}

.dot_style .swiper-pagination-bullet-active {
    background-color: #fff;
}
._block { display: block;}
.IndexDiv1{margin-top: 70px; position: relative;}

.cont1Left{ position: relative; padding: 38px 50px 50px;
width: 660px; height: 600px;
}
.cont1Left .bgImg{ width: 100%; display: block; position: absolute; top: 0; left: 0;}
.cont1Left .title{ padding-left: 58px; position: relative; }
.cont1Left .title .cnTxt{
    font-weight: bold;
color: #FFFFFF;
line-height: 24px;
font-size: 20px;
}
.cont1Left .title .enTxt{ font-size: 18px; color: #fff; text-transform: uppercase; margin-top: 10px;}
.cont1Left .title i{font-size: 80px;font-weight: bold;
    color: #FFFFFF; font-style: normal;
    line-height: 45px; position: absolute; left: 0; top: 0;}
.cont1Left p{color: #FFFFFF; position: relative;
    line-height: 28px; margin-top: 30px;}
.cont1Left a{ display: block; text-align: right; position: relative;margin-top: 8px;}
.IndexDiv1 .ico{ position: absolute; left: -134px; top: 45px;}
.timeBox{
    width: 510px;
    height: 288px;
    background: linear-gradient(0deg, #00A4F6, #0071EE);
    border-radius: 20px;}
.yuyue{text-align: center;width:100%;padding:30px 0 0;}
.yuyue a{padding:10px 40px;color:#60270e;background:#fdd000;border-radius:8px;height:20px;line-height:20px;}
.yuyue a:hover{background:#fff;}
.timeName{ padding: 30px 100px 0;}
.timeName span{
    width: 100px;
    height: 30px;
    background: #3394F2;
    border-radius: 5px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
.timeNum { text-align: center; margin-top:20px;font-size: 29px;font-weight: bold;color: #fff;  }
.timeNum i{display: inline-block;width: 29px;
    height: 36px;
    background: #FFFFFF;font-weight: bold;
    color: #017AEF; font-size: 20px; line-height: 36px;
    border-radius: 8px; font-style: normal;}
    .timeNum .andTxt{font-size: 16px; font-weight: bold; color: #fff; margin: 0 25px;}
    .timeNum>div{display: inline-block;}
.andTxt1{ margin-left: 10px;font-size: 16px; font-weight: bold; color: #fff;}
.timeBox p{ text-align: center; margin:20px auto 0;color: #FFFFFF;
    line-height: 28px; width:100%;}
.videoBox{width: 510px;
    height: 288px;
    background: #000000;
    border-radius: 20px; overflow: hidden; margin-top: 24px;}
.videoBox video{width: 100%; height: 100%;}
.margintop70{ margin-top: 70px;}
.titleName{ text-align: center; }
.titleName>div{ display: inline-block;padding-top: 15px; padding-left: 107px; position: relative;}
.titleName img{ position: absolute; left:-15px; top: 0;}
.titleName .enTxt{color: #999999;
    line-height: 24px; font-size: 18px; text-transform: uppercase;}
 .titleName .cnTxt{font-weight: bold; font-size: 20px;
    color: #333333;
    line-height: 24px;}

.flipbook-viewport{
    overflow:hidden;
    width:100%;
    height:100%;
}

.flipbook-viewport .container{
    position:absolute;
    top:50%;
    left:50%;
    margin:auto;
}

.flipbook-viewport .flipbook{
    width:922px;
    height:600px;
    left:-461px;
    top:-300px;
}

.flipbook-viewport .page{
    width:461px;
    height:600px;
    background-color:white;
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.flipbook .page{
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -o-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0;
}

.flipbook-viewport .shadow{
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;

    -webkit-box-shadow:0 0 20px #ccc;
    -moz-box-shadow:0 0 20px #ccc;
    -o-box-shadow:0 0 20px #ccc;
    -ms-box-shadow:0 0 20px #ccc;
    box-shadow:0 0 20px #ccc;
}
.newSwiper dl{
    width: 378px;
    margin-top: 50px;
}
.newSwiper dt {width: 100%; height:240px;border-radius: 10px;overflow: hidden;}
.newSwiper dt img{ display: block;width: 100%; transition: all .5s;}
.newSwiper dd{
    padding-top: 29px;
}
.newSwiper dd h3 a{color: #212121;
    line-height: 24px; font-size: 18px;}
.newSwiper dd div{ color: #666; padding-top: 18px; margin-top: 17px; border-top: #E7E7E7 1px solid;}
.newSwiper dd div span{  padding-left: 28px;}
.newSwiper dd div .s1{ background: url(../img/18.png) no-repeat center left; margin-right: 20px;}
.newSwiper dd div .s2{ background: url(../img/19.png) no-repeat center left;}
.newSwiper dl:hover  dt img,.lookSwiper .swiper-slide:hover img{ transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
}
.newSwiper dl:hover  h3 a{ color: #0084F1;}
.arrow{ position: absolute; top: 50%;width: 47px;
    height: 47px;
    border: 1px solid #CCCCCC;}
.button-next{ right: -77px;  background: url(../img/13.png) no-repeat center;}
.button-prev{ left: -77px;  background: url(../img/14.png) no-repeat center;}
.button-next:hover{ background: url(../img/12.png) no-repeat center #0084F1;border-color: #0084F1;}
.button-prev:hover{ background: url(../img/11.png) no-repeat center #0084F1;border-color: #0084F1;}
.IndexDiv2{ padding-bottom: 156px; position: relative;}
.IndexDiv2 .ico{ position: absolute; right: -133px; bottom: -130px; z-index: 10;}
.IndexDiv3{ background: url(../img/22.jpg) no-repeat center; background-size: cover; padding: 50px 0 110px;}
.actiSwiper dl{
    width: 360px;
    height: 350px;
    border: 3px solid transparent;
    padding: 20px;
    margin-top: 40px;
    position: relative;
}
.actiSwiper dt { position: absolute; left: 20px; top: 20px; opacity: 0; transition: all .5s; }


.actiSwiper dt img{
    width: 320px;
    height: 140px;
    display: block;
}
.actiSwiper dd{
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding-top: 58px;
    -webkit-transition: all .6s cubic-bezier(0.245, 0.145, 1.355, 1);

    -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);

    -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);

    -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);

    transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.actiSwiper dd span{margin-top: 15px; font-weight: bold; font-size: 18px;}
.actiSwiper dd p{ margin-top: 15px;}
.color_fff .titleName .enTxt{color: #ccc;}
.color_fff .titleName .cnTxt{ color: #fff;}
.actiSwiper .swiper-slide-active dl{ border-color: #fff;}
.actiSwiper .swiper-slide-active  dt{ opacity: 1;}
.actiSwiper .swiper-slide-active  dd{ padding-top: 145px;}
.IndexDiv4  .titleName img{ top: 15px;}
.exhibitionBox .exhiBox{width: 362px;
    height: 344px;border-radius: 10px; overflow: hidden;}
.exhibitionBox .exhiBox video{ width: 100%; height: 100%;}
.exhibitionBox { margin-top: 38px;}
.exhiList{width:1200px;}
.exhiList .swiper-slide{
    float: left;
    width:378px;
    height:252px;border-radius: 10px;
    position: relative; }
 .exhiList .swiper-slide:hover  .txtBox{
        opacity: 1;
        transform: scale(1,1);

    }
.exhiList .imgBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.exhiList .imgBox img{
    display: block;
    width: 100%;border-radius: 10px;
}
.exhiList .imgBox span{ position: absolute; text-align: center; bottom: 0;left: 0;border-radius: 0px 0px 10px 10px; width: 100%; font-size: 18px; color: #fff; height: 60px; line-height: 60px;  background: rgba(0, 0, 0, .6);}
.exhiList .swiper-slide  .txtBox{  transform: scale(.5,.5);  opacity: 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0;
    background: #0084F1;border-radius: 10px; text-align: center;}
.exhiList .swiper-slide  .txtBox i{ position: relative; padding-bottom: 30px; font-style: normal; margin-top:35px; font-size: 18px; color: #fff;}
.exhiList .swiper-slide  .txtBox i::after{
    content: '';
    width: 120px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 0;
}
.exhiList .swiper-slide  .txtBox p{ padding: 0 30px; text-align: left; color: #fff; line-height: 24px; margin-top: 20px;}
.buttonBox{margin-top: 60px; text-align: right;}
.buttonBox>div{ display: inline-block; position: static;}
.creationBox{
    width: 600px;
height: 550px;
border-radius: 10px 0px 0px 10px; overflow: hidden; position: relative;
}
.creationBox .swiper-slide img{ display: block; height:550px;width:auto; }
.creationBox .buttonBox{  margin-top: 0; position: absolute; z-index: 1; bottom: -3px; right: 0; text-align: right;}
.creationNew{
    width: 600px;
    height: 550px;
    background: linear-gradient(0deg, #50B1E3, #6D89D6);
    border-radius: 0px 10px 10px 0px;
    padding: 30px 50px 0; position: relative;
}
.creationBox .arrow{ width: 60px;
    height: 70px;  border: none; }
.creationBox .button-next{background: url(../img/12.png) no-repeat center rgba(48,48,48,.5)}
.creationBox .button-prev{background: url(../img/11.png) no-repeat center rgba(48,48,48,.5)}
.creationBox .button-next:hover,.creationBox .button-prev:hover{background-color: #0071EE;}

.cName{ position: relative; color: #fff; background: url(../img/36.png) no-repeat center right ; background-size: 4%;}
.cName strong{font-size: 20px;}
.cName span{font-size:16px; text-transform: uppercase; margin-left: 10px;}
.creationNew li{ padding: 40px 0 29px; border-bottom: rgba(255,255,255,.8) 1px dashed;}
.creationNew li .title{ font-size: 18px; color: #fff;}
.creationNew li:hover .title{ text-decoration: underline;}
.creationNew li .time{font-size: 16px; color: #fff; margin-top: 10px;}
.creationNew li:last-child{border:none;}
.creationNew .ico{ position: absolute; top: 50%; right: -55px; margin-top: -95px;}
.IndexDiv6{
    background: url(../img/31.jpg) no-repeat center; background-size: cover; padding: 45px 0 65px;
}
.scienceSwiper .swiper-slide{ width: 1200px; padding-top: 77px;}
.scienceSwiper dl{
    width: 1130px;
    height: 480px;
    background: #222D3B;
    border-radius: 20px;
    margin: 0 auto;
    float: right;

}
.scienceSwiper dt{width: 640px;position: relative; top: -38px;  margin-left: -70px;}
.scienceSwiper .swiper-slide dt img{ display: block; border-radius: 20px;width: 100%;}
.scienceSwiper dd{width: 558px; padding: 70px 40px; position: relative; color: #fff;}
.scienceSwiper dd .ico{ top: -55px; left: 175px; position: absolute; }
.scienceSwiper dd .name{ position: relative; }
.scienceSwiper dd .name span{ position: relative; padding-bottom: 40px; position: relative; font-size: 20px;}
.scienceSwiper dd .name span::after{ content: '';width: 160px; height: 1px; background: #BDBDBD; position: absolute; bottom: 0; left: 0;}
.scienceSwiper dd em{font-weight: bold;  font-size: 54px; color: #fff; opacity: .4; position: absolute; right: 0; top: 0;}
.scienceSwiper dd p{ margin-top: 40px; line-height: 26px;}
.scienceSwiper dd a{
    width: 120px;
    border: 1px solid #0084F1;
    border-radius: 24px;
    font-size: 16px;
    color: #0084F1;
    text-align: center;
    line-height:24px;padding:5px 10px;
    margin-top: 50px;
}
.scienceSwiper dd a:hover{ background: #0084F1; color: #fff;}
.scienceSwiper .buttonBox{ position: absolute; z-index: 10; right: 42px; bottom: 26px; margin-top: 0;}
.scienceSwiper .arrow{border-color: #bcbcbc;}
.scienceSwiper .arrow:hover{border-color: #0084F1;}
.scienceSwiper .swiperNum {position: absolute;  z-index: 10; bottom: 50px; width: 640px; left: 0; text-align: center;}
.scienceSwiper .swiper-pagination-bullet{width: 48px;
    height: 4px;
    background: #BDBDBD;
    border-radius: 2px; opacity: 1;  }
.scienceSwiper .swiper-pagination-bullet-active{ background:#fff;}
.IndexDiv7{ margin-bottom: 80px;}
.lookBox{width: 396px; padding: 28px 26px;
    height: 321px;
    background: linear-gradient(0deg, #6FBCFF, #3789FE);
    border-radius: 10px;}
.looklists a{padding: 23px 70px 23px 0; font-size: 18px; color: #fff; position: relative; border-bottom: rgba(255,255,255,.8) 1px dashed;}
.looklists a span{ position: absolute; right: 0; top: 23px;}
.looklists a:hover{ text-decoration: underline;}
.looklists{margin-top: 20px;}
.lookSwiper{width: 804px;}
.lookSwiper .swiper-slide{
    float: left;
    width: 258px;
    height: 320px;
    border-radius: 10px; margin-left: 10px; position: relative; }
.lookSwiper .imgBox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.lookSwiper .imgBox img{
    display: block;
    width: 258px;
    height: 320px;
    transition: all .5s;
}
.lookSwiper .imgBox span{ position: absolute; text-align: center; bottom: 0;left: 0;border-radius: 0px 0px 10px 10px; width: 100%; font-size: 18px; color: #fff; height: 60px; line-height: 60px;  background: rgba(0, 0, 0, .6);}
.lookSwiper .imgBox span a{color:#fff;}
.footer{width: 100%;background: #333333; padding-top: 35px;}
.footLeft{width: 570px;}
.footLeft img{ display: block; margin-bottom: 40px;height:60px;width:auto;}
.footLeft p{ font-size: 16px; line-height: 30px; color: #fff;}
.footLeft p a{color:#fff;margin:0 10px 0 0;}.footer a:hover{color:#ddd;}
.footRight>div{ float: left; margin-left:21px; text-align: center; margin-top: 20px; font-size: 16px; color: #fff;}
.footRight>div img{ display: block; width: 120px; height: 120px; margin-bottom: 10px;}
.copyRight{  font-size: 16px; margin-top: 35px; text-align: center; color: #fff;height: 40px; line-height: 40px; background: #252525;}
.copyRight a{color:#fff;}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
/* .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);
} */
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    /* opacity: 0.75; */
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
.lookBox  .cName{ background-size: 5%;}
.IndexDiv5 { padding-bottom: 165px; position: relative;}

.insideBan{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 360px;
}
.insideBan .insideTxt{
    width: 1200px;
    padding-left: 300px;
    padding-top: 120px;
    position: absolute;
    left: 50%;
    top: 7%;
    margin-left: -600px;
    color: #fff;
}
.insideTxt .entxt{
    font-size: 28px;
    line-height: 150%;display: none;
}
.insideTxt .cntxt{
    font-size: 34px;
    line-height: 150%;display: none;
}
.text_center{text-align: center;}
#allmap{width:100%;height:300px;}
.sideNav{
    display: inline-block;
    /* width: 660px; */
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
    margin: -30px auto;
    position: relative;
}
.sideNav a{
    width: 220px;
    text-align: center;
    display: block;
    float: left;
    line-height: 60px;
    color: #1A1A1A;
    font-size: 16px;
    position: relative;


}
.sideNav a.on,.sideNav a:hover{color: #fff;}
.sideNav a.on::after,.sideNav a:hover::after{
    content: '';
    width: 236px;
    height: 83px;
    background: url(../img/61.png) no-repeat;
    position: absolute;
    top: 0;
    left: -10px;transition: all .5s;
}
.sideNav a span{position: relative; z-index: 1; }
.sideContent .contenTxt{width: 445px;
}
.sideContent .contenTxt .s1{
    font-size: 22px;
    color: #333333;
    line-height: 30px;
}
.sideContent .contenTxt .s2{
    color: #B3B3B3;
    font-size: 18px;
}
.marginTop50{margin-top:50px;}
.marginTop100{margin-top:100px;}
.names .s1{ font-size: 22px; color: #333; line-height: 30px;}
.names .s2{ margin-top: 10px; color: #B3B3B3; font-size: 18px; text-transform: uppercase; line-height: 24px;}
.contenTxt p{ color: #666; font-size: 16px; line-height:40px; margin-top: 30px;}
.contentVideo{
    width: 850px;
    height: 540px;
}
.marginBottom80{ margin-bottom: 80px;}
.introTxt p{ line-height: 40px; text-align: left; font-size: 16px; color: #666;}
.aboutIntro .img{ width: 700px; display: block;}
.aboutIntro {line-height:30px;}
.introTxt .video-js{width:100%;height:500px;}
.introTxt img{max-width:80%;}
.sideContent .aboutIntro .contenTxt{width: 600px}
.aboutNav{
    margin-top: 40px;
    padding: 20px 0 50px;
    position: relative;
}
.aboutNav::after{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #E6ECF2;
}

.aboutNav a{ padding-left: 40px; display: block; margin-top: 50px;
    position: relative;
}
.aboutNav a::after{
    content: '';
    width: 9px;
    height: 9px;
    background: #E6ECF2;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: 5px;
    z-index: 10;
    transition: all .5s;
}
.aboutNav a.on,.aboutNav a:hover{ color: #0084F1;}
.aboutNav a.on::after,.aboutNav a:hover::after{
    background: url(../img/89.png) no-repeat;
    width: 26px;
    height: 57px;
    left: -13px;
    top: -1px;
    border-radius: 0;

}
.timelist>div{
    width: 390px;
}
.startime span,.timeIntro .tips span{
    width: 180px;
    height: 38px;
    background: #0F5894;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    display: block;
    color: #fff;
}
.timeIntro .tips{padding-bottom: 10px;
    border-bottom: #E6E6E6 1px solid; margin-top: 80px;
}
.startime ul{ background: url(../img/line1.png) no-repeat ; padding-left: 40px;}
.startime ul li{padding-top: 50px;}
.startime ul li em{
    color: #999999;
    font-size: 16px;
}
.startime ul li p{
    color: #1A1A1A;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 8px;
}
.timeIntro{width: 920px;}
.timeIntro .tips p{
    color: #1A1A1A;
    font-size: 16px;
    line-height: 30px;
    margin-top: 8px;

}
.mapContent{
    width: 910px;

}
#map{
    width: 910px;
    height: 367px;
}
.carline{
    background: #ECF6FF;
    padding: 40px 55px 0;
    margin-top: 40px;
    height: 258px;
    border-bottom: #0084F1 1px solid;
    position: relative;
}
.carline::after{
    content: '';
    width: 10px;
    height: 10px;
    background: #0084F1;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
}
.carline::before{
    content: '';
    background: url(../img/104.png) no-repeat;
    width: 76px;
    height: 76px;
    position: absolute;
    bottom: 22px;
    left: 50%;
    margin-left: -38px;
}
.carline .txt{ padding-left: 95px; background: url(../img/103.png) no-repeat left;}
.carline .strong{ color: #333; font-size: 20px;}
.carline p,.carsite p{
    color: #808080;
    font-size: 16px;
    margin-top: 5px;
}
.carsite{text-align: center; margin-top: 30px;}
.carsite span{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.suggest{
    width: 320px;
    height: 454px;
    position: relative;
    margin-top: 40px;
}
.suggest img{
    display: block;
    width: 320px;
    height: 454px;
}
.suggest em{
    color: #fff;
    font-size: 16px;
    width: 90px;
    border-bottom: #fff 1px solid;
    padding-bottom: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.emailBox{
    width: 955px;
    margin-top: 100px;
}
.input_div input{ width: 347px; border: #E0E0E0 1px solid; height: 56px;  text-indent: 20px; font-size: 18px;}
.input_div textarea{ height: 80px;border: #E0E0E0 1px solid; width: 100%; text-indent: 20px; padding-top: 10px;font-size: 14px;}
.submit_btn{ width: 100%; height: 45px;  background: #0084F1; border: none; color: #fff; }
.input_div select{border: #E0E0E0 1px solid; height: 43px;  width: 100%;color: #999;text-indent: 20px;font-size: 14px;}
.submit_btn:hover{ text-decoration: underline;}
.margin_right65{margin-right: 62px;}
.input_div1 input{
    border: #E0E0E0 1px solid; height: 56px;  text-indent: 20px; font-size: 18px;
    width: 100%;
}
.form_div form>div{
    margin-bottom: 30px;
}
.newlist{display: flex;  flex-wrap: wrap; /*justify-content: space-between;*/}
.newlist li{
    width: 378px;
    border-radius: 10px;
    float:left;
    overflow: hidden;
    margin: 0 33px 40px 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
}
.newlist li .image {
    overflow: hidden;
    width: 378px;
    height: 240px;
}
.newlist li .image img{
    display: block;
    width: 378px;
    height: 240px;
    transition: all .6s;
}
.newlist li .text{
    padding: 20px 22px;
    background: #fff;

}
.newlist li .text h3 a{
    color: #212121;
    font-size: 18px;
}
.newlist li .text .time em{ width: 18px; display: inline-block;
    height: 18px; background: url(../img/65.png) no-repeat; margin-right: 10px; vertical-align: middle;}
.newlist li .text .time {color: #666666; font-size: 14px; margin-top: 10px;}
.newlist li:hover .image img{
    transform: scale(1.06);
}
.newlist li:hover  .text{
    background: linear-gradient(90deg, #06B9F3, #1683E5);
}
.newlist li:hover .text h3 a ,.newlist li:hover .text .time{
    color: #fff;
}
.newlist li:hover .text .time em{
    background: url(../img/66.png) no-repeat;
}
.newlist li:nth-child(3n){
    margin-right: 0;
}
.pages{text-align: center;}
.pages .pagePrev,.pages .pageNext{
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.pages .pagePrev{ background: url(../img/80.png) no-repeat; background-size: cover;}
.pages .pageNext{ background: url(../img/81.png) no-repeat; background-size: cover;}
.pages .pagePrev:hover{background: url(../img/83.png) no-repeat;}
.pages .pageNext:hover{background: url(../img/82.png) no-repeat;}
.pages .pagenum{
    color: #989898;
    font-size: 16px;
    margin: 0 8px;
    font-weight: bold;
}
.pages .pagenum.on{
    color: #1A1A1A;
}
.detail{margin: 40px auto 0;width: 1058px; }
.detail-pic{width:100%; }
.detail h1{ color: #212121; font-size: 20px; line-height: 27px; margin-bottom: 20px;}
.detail .time span{ margin: 0 2%; color: #666;}
.detailPage a{ height: 60px; text-align: right; font-size: 16px;  color: #999; padding: 0 20px; background: #fff; line-height: 60px; width: 50%; box-sizing: border-box;-webkit-box-sizing: border-box;}
.detailPage{ margin-top: 60px; border-top: #E6E6E6 1px solid;}
.detailPage .a1{  text-align: left;}
.detailPage a:hover span{ color: #0084F1;}
.detail .introTxt p{ color: #333; line-height: 32px;}
/*.detail .introTxt  img{margin-top: 20px;}*/
.tc{text-align: center;}
.detail  .time{
    margin-bottom: 40px;
}
.color_666{color: #666;}
.tznews {  margin: 0 auto 80px;}
.tznews li{ padding: 30px  45px; transition: .6s; position: relative; border-bottom: #E7E9EA 1px solid;}
.tznews li .time{
    margin-top:20px;
     margin-right: 50px;
     color: #333;
     width: 140px;
     height: 100px;
}
.tznews li .time img{
    width: 140px;
height: 100px;
display: block;
}
.tznews li .time strong{
    font-size: 26px;
    line-height: 24px;
}
.tznews li .time span{
    font-size: 18px; line-height: 24px; margin-top: 10px;
}
.tznews li .txt .p1{margin-top: 15px;}
.tznews li .txt .p1 a{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.tznews li .txt .p2{
    font-size: 14px;
font-weight: bold;
color: #999999;
line-height: 24px;
margin-top: 10px;
}
.tznews li i{
    width: 30px;
height: 30px;
position: absolute;
right: 45px;
top: 60px;
background: url(../img/71.png) no-repeat; transition: all .5s;
}
.tznews li:hover .txt .p1 a{ color: #0084F1;}
.tznews li:hover{ background: #F7F7F7 ;}
.tznews li:hover i{background: url(../img/70.png) no-repeat;}

.kpDate .swiper-slide.swiper-slide-active .items {
    border: 1px solid #0084F1;

}
.kpDate .swiper-slide.swiper-slide-active .items span,.kpDate .swiper-slide.swiper-slide-active .items em{
    color: #0084F1 !important;
}
.kpDate .swiper-slide{

}
.riqi{text-align: center;width:100%;clear:both;padding:0 0 20px;}
.riqi a{padding:5px 5px 10px;border:1px solid #fff;display: inline-block;color:#D7DCDE;background:#fff;margin:0 5px;}
.riqi a .s1{font-size: 48px;font-weight:bold;float:left;height:48px;line-height:48px;}
.riqi a .s2{float:left;}
.riqi a .s2 i{padding:5px 0 0px;font-size:18px;display: block}
.riqi a .s2 em{font-size:18px;font-weight:400;display: block;text-align: left;}
.riqi a.on{border:1px solid #0084f1;color:#0084f1;}

.kpDate .swiper-slide .items{display: flex; justify-content: center; align-items: center;
    background-color: #fff;
    width: 146px;
    height: 96px;
}
.kpDate .swiper-slide .s1{
    font-size: 64px;
font-weight: bold;
color: #D7DCDE;
line-height: 98px;
}
.kpDate .swiper-slide .s2{
    font-size: 18px;
font-weight: 400;
color: #D7DCDE;
}
.kpDate .swiper-slide .s2 em{
    font-size: 22px;
font-weight: 400;
color: #D7DCDE;
margin-top: 6px;
}
.kpDate {width: 100%;  margin:50px auto 0; position: relative;}
.kpDate .swiper-container{width: 1200px;}
.kpDate::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #0084f1;
    position: absolute;
    bottom:0;
    left: 0;
    z-index:-1;
}
.kpDate .arrow1{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 22px;

}
.kpDate .button-prev1{ background: url(../img/72.png) no-repeat; left: 50px;}
.kpDate .button-next1{ background: url(../img/73.png) no-repeat; right: 50px;}
.kpList{
    width: 1400px;
    margin: 0 auto 50px;
    position: relative;
}

.kpList dl{
    margin-bottom: 80px;

}
.kpList dt{ padding-left: 140px;}
.kpList dt img{
    display: block;
    width: 360px;
    height: 250px;
}
.kpList dd{
    position: relative;
    z-index: 100;

    width: 825px;
}
.kpList dd .txt{
    width: 615px;
    float: left;
    padding-top: 20px;
    margin-left: 30px;
}
.kpList dd .txt h3 a{
    color: #333;
    font-size: 22px;
    font-weight: bold;

}
.kpList dd .txt p{
    color: #666;
    font-size: 16px;
    line-height: 36px;
    margin-top: 10px;
    text-indent: 20px;
}
.kpList dd .time{
    float: left;
    width: 170px;
    height: 120px;
    background: #FFFFFF;
    text-align: center;
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 1;
    /* margin-left: 12px; */
    margin-top: 60px;
}
.kpList dd .time img{display: block;margin: 30px auto 10px;}

.kpList .swiper-slide::before{
    position: absolute; z-index: 20; top: 0;left: 670px; content: ''; width: 1px; background: #0084F1; height: 100%;
}
.gallery-top .swiper-slide{ padding-top:20px;}

.kpDate i{font-style: normal;}
.kpDate .num{
    font-size: 40px;
    font-weight: bold;
    color: #EBEBEB;
    line-height: 24px;
}
.kpDate .name{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 15px;
}
.kpDate .swiper-slide.swiper-slide-active .num{ color: #0071EE;}
.kpDate .swiper-slide div.items{
    flex-direction: column;
    align-items: flex-start;
}
.kpDate .swiper-slide.swiper-slide-active div.items{
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.kpDate.kptitle{ margin-top: 85px;}
.kpDate.kptitle::before{
    top: 100%;

}
.no-line .swiper-slide::before{ display: none;}
/* .gallery-top.no-line */
.exContent ul{display: flex;
    justify-content: space-between;

}
.exhibition{
    margin-top: 60px;
    border-bottom: #0084F1 1px solid;

}
.exContent {width: 1200px; margin: 0 auto; position: relative;}
.exContent li{
    width: 30%;
    text-align: center;
    position: relative;
    padding-bottom: 37px;
    color: #4D4D4D;
    cursor: pointer;
}
.exContent li .cntxt{font-size: 16px; line-height: 24px;}
.exContent li .entxt{ font-size: 14px; line-height: 24px;}
.exContent li.on a{
    color: #0084F1;
}
.exContent .ico{ position: absolute; bottom: -10px; transition: all .6s; left: 160px;}
.exContent li::after{
    content: '';
    width: 11px;
height: 11px;
background: #FFFFFF;
border: 1px solid #0084F1;
border-radius: 50%;
position: absolute;
left: 50%;
margin-left: -6px;
bottom: -6px;
}
.exContent li.on::after{opacity: 0;}



.exContenta ul{display: flex;
    justify-content: space-between;

}

.exContenta {width: 1200px; margin: 0 auto; position: relative;}
.exContenta li{
    width: 25%;
    text-align: center;
    position: relative;
    color: #4D4D4D;
    cursor: pointer;
}
.exContenta li a{display:block;padding-bottom: 37px;}
.exContenta li .cntxt{font-size: 16px; line-height: 24px;}
.exContenta li .entxt{ font-size: 14px; line-height: 24px;}
.exContenta li.on a{
    color: #0084F1;
}
.exContenta .ico{ position: absolute; bottom: -10px; transition: all .6s; left: 160px;}
.exContenta li::after{
    content: '';
    width: 11px;
    height: 11px;
    background: #FFFFFF;
    border: 1px solid #0084F1;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
}
.exContenta li.on::after{
    background:url(../img/84.png) no-repeat center;width:40px;
    height:40px;border:none;margin-left: -20px;

}


.exitems{display:none;}
.exitems .eximg{
    width: 780px;
    height: 548px;
}
.exitems .eximg img{
    width: 780px;
    height: 548px;
}
.extxt{
    width: 400px;
    float: right;
}
.extxt .name .s1{
    font-size: 22px;
    color: #333333;
    line-height: 24px;
}
.extxt .name .s2{
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
}
.exlist{margin-top: 25px;}
.extxt li{
    margin-top: 20px;
    width: 370px;
    height: 60px;
    border: 1px solid #E6E6E6;
    color: #333;
    font-size: 18px;
    padding: 0 30px 0 39px;
    line-height: 60px;
}
.extxt li.on{ border-color: #0084F1; color: #0084F1;}
.extxt li::after{
    content: '';
    width: 10px;
    height: 16px;
    background: url(../img/86.png) no-repeat;
}
.txtlist p{
    font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
line-height: 30px;
margin-top: 30px;
}
.ztIntro{
    width: 850px;
    float: right;
    position: relative;
}
.ztItem{

}
.ztItem img{
    width: 850px;
height: 600px;
display: block;
}
.ztItem .txtfont{
    width: 654px;
    background: #105084;
    padding: 20px 25px;
    float: right;
    margin-top: -30px;
    position: relative;
}
.ztItem .txtfont span{
    font-size: 22px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 30px;
}
.ztItem .txtfont p{
    font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 24px;
margin-top: 10px;
}
.page {
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    width: 100%;
    text-align: center;
}

.pageBox li{ display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #333;
    text-align: center;
    background: #efefef;
    margin: 0 2px;
}
.pageBox li a,.pageBox li span{ display: block; padding: 0 15px;}
.page a.end_page {
    border-right: none;
}


.page span.current,.page .on,
.page a:hover {
    background-color: #0084F1;
    color: #fff;
}
.kpswiper::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
   bottom: 0;
    left: 0;
}
.kpswiper{
   width: 100%;
    padding: 0 160px;
    margin: 125px auto 0;
    position: relative;
}
.kpswiper .swiper-container{
    width: 1100px;
    margin: 0 auto ;
}
.kpswiper .swiper-slide p{
    width: 240px;
    color: #B3B3B3;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 45px;
    margin: 0 auto;
}

.kpswiper .active_nav p{ color: #0084F1; border-bottom: #0084F1 1px solid;}
.kpswiper .arrow1{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 2px;

}
.kpswiper .button-prev1{ background: url(../img/72.png) no-repeat; left: 50px;}
.kpswiper .button-next1{ background: url(../img/73.png) no-repeat; right: 50px;}
.introTxt{ text-align: center;}
.keke{width:677px;margin:0px auto;}
.keke img{width:677px;height:auto;display:block;}
/* .gallery-top .swiper-slide::after{ display: none;} */

.exsection{
    margin: 40px auto 80px;
    background: url(../img/109.png) no-repeat;
    height: 929px;
    width: 1222px;
}

.flipbook-viewport{
    overflow:hidden;
    width:1200px;
    height:400px;background:#fff;position: relative;margin:0 auto;
}

.flipbook-viewport .container{
    position:absolute;
    top:50%;
    left:50%;
    margin:auto;
}

.flipbook-viewport .flipbook{
	width:1200px;
	height:400px;
    left: -600px;
    top: -200px;
}

.flipbook-viewport .page{
	width:600px;
	height:400px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

.aboutTitle{margin-left: 100px;}
@media (max-width:1600px){
    .enterList {    width: 1000px;  margin: 0 auto;}
    .enterList li{width: 230px;}
    .search{width: 680px;}
    .y_joy{    right: -136px;  width: 210px;}
}
@media (max-width:1550px){
    .wrap{
        width: 1200px;
    }
    .tznews,.kpList{
        width: 1050px;
    }
    .emailBox{
        width: 760px;
    }
    .timeIntro{width: 790px;}
    .aboutTitle{ margin-left: 0;}
    .kpList dd{
        width: 690px;
    }
    .kpList dt{ padding: 0;}
    .kpList dd .time{ margin-left: 12px;}
    .kpList dd .txt{
        width: 465px;
    }
    .kpList .swiper-slide::before{left: 455px;}
    .sideContent .contenTxt{width: 296px;
    }
    .sideContent  .aboutIntro .contenTxt{
        width: 435px;
    }
    .extxt{
        width: 370px;
    }
}


