html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 16px; outline: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; }


body { margin: 0 auto; color: #989898; background-color: #fff; _background-attachment: fixed; _background-image: url(about:blank);
-webkit-user-select: none; 
-moz-user-select: none; 
-ms-user-select: none; 


}
button,div,a{outline:none;}
html {
     font-family: 微软雅黑 !important;
    font-size: 16px;
    color: #929292;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;

-webkit-animation-duration:0.4s; -moz-animation-duration:0.4s; -ms-animation-duration:0.4s; -o-animation-duration:.4s; animation-duration:.4s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;


}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
input, select { vertical-align: middle; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
h1, h2, h3, h4, h5, h6, em, i {font-weight: normal; font-style: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
input { outline: none; padding: 0; }
img { border: 0; }
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], select { -webkit-appearance: none; border-radius: 0; }
textarea { -webkit-appearance: none; border-radius: 0; background: none; outline: none; padding: 0; margin: 0; border: none; }
::-moz-selection { background: #f7a300; color: #fff; text-shadow: none; }
::selection { background: #f7a300; color: #fff; text-shadow: none; }
a { text-decoration: none; blr: expression(this.onFocus=this.blur());color: #545454; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
.clear { clear: both;}
.fl{float: left;}
.fr{float: right;}

.text{text-align: center;}
.clearfix { *zoom: 1; }
.tabbox{vertical-align: middle;display: table-cell;}
.wrap{width:1400px;margin: 0 auto;}
.hide{display: none;}



.xxxx:hover  img{
  transform:scale(1.05,1.05);
  -webkit-transform:scale(1.05,1.05);
  -moz-transform:scale(1.05,1.05);
  -o-transform:scale(1.05,1.05);

  transition:all 1s ease;
  -o-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -webkit-transition:all 1s ease;
}

.xxx:before{ content:""; width:100%; height:100%; position:absolute; left:0; top:0; z-index: -1; background-color:#83bc2b; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1),-webkit-transform .38s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.xxx:hover:before{transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}





.swiper-pagination-bullet-active{background:#e00!important}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#999;opacity:1!important}


.a:hover img{ -webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;}
@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}
10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
100%{-webkit-transform:scale(1) rotate(0);}}
@-moz-keyframes tada{0%{-moz-transform:scale(1);}
10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
100%{-moz-transform:scale(1) rotate(0);}}



@-webkit-keyframes fadeInUp { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.div{transition:all 0.5s; animation-name:fadeInUp; animation-delay:0.2s;}






.aaa{
  -webkit-animation-duration:0.4s; -moz-animation-duration:0.4s; -ms-animation-duration:0.4s; -o-animation-duration:.4s; animation-duration:.4s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.mask{position:fixed;left:0;top:0;background:rgba(0,0,0,.5);width: 100%;height: 100%;z-index: 10;display: none;}





.Side_nav{width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,0.6); left: 0; top: 0; z-index: 30; opacity: 0; visibility: hidden; transition: 340ms 130ms;}
.menuBtn { float:right;width:44px; height: 28px; position:fixed; right:20px;top: 20px;cursor: pointer; z-index: 9999;display: none ;}
.menuBtn .burger { display: block; width: 100%; height: 5px; position: absolute; left: 0; background:#47bdad;transform-origin:center; -webkit-transform-origin: center; -moz-transform-origin: center; -o-transform-origin: center; -ms-transform-origin: center; transition: transform 277ms ease-in-out; -o-transition: 277ms ease-in-out; -ms-transition: 277ms ease-in-out; -moz-transition: 277ms ease-in-out; }
.menuBtn .burger-1 { top: 0; }
.menuBtn .burger-2 { top: 12px; }
.menuBtn .burger-3 { bottom: 0; }
.menuBtn.active .burger-1 { top: 10px; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); background: #fff; }
.menuBtn.active .burger-2 { -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; background: #fff; }
.menuBtn.active .burger-3 { top: 10px; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); background: #fff; }
.Side_box {
    background-color: #fff;
    height: 100%;
    max-width: 85%;
    max-width: calc(100% - 64px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
    width: 200px;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}
.Side_nav.in .Side_box {-webkit-transform: translateX(0);transform: translateX(0);}
.Side_nav.in { opacity: 1; visibility: visible; transition: 340ms 0ms; }
.menu-list { padding: 40px 0 40px 30px;z-index:1000;}
.menu-list li { margin-bottom: 20px; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: returnToNormal; animation-name: returnToNormal; }
.menu-list li:last-child { margin-bottom: 0; }
.menu-list li a { display: block; color: #333; font-size:16px; }
@-webkit-keyframes returnToNormal {
    from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes returnToNormal {
    from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}

.moblie_head{padding:.5em 1em;position: fixed;left:0;top:0;width: 100%;z-index: 15;background:#fff;display:none;
    -webkit-box-shadow:0px 2px 9px 1px rgba(125, 122, 122,.5);
    -moz-box-shadow:0px 2px 9px 1px rgba(125, 122, 122,.5);
    box-shadow: 0px 2px 9px 1px rgba(125, 122, 122,.5);
}
.moblie_head .logo{width:50%;}
.moblie_head .logo img{max-width: 100%;}




.menu-list .logo2{margin-bottom:1em;}
.menu-list .logo2 img{max-width:85%;}
.menu-list .tel2{color:#47bdad;font-size:18px;font-weight:800;}
.menu-list .tel2 a{color:#47bdad;}



header{height: 120px;position:relative;}
header .wrap{height: 100%;}
header .logo{width: 460px;height: 100%;}
header .logo img{max-width: 100%;vertical-align: middle;}
header .logo span,header .headR span{height: 100%;vertical-align: middle;display: inline-block;}
header nav{height: 100%;display:table;margin-left: 4%;width: 50%;}
header nav ul{display: flex;flex: 0 0 100%;justify-content: space-between;}
header nav li{float:left;flex:none;position:relative;}
header nav li a{font-size:18px;color:#2e2e2e;position:relative;padding:0 2px 12px 2px;overflow:hidden;}
header nav li a:before{content:'';position:absolute;left:0;bottom:-15%;height: 2px;width: 100%;background:#47bdad;opacity:0;filter:alpha(opacity=0);
  -webkit-animation-duration:0.4s; -moz-animation-duration:0.4s; -ms-animation-duration:0.4s; -o-animation-duration:.4s; animation-duration:.4s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header nav li a:hover:before,header nav li.on a:before{opacity:1;bottom:0;filter:alpha(opacity=100);}
header nav li a:hover,header nav li.on a{color:#47bdad;}
header .headR{height: 100%;}
header .headR a{vertical-align: middle;display:inline-block;margin: 0 10px;}
.i_ico{width:24px;height:24px;background:url(../image/search_03.png) no-repeat;}
header .search_box{background:rgba(0,0,0,.7);position:absolute;right:46%;top:100%;margin-right:-590px;padding:17px 20px;width:22%;display:none;z-index: 10;}
header .search_box .inp_box{width:70%;border:none;padding:0;margin:0;background:none;height:30px;line-height:30px;color:#ccc;font-size: 16px;}
header .search_box .search_ico{width:28px;height:30px;background-position:center;cursor:pointer;}

header nav li .subnav {background:#fff;border:1px solid #47bdad; display: none;left:-15%;position: absolute;text-align: center;top:37px;width:135%;z-index:999;}
header nav li .subnav a {background:none;color:#6a6a6a;font-size:14px;height:35px;line-height:35px;position: relative; font-weight:normal;display:block;padding:0;}
header nav li .subnav a:before{display:none;}
header nav li .subnav a:hover{background:#47bdad;color:#fff;}


.nybanner{}
.nybanner img{display:block;width: 100%;}




.nytop{background:#fff;position:relative;}
.nytop:before{content:'';position:absolute;left:0;bottom:0;width: 100%;height: 1px;background:#eaeaea;}
.nytop .wrap{position:relative;}
.nytop .menu{}
.nytop .menu a{display:inline-table;color:#555555;font-size:16px;height: 42px;line-height: 42px;margin-left:55px;position:relative;z-index: 4;overflow:hidden;}
.nytop .menu a:before{ content:""; width:100%; height:2px; position:absolute; left:0; bottom:0; z-index: -1; background:#47bdad; transform-origin:center; -webkit-transform-origin:center; -webkit-transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1),-webkit-transform .38s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.nytop .menu a:hover:before,.nytop .menu a.on:before{transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:center; -webkit-transform-origin:center; visibility:visible\9;}
.nytop .menu a.on,.nytop .menu a:hover{color:#47bdad;}
.menu_name{width:320px;position:absolute;left:0;bottom:1px;}
.menu_name h2{color:#fff;font-size:30px;height: 62px;line-height: 62px;background:#47bdad;padding-left: 20px;font-weight: 800;}
.menu_name h4{color:#969696;font-size:18px;text-transform: uppercase;height: 62px;line-height: 62px;background:#f6f6f6;padding-left: 20px;font-weight: 800;}


footer{}
footer .top{padding:27px 0;background:#3ab7a6;}
footer .addres{width: 31.33%;position:relative;padding-right: 2%;}
footer .addres:before,.sbnav:before{content:'';position:absolute;right:0;top:0;height: 100%;width: 0;border-right: 1px #90ede0 dotted;}
footer .addres .item{padding-left: 40px;line-height: 37px;position:relative;font-size: 16px;color:#fff;margin-bottom: 9px;}
footer .addres .item a{color:#fff;}
footer .addres .item span{position:absolute;left:0;height: 37px;line-height: 37px;}
footer .addres .item span img{vertical-align: middle;}
footer .sbnav{width: 29.33%;color:#fff;position:relative;padding: 7px 2%;}
footer .sbnav a{font-size: 16px;color:#fff;width: 31.5%;text-align: center;display:inline-table;margin:9px 0;}
footer .link{width: 25.33%;padding:21px 4%;}
footer .link .name{font-size: 14px;color:#06675a;line-height: 42px;}
footer .link .mian{width: 80%;position:relative;}
footer .link .mian:before{content:'';position:absolute;right:5%;top:0;width: 12px;height: 100%;background:url(../image/sj4.png) no-repeat center;}
footer .link .mian select{height: 42px;background:#288074;border:none;width: 100%;padding:0 4%;color:#6edccd;}
footer .link .mian select option{background:#fff;color:#333;}
footer .bom{height: 55px;line-height: 55px;background:#575757;color:#d7d7d7;font-size: 12px;}
footer .bom a{color:#d7d7d7;}
footer .bom img{margin-right: 5px;}


.nycon{}
.nycon .padd1{padding:48px 0;}
.paging{text-align: center;}
.paging a,.paging .SplitPage span{color:#656565;padding:0 15px;display:inline-table;border:1px #e6e6e6 solid;height: 38px;line-height: 38px;margin:0 5px;}
.paging a:hover{background:#3ab7a6;color:#fff;}
.paging .SplitPage span{background:#3ab7a6;color:#fff;border-color: #3ab7a6;}

.new_list{margin-bottom: 50px;}
.new_list li{float:left;background:#f6f6f6;width: 48%;margin:0 2% 26px 0;}
.new_list li a{display:block;}
.new_list li .date{text-align: center;width: 77px;padding:24px 0;position:relative;
  -webkit-animation-duration:0.4s; -moz-animation-duration:0.4s; -ms-animation-duration:0.4s; -o-animation-duration:.4s; animation-duration:.4s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.new_list li .date:before{content:'';position:absolute;right:0;top:25%;width: 1px;height: 50%;background:#c3c3c3;}
.new_list li .date h4{font-size: 24px;color:#555;font-weight: 800;}
.new_list li .date p{font-size: 12px;color:#555555;}
.new_list li .txt{line-height: 48px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;color:#333333;margin-left: 4%;width: 80%;padding:24px 0;}

.new_list li:hover .date{background:#3ab7a6;}
.new_list li:hover .date *{color:#fff;}
.new_list li:hover .txt{color:#3ab7a6;}
.new_list li:hover .date:before{background:#3ab7a6;}
.new_list li:hover{
    -webkit-box-shadow:0px 2px 9px 1px rgba(185,185,185,.5);
    -moz-box-shadow:0px 2px 9px 1px rgba(185,185,185,.5);
    box-shadow: 0px 2px 9px 1px rgba(185,185,185,.5);
}




.new_list2{margin-bottom: 50px;}
.new_list2 li{float:left;background:#fff;width: 47.8%;margin:0 2% 26px 0;border:1px #e8e8e8 solid;}
.new_list2 li a{display:block;padding:48px 24px;}
.new_list2 li .date{text-align: center;width: 77px;padding:24px 0;position:relative;
  -webkit-animation-duration:0.4s; -moz-animation-duration:0.4s; -ms-animation-duration:0.4s; -o-animation-duration:.4s; animation-duration:.4s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.new_list2 li .date:before{content:'';position:absolute;right:0;top:25%;width: 1px;height: 50%;background:#c3c3c3;}
.new_list2 li .date h4{font-size: 24px;color:#555;font-weight: 800;}
.new_list2 li .date p{font-size: 12px;color:#555555;}
.new_list2 li .txt2{margin-left: 4%;width: 82%;height: 106px;}
.new_list2 li .txt2 h4{font-size: 16px;color:#333333;line-height: 24px;margin-bottom: 10px;max-height: 48px;overflow:hidden;}
.new_list2 li .txt2 p{color:#777777;line-height: 24px;height: 48px;overflow:hidden;}
.new_list2 li:hover .date{background:#3ab7a6;}
.new_list2 li:hover .date *{color:#fff;}
.new_list2 li:hover .txt2 h4{color:#3ab7a6;}
.new_list2 li:hover .date:before{background:#3ab7a6;}
.new_list2 li:hover{border-color: #3ab7a6;
    -webkit-box-shadow:0px 2px 9px 1px rgba(185,185,185,.5);
    -moz-box-shadow:0px 2px 9px 1px rgba(185,185,185,.5);
    box-shadow: 0px 2px 9px 1px rgba(185,185,185,.5);
}






.aboutL{width: 300px;background:#f6f6f6;padding:43px 28px;}
.aboutL h2{font-size:36px;color:#444444;margin-bottom: 15px;}
.aboutL h2 img{margin-right: 10px;}
.aboutL .bom{margin-top: 20px;}
.aboutL .bom .item{width: 49.9%;float:left;text-align: center;position:relative;}
.aboutL .bom .item:before{content:'';position:absolute;right:0;top:0;height: 100%;background:#8f8f8f;width: 1px;}
.aboutL .bom .item:last-child:before{display:none;}
.aboutL .bom h4{font-size:28px;color:#444444;}
.aboutL .bom p{font-size: 14px;color:#444444;}
.aboutR{width: 893px;margin-left: 81px;}
.aboutR h2{color:#444444;font-size: 24px;font-weight: 800;}
.aboutR p{color:#444444;line-height: 36px;}






.team_list{}
.team_list li{margin-bottom: 18px;background:#f6f6f6;height: 182px;}
.team_list li .name{text-align: center;background:#47bdad;width: 25%;height: 100%;display:table;}
.team_list li .name h4{font-size: 24px;color:#fff;font-weight: 800;margin-bottom: 10px;}
.team_list li .name p{font-size: 14px;color:#fff;font-weight: 800;}
.team_list li .txt{background:#f6f6f6;width: 75%;height: 100%;color:#444444;line-height: 30px;max-height: 176px;overflow:hidden;}
.team_list li .txt .padd{padding:28px 33px;}

.team_list li:hover{
  -webkit-box-shadow:0px 2px 9px 1px rgba(185,185,185,.5);
    -moz-box-shadow:0px 2px 9px 1px rgba(185,185,185,.5);
    box-shadow: 0px 2px 9px 1px rgba(185,185,185,.5);
}





.Contact_box{height: 300px;margin-bottom: 47px;}
.Contact_box .pic{width: 50%;height: 100%;position:relative;}
.Contact_box .pic img{display:block;width: 100%;height: 100%;}
.Contact_box .txt{width: 50%;height: 100%;display:table;background:#f6f6f6;}
.Contact_box .txt .tabbox{padding:0 5%;}
.Contact_box .txt p{font-size: 18px;color:#353535;line-height: 48px;}
.map_box{border:1px #e4e4e4 solid;}
.map_box img{display:block;width: 100%;}


.Contact_box .pic figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index:8;
}
.Contact_box .pic figcaption::before,.Contact_box .pic figcaption::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}
.Contact_box .pic figcaption::before {
    border-top: 3px solid #47bdad;
    border-bottom: 3px solid #47bdad;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.Contact_box .pic figcaption::after {
    border-right: 3px solid #47bdad;
    border-left: 3px solid #47bdad;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.Contact_box:hover .pic figcaption::before,.Contact_box:hover .pic figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}






.culture{}
.culture .top{text-align: center;font-size: 24px;color:#333333;font-weight: 800;}
.culture .list{margin-top: 38px;}
.culture .list .item{margin-bottom: 45px;border:1px #e8e8e8 solid;padding:35px 65px 40px 115px;position:relative;}
.culture .list .date{background:#47bdad;width: 116px;text-align: center;border-radius: 116px 116px 0 116px;height: 116px;display:table;}
.culture .list .date h3{font-size: 36px;color:#fff;}
.culture .list .date p{font-size: 16px;color:#ffffff;}
.culture .list .txt{width: 86%;font-size: 16px;color:#333333;line-height: 30px;margin-top: 15px;}
.culture .list .item:before{ content:""; width:100%; height:3px; position:absolute; left:0; bottom:0; z-index: -1; background-color:#3ab7a6; transform-origin:center; -webkit-transform-origin:center; -webkit-transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1),-webkit-transform .38s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.culture .list .item:hover:before{transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:center; -webkit-transform-origin:center; visibility:visible\9;}




.mien{margin-right: -1%;}
.mien li{float:left;width: 24%;margin:0 1% 22px 0;}
.mien li .pic{height: 248px;position:relative;overflow:hidden;}
.mien li .pic img{display:block;width: 100%;height: 100%;
  transition:all 1s ease;
  -o-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -webkit-transition:all 1s ease;
}
.mien li .name{height: 50px;line-height: 50px;color:#333333;padding:0 3%;width: 94%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background:#f6f6f6;
  -webkit-animation-duration:0.4s; -moz-animation-duration:0.4s; -ms-animation-duration:0.4s; -o-animation-duration:.4s; animation-duration:.4s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.mien li:hover .pic img{
  transform:scale(1.05,1.05);
  -webkit-transform:scale(1.05,1.05);
  -moz-transform:scale(1.05,1.05);
  -o-transform:scale(1.05,1.05);

  transition:all 1s ease;
  -o-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -webkit-transition:all 1s ease;
}
.mien li:hover .name{background:#47bdad;color:#fff;}


.fxpupo{
    width: 873px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99;
    background: #fff;border-radius: 9px;
    display: none;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fxpupo .padd{padding:45px 43px;}
.fxpupo .name{text-align: center;border-bottom: 1px #dfdfdf solid;font-size: 24px;color:#000000;padding:0 10px 20px 10px;}
.fxpupo .con{margin-top:25px;max-height: 400px;overflow-y: auto;}
.fxpupo .con p{line-height: 30px;color:#333;font-size: 14px;}
.fxpupo .con img{max-width: 100%;}
.fxpupo .close{position:absolute;right:33px;top:25px;background:url(../image/colse.png) no-repeat;background-size: 100% 100%;width: 22px;height: 22px;cursor:pointer;}


.fxpupo .con::-webkit-scrollbar{width:5px;height: 5px;}
.fxpupo .con::-webkit-scrollbar-button{  background-color:#fff;}
.fxpupo .con::-webkit-scrollbar-track{background:#fff;}
.fxpupo .con::-webkit-scrollbar-track-piece {background:#fff);}
.fxpupo .con::-webkit-scrollbar-thumb{background:#47bdad;border-radius:4px;}
.fxpupo .con::-webkit-scrollbar-corner {background:#fff;}
.fxpupo .con::-webkit-scrollbar-resizer  {background:#fff;}








.letter{}
.letter_list{margin-right: -1%;margin-bottom: 30px;}
.letter_list li{float:left;border:1px #e8e8e8 solid;width: 23.8%;margin:0 1% 27px 0;height: 120px;position:relative;}
.letter_list li a{display:block;padding:0 20px;height: 100%;}
.letter_list li .top{font-size: 18px;color:#333;font-weight:800;border-bottom: 1px #eaeaea solid;padding-bottom: 10px;max-height: 53px;margin-top: 25px;overflow:hidden;}
.letter_list li .bom{color:#666666;line-height: 30px;position:absolute;left:20px;bottom:10px;}
.letter_list li:hover .top{color:#1fa996;}
.letter_list li:hover {border-color:#1fa996;}





.case{margin-right: -2%;margin-bottom: 30px;}
.case li{float:left;width: 31.33%;margin: 0 2% 2% 0;}
.case li .pic{height: 281px;position:relative;}
.case li .pic img{display:block;width: 100%;height: 100%;}
.case li .txt{background:#f6f6f6;position:relative;z-index: 4;}
.case li .txt .padd{padding:25px 39px;}
.case li .txt h4{text-align: center;font-size: 16px;color:#222;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.case li .txt p{color:#666666;line-height: 24px;max-height: 49px;overflow:hidden;}
.case li .txt .btn{text-align: center;margin-top: 20px;}
.case li .txt .btn a{width: 69px;height: 30px;line-height: 30px;border:1px #d2d2d2 solid;font-size: 16px;color:#939292;display:inline-block;}

.case li .pic figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 8;
}
.case li .pic figcaption::before,.case li .pic figcaption::after {
    position: absolute;
    top: 7px;
    right: 5px;
    bottom: 7px;
    left: 5px;
    content: '';
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}
.case li .pic figcaption::before {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.case li .pic figcaption::after {
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.case li:hover .pic figcaption::before,.case li:hover .pic figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.case li .txt:before{ content:""; width:100%; height:5px; position:absolute; left:0; bottom:0; z-index: -1; background-color:#47bdad; transform-origin:center; -webkit-transform-origin:center%; -webkit-transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1),-webkit-transform .38s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.case li:hover .txt:before{transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:center; -webkit-transform-origin:center; visibility:visible\9;}
.case li:hover .btn a{background:#47bdad;color:#fff;border-color: #47bdad;}






.course{}
.course .top{font-size: 24px;color:#199a88;}
.course .mian{margin-top: 20px;background:#f6f6f6;padding:82px 0;}


.time-line{width:100%;position: relative;}
.time-line .left-btn,.time-line .right-btn{width: 50px;height: 50px;background: url(../image/arrow.png) no-repeat;position: absolute;margin-top:-15px;cursor: pointer;background-size: 100% 100%;}
.time-line .left-btn{left:2%;top:48%;}
.time-line .right-btn{right:2%;top:48%;transform: rotate(180deg);}
.time-line .right-btn:hover{background: url(../image/arrow_hover.png) no-repeat;transform: rotate(180deg);}
.time-line .left-btn:hover{background: url(../image/arrow_hover.png) no-repeat;}
.time-line .time-box{width:1200px;margin: 0 auto;overflow: hidden;}
.time-line .time-box ul{overflow: hidden;position: relative;height: 458px;}
.time-line .time-box ul:after{content: "";background: #d1d1d1;height:1px;width: 100%;position: absolute;left:0;top:50%;}
.time-line .time-box li{width:245px;float: left;padding:0 1em;box-sizing: border-box;position: relative; cursor: pointer;margin-right: -37px;background:#fff;min-height: 180px;}

.time-line .time-box li:nth-child(2n){margin-top: 265px;}
.time-line .time-box li:before{content: "";border-left: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;position: absolute;width: 16px;height: 16px;background: #e0e0e0;   bottom: -9px; transform: rotate(-45deg);left: 50%;margin-left: -8px;}
.time-line .time-box li:after{content: "";width: 20px;height: 20px;background: url(../image/tb2_03.png) no-repeat;position: absolute;left:50%;margin-left:-7px;bottom: 0;    bottom: -59px; z-index: 1;    background-size: 100% 100%;}
.time-line .time-box li:nth-child(2n):before{bottom: auto;top: -9px;transform: rotate(-225deg);}
.time-line .time-box li:nth-child(2n):after{bottom: auto;top:-46px;}
.time-line .time-box li:nth-child(2n) h3{top:0;bottom:0;}

.time-line .time-box li:hover:before,.time-line .time-box li.active:before{border-color: #47bdad;background: #47bdad;}
.time-line .time-box li:hover:after,.time-line .time-box li.active:after{background:url(../image/tb2_05.png) no-repeat;}
.time-line .time-box li:hover h3,.time-line .time-box li.active h3{background:#47bdad;color:#fff;}

.time-line .time-box li h3{color:#626262;font-size:18px;position:absolute;left:0;width: 100%;height: 34px;line-height: 34px;bottom:0;text-align: center;background:#e0e0e0;}
.time-line .time-box li .txt p{color:#444444;font-size:12px;line-height: 24px;}
.time-line .time-box li .txt{max-height: 100px;overflow-y: auto;margin:40px 0;}



.time-line .time-box li .txt::-webkit-scrollbar{width:5px;height: 5px;}
.time-line .time-box li .txt::-webkit-scrollbar-button{  background-color:#eee;}
.time-line .time-box li .txt::-webkit-scrollbar-track{background:#eee;}
.time-line .time-box li .txt::-webkit-scrollbar-track-piece {background:#eee);}
.time-line .time-box li .txt::-webkit-scrollbar-thumb{background:#47bdad;border-radius:4px;}
.time-line .time-box li .txt::-webkit-scrollbar-corner {background:#eee;}
.time-line .time-box li .txt::-webkit-scrollbar-resizer  {background:#eee;}


.course_mian2{margin-top: 1em;display:none;}
.course_mian2 ul{padding-left: 2em;position:relative;}
.course_mian2 ul:before{content:'';position:absolute;left:1em;top:0;width: 2px;height: 100%;background:#ccc;}
.course_mian2 li{margin-bottom: 1em;}
.course_mian2 li h4{color: #333; font-size:1.4rem;position:relative;}
.course_mian2 li h4:before{content:'';position:absolute;left:-.9em;top:.5em;width: 5px;height: 5px;border:2px #fabe00 solid;border-radius: 5px;background: #fff;}
.course_mian2 li .lceex{}
.course_mian2 li .lceex p{color: #666; font-size:1rem;line-height: 1.4rem;}





.jsxx{}
.jsxx .top{color: #444444; font-size:30px;font-weight: 800;text-align: center;}
.jsxx .foot{position:relative;}
.jsxx .foot .pag{display:block;width: 100%;color: #757575; font-size:16px;line-height: 30px;}
.jsxx .foot .btn{position:absolute;right:0;top:12px;}
.jsxx .foot .btn a{background:#eeeeee;border-radius: 6px;height: 35px;line-height: 35px;color:#444;display:inline-block;padding:0 14px;}
.jsxx .foot .btn a img{margin-right: 7px;position: relative;top: 2px;}
.jsxx .foot .pag:hover{color:#47bdad;text-decoration:underline;}

.jsxx .main{margin:45px 0 30px;height: 664px;}

.jsxx_txt{width: 40%;background:#f6f6f6;height: 100%;}
.jsxx_txt .padd{height: 580px;overflow-y: auto;padding:0 42px;margin-top: 43px;}

.jsxx_txt .padd::-webkit-scrollbar{width:5px;height: 5px;}
.jsxx_txt .padd::-webkit-scrollbar-button{  background-color:#dedede;}
.jsxx_txt .padd::-webkit-scrollbar-track{background:#dedede;}
.jsxx_txt .padd::-webkit-scrollbar-track-piece {background:#dedede);}
.jsxx_txt .padd::-webkit-scrollbar-thumb{background:#47bdad;border-radius:0;}
.jsxx_txt .padd::-webkit-scrollbar-corner {background:#dedede;}
.jsxx_txt .padd::-webkit-scrollbar-resizer  {background:#dedede;}
.jsxx_txt p{color:#333333;line-height: 24px;}
.jsxx_txt p img{max-width: 100%;}

.jsxx_banner{width: 60%;background:#eeeeee;height: 100%;}
.mod18Box { margin: 0px auto; width: 100%;height: 100%; }
.mod18{ width: 100%; height: 100%; margin: 0px auto; position: relative; }
.mod18 .btn{position:absolute;width:30px;height:54px;bottom:67px;cursor:pointer;z-index:9;font-size:50px;font-weight:bold;}
.mod18 .prev{left:55px;background:url(../image/left1.png) no-repeat;}

.mod18 .next{right:55px;background:url(../image/right1.png) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:100%;height:100%;position:absolute;color:#fff;}
.mod18 .cf li span{display:block;width:96%;position:absolute;left:0;bottom:0;padding:10px 2%;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.mod18 .picBox{height:468px;position:relative;overflow:hidden;}
.mod18 .picBox ul{height:100%;position:absolute;}
.mod18 .picBox li{width:840px;height:100%;}
.mod18 .picBox li img{display:block;width: 100%;height: 100%;}
.mod18 .listBox{ width: 583px; height: 115px; margin:41px auto 0; position: relative;  overflow: hidden; }
.mod18 .listBox ul{height:100%;position:absolute;}
.mod18 .listBox li{width:200px;height:115px;cursor:pointer;position:relative;}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display:block;width:124px;height:70px;}
.mod18 .listBox li img{width:183px;height:100%;}
.mod18 .listBox .on img{width:177px;height:109px;border:3px solid #47bdad;}
.mod18 .listBox .on i{display:block;}





.news{}
.news_list{margin-right: -2%;margin-bottom: 45px;}
.news_list li{width: 23%;margin:0 2% 2% 0;background:#f6f6f6;float:left;
  -webkit-animation-duration:0.4s; -moz-animation-duration:0.4s; -ms-animation-duration:0.4s; -o-animation-duration:.4s; animation-duration:.4s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news_list li .top{color:#444444;line-height: 24px;font-size: 16px;padding:22px 19px;height: 48px;overflow:hidden;}
.news_list li .pic{height: 226px;overflow:hidden;}
.news_list li .pic img{display:block;width: 100%;height: 100%;
  transition:all 1s ease;
  -o-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -webkit-transition:all 1s ease;
}
.news_list li .txt{padding:22px 19px;}
.news_list li .txt_top{font-size: 14px;color:#666666;line-height: 18px;height: 36px;overflow:hidden;}
.news_list li .txt_foot{color:#666666;line-height: 18px;margin-top: 21px;}
.news_list li .txt_foot span{float:right;}
.news_list li:hover{background:#47bdad;}
.news_list li:hover *{color:#fff;}
.news_list li:hover .pic img{
  transform:scale(1.05,1.05);
  -webkit-transform:scale(1.05,1.05);
  -moz-transform:scale(1.05,1.05);
  -o-transform:scale(1.05,1.05);

  transition:all 1s ease;
  -o-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -webkit-transition:all 1s ease;
}


.news_t{height: 380px;margin-bottom: 63px;}
.picnew{width: 70%;height: 100%;}
.txtnew{width: 30%;}
.txtnew .item{height: 94px;margin-bottom: 1px;background:#f6f6f6;}
.txtnew .item .date{width: 79px;text-align: center;background:#b0b0b0;height: 100%;display:table;
  -webkit-animation-duration:0.4s; -moz-animation-duration:0.4s; -ms-animation-duration:0.4s; -o-animation-duration:.4s; animation-duration:.4s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.txtnew .item .date h4{font-size:24px;color:#fff;font-weight: 800;}
.txtnew .item .date p{font-size: 12px;color:#ffffff;}
.txtnew .item .main{width: 75%;height: 100%;display:table;font-size: 16px;color:#333333;padding:0 3% 0 2%;overflow:hidden;}
.txtnew .item:hover .date{background:#47bdad;}
.txtnew .item:hover .main{color:#47bdad;}
.picnew .item2{height: 100%;width: 48%;margin-right: 2%;position:relative;float:left;overflow:hidden;}
.picnew .item2 img{display:block;width: 100%;height: 100%;
  transition:all 1s ease;
  -o-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -webkit-transition:all 1s ease;
}
.picnew .item2 .newbg{position:absolute;left:0;bottom:0;background:rgba(0,0,0,.5);width: 94%;padding:3% 3%;}
.picnew .item2 .newbg p{font-size: 14px;color:#b6b6b6;margin-bottom: 5px;}
.picnew .item2 .newbg h4{font-size:18px;color:#ffffff;padding-right: 70px;height: 48px;overflow:hidden;}
.picnew .item2 .newbg span{width: 46px;height: 46px;background:url(../image/jt2.png) no-repeat;position:absolute;right:3%;top:25%;}
.picnew .item2:hover .newbg{background:#47bdad;}
.picnew .item2:hover .newbg *{color:#fff;}
.picnew .item2:hover .newbg span{background:url(../image/jt21.png) no-repeat;}
.picnew .item2:hover img{
  transform:scale(1.05,1.05);
  -webkit-transform:scale(1.05,1.05);
  -moz-transform:scale(1.05,1.05);
  -o-transform:scale(1.05,1.05);

  transition:all 1s ease;
  -o-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -webkit-transition:all 1s ease;
}








.banner{position: relative;}
.banner_swiper,.banner_swiper .swiper-slide{width:100%;}
.banner_swiper,.banner_swiper .swiper-wrapper,.banner_swiper .swiper-wrapper .swiper-slide{height: auto !important;}
.banner_swiper .swiper-slide img{width:100%;    display: block;}
.banner_swiper .pagination {position: absolute;z-index: 20;left:0;bottom:42px;width: 100%;text-align: center;}
.banner_swiper .swiper-pagination-switch {display: inline-block;width:47px;height:2px;margin-right:3px;cursor: pointer;background:#fff;}
.banner_swiper .swiper-active-switch {background: #e80000;height: 8px;}
.banner_swiper .swiper-pagination-bullet{display: inline-block;width:47px;height:2px;margin-right:3px;cursor: pointer;background:#fff;border-radius: 0;}
.banner_swiper .swiper-pagination-bullet-active{background: #e80000 !important;height: 8px !important;}



.homecon{padding:45px 0;}
.newA{}
.newA_top{height: 45px;padding-left: 62px;position:relative;line-height: 45px;font-size: 24px;color:#333333;font-weight: 800;margin-bottom: 14px;}
.newA_top img{position:absolute;left:0;top:0;}
.newA_top .more{float:right;width: 69px;height: 30px;line-height: 30px;text-align: center;color:#939292;font-size: 16px;border:1px #939292 solid;display:inline-block;font-weight: normal;margin-top: 12px;}
.newA_top .more:hover{background:#47bdad;color:#fff;border-color: #47bdad;}


.notice{margin-top: 37px;}
.notice_m{margin-top: 17px;height: 121px;}
.notice_m .item {float:left;width: 33.33%;position:relative;height: 100%;background:#f6f6f6;
  -webkit-animation-duration:0.4s; -moz-animation-duration:0.4s; -ms-animation-duration:0.4s; -o-animation-duration:.4s; animation-duration:.4s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.notice_m .item:before{content:'';position:absolute;right:0;top:0;height: 100%;background:#fff;width: 1px;}
.notice_m .item a{display:block;padding:15px 25px;}
.notice_m .item .date{color:#a4a4a4;}
.notice_m .item .txt{margin-top: 10px;font-size: 16px;color:#333;line-height: 30px;max-height: 60px;overflow:hidden;}
.notice_m .item:hover{background:#47bdad;}
.notice_m .item:hover *{color:#fff;}

.caseA{margin-top: 37px;}
.caseA_nav{position:absolute;left:16%;top:7px;}
.caseA_nav dl{float:left;}
.caseA_nav dl{height: 36px;line-height: 36px;width: 124px;text-align: center;border:1px #d7d7d7 solid;border-radius: 4px;margin-right: 14px;font-size: 18px;color:#444444;font-weight: normal;position:relative;cursor:pointer;}
.caseA_nav dl.on{background:#47bdad;color:#fff;border-color: #47bdad;}
.caseA_nav dl.on:before{content:'';position:absolute;left:0;bottom:-4px;width: 100%;height: 4px;background:url(../image/tb1_13.png) no-repeat center;transform:rotate(180deg);background-size: 11px 100%;}


.caseA_m{margin-top: 30px;position:relative;}

.case_swiper .swiper-slide .padd{padding:0 12.5px;display:block;}
.case_swiper,.case_swiper .swiper-slide{width:100%;}
.case_swiper,.case_swiper .swiper-wrapper,.case_swiper .swiper-wrapper .swiper-slide{height: auto !important;}
.case_swiper .swiper-slide img{width:100%;display: block;height: 100%;}
.caseA_m .arrow-l,.caseA_m .arrow-r{position: absolute;top:-38px;width:40px;height:37px;z-index: 9;cursor: pointer;opacity:1 !important;
  -webkit-animation-duration:0.4s; -moz-animation-duration:0.4s; -ms-animation-duration:0.4s; -o-animation-duration:.4s; animation-duration:.4s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.caseA_m .arrow-l {background: url(../image/btn2_03.jpg) no-repeat;right:50px;background-position: 0 0;left:93%;}
.caseA_m .arrow-r {background: url(../image/btn2_05.jpg) no-repeat left bottom;right:0;background-position: 0 0;}
.caseA_m .arrow-l:hover{background: url(../image/btn2_031.jpg) no-repeat;}
.caseA_m .arrow-r:hover{background: url(../image/btn2_051.jpg) no-repeat;}



.case_swiper,.case2_swiper{display:block;}
.case2_swiper .swiper-slide .padd{padding:0 12.5px;display:block;}
.case2_swiper,.case2_swiper .swiper-slide{width:100%;}
.case2_swiper,.case2_swiper .swiper-wrapper,.case2_swiper .swiper-wrapper .swiper-slide{height: auto !important;}
.case2_swiper .swiper-slide img{width:100%;display: block;height: 100%;}



.case2{}
.case2 li{float:left;width: 452px;}
.case2 li .pic{height: 281px;position:relative;}
.case2 li .txt{background:#f6f6f6;position:relative;z-index: 4;}
.case2 li .txt .padd{padding:25px 39px;}
.case2 li .txt h4{text-align: center;font-size: 16px;color:#222;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.case2 li .txt p{color:#666666;line-height: 24px;max-height: 49px;overflow:hidden;}
.case2 li .txt .btn{text-align: center;margin-top: 20px;}
.case2 li .txt .btn a{width: 69px;height: 30px;line-height: 30px;border:1px #d2d2d2 solid;font-size: 16px;color:#939292;display:inline-block;}
.case2 li .pic figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 8;
}
.case2 li .pic figcaption::before,.case2 li .pic figcaption::after {
    position: absolute;
    top: 7px;
    right: 5px;
    bottom: 7px;
    left: 5px;
    content: '';
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}
.case2 li .pic figcaption::before {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.case2 li .pic figcaption::after {
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.case2 li:hover .pic figcaption::before,.case2 li:hover .pic figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.case2 li .txt:before{ content:""; width:100%; height:5px; position:absolute; left:0; bottom:0; z-index: -1; background-color:#47bdad; transform-origin:center; -webkit-transform-origin:center%; -webkit-transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1),-webkit-transform .38s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.case2 li:hover .txt:before{transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:center; -webkit-transform-origin:center; visibility:visible\9;}
.case2 li:hover .btn a{background:#47bdad;color:#fff;border-color: #47bdad;}



.otherA{height: 310px;margin-top: 64px;}
.otherA_nav{background:#f6f6f6;width: 30%;height: 100%;}
.otherA_nav .item{width:80%;height: 33.33%;position:relative;padding-left: 20%;display:table;}
.otherA_nav .item:before{content:'';position:absolute;left:0;bottom:0;width: 100%;height: 1px;background:#fff;}
.otherA_nav .item h4{font-size:24px;color:#333333;font-weight: 800;margin-bottom: 5px;}
.otherA_nav .item p{color:#3e3631;width: 98%;}
.otherA_nav .item span{width:70px;position:absolute;left:2%;top:0;height: 100%;background:url(../image/btn3.png) no-repeat;
  -webkit-animation-duration:0.4s; -moz-animation-duration:0.4s; -ms-animation-duration:0.4s; -o-animation-duration:.4s; animation-duration:.4s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.otherA_nav .item.on{background:#47bdad;}
.otherA_nav .item.on *{color:#fff;}
.otherA_nav .item.on:after{content:'';position:absolute;right:-9px;top:0;width:9px;height: 100%;background:url(../image/jt3.png) no-repeat center;z-index: 15;}
.otherA_nav .item1 span{background-position:8px center;}
.otherA_nav .item2 span{background-position:-170px center;}
.otherA_nav .item3 span{background-position:-351px center;}
.otherA_nav .item1.on span{background-position:-70px center;}
.otherA_nav .item2.on span{background-position:-259px center;}
.otherA_nav .item3.on span{background-position:-434px center;}


.otherA_main{width:69.8%;height: 100%;}
.otherA_main dd{height: 100%;}
.otherA_main .pic{width: 50%;height: 100%;position:relative;}
.otherA_main .pic img{display:block;width: 100%;height: 100%;}
.otherA_main .txt{width: 50%;height: 100%;background:#f6f6f6;display:table;position:relative;}
.otherA_main .txt .tabbox{padding:0 40px;}
.otherA_main .txt b{width: 36px;height: 3px;background:#47bdad;display:inline-block;}
.otherA_main .txt h4{font-size: 22px;color:#333333;font-weight: 800;}
.otherA_main .txt .txtcon{font-size: 16px;color:#333333;line-height: 24px;margin-top: 10px;}
.otherA_main .txt a{margin-top: 38px;width: 46px;height: 46px;background:url(../image/jt2.png) no-repeat;display:inline-block;position:relative;left:0;
  -webkit-animation-duration:0.4s; -moz-animation-duration:0.4s; -ms-animation-duration:0.4s; -o-animation-duration:.4s; animation-duration:.4s; -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.otherA_main .txt:before{content:'';position:absolute;right:0;top:0;width:8px;height: 100%;background:#47bdad;}
.otherA_main .txt a:hover{background:url(../image/jt22.png) no-repeat;left:.5em;}

.otherA_main .pic figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 9;
}
.otherA_main .pic figcaption::before,.otherA_main .pic figcaption::after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}
.otherA_main .pic figcaption::before {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.otherA_main .pic figcaption::after {
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.otherA_main:hover .pic figcaption::before,.otherA_main:hover .pic figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}




.pro-det {background: #fff;}
.pro-det .det-top {width: 1200px;margin: 0 auto;padding: 30px 0;}
.pro-det .det-top .pic-show {width: 400px;overflow: hidden}
.pro-det .det-top .pic-show .swiper-slide {text-align: center;}
.pro-det .det-top .pic-show .pic-pagination {text-align: center;}
.pro-det .det-top .text {width: 680px;}
.pro-det .det-top .text .tit{font-size: 30px;padding-bottom: 40px;}
.pro-det .det-top .text p {line-height: 24px;}
.pro-det .det-top .text a {display: inline-block;width: 330px;line-height: 62px;border-radius: 70px;background: #1a77d6;text-align: center;margin-top: 50px;}
.pro-det .det-top .text a span {font-size: 22px;display: inline-block;padding-left: 40px;background: url("404.png") no-repeat left center;color: #fff}







.ny-news .ny-news-item {background:#fff; margin:0 15px 20px 15px; transition: 0.3s; width:calc(25% - 30px); float:left;}
.ny-news .ny-news-item:hover { box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);transform: translateX(-5px);transition: 0.3s}
.ny-news .pic {width:100%; border-right: 1px solid #f0f0f0; box-sizing: border-box}
.ny-news .text {width: 100%; box-sizing: border-box; padding:20px 15px;}
.ny-news .text h3 {font-size:20px; padding-bottom:15px; overflow: hidden;text-overflow: ellipsis;  white-space:nowrap;}
.ny-news .text h3 .date {float: right;font-size: 12px;color: #b1b1b1;margin-top: 5px;}
.ny-news .text p{ font-size:15px; line-height:24px; max-height:48px; overflow:hidden;}

.ny-main2 {padding:90px 0 10px 0;background: #f0f0f0;}
.news-title h3{font-size: 22px;border-bottom: 1px solid #f0f0f0;padding:30px 20px; text-align:center;color:#333;font-weight: 800;}
.news-title p {text-align: center;color: #333;padding: 10px 0;}
.news-con {width: 90%;margin: 0 auto;padding: 20px 0;font-size: 16px;line-height: 28px;color:#333;}
.news-page {padding:10px 0 20px 50px;}
.news-page p {padding: 5px 0;}
.news-page a:hover {color: #3ab7a6;}
.r_list {display: block;background: #3ab7a6;text-align: center;line-height: 38px;color: #fff;margin: 20px auto}


.nyPage { text-align: center; font-size:0; padding-top:35px;}
.nyPage a{ background:#fff;display:inline-block; margin:0px 5px; color:#373d41; font-size:12px; height:32px; line-height:32px; padding:0 10px;  }
.nyPage a.active, .nyPage a:hover{ background-color:#3ab7a6; border-color:#3ab7a6; color:#fff;}

.liuyan{width: 700px;margin: 0 auto;border: 1px #dcdcdc solid;padding:1em;}
.fild{ line-height:35px; margin-top:15px; float:left; width:100%;}
.fild label{ width:16%; float:left; text-align:right; color:#404040;font-size: 16px;}
.fild .put{ width:82%; height:35px; line-height:35px; padding:0 5px; border:1px solid #d2d2d2; float:left;font-size: 16px;}
.fild .h-pic{ float:left; margin:0 5px;}
.fild .h-btn{ color:#404040; text-decoration:underline;}
.fild .btn{ width:130px; height:35px; line-height:25px; background:#47bdad; text-align:center; color:#fff; font-size:16px;border:none; margin:30px auto 0 auto;display:block;}
.fild .put1{ width:82%; height:77px; line-height:1.6;  padding:5px; border:1px solid #d2d2d2; float:left;resize: none;font-size: 16px;}



.r_list.w90{background:#c1c0c0;}
.r_list.w90:hover{background: #3ab7a6;}




.course2{padding:0 1em;position:relative;display: none;}
.course2:before{content:'';position:absolute;left:20.3%;top:0;width: 1px;height: 100%;background: #737171;}
.course2 .item{margin-bottom: 1em;}
.course2 .item .year{font-size: 1.3rem;font-weight: 800;color: #333;width:18%;position: relative;padding-right: 2%;}
.course2 .item .year:before{content:'';position:absolute;right:0;top:7px;width: 8px;height: 8px;border:2px #199a88 solid;border-radius: 8px;background: #f6f6f6;}
.course2 .item .ttx{width: 77%;}
.course2 .item .ttx p{font-size: 1rem;color: #666;line-height: 1.76;}




.news-list1{ }
.news-list1 dl{padding:30px 40px 30px 40px; height:240px;border-bottom:1px #eee solid; background-color:#f1eff1;}
.news-list1 dl strong{display:block; font-size:16px;  line-height:24px; }
.news-list1 dl em{ display:block;color:#f39800; font-size:32px; font-weight:normal; margin-top:15px;}
.news-list1 dl p{ color:#999; margin-top:10px; line-height:2;}
.news-list1 dl p a{ color:#005bac; margin-left:10px; font-weight:bold;}
.news-list1 dl p a:hover{ text-decoration:underline; color:#e47816;}
.news-list1 ul{}
.news-list1 ul li{ padding:30px 0 30px 40px;border-bottom:1px #eee solid; position:relative;margin-bottom: 30px; }
.news-list1 ul li .date{ width:80px; float:left;}
.news-list1 ul li .date strong{ display:block; line-height:60px; background-color:#828d95; text-align:center; font-size:36px; color:#fff;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; font-weight:normal;}
.news-list1 ul li .date span{ display:block; line-height:22px; text-align:center; font-size:16px; color:#fff; margin-top:1px; background-color:#ccc;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.news-list1 ul li .text{ width:92%; float:right; position:relative; margin-top:-2px;text-align: left;}
.news-list1 ul li .text strong{display:inline-block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:16px; }
.news-list1 ul li .text strong a{ color:#333; }
.news-list1 ul li .text strong a:hover{ color:#47bdad;}
.news-list1 ul li .text p{ line-height:2;  color:#999; margin-top:5px;}
.news-list1 ul li:hover .date strong{ background-color:#47bdad;}
.news-list1 ul li:hover .date span{ background-color:#f39800}
