@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; background-color:#fff;
}
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;}
a:link{ text-decoration:none;}
p{ margin:0px; padding:0px;}
.clearboth{ clear:both;}
.bigzm{text-transform:uppercase;}
.b_cursor{ border:0px; cursor:pointer;}
input{ outline:0;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

.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:#fff; z-index:10000000; top:0px; left:0px;}

.loading-img{width:135px; position:absolute; height:50px; left:50%; top:50%; margin-left:-67.5px; margin-top:-25px;-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;}

.header{width:100%; position:fixed; background-color:#fff; height:80px; left:0px; top:0px;z-index:100000;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.header.fixedmenu,.header.prevmenu.fixedmenu{ position:fixed; top:0px; left:0px; background-color:#fff;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/  
box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/}
.header.prevmenu{ position:relative;background-color:#fff;}

.i_logo_img{width:17%; padding-top:15px;}
.i_logo_img img{}




.i_top{width:100%; background:url(../images/tb_020.png) repeat; position:absolute; left:0px; top:0px; height:40px; line-height:40px; color:#fff; font-size:13px; z-index:111;}
.i_top a,.i_top a:hover{ color:#fff;}
.i_top .s2{ margin-right:40px;}

.i_nav{width:100%; position:absolute; left:0px; bottom:0px; z-index:11;}
.i_nav_c{width:100%; background:url(../images/tb2.png) repeat;-moz-border-radius: 10px 10px 0px 0px;      /* Gecko browsers */
-webkit-border-radius: 10px 10px 0px 0px;   /* Webkit browsers */
border-radius: 10px 10px 0px 0px;            /* W3C syntax */ padding:0px 1%;}
.i_nav_c li{width:10%; float:left;padding:0px 1%; position:relative;}
.i_nav_c li:after{width:100%; height:1px; background-color:rgb(255,255,255,0.02); position:absolute; left:0px; bottom:0px; content:"";}
.i_nav_c li .a_nav{width:100%; float:left; height:35px; line-height:35px; display:inline-block; overflow:hidden; text-align:center; color:#fff; font-size:16px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_nav_c li .a_nav:hover,.i_nav_c li .a_nav.activemenu{ background-color:#4499ee; color:#fff; text-decoration:none;}
.i_nav_c li dl{width:80%; background-color:#398fe4; position:absolute; left:50%; margin-left:-40%; top:35px; z-index:1; display:none;}
.i_nav_c li dl dd{width:100%; float:left; border-bottom:1px solid #4499ee;}
.i_nav_c li dl dd a{width:100%; height:40px; line-height:40px; display:inline-block; overflow:hidden; float:left; text-align:center; color:#fff; font-size:14px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_nav_c li dl dd a:hover{ text-decoration:none; color:#fff; background-color:#4499ee;}

.i_logo{width:100%; position:absolute; left:0px; top:68px; z-index:11;}

.home-swiper {width: 100%;height: 100%;background: #000;}
.home-swiper .swiper-slide {text-align: center;font-size: 18px;background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 1;width:100%;}
.home-swiper .swiper-slide  img{width:100%; height:auto; display:block;}
/*.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%; min-height:400px;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 .home_next{width:40px; height:40px; background:url(../images/br_btn.png) no-repeat; right:5%; margin-top:-20px;}
.home-swiper .home_prev{width:40px; height:40px; background:url(../images/bl_btn.png) no-repeat; left:5%; margin-top:-20px;}

.home-pagination .swiper-pagination-bullet{ background-color:#868583;filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1; margin:0px 10px !important;}
.home-pagination .swiper-pagination-bullet-active{ background-color:#fff;}
.home-swiper.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:165px;}

.home-pagination{ display:none;}


.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: 3}

/*首页内容部分*/
.ui_div{width:100%;}
.ui_div1{width:100%; overflow:hidden;}
.ui_div_center{width:1280px; margin:0px auto;}
.ui_div_con{width:1400px; margin:0px auto;}


/*手机导航*/
/* CSS Document */
.phone_nav{ display:none;}
.phone_nav.fixedmenu{ position:fixed; top:0px;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*/ background-color:#fff;}
.phone_logo{padding:10px 0px;}
.phone_logo .p1 img{ height:45px; width:auto;}

@media screen and (max-width:1200px) {
.phone_logo .p1 { display: block; width:30%; display:inline-block;}
/*.header{ display:none;}*/
.phone_logo {width: 100%;padding: 10px 10px;box-sizing: border-box;}

.phone_nav{display:block; position:relative; width:100%; background-color:#fff; top:0;left:0; display:block; z-index:100000;}

/*导航按钮*/
.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:#003388;
-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:#003388;
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:#003388;overflow:hidden;}
.phone_nav .nav_main ul{ padding:0 20px; margin-top:40px;}
.phone_nav .nav_main li a{background-position:left; color:#fff; 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 40px; 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_box1{width:100%;}
.i_box1_t{width:100%; padding:10px 1%; background-color:#f9f9fb;}
.i_box1_t_s1{width:8%; height:40px; line-height:40px; text-align:center; color:#333333; font-size:16px; font-weight:bold;}
.i_box1_t_s2{width:44%; height:40px; line-height:40px; overflow:hidden;}
.i_box1_t_s2 a{ float:left; height:40px; line-height:40px; display:inline-block; overflow:hidden; color:#666666; font-size:14px;}
.i_box1_t_s2 a:hover{ text-decoration:none; color:#003388;}
.i_box1_t_s3{width:32%; border:3px solid #f2f2f2; background-color:#fff;}
.i_box1_t_s3 .ipt1{width:77%; height:34px; line-height:34px;  text-indent:15px; background:url(../images/img14.jpg) right center no-repeat; color:#333; font-size:14px; font-family:"微软雅黑"; border:0px; position:relative;}
/*.i_box1_t_s3 .ipt1:after{width:1px; height:18px; background-color:#999999; content:""; position:absolute; right:0px; top:50%; margin-top:-9px;}*/
.i_box1_t_s3 .ipt2{width:18%; text-align:left; padding-right:2%; height:34px; line-height:34px; background:url(../images/tb3.png) left center no-repeat; padding-left:28px; color:#333333; font-size:14px; border:0px;}

.i_box2{width:100%; padding:25px 0px 40px 0px;}
.i_box2_r{width:66%; padding-top:10px;}
.i_box2_l{width:31.5%;}
.i_box2_l_t{width:100%; border-bottom:1px solid #dddddd;}
.i_box2_l_t .s1{ height:50px; line-height:50px; position:relative; color:#003388; font-size:18px; font-weight:bold;}
.i_box2_l_t .s1:after{ width:100%; height:2px; background-color:#003388; content:""; position:absolute; left:0px; bottom:0px;}
.i_box2_l_t .s2{height:50px; line-height:50px; color:#999999; font-size:14px;}
.i_box2_l_t .s2:hover{ color:#003388; text-decoration:none;}
.i_box2_l_t .s3 a{ padding:0px 10px; display:inline-block; height:50px; line-height:50px; color:#000000; font-size:16px;}
.i_box2_l_t .s3 a:hover,.i_box2_l_t .s3 a.activexz{ color:#003388; text-decoration:none;}
.i_box2_l_c{width:100%;  padding-top:13px;}
.i_box2_l_c.onediv{ padding-top:0px;}
.i_box2_l_c.twodiv{ padding-top:28px;}
.i_box2_l_c.threediv{ padding:0px;}
.i_box2_l_c.threediv li a{ height:40px; line-height:40px;}
.i_box2_l_c li{width:100%; float:left;}
.i_box2_l_c li a{width:100%; height:35px; line-height:35px; display:inline-block; overflow:hidden; color:#333333; font-size:16px; float:left;}
.i_box2_l_c li a:hover{ text-decoration:none; color:#003388;}

.i_box3{width:100%; padding-bottom:35px;}
.i_box3_div{width:31.5%; margin-right:2.75%; float:left;}
.i_box3_div_t{width:100%; margin:33px 0px 33px 0px; overflow:hidden;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */}
.i_box3_div_t .a_img{width:100%; display:inline-block; background-position:center center; background-repeat:no-repeat; background-size:cover; overflow:hidden; float:left; min-height:242px;
}
.i_box3_div_t .a_img img{width:100%; height:auto !important; display:none;}
.i_box3_div:nth-child(3){ margin-right:0px;}

.i_box4{width:100%; padding-bottom:33px;}
.i_box4_l{width:66%;}
.i_box4_l_t{width:100%;}
.i_box4_l_c{width:100%; display:none; float:left;}
.i_box4_l_con{width:48%; margin-right:4%;}
.i_box4_l_con:nth-child(2){ margin-right:0px;}
.i_box4_l_con .div_t{width:100%; margin:35px 0px 20px 0px;overflow:hidden;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */}
.i_box4_l_con .div_t .a_img{width:100%; display:inline-block; background-position:center center; background-repeat:no-repeat; background-size:cover; overflow:hidden; float:left; min-height:242px;
}
.i_box4_l_con .div_t .a_img img{width:100%; height:auto !important; display:none;}

.i_box4_r{width:31.5%;}
.i_box4_r .div_t{width:100%; margin:35px 0px 20px 0px;overflow:hidden;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */}
.i_box4_r .div_t .a_img{width:100%; display:inline-block; background-position:center center; background-repeat:no-repeat; background-size:cover; overflow:hidden; float:left; min-height:242px;
}
.i_box4_r .div_t .a_img img{width:100%; height:auto !important; display:none;}

.i_box5{width:100%; padding-bottom:10px;}
.i_box5_t{width:100%; padding-top:27px;}
.i_box5_t li{width:16%; margin-left:2%; padding-bottom:22px; float:left;}
.i_box5_t li:nth-child(1){width:46%; padding-bottom:0px; margin-left:0px;}
.i_box5_t li .div{width:100%; display:inline-block; overflow:hidden; float:left; color:#333333; font-size:16px;}
.i_box5_t li .div:hover{ text-decoration:none; color:#003388;}
.i_box5_t li .div .div_t{width:100%; overflow:hidden;-moz-border-radius: 3px;
-webkit-border-radius:3px;border-radius: 3px;}
.i_box5_t li .div .div_t .a_img{width:100%; min-height:120px; overflow:hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.i_box5_t li .div .div_t .a_img img{width:100%; display:none;}
.i_box5_t li .div .div_c{width:100%; height:50px; line-height:50px; overflow:hidden;}
.i_box5_t li:nth-child(1) .div{ position:relative;}
.i_box5_t li:nth-child(1) .div:after{width:100%; height:100%; background:url(../images/tb6.png) bottom  repeat-x; position:absolute; left:0px; bottom:0px; z-index:1; content:"";}
.i_box5_t li:nth-child(1) .div_t .a_img{ min-height:351px;}
.i_box5_t li:nth-child(1) .div .div_c{ position:absolute; left:0px; bottom:10px; padding:0px 20px; color:#fff; z-index:2;}

.i_box6{width:100%;}
.i_box6_div{width:31.5%; margin-right:2.75%; float:left;}
.i_box6_div:nth-child(3){ margin-right:0px;}
.i_box6_div_dl{width:100%; padding-top:33px;}
.i_box6_div_dl dt{width:100%; float:left; padding-bottom:25px; font-weight:normal;}
.i_box6_div_dl dt .div{width:100%; display:inline-block; overflow:hidden; float:left; color:#333333; font-size:16px;}
.i_box6_div_dl dt .div:hover{ text-decoration:none; color:#003388;}
.i_box6_div_dl dt .div .div_t{width:45%; overflow:hidden;-moz-border-radius: 3px;
-webkit-border-radius:3px;border-radius: 3px;}
.i_box6_div_dl dt .div .div_t .a_img{width:100%; min-height:110px; overflow:hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.i_box6_div_dl dt .div .div_t .a_img img{width:100%; display:none;}
.i_box6_div_dl dt .div .div_r{width:49.5%; padding-right:6%; margin-top:20px; height:60px; overflow:hidden; line-height:30px;}
.i_box6_div_dl dd{width:100%; float:left;}
.i_box6_div_dl dd{width:100%; float:left;}
.i_box6_div_dl dd a{width:100%; height:37px; line-height:37px; display:inline-block; overflow:hidden; color:#333333; font-size:16px; float:left;}
.i_box6_div_dl dd a:hover{ text-decoration:none; color:#003388;}

.i_box6_div_c{width:100%; padding:24px 10px 0px 10px;}
.i_box6_div_c li{width:50%; float:left; padding:0px 10px 20px 10px;}
.i_box6_div_c li .div{width:100%; padding:12px; border:1px solid #e7e7e7; display:inline-block; overflow:hidden; color:#333333; font-size:16px;}
.i_box6_div_c li .div:hover{ text-decoration:none; color:#003388;}
.i_box6_div_c li .div .div_t{width:100%; overflow:hidden;}
.i_box6_div_c li .div .div_t .a_img{width:100%; min-height:160px; overflow:hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.i_box6_div_c li .div .div_t .a_img img{width:100%; display:none;}
.i_box6_div_c li .div .div_c{width:100%; height:40px; line-height:40px; overflow:hidden;}

.i_box7{width:100%; padding-bottom:35px;}
.i_box7_dl{width:100%; padding-top:30px;}
.i_box7_dl dt{width:34%; float:left; font-weight:normal;}
.i_box7_dl dt .div{width:100%; display:inline-block; overflow:hidden; float:left; color:#fff; font-size:16px;-moz-border-radius: 3px;
-webkit-border-radius:3px;border-radius: 3px; position:relative;}
.i_box7_dl dt .div:hover{ text-decoration:none;}
.i_box7_dl dt .div:after{width:100%; height:100%; background:url(../images/tb7.png) bottom repeat-x; position:absolute; left:0px; bottom:0px; z-index:1; content:"";}
.i_box7_dl dt .div .a_img{width:100%; min-height:261px; overflow:hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.i_box7_dl dt .div .a_img img{width:100%; display:none;}
.i_box7_dl dt .div .a_text{width:100%; height:30px; line-height:30px; position:absolute; left:0px; bottom:10px; z-index:2; overflow:hidden; padding:0px 10px;}
.i_box7_dl dd{width:15%; margin-left:1.5%; float:left;}
.i_box7_dl dd .div{width:100%; border:1px solid #e7e7e7; display:inline-block; overflow:hidden; min-height:261px;-moz-border-radius: 3px 3px 0px 0px;
-webkit-border-radius:3px 3px 0px 0px;border-radius: 3px 3px 0px 0px; color:#333333; font-size:16px; position:relative;}
.i_box7_dl dd .div:after{width:40px; height:40px; background:url(../images/tb8.png) no-repeat; position:absolute; right:0px; bottom:0px; content:"";}
.i_box7_dl dd .div .div_t{width:100%; overflow:hidden;}
.i_box7_dl dd .div .div_t .a_img{width:100%; min-height:110px; overflow:hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.i_box7_dl dd .div .div_t .a_img img{width:100%; display:none;}
.i_box7_dl dd .div .div_c{width:100%; margin-top:10px; padding:0px 10px; height:75px; line-height:25px; overflow:hidden; text-align:justify;}

.i_box8{width:100%; padding-bottom:37px;}
.i_box8_div{width:31.5%; margin-right:2.75%; float:left;}
.i_box8_div:nth-child(3){ margin-right:0px;}
.i_box8_div_dl{width:100%; padding-top:30px;}
.i_box8_div_dl dt{width:100%; float:left; padding-bottom:15px; font-weight:normal;}
.i_box8_div_dl dt .div{width:100%; display:inline-block; overflow:hidden; float:left; color:#333333; font-size:16px;}
.i_box8_div_dl dt .div:hover{ text-decoration:none; color:#003388;}
.i_box8_div_dl dt .div .div_t{width:41%; overflow:hidden;-moz-border-radius: 3px;
-webkit-border-radius:3px;border-radius: 3px;}
.i_box8_div_dl dt .div .div_t .a_img{width:100%; min-height:100px; overflow:hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.i_box8_div_dl dt .div .div_t .a_img img{width:100%; display:none;}
.i_box8_div_dl dt .div .div_r{width:52%; padding-right:15%; height:90px; line-height:30px; overflow:hidden;}
.i_box8_div_dl dd{width:100%; float:left;}
.i_box8_div_dl dd{width:100%; float:left;}
.i_box8_div_dl dd a{width:100%; height:37px; line-height:37px; display:inline-block; overflow:hidden; color:#333333; font-size:16px; float:left;}
.i_box8_div_dl dd a:hover{ text-decoration:none; color:#003388;}

.i_box9{width:100%; padding:10px 2% 15px 2%; background-color:#f5f5f5;-moz-border-radius: 3px;
-webkit-border-radius:3px;border-radius: 3px;}
.i_box9_t{width:100%; color:#333333; font-size:16px; font-weight:bold; line-height:1.8;}
.i_box9_c{width:100%;}
.i_box9_c a{ padding-right:25px; line-height:30px; float:left; color:#333333; font-size:16px;}
.i_box9_c a:hover{ text-decoration:none; color:#003388;}


.i_ff{ background-color:#f5f5f5;}
.i_footer{width:100%; padding:40px 0px; line-height:2; overflow:hidden; color:#333333; font-size:16px; text-align:center;}
.i_footer a{ color:#333;}
.i_footer a:hover{ text-decoration:none; color:#003366;}


.i_menuxf{width:60px; position:fixed; z-index:111; right:0px; top:50%;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.i_menuxf li{width:100%; padding-bottom:2px;float:left; position:relative;}
.i_menuxf li .div{width:60px; height:60px;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ cursor:pointer;}
.i_menuxf li .div.bg1{ background:url(../images/tb9.png) center no-repeat; background-color:#82858f;}
.i_menuxf li .div.bg2{ background:url(../images/tb10.png) center no-repeat; background-color:#82858f;}
.i_menuxf li .div.bg3{ background:url(../images/tb11.png) center no-repeat; background-color:#82858f;}
.i_menuxf li:hover .div.bg1,.i_menuxf li.activegg .div.bg1{ background:url(../images/tb9.png) center no-repeat; background-color:#194794;}
.i_menuxf li:hover .div.bg2,.i_menuxf li.activegg .div.bg2{ background:url(../images/tb10.png) center no-repeat; background-color:#194794;}
.i_menuxf li:hover .div.bg3,.i_menuxf li.activegg .div.bg3{ background:url(../images/tb11.png) center no-repeat; background-color:#194794;}

.i_menuxf li .div1{width:200px; padding:15px 20px;background-color:#003388; position:absolute;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ right:90px; color:#fff; font-size:15px; line-height:1.8; top:0px; display:none;}
.i_menuxf li .div1:after{width:11px; height:22px; background:url(../images/tb12.png) no-repeat; position:absolute; right:-11px; top:30px; content:"";}
.i_menuxf li:hover .div1{ display:block;}

.i_menuxf li .div2{width:175px; padding:10px 5px 18px 5px; background-color:#003388; position:absolute;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ right:90px; top:0px;display:none; font-size:15px; color:#fff; text-align:center; line-height:1.8;}
.i_menuxf li .div2 img{ max-width:100%; height:auto !important; margin-top:5px;}
.i_menuxf li .div2:after{width:11px; height:22px; background:url(../images/tb12.png) no-repeat; position:absolute; right:-11px; top:30px; content:"";}
.i_menuxf li:hover .div2{ display:block;}


.touchslider { width: 100%; background: #F2F6F8; }
.touchslider .touchslider-viewport { position: relative; width: 100%; overflow: hidden; background: #f2f6f8; }
.touchslider .touchslider-viewport a { display: block; overflow: hidden; position: relative;width: 100%;height: 100%; }
/*.touchslider .touchslider-viewport a:before { content: ""; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.7; transition: all 0.3s; position: absolute; background: linear-gradient(transparent 50%, #000); z-index: 1; }*/
.touchslider .touchslider-viewport img { width: 100%; display: block; min-height: 100%;}
.touchslider .touchslider-viewport .text { position: absolute; bottom: 0; right: 2em; left: 0; margin: 0; line-height: 1.5em; padding: 6px; box-sizing: border-box; font-weight: bolder; color: #FFF; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; z-index: 5; }
.touchslider .touchslider-viewport .touchslider-item { width: 10%;height: 100%; font-weight: 100; float: left; }
.touchslider .touchslider-viewport .icon-play {
    font-size: 16px;
    position: absolute;
    left: 15px;
    bottom: 50px;
    color: #FFF;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 20;
}
.touchslider .touchslider-group { overflow: hidden; }
.touchslider .touchslider-group .touchslider-nav-item { float: left; width: 20%; line-height: 2rem; font-size: 0.8em; text-align: center; }
.touchslider .touchslider-group .touchslider-nav-item-current { background: #098; color: #FFF; }
.channelpicslider { width: 80%; position: relative; }
.channelpicslider .position { position: absolute; left: 15px; right: auto; top: 15px; bottom: auto; border-radius: 3px; background: rgba(0, 0, 0, 0.5); color: #FFF; z-index: 10; padding: 0.2em 0.5em; font-family: 'Courier New', Courier, monospace; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000'); }
.channelpicslider .touchslider-viewport p { position: absolute; margin: 1em; line-height: 1.5em; height: 4.5em; overflow: hidden; color: #888; font-size: 12px; }
.channelpicslider .touchslider-viewport .text { font-size: 16px; right: 0; padding: 0.5em 15px; white-space: normal;/* filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');*/ background:url(../images/tb1.png) repeat;}
.channelpicslider .touchslider-viewport a:hover:after { opacity: 1; }
.channelpicslider .touchslider-nav { position: absolute; width: 25%; top: 0; bottom: 0; right: -25%; overflow: hidden; box-sizing: border-box; }
.channelpicslider .touchslider-nav div + div{ margin-top: 5px;}
.channelpicslider .touchslider-nav .touchslider-nav-item { position: relative; cursor: pointer; transition: opacity 0.3s; background-color: #003388; margin-left: 6px; opacity: 0.5; }
/*.channelpicslider .touchslider-nav .touchslider-nav-item:after { content: ""; position: absolute; transition: all 0.3s; width: 5px; background-color: #F77; top: 0; bottom: 0px; right: 0; z-index: 5; opacity: 0; }
*/.channelpicslider .touchslider-nav .touchslider-nav-item:hover { opacity: 1; }
.channelpicslider .touchslider-nav .touchslider-nav-item img { display: block; width: 100%;}
.channelpicslider .touchslider-nav .touchslider-nav-item-current { opacity: 1; }
.channelpicslider .touchslider-nav .touchslider-nav-item-current:after { opacity: 1; }
/*.channelpicslider:after { content: ""; position: absolute; width: 3px; background-color: #098; background-image: linear-gradient(0, #065, #098); top: 0; bottom: 0px; right: -25%; }
*/
.playerimg{position: absolute;left: 15px;bottom: 15%;background: url(../images/bofang.png) no-repeat; background-size: cover; width: 50px !important;height: 50px !important;min-height: auto !important;  z-index: 500;}



.wx_top{ display:none;}

.n_banner{width:100%; overflow:hidden; background-position:center center; color:#fff; margin-top:80px; background-repeat:no-repeat; background-size:cover; position:relative;}
.n_banner img{width:100%;}





.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:#23ac38; 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:#23ac38; 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:#3ad752;}
.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:35px 0px;}
.n_box1_l{width:68.5%; padding-right:2.5%; border-right:1px solid #eeeeee;}
.n_box1_l_t{width:100%; padding-bottom:30px;}
.n_box1_l_t1{width:100%; border-bottom:1px solid #ee3333; height:40px; overflow-x:auto; overflow-y:hidden;}
.n_box1_l_t1 a{ padding:0px 15px; height:40px; line-height:40px; margin-right:15px; float:left; display:inline-block; color:#000000; font-size:16px;white-space: nowrap; display:table-cell;}
.n_box1_l_t1 a:hover,.n_box1_l_t1 a.activexz{ background-color:#ee3333; color:#fff; text-decoration:none;}
.n_box1_l_c{width:100%;}
.n_box1_l_con{width:100%; display:none;}
.n_box1_l_ul{width:100%; padding:30px 0px;}
.n_box1_l_ul li{width:100%; float:left; border-bottom:1px solid #eeeeee;}
.n_box1_l_ul li .div{width:100%; padding:12px 17px 25px 17px; display:inline-block; overflow:hidden; float:left; color:#666666; font-size:16px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_box1_l_ul li .div:hover{ background-color:#f8f8f8; color:#666; text-decoration:none;}
.n_box1_l_ul li .div .s1{width:100%; padding:5px 0px; line-height:1.7; color:#333333; font-size:18px; font-weight:bold;}
.n_box1_l_ul li .div:hover .s1{ color:#003388;}
.n_box1_l_ul li .div .s2{width:100%; line-height:30px; text-align:justify; margin-bottom:5px;}
.n_box1_l_ul li .div .s3{width:100%; height:28px; line-height:28px; padding-left:28px; color:#999; background:url(../images/tb13.png) left center no-repeat; overflow:hidden;}



.n_box1_l_ul1{width:100%; padding:20px 0px;}
.n_box1_l_ul1 li{width:100%; float:left; padding:20px 0px; border-bottom:1px solid #eeeeee;}
.n_box1_l_ul1 li .div{width:100%;  display:inline-block; overflow:hidden; float:left; color:#666666; font-size:16px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_box1_l_ul1 li .div:hover{/* background-color:#f8f8f8;*/ color:#666; text-decoration:none;}
.n_box1_l_ul1 li .div .a_img{width:33%; min-height:167px; background-position:center center; background-repeat:no-repeat; background-size:cover; position:relative;}
.n_box1_l_ul1 li .div .a_img img{width:100%; display:none;}
.n_box1_l_ul1 li .div .a_img .tb_player{width:100%; height:100%; background:url(../images/tb4.png) center no-repeat; position:absolute; left:0px; top:0px; z-index:1;}
.n_box1_l_ul1 li .div .a_img_r{width:63.5%; padding-top:10px;}
.n_box1_l_ul1 li .div .a_img_r .s1{width:100%; height:35px; line-height:35px; overflow:hidden;color:#333333; font-size:18px; font-weight:bold;}
.n_box1_l_ul1 li .div:hover .a_img_r .s1{ color:#003388;}
.n_box1_l_ul1 li .div .a_img_r .s2{width:100%; height:60px; line-height:30px; overflow:hidden; text-align:justify; margin-bottom:15px;}
.n_box1_l_ul1 li .div .a_img_r .s3{width:100%; height:28px; line-height:28px; padding-left:28px; color:#999; background:url(../images/tb13.png) left center no-repeat; overflow:hidden;}




.n_box1_l_b{width:100%; background-color:#f3f3f3; padding:10px 0px; text-align:center; color:#003388; font-size:18px; display:inline-block; overflow:hidden;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_box1_l_b:hover{ text-decoration:none; color:#fff; background-color:#003388;}
.n_box1_r{width:28.5%;}
.n_box1_r_t{width:100%; border-bottom:1px solid #f0f0f0; padding:0px 10px 0px 15px;}
.n_box1_r_t .s1{ height:65px; padding-top:15px; line-height:1.3; color:#cccccc; position:relative;}
.n_box1_r_t .s1 span{ color:#003388; font-size:18px; font-weight:bold;}
.n_box1_r_t .s1:after{width:2px; background-color:#f0f0f0; position:absolute; left:-12px; top:50%; height:61.5%;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%); content:"";}
.n_box1_r_t .s2{ height:65px; line-height:65px; color:#999999; font-size:14px;}
.n_box1_r_t .s2:hover{ text-decoration:none; color:#003388;}
.n_box1_r_t .s3{ height:65px; line-height:65px; padding-right:20px; color:#ee3333; font-size:16px;background:url(../images/tb15.png) right center no-repeat; }
.n_box1_r_t .s3:hover{ text-decoration:none;}
.n_box1_r_t .s3.active{ color:#333333; background:url(../images/tb14.png) right center no-repeat;}
.n_box1_r_c{width:100%; padding-bottom:20px;}
.n_box1_r_c li{width:100%; float:left; border-bottom:1px solid #eeeeee;}
.n_box1_r_c li .div{width:100%; float:left; display:inline-block; overflow:hidden; padding:15px 0px 20px 0px; color:#666666; font-size:16px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_box1_r_c li .div:hover{ text-decoration:none; /*background-color:#f8f8f8;*/color:#666;}
.n_box1_r_c li .div .s1{width:100%; height:40px; line-height:40px; overflow:hidden; color:#333333; font-weight:bold;}
.n_box1_r_c li .div:hover .s1{ color:#003388;}
.n_box1_r_c li .div .s2{width:100%; line-height:30px; height:60px; overflow:hidden; text-align:justify;}

.n_box1_r_c1{width:100%; padding:20px 0px;}
.n_box1_r_c1 li{width:100%; float:left;}
.n_box1_r_c1 li a{width:100%; height:35px; line-height:35px; float:left; display:inline-block; overflow:hidden; color:#333333; font-size:16px;}
.n_box1_r_c1 li a:hover{ text-decoration:none; color:#003388;}

.n_box5_r  .n_box2 li .div .a_img{ min-height:80px;}

.n_box2{width:100%; padding-bottom:20px;}
.n_box2 li{width:100%; float:left; padding:20px 0px; border-bottom:1px solid #f0f0f0;}
.n_box2 li .div{width:100%; display:inline-block; overflow:hidden; float:left; color:#333333; font-size:16px;}
.n_box2 li .div:hover{ text-decoration:none; color:#003388;}
.n_box2 li .div .a_img{width:45%; min-height:100px; background-position:center center; background-repeat:no-repeat; background-size:cover; position:relative;}
.n_box2 li .div .a_img img{width:100%; display:none;}
.n_box2 li .div .a_img .tb1{width:100%; height:100%; position:absolute; left:0px; top:0px; background:url(../images/tb4.png) center no-repeat; background-size:30px; z-index:1;}
.n_box2 li .div .a_img.a_img1{-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */
}
.n_box2 li .div .a_img_r{width:47%; line-height:25px; height:75px; overflow:hidden;}

.n_box3{width:100%; border-bottom:1px solid #eee; height:40px; line-height:40px; color:#333333; font-size:16px;}
.n_box3 a{ color:#333;}
.n_box3 a:hover{ text-decoration:none; color:#003388;}
.n_box3_c{width:100%; padding-top:15px;}
.n_box3_c li{width:100%; float:left; border-bottom:1px solid #eee;}
.n_box3_c li .div{width:100%; padding:15px 10px; float:left; display:inline-block; overflow:hidden; line-height:30px; color:#999999; font-size:16px;}
.n_box3_c li .div:hover{ text-decoration:none; color:#003388; background-color:#f8f8f8;}
.n_box3_c li .div .s1{width:70%; overflow:hidden; color:#666;}
.n_box3_c li .div:hover .s1{ color:#003388;}

.a_mtbd_dpages{width:100%; text-align:center; padding:25px 0% 0px 0%;  font-size:14px; }
.a_mtbd_dpages a,.a_mtbd_dpages span{ padding:0px 15px; height:35px; margin-bottom:5px; line-height:35px; text-align:center; background-color:#f3f3f3;color:#003366; display:inline-block;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.a_mtbd_dpages a:hover,.a_mtbd_dpages a.activepages,.a_mtbd_dpages span{ color:#fff; text-decoration:none; background-color:#003366;}

.n_bg1{ background:url(../images/bg1.jpg) center center no-repeat;}

.n_box4{width:100%; height:140px; padding-top:20px;}
.n_box4 .n_logo{width:35%;}
.n_box4 .n_logo img{ max-width:100%;}
.n_box4 .n_ss{width:25%; margin-top:33px;border: 3px solid #f2f2f2;
    background-color: #fff;}
.n_box4 .n_ss .ipt1{width:77%; height:34px; line-height:34px; background:url(../images/img14.jpg) right center no-repeat;  text-indent:15px; color:#333; font-size:14px; font-family:"微软雅黑"; border:0px; position:relative;}
/*.n_box4 .n_ss .ipt1:after{width:1px; height:18px; background-color:#999999; content:""; position:absolute; right:0px; top:50%; margin-top:-9px;}*/
.n_box4 .n_ss .ipt2{width:20%; padding-right:2%; height:34px; line-height:34px; background:url(../images/tb3.png) left center no-repeat; padding-left:25px; color:#333333; font-size:14px; border:0px;}
.n_box4 .n_tjnav{width:32%; margin-left:15px; margin-top:5px;}
.n_box4 .n_tjnav a{width:25%; float:left; height:97px; line-height:97px; overflow:hidden; text-align:center; color:#fff; font-size:16px;}
.n_box4 .n_tjnav a:hover{ text-decoration:underline; color:#fff;}

.n_box5{width:100%; padding-bottom:50px;}
.n_box5_l{width:74%; border-right:1px solid #eeeeee; padding-right:3%; padding-top:27px;}
.n_box5_r{width:23.5%; padding-top:27px;}

.n_box6{width:100%; min-height:800px;}
.n_box6_t{width:100%; padding:30px 0px; line-height:1.6; color:#333333; font-size:30px; border-bottom:1px solid #eee;}
.n_box6_t1{width:100%; padding:10px 0px; line-height:1.7; color:#999999; font-size:14px;border-bottom:1px solid #eee; position:relative;}
.n_box6_t1 .bdsharebuttonbox{width:150px; height:25px;  position:absolute; right:0px; top:50%;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.n_box6_c{width:100%; padding:0px 0px 50px 0px; border-bottom:1px solid #eee; line-height:2; overflow:hidden; color:#333333; font-size:16px;}
.n_box6_c  img{ max-width:100%; height:auto !important;}
.n_box6_b{width:100%; padding:20px 0px 0px 0px; line-height:1.8;}
.n_box6_b a{width:100%; float:left; color:#333333; font-size:16px;}
.n_box6_b a:hover{ text-decoration:none; color:#003388;}

.n_box6_c video{ width:100%; height:auto !important;}


.Rotation img
{
	transition:All 0.4s ease-in-out;
   -webkit-transition:All 0.4s ease-in-out;
   -moz-transition:All 0.4s ease-in-out;
   -o-transition:All 0.4s ease-in-out;
}
.Rotation:hover img
{
	transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
}

.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 .a_img
{
	
	transition:400ms; 
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.Amplification1:hover .a_img
{
	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);
  }
}



