@charset "utf-8";
/* CSS Document */
html{
　　font-size:62.5%; /* 10÷16=62.5% */ 
}
*{word-wrap:break-word;}
body{
　　font-size:12px;
　　font-size:1.2rem ; /* 12÷10=1.2 */
   overflow-x:hidden;
background-repeat: no-repeat;
    background-size: cover;
	width:100%; margin:0px; padding:0px;
}
body,html{ font-family:"微软雅黑"; min-width:320px;}
ul,ul li,dl,dl dt,dl dd{ margin:0px; padding:0px; list-style:none;}
.f_faminly{ font-family:"微软雅黑";}
.fl{ float:left;}
.fr{ float:right;}
.clearboth{ clear:both;}
.bigzm{text-transform:uppercase;}
.b_cursor{ border:0px; cursor:pointer;}
a:link{ text-decoration:none;}
input{ outline:0;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888888;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888888;
}

.fs14{ font-size:14px;}
.fs15{ font-size:15px;}
.fs16{ font-size:16px;}
.fs17{ font-size:17px;}
.fs18{ font-size:18px;}
.fs20{ font-size:20px;}
ul li{ list-style-type:none; float:left; }
.container {
       width: 100%!important;
       max-width:1200px;
       max-width:1170px\9;
}
.container1{width:100%;}


/*loading加载*/
.loading { position:fixed;width:100%; height:100%; background-color:#466f9e; z-index:10000000;}

.loading-img{width:231px; position:absolute; height:47px; left:50%; top:50%; margin-left:-115.5px; margin-top:-23.5px;-webkit-animation: rotateplane 1.4s infinite ease-in-out;
  animation: rotateplane 1.4s infinite ease-in-out;}

@-webkit-keyframes rotateplane {
  0% { filter: alpha(opacity=0);-webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); }
  50%{opacity: 1; filter: alpha(opacity=100); -webkit-transform:scale(1, 1); transform:scale(1, 1); }
  100% {opacity: 1; filter: alpha(opacity=100); -webkit-transform:scale(1, 1); transform:scale(1, 1); }
}

@keyframes rotateplane {
  0% {filter: alpha(opacity=0);-webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5);} 
  50%{opacity: 1; filter: alpha(opacity=100); -webkit-transform:scale(1, 1); transform:scale(1, 1);}
  100% {opacity: 1; filter: alpha(opacity=100); -webkit-transform:scale(1, 1); transform:scale(1, 1);}
}


/*头部*/

#banner{width:100%; position:relative;}
.clearpadding{ padding:0px; margin:0px;}


.i_bg1{ background-color:#191b2c;}
.i_bg2{ background-color:#0064b9;}

.header{width:100%;  position:fixed; height:98px; left:0px; top:0px;z-index:10000;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; background-color:rgb(255,255,255,0.9);}
.header.fixedmenu{ top:-30px;}
.header.fixednav{ position:relative;}
.header.fixednav.fixedmenu{ position:fixed;}

.i_logo_img{width:13%; padding-top:19px;}
.i_logo_img img{}

.i_logo_ul{width:62.5%;}
.i_logo_ul .nav_menu{width:100%; margin:0px; padding:0px;}
.i_logo_ul .nav_menu li{width:20%; height:70px; float:left; margin:0px; padding:0px; position:relative;}
.i_logo_ul .nav_menu li .a_nav{width:100%; position:relative; height:70px; line-height:70px; display:inline-block; text-align:center; overflow:hidden; color:#fff; font-size:16px;}
.i_logo_ul .nav_menu li .a_nav:hover,.i_logo_ul .nav_menu li .a_nav.active,.i_logo_ul .nav_menu li .a_nav.active1{ color:#fff; /*background-color:#c1cef2; */text-decoration:none;}
.i_logo_ul .nav_menu li .a_nav:after{content:"";width:0px; height:2px; background-color:#fff; position:absolute; left:50%; bottom:15px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;
 margin-left:0px;}
.i_logo_ul .nav_menu li .a_nav:hover:after,.i_logo_ul .nav_menu li .a_nav.active:after,.i_logo_ul .nav_menu li .a_nav.active1:after{ width:36px; margin-left:-18px;}
.i_logo_ul .nav_menu li dl{width:160px; position:absolute; left:50%; margin-left:-80px; top:100%; background-color:#0064b9; z-index:111; display:none;}
.i_logo_ul .nav_menu li dl dd{width:100%; float:left;}
.i_logo_ul .nav_menu li dl dd a{width:100%; height:40px; line-height:40px; overflow:hidden; text-align:center; color:#fff; font-size:16px; display:inline-block; float:left;}
.i_logo_ul .nav_menu li dl dd a:hover{ color:#fff; text-decoration:none; background-color:#117bd5;}


.i_ss{width:13%; height:30px; position:relative;}
.i_ss:before{width:1px; height:15px; background-color:#6a7480; position:absolute; left:0px; top:7.5px; content:"";}
.i_ss:after{width:1px; height:15px; background-color:#6a7480; position:absolute; right:0px; top:7.5px; content:"";}
.i_ss .ipt1{width:85%; height:30px; line-height:30px; text-indent:15px; border:0px; font-family:"微软雅黑"; background-color:transparent;color:#fff; font-size:14px;}
.i_ss .ipt2{width:15%; height:30px; line-height:30px; border:0px; background:url(../images/tb_01s.png) left no-repeat; cursor:pointer; background-size:14px;}

.i_ss .ipt1:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #6a7480;  
}

.i_ss .ipt1::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #6a7480;
}

.i_ss .ipt1:-ms-input-placeholder {
    color: #6a7480;
}

.i_ss .ipt1::-webkit-input-placeholder {
    color: #6a7480;
}

.i_gwx{ position:relative; padding-right:30px; cursor:pointer;}
.i_gwx_t{ background:url(../images/tb_01.png) left center no-repeat; padding-left:30px;height:30px; line-height:30px; color:#6a7480; font-size:14px;}
.i_gwx_c{width:136px; height:136px; position:absolute; left:50%; margin-left:-68px; top:100%; padding:12px; z-index:11; display:none;}
.i_gwx_c .img{position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0px;
    background: #fff;}
.i_gwx_c .img img{width:112px; height:112px;}
.i_gwx_c .img:after{content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -8%;}


.home-swiper {width: 100%;height: 100%;}
.home-swiper .swiper-slide{text-align: left;font-size: 18px;background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 1;width:100%; position:relative;}
.home-swiper .swiper-slide:after{width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:1; content:""; background:url(../images/tb_02.png) repeat;}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/
.home-swiper .swiper-slide .s1{width:100%; height:100%;background-repeat: no-repeat;background-position: center center;background-size: cover; display:block;}
.home-swiper .swiper-slide .s1 img{width:100%; height:auto !important; display:none;}
.home-swiper .swiper-slide .s2{width:100%; height:100%;background-repeat: no-repeat;background-position: center center;background-size: cover;  display:none;}
.home-swiper .swiper-slide .s2 img{width:100%; height:auto !important; display:none;}

.home-swiper .swiper-slide .banner_text{width:100%; position:absolute; left:0px; z-index:2; bottom:250px; color:#fff; font-size:24px; line-height:1.8;}
.home-swiper .swiper-slide .banner_text_c{width:100%; padding-left:45px; position:relative;}
.home-swiper .swiper-slide .banner_text_c:after{width:6px; height:100%; background-color:#fff; position:absolute; left:0px; top:0px; content:"";}
.home-swiper .swiper-slide .banner_text_c .a1{ font-size:30px; font-weight:bold;}

.home-pagination .swiper-pagination-bullet{width:17px; height:12px; margin:0px 8px !important;border:1px solid #fff; background-color: transparent;
-moz-border-radius: 6px;      /* Gecko browsers */
-webkit-border-radius:6px;   /* Webkit browsers */
border-radius:6px;            /* W3C syntax */transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity:1; position:relative;}
.home-pagination .swiper-pagination-bullet-active{width:28px; height:12px; background-color:#fff;filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity:1;}
.swiper-container-horizontal>.home-pagination.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ width:100%; text-align:center; bottom:40px; }

/*.home-swiper .home_prev{width:31px; height:69px; background:url(../images/banner_l.png) no-repeat; position:absolute; left:13%; top:50%; margin-top:-34.5px; background-size:100%;}
.home-swiper .home_next{width:31px; height:69px; background:url(../images/banner_r.png) no-repeat; position:absolute; right:13%; top:50%; margin-top:-34.5px; background-size:100%;}
*/
.video_banner{position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #000;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index:0;}



/*首页内容部分*/
.ui_div{width:100%;}
.ui_div_center{width:1400px; margin:0px auto;}
.ui_div_con{width:1278px; margin:0px auto;}


/*手机导航*/
/* CSS Document */
.phone_nav{ display:none;}
.phone_nav.fixedmenu{ position:fixed; top:0px; background-color:#0064b9; left:0px;z-index:100000;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/  
box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/}
.phone_logo{padding:10px 0px;}
.phone_logo .p1 img{width:auto; height:30px;}

@media screen and (max-width:1200px) {
.phone_logo .p1 { display: block; width:100%; display:inline-block; position:relative;}

/*.header{ display:none;}*/
.phone_logo {width: 100%;padding: 15px 20px;box-sizing: border-box;}

.phone_nav{display:block; position:relative; width:100%; top:0;left:0; display:block; z-index:100000; background-color:#0064b9;}

/*导航按钮*/
.phone_nav .nav_but_box{ display:block; position:absolute; width:30px; height:30px; right:10px; top:50%; margin-top:-15px; z-index:1;
transition:all 0.7s; -webkit-transition:all 0.7s;}
.phone_nav .nav_but { display:inline-block; position:relative;width:20px; height:2px; z-index:2; margin:13px 0 0 5px; background:#fff;
-webkit-transition-property: background-color, -webkit-transform;
transition-property: background-color, -webkit-transform;
transition-property: background-color, transform;
transition-property: background-color, transform, -webkit-transform;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;}
.phone_nav .nav_but:before,.nav_but:after {content: ''; display:block; width:20px; height:2px; position:absolute; background:#fff;
transition-property: margin, -webkit-transform; -webkit-transition-property: margin, -webkit-transform;
transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
transition-duration: 300ms; -webkit-transition-duration: 300ms;}
.phone_nav .nav_but:before{margin-top:-5px;}
.phone_nav .nav_but:after {margin-top:5px;}

/*栏目名称*/
.phone_nav .nav_main{height:100%; position:fixed;  left:0; opacity:0; width:0; transition:all 0.4s ease 0.3s; -webkit-transition:all 0.4s ease 0.3s; background-color:#fff;overflow:hidden;}
.phone_nav .nav_main ul{ padding:0 20px; margin-top:40px;}
.phone_nav .nav_main li a{background-position:left; color:#333; height:46px; line-height:46px; display:inline-block; background-size:32px; background-repeat:no-repeat; font-size:14px;}
.phone_nav .nav_main .ss{border:1px solid #fff; margin-top:20px;}
.phone_nav .nav_main .ss .p2{ float:right;}
.phone_nav .nav_main .ss .p2 input{ border:0;  width:34px; height:34px;}
.phone_nav .nav_main .ss .p1{ display:block; margin:0 34px 0 5px; }
.phone_nav .nav_main .ss .p1 input{ width:100%; height:34px; line-height:34px; background:none; border:0; font-family:"Microsoft YaHei"; font-size:14px; color:#fff;}
.phone_nav .nav_main li b{ display:inline-block; position:absolute; right:10px; top:0px; width:50%; height:50px; background: url("../images/lmfooter_bottom.png") center right no-repeat; z-index:99;}
.phone_nav .nav_main .ul{padding:0 0 0px 40px; margin:0;  max-height:0; overflow:hidden; transition:max-height 0.4s; -webkit-transition:max-height 0.4s;}
.phone_nav .nav_main .ul li{ padding:0; border-bottom:0; transform:translateX(0px); -webkit-transform:translateX(0px);}
.phone_nav .nav_main .ul li a{ padding:0; height:auto; line-height:30px; font-weight:normal}

.phone_nav .nav_main .b_one .ul{ max-height:300px; padding:0 0 0px 20px; margin-bottom:10px;}


.phone_nav .nav_main li{width:100%; transform:translateX(100px); -webkit-transform:translateX(100px); transition:all 0.8s ease; -webkit-transition:all 0.8s ease; border-bottom:1px solid rgba(225,225,225,0.5); padding:0 20px; position:relative;}
.phone_nav .nav_main li:nth-of-type(1){ transition-delay:0.1s; -webkit-transition-delay:0.1s; }
.phone_nav .nav_main li:nth-of-type(2){ transition-delay:0.2s; -webkit-transition-delay:0.2s; }
.phone_nav .nav_main li:nth-of-type(3){ transition-delay:0.3s; -webkit-transition-delay:0.3s; }
.phone_nav .nav_main li:nth-of-type(4){ transition-delay:0.4s; -webkit-transition-delay:0.4s; }
.phone_nav .nav_main li:nth-of-type(5){ transition-delay:0.5s; -webkit-transition-delay:0.5s; }
.phone_nav .nav_main li:nth-of-type(6){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
.phone_nav .nav_main li:nth-of-type(7){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
.phone_nav .nav_main li:nth-of-type(8){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
.phone_nav .nav_main li:nth-of-type(9){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
.phone_nav .nav_main li:nth-of-type(10){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }


/*打开样式*/
.phone_nav_one{  transition-delay:0s; -webkit-transition-delay:0s; }
.phone_nav_one .nav_main {opacity:1; width:100%; overflow:inherit;}
.phone_nav_one .nav_but{background: rgba(0, 0, 0, 0); }
.phone_nav_one .nav_but:before {margin-top: 0; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.phone_nav_one .nav_but:after {margin-top:0; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
.phone_nav_one .nav_but_box { opacity:0.8;}
.phone_nav_one .nav_main li{width:100%; transform:translateX(0); -webkit-transform:translateX(0);}
}




@media screen and (max-width:470px){/*--768-0--*/
.phone_logo {padding: 10px 10px}
.phone_nav .nav_main ul{ height:410px;}
.phone_nav .nav_main .b_one .ul{ height:auto;}

}
@media screen and (max-width:758px){/*--768-0--*/
/*.phone_nav .nav_but_box{ top:34px; right:10px;}*/
.phone_nav .nav_main ul{ margin-top:20px; height:550px; overflow-y:auto; box-sizing:border-box;}
.phone_nav .nav_main .b_one .ul{ height:auto;}

}
/*手机导航*/
.i_ssbn{width:50px; height:100%; background:url(../images/tb_01sz.png) center no-repeat;  background-size:17px; position:absolute; top:0px; right:40px; z-index:10000;}
.i_ssbn span{width:100%; height:100%; display:inline-block;}
.i_ssbn_div{width:200px; display:none; background-color:#fff; z-index:10000; position:absolute; right:0px; top:100%;box-shadow: 0px 5px 20px 0px #d9d9d9;}
.i_ssbn_div .ipt1{width:80%; height:40px; line-height:40px; text-indent:15px; border:0px; font-family:"微软雅黑"; background-color:#fff; color:#b9b9b9; font-size:0.16rem;}
.i_ssbn_div .ipt2{width:20%; height:40px; background:url(../images/tb_01sz.png) center no-repeat; background-color:#0064b9; border:0px; background-size:15px;}
.i_ssbn_div input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b9b9b9;  
}

.i_ssbn_div input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b9b9b9;
}

.i_ssbn_div input:-ms-input-placeholder {
    color: #b9b9b9;
}

.i_ssbn_div input::-webkit-input-placeholder {
    color: #b9b9b9;
}

.i_box1{width:100%;}
.i_box1_l{width:40%; height:30px; overflow:hidden;}
.i_box1_l a{width:100%; height:30px; line-height:30px; color:#6a7480; font-size:14px; display:inline-block; overflow:hidden; float:left;}
.i_box1_l a:hover{ text-decoration:none; color:#fff;}


.i_bg3{ background:url(../images/bg1.jpg) center center no-repeat; background-size:cover;}
.i_box2{width:100%; padding:68px 0px 116px 0px}
.i_box2_t{width:100%;}
.i_box2_t_l{ display:inline-block;color:#000000;  line-height:1.8; font-size:18px;}
.i_box2_t_l .s1{ font-size:30px;}
.i_box2_t_l.activetwo{ font-size:30px; line-height:1.5;}
.i_box2_t_l.activetwo .s1{ font-weight:bold;}
.i_box2_t_r{ margin-top:48px; display:inline-block;}
.i_box2_t_r a{ height:36px; line-height:36px; background:url(../images/tb_2.png) right center no-repeat; padding-right:54px; color:#000000; font-size:18px; display:inline-block;}
.i_box2_t_r a:hover{ color:#0064b9; text-decoration:none; background:url(../images/tb_2s.png) right center no-repeat;}

.i_box6_t{width:100%; margin:20px 0px; position:relative;}
.home-swiper1 {width: 100%;height: 100%;background: #000;}
.home-swiper1 .swiper-slide {text-align: left;font-size: 18px;background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 1;width:100%; position:relative;}
.home-swiper1 .swiper-slide .div{width:100%; background-color:#fff; color:#333333; font-size:16px; float:left; display:inline-block;}
.home-swiper1 .swiper-slide .div:hover{ text-decoration:none; color:#333333;}
.home-swiper1 .swiper-slide .div .a_img{width:39%; display:inline-block; overflow:hidden;}
.home-swiper1 .swiper-slide .div .a_img img{width:100%;}
.home-swiper1 .swiper-slide .div .a_img_r{width:56%; padding:65px 10% 0px 0px;}
.home-swiper1 .swiper-slide .div .a_img_r .s1{width:100%; height:33px; line-height:33px; margin-bottom:15px;overflow:hidden; color:#333333;}
.home-swiper1 .swiper-slide .div .a_img_r .s2{width:100%; height:66px; line-height:33px; overflow:hidden; font-size:18px;}
.home-swiper1 .swiper-slide .div .a_img_r .s3{width:100%; padding-top:18px;}
.home-swiper1 .swiper-slide .div .a_img_r .s3 .a1{padding-right:65px; padding-left:20px; height:40px; line-height:40px; display:inline-block; color:#999999; background:url(../images/tb_2z.png) right 18px center no-repeat; border:1px solid #dcdcdc; font-size:14px;}
.home-swiper1 .swiper-slide .div:hover .a_img_r .s3 .a1{ color:#0064b9; background:url(../images/tb_03.png) right 18px center no-repeat; border:1px solid #0064b9;}
.home-swiper1 .swiper-slide .div:hover .a_img_r .s2{color:#0064b9;}


.home-swiper1 .home_next1{width:30px; height:30px; background:url(../images/tb_04.png) no-repeat; background-size:100%; left:36.6%; margin-top:-15px;}
.home-swiper1 .home_prev1{width:30px; height:30px; background:url(../images/tb_05.png) no-repeat; background-size:100%; left:0%;margin-top:-15px;}
.home-swiper1 .home_next1:hover{ background:url(../images/tb_04s.png) no-repeat; background-size:100%;}
.home-swiper1 .home_prev1:hover{ background:url(../images/tb_05s.png) no-repeat; background-size:100%;}
.home-swiper1 .home-pagination1 .swiper-pagination-bullet{width:30px !important; border:2px solid #fff; background-color:transparent;-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; margin:0px 8px !important;}
.home-swiper1 .home-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active{width:30px !important; background-color:#ffffff; border:2px solid #ffffff;}

.i_box6_c{width:100%; background-color:#fff;}
.i_box6_c li{width:33.33%; float:left;}
.i_box6_c li:nth-child(2){-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/  
box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/
}
.i_box6_c li .div{width:100%; padding:25px 14% 35px 14%; color:#333333; font-size:14px; display:inline-block; float:left;}
.i_box6_c li .div:hover{ text-decoration:none; color:#0064b9;}
/*.i_box6_c li:nth-child(2) .div{width:100%; padding:25px 16% 35px 16%;}*/
.i_box6_c li .div .s1{width:100%; height:50px; line-height:50px; overflow:hidden; font-size:16px;}
.i_box6_c li .div .s2{width:100%; height:60px; line-height:30px; overflow:hidden; margin-bottom:23px; font-size:18px;}
.i_box6_c li .div .s3{ padding-right:65px; padding-left:20px; height:40px; line-height:40px; display:inline-block; color:#999999; background:url(../images/tb_2z.png) right 18px center no-repeat; border:1px solid #dcdcdc;}
.i_box6_c li .div:hover .s3{ color:#0064b9; background:url(../images/tb_03.png) right 18px center no-repeat; border:1px solid #0064b9;}

.i_box3{width:100%; padding:100px 0px 120px 0px;}
.i_box3_c{width:100%; margin-top:60px; position:relative;}

.ny_wmscy_con31{width:100%; overflow:hidden; }
.ny_wmscy_con31 .swiper-slide{width:100%; color:#333333;height: auto;-webkit-box-sizing: border-box;box-sizing: border-box;}
.ny_wmscy_con31 .swiper-slide .div{width:100%; display:inline-block; background-color:#fff; position:relative; color:#666666; font-size:16px;}
.ny_wmscy_con31 .swiper-slide .div:hover{ text-decoration:none; color:#666666;/*-moz-box-shadow:0px 0px 10px #c7c5bf;
-webkit-box-shadow:0px 0px 10px #c7c5bf;
box-shadow:0px 0px 10px #c7c5bf;*/}
.ny_wmscy_con31 .swiper-slide .div:after{width:0px; height:3px; background-color:#0064b9; position:absolute; left:0px; bottom:0px; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.ny_wmscy_con31 .swiper-slide .div:hover:after{width:100%;}
.ny_wmscy_con31 .swiper-slide .div .a_img{width:100%; display:inline-block; overflow:hidden; position:relative;}
.ny_wmscy_con31 .swiper-slide .div .a_img img{width:100%;}
/*.ny_wmscy_con31 .swiper-slide .div .a_img:after{width:100%; height:100%; background:url(../images/tb_024.png) bottom repeat-x; content:""; position:absolute; left:0px; top:0px; z-index:1;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0;
transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
.ny_wmscy_con31 .swiper-slide .div:hover .a_img:after{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}*/
.ny_wmscy_con31 .swiper-slide .div .a_text{width:100%; padding:25px 5% 30px 5%;}
.ny_wmscy_con31 .swiper-slide .div .a_text .div_t{width:100%; height:35px; line-height:35px; overflow:hidden; color:#333333; font-size:18px;}
.ny_wmscy_con31 .swiper-slide .div:hover .a_text .div_t{ color:#0064b9;}
.ny_wmscy_con31 .swiper-slide .div .a_text .div_c{width:100%; height:30px; line-height:30px; overflow:hidden;}


.ny_wmscy_con31.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px;}
.wmscy-pagination31 .swiper-pagination-bullet{width:12px; height:12px; background-color:transparent;opacity:1; border:1px solid #a5a5a5; position:relative;}
.wmscy-pagination31 .swiper-pagination-bullet-active{}
.wmscy-pagination31 .swiper-pagination-bullet-active:after{width:4px; height:4px; background-color:#a5a5a5; position:absolute; left:50%; top:50%;-moz-border-radius: 100%;      /* Gecko browsers */
-webkit-border-radius: 100%;   /* Webkit browsers */
border-radius:100%;            /* W3C syntax */ margin-left:-2px; margin-top:-2px; content:"";}
.i_box3_c .wmscy_next31{width:60px; height:60px; background:url(../images/tb_06s.png) no-repeat; position:absolute; left:auto; right:-95px; margin-top:-100px; background-size:100%; outline:0px;}
.i_box3_c .wmscy_next31:hover{ background:url(../images/tb_06.png) no-repeat;background-size:100%;}
.i_box3_c .wmscy_prev31{width:60px; height:60px; background:url(../images/tb_5s.png) no-repeat; position:absolute; left:-95px;   margin-top:-100px;background-size:100%;outline:0px;}
.i_box3_c .wmscy_prev31:hover{ background:url(../images/tb_5.png) no-repeat;background-size:100%;}

.i_ff{ background:url(../images/bg2.jpg) bottom center no-repeat; background-color:#0064b9;}
.i_fbg{ border-bottom:1px solid #1a72be;}
.i_links{width:100%; padding:15px 0px;  line-height:30px; color:#fff; font-size:16px;}
.i_links .s1{ font-weight:bold;}
.i_links a,.i_links a:hover{ color:#fff; padding:0px 5px; display:inline-block; height:30px; line-height:30px;}
.i_footer{width:100%; padding:45px 0px 85px 0px;}
.i_footer_l{width:25%; padding-right:2%;}
.i_footer_l_t{width:100%; padding-bottom:25px; overflow:hidden;}
.i_footer_l_c{width:100%; color:#fff; font-size:14px; line-height:1.6;}
.i_footer_wx{width:18%; padding-top:10px;}
.i_footer_wx li{width:50%; padding:0px 1%; text-align:center; color:#fff; line-height:2; font-size:16px; text-align:center;}
.i_footer_wx li img{ max-width:100%; height:auto !important;}
.i_footer_r{width:44%;}
.i_footer_r li{width:25%; float:left;}
.i_footer_r li .a1,.i_footer_r li .a1:hover{width:100%; height:38px; line-height:38px; overflow:hidden; margin-bottom:5px; font-size:16px; color:#fff; font-weight:bold; float:left; display:inline-block;}
.i_footer_r li .a2,.i_footer_r li .a2:hover{width:100%; height:26px; line-height:26px; overflow:hidden;  font-size:14px; color:#fff; float:left; display:inline-block;}

.i_fbg1{ background-color:#eeeeee;}
.i_footer_b{width:100%; padding:10px 0px; color:#333333; font-size:16px; line-height:1.6; text-align:center;}
.i_footer_b a{ color:#333;}
.i_footer_b a:hover{ text-decoration:none; color:#0064b9;}

.n_banner{width:100%; overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover; position:relative;}
.n_banner img{width:100%;}
.n_banner .n_banner_text{width:100%; position:absolute; left:0px; bottom:120px; z-index:1; color:#fff; font-size:48px; line-height:1.3;}
.n_banner .n_banner_text .s1{ font-size:60px;}



.pc_amenu{width:100%; position:absolute; left:0px; bottom:0px; background:url(../images/tb_07.png) repeat;}
.a_menu{width:100%; margin:0px; padding:0px; height:60px; overflow:hidden; position:relative; z-index:1; text-align:center;}
.a_menu .a_menu_a{ padding:0px; margin:0px; padding:0px 25px; margin:0px 15px; height:60px; -webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; display:inline-block; overflow:hidden; text-align:center; line-height:60px; color:#fff; font-size:16px; position:relative;}
.a_menu .a_menu_a:hover,.a_menu .a_menu_a.activetm1{ color:#fff; background-color:#0084f5; text-decoration:none;}


.a_zxlmenu{width:100%; position:relative; display:none; z-index:111;}
.a_zxlmenu_t{width:100%;padding:3% 0px;background:url(../images/zxl_jt1.jpg) right center no-repeat; font-size:16px; text-align:center; background-color:#0064b9; color:#fff; cursor:pointer; background-size:30px;}
.a_zxlmenu_c{width:100%; position:absolute; left:0px; top:100%; margin:0px;  padding:0px; background-color:#eeeeee;text-indent:0px; display:none;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/  
box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/}
.a_zxlmenu_c li{width:100%;  float:left; text-align:center;}
.a_zxlmenu_c li .aone{width:100%;padding:3% 0px; display:inline-block; color:#0064b9; font-size:14px; text-decoration:none; text-indent:0px;}
.a_zxlmenu_c li .aone:hover,.a_zxlmenu_c li .aone.activetwo{ color:#fff; text-decoration:none; background-color:#0d7bd9;}
.a_zxlmenu_c li dl{width:100%; border-bottom:1px solid #ccc;display:none;}
.a_zxlmenu_c li dl dd{width:100%; float:left; text-align:center;}
.a_zxlmenu_c li dl dd a,.a_zxlmenu_c li dl dd a:hover{width:100%; padding:3% 0px; display:inline-block; color:#333; font-size:14px; text-decoration:none; text-indent:0px;}

.n_box1{width:100%; padding:60px 0px 80px 0px;}
.n_box2{width:100%; line-height:1.6; color:#000000; font-size:24px; text-align:center;}
.n_box2 .s1{ font-size:35px; font-weight:bold;}
/*.n_box2.activeone{ color:#fff;}
.n_box2.activetwo{ margin-bottom:20px;}*/
.n_box2_c{width:100%; padding:20px 0px 50px 0px; line-height:1.8; overflow:hidden; color:#333333; font-size:16px;}
.n_box2_c img{ max-width:100%; height:auto !important;}
.n_box2_ul{width:100%;}
.n_box2_ul li{width:49%; float:left; margin-right:2%;}
.n_box2_ul li .a_img{width:100%; display:inline-block; overflow:hidden; position:relative; float:left;}
.n_box2_ul li .a_img img{width:100%;}
.n_box2_ul li .a_img .zc1{width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:1;}
.n_box2_ul li .a_img .zc1.bg1{ background:url(../images/tb_08.png) repeat;}
.n_box2_ul li .a_img .zc1.bg2{ background:url(../images/tb_09.png) repeat;}
.n_box2_ul li .a_img .a_text{ display:inline-block; padding-left:95px; line-height:60px; background:url(../images/y24.png) left center no-repeat; background-size:60px; color:#fff; font-size:36px; position:absolute; left:50%; top:50%;webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%); z-index:2;}

.video_div{width:100%; height:100%; background-color:#000; position:fixed; z-index:100011111111111; left:0px; top:-100%;}
.video_div_closebtv{width:30px; height:30px; position:absolute; right:30px; top:30px; cursor:pointer; z-index:100;}
.video_div_center{width:100%; height:100%; vertical-align:middle; text-align:center;}

.i_section{
	position: relative;
	box-sizing: border-box;
	width:100%; overflow:hidden;
	}
.bg_blur{
	position: absolute;
	top: 0;left: 0;
	width: 100%;height: 100%;
	background-size:cover;
	background-attachment: fixed;
	background-position-x:center !important;
	/*opacity: 0.4;*/
	z-index: 1;
}
.n_box3{width:100%; position:relative; padding:80px 0px; z-index:1;}
.n_box3_c{width:100%; padding:60px 5%; /*background-color:#fff;*/  background:url(../images/ge_bg.png) repeat;overflow:hidden;}
.n_box3_c_t{width:100%; text-align:center; line-height:1.8; color:#333333; font-size:24px;}
.n_box3_c_c{width:100%; padding-top:30px; line-height:2; overflow:hidden; color:#333333; font-size:16px;}
.n_box3_c_c img{ max-width:100%; height:auto !important;}

.n_bg1{ background-color:#f2f2f2;}

.n_box4{width:100%; padding:65px 0px;}
.n_box4_ul{width:100%;}
.n_box4_ul li{width:30%; float:left; margin-right:5%; padding-bottom:45px;font-size:16px;}
.n_box4_ul li .a_img{width:100%; border:1px solid #e9ebec; position:relative; display:inline-block; overflow:hidden;}
.n_box4_ul li .a_img img{width:100%;}
.n_box4_ul li .a_img:after{width:100%; height:100%; background:url(../images/tb_012.png) repeat; position:absolute; left:0px; top:0px; z-index:1; content:""; display:none;}
.n_box4_ul li .a_img .s1{width:100%; padding-top:55px; text-align:center; line-height:30px; color:#fff; background:url(../images/tb_011.png) top center no-repeat; position:absolute; left:50%; top:50%; z-index:2;webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%); display:none;}
.n_box4_ul li .a_img:hover:after,.n_box4_ul li .a_img:hover .s1{ display:none;}
.n_box4_ul li .a_text{width:100%; height:43px; line-height:43px; text-align:center; overflow:hidden; color:#888888; }

.a_mtbd_dpages{width:100%; text-align:center; padding:30px 0% 0px 0%;  font-size:16px; }
.a_mtbd_dpages a,.a_mtbd_dpages span{ padding:0px 15px; height:35px; margin-bottom:5px; line-height:35px; text-align:center; background-color:#e9eff4;color:#666666; display:inline-block;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;-moz-border-radius:2px;      /* Gecko browsers */
-webkit-border-radius: 2px;   /* Webkit browsers */
border-radius:2px;            /* W3C syntax */}
.a_mtbd_dpages a:hover,.a_mtbd_dpages a.activepages,.a_mtbd_dpages span{ color:#fff; text-decoration:none; background-color:#0084f5;}

.n_box5{width:100%; padding:35px 0px 60px 0px;}
.n_box5_ul{width:100%;}
.n_box5_ul li{width:100%; border-bottom:1px solid #efefef;}
.n_box5_ul li .div{width:100%; padding:35px 1.5%; display:inline-block; overflow:hidden; float:left; color:#999999; font-size:14px;}
.n_box5_ul li .div:hover{ text-decoration:none; color:#999; background-color:#f9f9f9;}
.n_box5_ul li .div .a_img{width:22%; display:inline-block; overflow:hidden;}
.n_box5_ul li .div .a_img img{width:100%;}
.n_box5_ul li .div .a_img_r{width:76%;}
.n_box5_ul li .div .a_img_r_t{width:100%; height:18px; line-height:18px; margin-bottom:25px; overflow:hidden; color:#222222; font-size:16px; font-weight:bold;}
.n_box5_ul li .div:hover .a_img_r_t{ color:#0064b9;}
.n_box5_ul li .div .a_img_r_c{width:100%; height:48px; line-height:24px; overflow:hidden; margin-bottom:35px;}
.n_box5_ul li .div .a_img_r_b{width:100%; height:42px; line-height:35px; overflow:hidden; background:url(../images/tb_013.png) right center no-repeat; display:none;}
.n_box5_ul li .div:hover .a_img_r_b{ background:url(../images/tb_014.png) right center no-repeat;}

.n_box6{width:100%; padding:35px 3% 18px 3%; background-color:#fff;}
.n_box6_l{width:50%;}
.n_box6_l .a_img{width:100%; display:inline-block; overflow:hidden; display:none;}
.n_box6_l .a_img img{width:100%;}
.n_box6_r{width:48%;}
.n_box6_r li{width:100%; padding:17px 0px; float:left; border-bottom:1px solid #f5f5f5;}
.n_box6_r li .div{width:100%; display:inline-block; overflow:hidden; float:left; color:#b5b5b5; font-size:16px;}
.n_box6_r li .div:hover{ text-decoration:none; color:#b5b5b5;}
.n_box6_r li .div .a_img{width:27.5%; display:inline-block; overflow:hidden;}
.n_box6_r li .div .a_img img{width:100%;}
.n_box6_r li .div .a_img_r{width:67%; padding-right:4%;}
.n_box6_r li .div .a_img_r .s1{width:100%; height:24px; line-height:24px; margin-bottom:5px; overflow:hidden;}
.n_box6_r li .div .a_img_r .s2{width:100%; height:60px; line-height:30px; overflow:hidden; color:#333333;}
.n_box6_r li .div:hover .a_img_r .s2,.n_box6_r li .div.activeg .a_img_r .s2{ color:#0084f5; text-decoration:none;}



.n_box10{width:100%; padding-bottom:20px;}
.n_box10_l{width:65%; background-color:#fff; padding:40px; min-height:540px;}
.n_box10_l #allmap{width:100%; height:460px; overflow:hidden;}
.n_box10_r{width:35%; background-color:#fff; min-height:540px; padding:35px;}
.n_box10_r_t{width:100%; padding:5px 0px; line-height:1.5; color:#0064b9; font-size:24px;}
.n_box10_r_c{width:100%; padding-top:15px; color:#222222; font-size:14px; line-height:1.8; overflow:hidden;}
.n_box10_r_c img{ max-width:100%; height:auto !important;}
.n_box10_r_c a{ color:#222;}
.n_box10_r_c a:hover{ text-decoration:none; color:#bc0b13 ;}

.n_box11{width:100%; padding:55px 7.5% 80px 7.5%; background-color:#fff;}
.n_box12_t{width:100%; padding-bottom:40px; line-height:1.6; text-align:center; color:#222222; font-size:16px;}
.n_box12_t .s1{ font-size:36px; font-weight:bold;}
.n_box12_c{width:100%;}
.n_box12_c li{width:100%; float:left;}
.n_box12_c li .div{width:100%;}
.n_box12_c li .div .div_l{width:48%;}
.n_box12_c li .div .div_l .ipt1{width:100%; height:48px; line-height:48px; background-color:transparent; padding-left:40px; border:1px solid #bfbfbf;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ color:#222222; font-size:14px; font-family:"微软雅黑";}
.n_box12_c li .div .div_l .ipt1.bg1{ background:url(../images/y46.png) left 15px center no-repeat;}
.n_box12_c li .div .div_l .ipt1.bg2{ background:url(../images/y47.png) left 15px center no-repeat;}
.n_box12_c li .div1{width:100%; padding:15px 0px; color:#222222; font-size:16px; line-height:40px;}
.n_box12_c li .div1 label{ font-weight:normal; padding:0px 10px;}
.n_box12_c li .div1 label input{ margin:0px;}
.n_box12_c li .div2{width:100%; padding-bottom:48px;}
.n_box12_c li .div2 .ipt2{width:100%; height:130px; border:1px solid #bfbfbf;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ color:#222222;resize:none; font-size:14px; font-family:"微软雅黑"; padding:14px 40px; background:url(../images/y48.png) left 15px top 14px no-repeat; outline:0;}
.n_box12_c li .div3{width:100%;}
.n_box12_c li .div3 .ipt3{width:100%; height:48px; line-height:48px; color:#fff; font-size:20px; font-family:"微软雅黑"; border:0px;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ background-color:#0064b9;}

.n_box7_c{width:100%; padding:65px  7% 40px 7%; background-color:#fff;}

.a_tzjyg_cdetsl{width:100%;}
.a_tzjyg_c_t{width:100%; padding:20px 0px; line-height:1.7; text-align:center; color:#222; font-size:36px; }
.a_tzjyg_c_time{width:100%; padding:10px 0px; line-height:1.6; background-color:#f7f7f7; text-align:center; overflow:hidden;  color:#333333; font-size:16px;}
.a_tzjyg_c_ton{width:100%; padding:45px 0px; line-height:2; overflow:hidden; color:#333333; font-size:16px; border-bottom:1px solid #e3e3e3;}
.a_tzjyg_c_ton img{ max-width:100%;}
.a_tzjyg_c_tb{width:100%; margin-top:20px; overflow:hidden; position:relative;}
.a_tzjyg_c_tb .a1{width:100%; height:30px; line-height:30px; color:#222; font-size:14px; display:inline-block; overflow:hidden;}
.a_tzjyg_c_tb .a1:hover{ text-decoration:none; color:#0064b9;}


.n_box16{width:100%; padding:50px 3.5%; background-color:#fff;}
.n_box16_t{width:100%; padding-bottom:40px;}
.n_box16_t .a_img{width:29%; border:1px solid #eeeeee; display:inline-block; overflow:hidden;}
.n_box16_t .a_img img{width:100%;}
.n_box16_t .a_img_r{width:68%;}
.n_box16_t .a_img_r_t{width:100%; padding-bottom:15px;}
.n_box16_t .a_img_r_t .s1{width:75%; line-height:1.6; color:#222222; font-size:36px; overflow:hidden;}
.n_box16_t .a_img_r_t .s2,.n_box16_t .a_img_r_t .s2:hover{ height:50px; line-height:50px; padding-left:40px; background:url(../images/y49.png) left center no-repeat; color:#0084f5; font-size:18px; display:inline-block; overflow:hidden; display:none;}
.n_box16_t .a_img_r_c{width:100%; margin-bottom:20px; color:#333333; font-size:16px; line-height:1.7; overflow:hidden;}
.n_box16_t .a_img_r_phone{width:100%; margin-bottom:18px; background:url(../images/y50.png) left center no-repeat; padding-left:48px; color:#888888; line-height:1.4;}
.n_box16_t .a_img_r_phone .s1{ color:#0084f5; font-size:24px; font-weight:bold;}
.n_box16_t .a_img_r_a{ padding:0px 25px; display:inline-block; overflow:hidden; background-color:#0069c2; color:#fff; font-size:14px;
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; display:none;}
.n_box16_t .a_img_r_a:hover{ text-decoration:none; color:#fff; background-color:#0d63ac;}
.n_box16_t .a_img_r_a .s1{ padding-left:35px; height:38px; line-height:38px; display:inline-block; background:url(../images/y51.png) left center no-repeat;}
.n_box16_t1{width:100%; padding:0px 20px 0px 20px; background-color:#e4e4e4;}
.n_box16_t1 .s1{ height:55px; line-height:55px; cursor:pointer; color:#222222; font-size:18px; display:inline-block;padding:0px 48px; position:relative;}
.n_box16_t1 .s1:after{width:0px; height:1px; background-color:#0069c2; position:absolute; left:0px; top:0px; z-index:1; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_box16_t1 .s1:hover,.n_box16_t1 .s1.activetopm{ background-color:#fff; color:#0069c2;font-weight:bold;}
.n_box16_t1 .s1:hover:after,.n_box16_t1 .s1.activetopm:after{width:100%;}

.n_box16_c{width:100%; padding:10px 2% 0px 2%;}
.n_box16_con{width:100%; display:none;}
.n_box13{width:100%; padding-top:30px;}
.n_box13 li{width:33.33%; float:left; padding:0px 1.5% 3% 1.5%;}
.n_box13 li .div{width:100%; display:inline-block; background-color:#fff; position:relative; color:#666666; font-size:16px;}
.n_box13 li .div:hover{ text-decoration:none; color:#666666;/*-moz-box-shadow:0px 0px 10px #c7c5bf;
-webkit-box-shadow:0px 0px 10px #c7c5bf;
box-shadow:0px 0px 10px #c7c5bf;*/}
.n_box13 li .div:after{width:0px; height:3px; background-color:#0064b9; position:absolute; left:0px; bottom:0px; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_box13 li .div:hover:after{width:100%;}
.n_box13 li .div .a_img{width:100%; display:inline-block; overflow:hidden; position:relative;}
.n_box13 li .div .a_img img{width:100%;}

.n_box13 li .div .a_text{width:100%; padding:25px 5% 30px 5%;}
.n_box13 li .div .a_text .div_t{width:100%; height:35px; line-height:35px; overflow:hidden; color:#333333; font-size:18px;}
.n_box13 li .div:hover .a_text .div_t{ color:#0064b9;}
.n_box13 li .div .a_text .div_c{width:100%; height:30px; line-height:30px; overflow:hidden;}
.n_box13_b{width:100%; padding:10px 0px; text-align:center;}
.n_box13_b a{ color:#888888; font-size:14px;}
.n_box13_b a:hover{ text-decoration:none; color:#0069c2;}



.arrowGo{
	 animation: arrowGo 2.5s infinite; 
	 -webkit-animation: arrowGo 2.5s infinite ; 
}

@-webkit-keyframes arrowGo {
	0%{ 
		-webkit-transform: translate(0, 30%);
	}
	50%{ 
		-webkit-transform: translate(0, 0%);
	}
	100%{
		-webkit-transform:translate(0, 30%);
	}
}
@keyframes arrowGo {
	0%{ 
		transform: translate(0, 30%);
	}
	50%{
		transform: translate(0, 0%);
	}
	100%{
		transform:translate(0, 30%);
	}
}
.Amplification img
{
	
	transition:400ms; 
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.Amplification:hover img
{
	filter: Alpha(Opacity=100); 
	opacity: 1; 
	-webkit-transform:scale(1.12); 
	transform:scale(1.12);
}

.Amplification1 .img1
{
	
	transition:400ms; 
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.Amplification1:hover .img1
{
	filter: Alpha(Opacity=100); 
	opacity: 1; 
	-webkit-transform:scale(1.12); 
	transform:scale(1.12);
}





@-webkit-keyframes hvr-bob {
  0% {
    transform: scale(1.1);
-webkit-transform: scale(1.1);
  }

  100% {
    transform: scale(1);
-webkit-transform: scale(1);
  }
}

@keyframes hvr-bob {
  0% {
    transform: scale(1.1);
-webkit-transform: scale(1.1);
  }

  100% {
    transform: scale(1);
-webkit-transform: scale(1);
  }
}



