﻿@charset "utf-8";
/* CSS Document */
/*--重定义浏览器默认样式--*/
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static;height: 100%;/* background-color:#1b1b1b;*/}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:arial,"微软雅黑","Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:12px;color: #666;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
body{line-height:1.6;}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:none;outline:none}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important;}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
a:link{ text-decoration:none;}

/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}
body[aos-delay='5000'] [aos], [aos][aos][aos-delay='5000']{
  transition-delay: 5000ms;
}
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
.fl{float:left; display:inline;}
.fr{float:right; display:inline;}
.clearboth{ clear:both;}
.bigzm{text-transform:uppercase;}

.container {
       width: 100%!important;
       max-width:1200px;
       max-width:1170px\9;
}

/* 通用滚动条代码 */
::-webkit-scrollbar {
	width: 10px;
	height: 1px;
}

::-webkit-scrollbar-thumb {

	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0,0,0,.5);
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0,0,0,.1);
}



body{ background-color:#fff;}
/*头部*/

.clearpadding{ padding:0px; margin:0px;}

/* PAGE-MENU */
.fullnavr {width:22px; position:fixed;  right:40px; z-index:1;/*top: 50%;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);*/ bottom:75px;}
#pagemenu {list-style:none; padding:0; margin:0; text-align: center;position: relative;z-index: 1005; }
#pagemenu li { position:relative; width:100%; float:left; padding:6px 0px;}
#pagemenu li a {width:100%;background:url(../images/s_tb11.png) center center no-repeat; height:22px; display:inline-block; float:left;transition: all 0.5s ease-in-out;opacity: 1;transform: rotate(-360deg);}
#pagemenu li.active a{ background:url(../images/s_tb10s.png) center center no-repeat;opacity: 1;transform: rotate(0deg);}
#pagemenu li a.disnone{ display:none;}

/*.fullnavr #pagemenu li.active a:after{ background-color:#fff; border:1px solid #fff;}
.fullnavr #pagemenu li.active a .s1{opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); display:none;}
#pagemenu li a.disnone{ display:none;}
.fullnavr #pagemenu li.active a .disnone,.fullnavr #pagemenu li.active a:hover .disnone,.fullnavr #pagemenu li a:hover .disnone{ display:block; text-decoration:none;}
*/

.mousehover{width:51px; height:41px; background:url(../images/tb_01.png) no-repeat; background-size:51px; position:absolute; left:50%; margin-left:-25.5px; bottom:55px; z-index:1000;}

/*.section.y6{ height:auto !important}*/


/*shade*/
:-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;
}

.layer{ position: fixed; z-index:1001011; width: 100%; height: 100%; overflow:hidden;}
.layer .layer-top, .layer .layer-bottom{ position: absolute; width: 100%; height: 50%;/* background: #da1515;*/ top: 0%; transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; z-index: 1;}
.layer .layer-top{ background-color:#024381;}
.layer .layer-bottom{ top: auto; bottom: 0%; background-color:#024381;}
.layer .loading{width:500px; position: absolute; top: 50%; left: 50%; margin-left:-250px; margin-top:-40.5px; display: block; z-index: 2;-webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;}
.layer.show{ visibility: hidden;}
.layer.show .loading{ display: none;}
.layer.show .layer-top{ top: -50%;}
.layer.show .layer-bottom{ bottom: -50%;}


@-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);}
}



.wx_top{width:50px; height:50px; position:fixed; right:25px; bottom:20px;/*top:50%; margin-top:-25px;*/ z-index:100; display:none; background:url(../images/top.png) no-repeat; background-size:100%;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; text-decoration:none;
}
.wx_top:hover{ background:url(../images/tops.png) no-repeat; background-size:cover;}





/*Index*/
.section{background-size: cover; background-position: center center; overflow:hidden;}
.slide{background-size: cover; position:relative;}
.section .sec-scale { width:100%; height:100%;/*transform: scale(0.8);opacity: 0.5;transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/}
/*.active .sec-scale {transform: translate(0px,0px) scale(1);transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; opacity: 1; }*/
.bg {width: 100%;height: 100%;background-repeat: no-repeat;background-position: center center;background-size: cover;position: relative;overflow: hidden;}
.bg1 {width: 100%;height: 100%;background-repeat: no-repeat;background-position: top center;position: relative;overflow: hidden; background-size:100%;}




.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%; position:relative;}
.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_text1{width:55%; position:absolute; left:2%; top:50%;-o-transform:translate(0%, -70%);-ms-transform:translate(0%, -70%);-webkit-transform: translate(0%, -70%);-moz-transform: translate(0%, -70%);transform: translate(0%, -70%); z-index:1; text-align:left; color:#fff; padding:0px 2.5%; letter-spacing:2px;/*opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(90%); -ms-transform: translateY(90%); -o-transform: translateY(90%); transform: translateY(90%);transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/}
.home-swiper .swiper-slide .banner_text1 .div_t{ font-size:50px; font-weight:bold; line-height:1.3;}
.home-swiper .swiper-slide .banner_text1 .div_c{width:100%; padding:25px 0px 35px 0px; line-height:1.6; font-size:30px;}
.home-swiper .swiper-slide .banner_text1 .div_b{ padding:0px 80px 0px 40px; height:50px; line-height:50px; border:1px solid #fff; color:#fff; background:url(../images/jiantou.png) right 35px center no-repeat;-moz-border-radius: 25px;      /* Gecko browsers */
-webkit-border-radius: 25px;   /* Webkit browsers */
border-radius:25px;            /* W3C syntax */ font-size:16px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.home-swiper .swiper-slide .banner_text1 .div_b:hover{ background:url(../images/p_tb8.png) right 35px center no-repeat; color:#333; background-color:#fff;}
/*.home-swiper .swiper-slide .banner_text2{width:100%; position:absolute; left:0px; top:32%; z-index:1; text-align:left; color:#000000; font-size:40px; font-weight:bold; padding-top:15px 0px; line-height:1.4;opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(90%); -ms-transform: translateY(90%); -o-transform: translateY(90%); transform: translateY(90%);transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
.home-swiper .swiper-slide .banner_text3{width:100%; position:absolute; left:0px; top:25%; z-index:1; text-align:left; color:#000000; font-size:40px; font-weight:bold; padding-top:15px 0px; line-height:1.4; text-align:center;opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(90%); -ms-transform: translateY(90%); -o-transform: translateY(90%); transform: translateY(90%);transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
.home-swiper .swiper-slide.swiper-slide-active .banner_text1,.home-swiper .swiper-slide.swiper-slide-active .banner_text2,.home-swiper .swiper-slide.swiper-slide-active .banner_text3{opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}*/

.home-swiper .home_next{width:50px; height:80px; background:url(../images/s_tb3.png) no-repeat; background-size:100%; right:40px; margin-top:-40px;
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;}
.home-swiper .home_next:hover{ background:url(../images/s_tb3s.png) no-repeat;}
.home-swiper .home_prev{width:50px; height:80px; background:url(../images/s_tb2.png) no-repeat; background-size:100%; left:40px;margin-top:-40px;
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;}
.home-swiper .home_prev:hover{ background:url(../images/s_tb2s.png) no-repeat;}
.home-swiper .home-pagination .swiper-pagination-bullet{width:18px; height:12px; border:1px solid #fff;
-moz-border-radius: 6px;      /* Gecko browsers */
-webkit-border-radius: 6px;   /* Webkit browsers */
border-radius:6px;            /* W3C syntax */ background-color:transparent;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.home-swiper .home-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:28px; background-color:#fff;}
.home-swiper.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:20px;}




.header_div{width:100%;height:90px; padding-left:8%; border-bottom:1px solid rgb(255,255,255,0.1);left:0px; top:0px; position:fixed; z-index:10000;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;}
.header_div .i_logo{width:11%; padding-top:18px;}
.header_div .i_logo img{ width:auto; height:52px;}
.header_div.fixedmenu,.header_div.fixedmenu1.fixedmenu{ position:fixed; background:url(../images/s_tb10.png) repeat;}
.header_div.fixedmenu1{ position:relative;}


.menu_nav{width:46%;}
.menu_nav ul{width:100%;}
.menu_nav ul li{width:14.28%; float:left;text-align:center; position:relative;}
.menu_nav ul li .nav_a{overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; width:100%; height:90px; line-height:90px; color:#fff; display:inline-block; font-size:16px; position:relative;}
.menu_nav ul li .nav_a:hover, .menu_nav ul li .nav_a.activetopm, .menu_nav ul li .nav_a.activetopm1{ color:#fff; text-decoration:none;}
.menu_nav ul li .nav_a:after{width:0px; height:3px; background-color:#fff; position:absolute; left:50%; bottom:0px; content:""; margin-left:-32px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;-moz-border-radius: 1.5px;      /* Gecko browsers */
-webkit-border-radius: 1.5px;   /* Webkit browsers */
border-radius:1.5px;            /* W3C syntax */}
.menu_nav ul li .nav_a:hover:after, .menu_nav ul li .nav_a.activetopm:after, .menu_nav ul li .nav_a.activetopm1:after{width:64px;}
.{width:100%; background-color:#1f1f1f; }
/*.menu_nav ul li .twodiv{width:100%; position:absolute; left:0px; top:100%; background-color:#1f1f1f; padding:15px 0px; z-index:1111; display:none; text-align:center;}
.menu_nav ul li .twodiv a{ height:40px; line-height:40px; color:#ffffff; font-size:15px; margin:0px 50px; display:inline-block;}
.menu_nav ul li .twodiv a:hover{ text-decoration:none; color:#ffe300;}
*/
.menu_nav ul li dl{width:140px; position:absolute; left:50%; margin-left:-70px; top:100%; background-color:#fff;z-index:1; display:none;}
.menu_nav ul li dl dd{width:100%; float:left;}
.menu_nav ul li dl dd a{width:100%; height:47px; display:inline-block; overflow:hidden; line-height:47px; text-align:center; color:#333; font-size:16px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; float:left;}
.menu_nav ul li dl dd a:hover{ color:#fff; text-decoration:none; background-color:#024381;}




.i_ss{width:8%; height:90px; border-left:1px solid rgb(255,255,255,0.1);border-right:1px solid rgb(255,255,255,0.1); position:relative;}
.i_ss_t{width:100%; height:90px; background:url(../images/s_tb1.png) center no-repeat; cursor:pointer;}
.i_ss_c{width:220px; height:44px; position:absolute; right:0px; top:100%; background-color:#fff; padding:0px 10px; display:none;}
.i_ss_c .ipt1{width:88%; height:44px; background-color:transparent; line-height:44px; border:0px;  color:#fff; font-size:14px; font-family:"微软雅黑";}
.i_ss_c .ipt2{width:12%; height:44px; background:url(../images/s_tb1s.png) center no-repeat; border:0px;background-size:18px;}

.i_phone{ margin:0px 2%; background:url(../images/phone.png) left center no-repeat; padding-left:35px; font-size:18px; color:#fff; height:90px; line-height:90px;}

/*.i_banben{ padding:0px 35px; position:relative;}
.i_banben_t{ height:90px; background:url(../images/top-search1.png) right center no-repeat; padding-right:28px; cursor:pointer;}
.i_banben_t .s1{ height:90px; line-height:90px; display:inline-block; padding-left:28px; background:url(../images/top-china.png) left center no-repeat; font-size:14px; color:#fff;}
.i_banben_c{width:120px; background-color:#fff; position:absolute; left:0px; top:90px; padding:10px 5px; display:none;}
.i_banben_c li{width:100%; float:left;}
.i_banben_c li a{width:100%; padding:10px 0px; line-height:1.5; color:#333; font-size:14px; display:inline-block; text-align:center;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_banben_c li a:hover{ color:#fff; text-decoration:none; background-color:#25aed5;}
*/


.i_picchange{width:100%; height:100%; overflow:hidden; display:block;}

/*手机导航*/
/* CSS Document */
.phone_nav{ display:none;}
.phone_logo{/* height:50px;*//* padding:10px 0px;*//* background-color:#fff;*/}
.phone_logo .p1 img{/* height: 100%*/ width:auto; height:40px;}

@media screen and (max-width:1200px) {
.phone_logo .p1 {/*padding-top: 10px;*//* height: 29px;*/ display: block; width:55%;display:inline-block;}
.header_div{ display:none;}
.phone_logo {width: 100%;padding: 10px 15px;box-sizing: border-box;}

.phone_nav{display:block; position:relative;/* position:fixed;*/ /*background-color:#fff;*/ background-color:#121212;  width:100%; top:0;left:0; display:block; z-index:100000;}
.phone_nav.fixedmenu{ position:fixed;-moz-box-shadow:0px 0px 10px #242323;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #242323;/*webkit*/  
box-shadow:0px 0px 10px #242323;/*opera或ie9*/
}

/*导航按钮*/
.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:#ffffff;
-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:#ffffff;
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 #ccc; margin-top:20px;}
.phone_nav .nav_main .ss .p2{ float:right;}
.phone_nav .nav_main .ss .p2 input{ border:0; /*background:url("../images/app_ss1.png") center no-repeat;*/ 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{ 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{ transform:translateX(0); -webkit-transform:translateX(0);}
}


@media screen and (max-width:758px){/*--768-0--*/
.phone_nav .nav_but_box{  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;}

}

@media screen and (max-width:470px){/*--768-0--*/
.phone_logo {padding: 8px 10px}
.phone_nav .nav_main ul{ height:550px;}
.phone_nav .nav_main .b_one .ul{ height:auto;}

}
/*手机导航*/



.i_ssbn{width:40px; height:100%; /* background-color:#ffe300;*/  position:absolute; top:0px; right:45px; z-index:10000;}
.i_ssbn_t{width:100%; height:100%;background:url(../images/s_tb1.png) center no-repeat;background-size:20px;}
.i_ssbn_div{width:200px; display:none; background-color:#fff; z-index:10000; position:absolute; right:0px; top:100%;}
.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/s_tb1.png) center no-repeat; background-color:#121212; border:0px; background-size:15px;}
.i_ssbn_div input:-moz-placeholder {
    color: #b9b9b9;  
}

.i_ssbn_div input::-moz-placeholder { 
    color: #b9b9b9;
}

.i_ssbn_div input:-ms-input-placeholder {
    color: #b9b9b9;
}

.i_ssbn_div input::-webkit-input-placeholder {
    color: #b9b9b9;
}


.section.y7{ height:auto !important; overflow:inherit;}

.i_content{width:100%; height:100%;position:absolute; left:0px; top:0px;}
.i_content_c{width:100%; height:100%;display: table-cell;vertical-align: middle;}
.i_con{width:83.3%; margin:0px auto;}


.ui_div{width:100%;}
.ui_div1{width:100%; overflow:hidden;}
.ui_div_center{width:83.3%; margin:0px auto;}
.ui_div_center2{width:1200px; margin:0px auto;}
.ui_div_con{width:1400px; margin:0px auto;}

.i_box1{width:100%;}
.i_box1_t{width:100%;}
.i_box1_t .s1{width:50%;line-height:1.8; color:#fff; font-size:32px; font-weight:bold;}
.i_box1_t .more{ padding-right:59px; line-height:54px; color:#fff; font-size:24px; background:url(../images/jiantou1.png) right center no-repeat;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_box1_t .more:hover{  background:url(../images/jiantou1.png) right 5px center no-repeat;}
.i_box1_t.active .s1{ color:#000000;}
.i_box1_t.active .more{ background:url(../images/p_tb8.png) right center no-repeat; color:#000;}
.i_box1_t.active .more:hover{  background:url(../images/p_tb8.png) right 5px center no-repeat;}

.i_box1_text{width:100%; padding:5px 0px 50px 0px; line-height:1.8; color:#fff; font-size:16px;}
.i_box1_text.active{ color:#000; padding-bottom:40px;}
.i_box1_t .more.amargin{ margin-right:16%;}


.i_box1_ul{width:100%;}
.i_box1_ul li{width:17%; float:left; padding:0px 0px; overflow:hidden; cursor:pointer;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_box1_ul li.active{width:49%;}
.i_box1_ul li .div{width:100%; height:490px; display:inline-block; background-position: center center; background-repeat:no-repeat; background-size:cover; position:relative;}
.i_box1_ul li .div img{width:100%; display:none;}
.i_box1_ul li .div:after{width:100%; height:100%; background:url(../images/p_tb1.png) bottom repeat-x; position:absolute; left:0px; top:0px; z-index:1; content:"";}
.i_box1_ul li .div .a_text{width:100%; padding:0px 15px; color:#fff; position:absolute; left:0px; bottom:20px; z-index:2; font-size:20px; letter-spacing:1px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_box1_ul li.active .div:after{ background:url(../images/p_tb2.png) bottom repeat-x;}
.i_box1_ul li .div .a_text_c{width:100%; padding:0px 7%; position:absolute; left:0px; bottom:40px; z-index:2; color:#fff; font-size:14px; display:none;}
.i_box1_ul li .div .a_text_c_t{width:100%; height:35px; line-height:35px; margin-bottom:15px; overflow:hidden; font-size:24px; letter-spacing:1px;}
.i_box1_ul li .div .a_text_c_c{width:100%; line-height:30px; overflow:hidden; height:60px}

.i_box1_ul li.active .div .a_text{ bottom:-100px;}
.i_box1_ul li.active .div .a_text_c{ display:block;}

.i_box2{width:100%;}
.i_box2_c{width:100%; padding-bottom:75px; 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; color:#fff; font-size:16px;}
.ny_wmscy_con31 .swiper-slide .div:hover{ text-decoration:none; color:#fff;}
.ny_wmscy_con31 .swiper-slide .div .a_img{width:100%; display:inline-block; overflow:hidden;-moz-border-radius: 20px;      /* Gecko browsers */
-webkit-border-radius: 20px;   /* Webkit browsers */
border-radius:20px;            /* W3C syntax */ position:relative;}
.ny_wmscy_con31 .swiper-slide .div .a_img:after{width:37px; height:80px; background:url(../images/p_tb3.png) no-repeat; position:absolute; right:8%; content:""; top:-100px;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 .a_img:after{display: none;}
/*.ny_wmscy_con31 .swiper-slide .div:hover .a_img:after{top:0px;}*/
.ny_wmscy_con31 .swiper-slide .div .a_img img{width:100%;}
.ny_wmscy_con31 .swiper-slide .div .a_text{width:100%; height:58px; line-height:58px; text-align:center; overflow:hidden; font-weight:bold;}

.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_box2_c .wmscy_next31{width:34px; height:34px; background:url(../images/p_tb4.png) no-repeat; right:50%; top:auto; bottom:0px; margin-top:0px; background-size:100%; outline:0; margin-right:-48px;}
.i_box2_c .wmscy_next31:hover{ background:url(../images/p_tb4s.png) no-repeat;}
.i_box2_c .wmscy_prev31{width:34px; height:34px; background:url(../images/p_tb5.png) no-repeat; left:50%; top:auto; bottom:0px; margin-top:0px; background-size:100%; outline:0; margin-left:-48px;}
.i_box2_c .wmscy_prev31:hover{ background:url(../images/p_tb5s.png) no-repeat;}

.i_box3{width:100%;}
.i_box3_c{width:100%; position:relative; padding-bottom:75px;}

.ny_wmscy_con32{width:100%; overflow:hidden; }
.ny_wmscy_con32 .swiper-slide{width:100%; color:#333333;height: auto;-webkit-box-sizing: border-box;box-sizing: border-box;}
.ny_wmscy_con32 .swiper-slide .div{width:100%; display:inline-block; color:#333333; font-size:18px;}
.ny_wmscy_con32 .swiper-slide .div:hover{ text-decoration:none; color:#333333;}
.ny_wmscy_con32 .swiper-slide .div .a_img{width:100%; display:inline-block; overflow:hidden;-moz-border-radius: 20px 0px 20px 0px;      /* Gecko browsers */
-webkit-border-radius: 20px 0px 20px 0px;   /* Webkit browsers */
border-radius:20px 0px 20px 0px;          /* W3C syntax */ position:relative;}
.ny_wmscy_con32 .swiper-slide .div .a_img:after{width:100%; height:100%; background:url(../images/p_tb7.png) repeat; position:absolute; left:0px; top:0px; content:""; filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity:0;   opacity:0; }
.ny_wmscy_con32 .swiper-slide .div:hover .a_img:after{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}
.ny_wmscy_con32 .swiper-slide .div .a_img .a_textdiv{width:100%; padding-top:80px; background:url(../images/p_tb6.png) top center no-repeat; position:absolute; left:0px; top:50%; content:""; z-index:1;opacity: 0; filter: alpha(opacity=0);
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;
-webkit-transform:scale(0, 0); transform:scale(0, 0); font-size:16px; color:#fff; line-height:1.6;-o-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);-webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%); text-align:center;}
/*.ny_wmscy_con32 .swiper-slide .div:hover .a_img .a_text{opacity: 1; filter: alpha(opacity=100);-webkit-transform:scale(1, 1); transform:scale(1, 1);}*/
.ny_wmscy_con32 .swiper-slide .div:hover .a_textdiv{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}
.ny_wmscy_con32 .swiper-slide .div .a_img img{width:100%;}
.ny_wmscy_con32 .swiper-slide .div .a_text{width:100%; height:58px; line-height:58px; text-align:center; overflow:hidden;}

.ny_wmscy_con32.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px;}
.wmscy-pagination32 .swiper-pagination-bullet{width:12px; height:12px; background-color:transparent;opacity:1; border:1px solid #a5a5a5; position:relative;}
.wmscy-pagination32 .swiper-pagination-bullet-active{}
.wmscy-pagination32 .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_next32{width:34px; height:34px; background:url(../images/p_tb4.png) no-repeat; left:64px; top:auto; bottom:0px; margin-top:0px; background-size:100%; outline:0; margin-right:-0;}
.i_box3_c .wmscy_next32:hover{ background:url(../images/p_tb4s.png) no-repeat;}
.i_box3_c .wmscy_prev32{width:34px; height:34px; background:url(../images/p_tb5.png) no-repeat; left:0px; top:auto; bottom:0px; margin-top:0px; background-size:100%; outline:0; margin-left:-0;}
.i_box3_c .wmscy_prev32:hover{ background:url(../images/p_tb5s.png) no-repeat;}

.i_box4{width:100%;}
.i_box4_t{width:100%;}
.i_box4_t_l{width:8.75%;}
.i_box4_t_l li{width:100%; padding-bottom:20px; float:left;}
.i_box4_t_l li a{width:100%; height:46px; line-height:46px; background-color:#fff; color:#666666; font-size:16px; display:inline-block; overflow:hidden; text-align:center;-moz-border-radius: 23px;      /* Gecko browsers */
-webkit-border-radius: 123pxpx;   /* Webkit browsers */
border-radius:23px;            /* W3C syntax */-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; float:left;}
.i_box4_t_l li a:hover,.i_box4_t_l li a.activeleftm{ background-color:#024381; color:#fff; text-decoration:none;}
.i_box4_t_r{width:84%;}
.i_box4_t_r_ul{width:100%; display:none;}
.i_box4_t_r_ul li{width:33.33%; padding:0px 15px; float:left;}
.i_box4_t_r_ul li .div{width:100%; background-color:#fff; padding:20px; display:inline-block; overflow:hidden; color:#999999; font-size:13px;}
.i_box4_t_r_ul li .div:hover{ text-decoration:none; color:#999999;}
.i_box4_t_r_ul li .div .a_img{width:100%; display:inline-block; overflow:hidden; position:relative;}
.i_box4_t_r_ul li .div .a_img img{width:100%;}
.i_box4_t_r_ul li .div .a_text{width:100%; padding:40px 0px 20px 0px;}
.i_box4_t_r_ul li .div .a_text_t{width:100%; height:26px; line-height:26px; overflow:hidden; margin-bottom:17px; color:#333333; font-size:16px; font-weight:bold;}
.i_box4_t_r_ul li .div:hover .a_text_t{ color:#024381;}
.i_box4_t_r_ul li .div .a_text_c{width:100%; line-height:24px; margin-bottom:22px; height:72px; overflow:hidden; color:#666666; font-size:14px;}
.i_box4_t_r_ul li .div .a_text_b{width:100%; height:20px; line-height:20px; overflow:hidden;}

.i_box4_t_r_ul li .div .a_img:after{width:100%; height:100%; background:url(../images/p_tb7.png) repeat; position:absolute; left:0px; top:0px; content:""; filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity:0;   opacity:0; }
.i_box4_t_r_ul li .div:hover .a_img:after{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}

.i_box4_t_r_ul li .div .a_img .a_textdiv{width:100%; padding-top:80px; background:url(../images/p_tb6.png) top center no-repeat; position:absolute; left:0px; top:50%; content:""; z-index:1;opacity: 0; filter: alpha(opacity=0);
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;
-webkit-transform:scale(0, 0); transform:scale(0, 0); font-size:16px; color:#fff; line-height:1.6;-o-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);-webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%); text-align:center;}
.i_box4_t_r_ul li .div:hover .a_textdiv{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}

.i_bg5{width:100%; height:100%; position:relative;}
.i_bg5_pc{width:100%; height:100%; background-position:bottom center; background-repeat:no-repeat; background-size:100% auto; position:relative;}
.i_bg5_pc .bg_img{width:100%;/* position:absolute; left:0px; bottom:0px;*/ display:none;}
/*.i_bg5_wap{width:100%;background-position:bottom center; background-repeat:no-repeat; background-size:cover;}
.i_bg5_wap .bg_img{width:100%;}*/

.i_bg5_t{width:68.75%; position:absolute; left:50%; bottom:15.8%;-o-transform:translate(-50%, 0%);-ms-transform:translate(-50%, 0%);-webkit-transform: translate(-50%, 0%);-moz-transform: translate(-50%, 0%);transform: translate(-50%, 0%);}
.i_bg5_text{width:100%; position:absolute; left:0px; bottom:214px; padding:0px 16%; display:none;}
.i_bg5_text .img1{width:100%;}
.i_bg5_text_c{width:100%; background:url(../images/p_tb19.png) repeat-y; background-size:100%; padding:44px 6.7% 50px 6.7%;}
.i_bg5_text_con{width:100%; display:none;}
.i_bg5_text_con_t{width:100%; height:55px; line-height:55px; color:#024381; font-size:30px; font-weight:bold; overflow:hidden;}
.i_bg5_text_con_t1{width:100%; height:37px; line-height:37px; color:#000000; font-size:16px; font-weight:bold; overflow:hidden;}
.i_bg5_text_con_c{width:100%; height:75px; line-height:25px; overflow:hidden; color:#555555; font-size:16px; margin-bottom:35px;}
.i_bg5_text_con_b{width:124px; height:40px; line-height:40px; border:1px solid #024381; color:#fff; background-color:#024381; text-align:center; overflow:hidden; font-size:16px; display:inline-block;
-moz-border-radius: 20px;      /* Gecko browsers */
-webkit-border-radius: 20px;   /* Webkit browsers */
border-radius:20px;            /* W3C syntax */-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_bg5_text_con_b:hover{ background-color:#fff; color:#024381; text-decoration:none;}

.i_bg5_t_menu{width:100%; height:214px;position:absolute; left:0px; bottom:0px;}
.i_bg5_t_menu_t{width:4%; position:absolute; cursor:pointer;}
.i_bg5_t_menu_t .img2{width:100%;-webkit-animation: round_animate 5s linear infinite;     animation: round_animate 5s linear infinite;}
.i_bg5_t_menu_t .img_text{ line-height:1.5; color:#fff; font-size:30px; position:absolute;  top:50%;o-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);-webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.i_bg5_t_menu_t .img_jt{ position:absolute; }
.i_bg5_t_menu_t .img_jt img{width:100%;}
.i_bg5_t_menu_t.wbg1{ left:27%; bottom:0px;}
.i_bg5_t_menu_t.wbg1 .img_text{left:-177%;}
.i_bg5_t_menu_t.wbg1 .img_jt{width:277%;right:-277%; bottom:75%; display:none;}

.i_bg5_t_menu_t.wbg2{ right:16.2%; bottom:24.76%;}
.i_bg5_t_menu_t.wbg2 .img_text{left:-177%;}
.i_bg5_t_menu_t.wbg2 .img_jt{width:143%;right:73%; bottom:100%;display:none;}

.i_bg5_t_menu_t.wbg3{ right:0%; bottom:8%;}
.i_bg5_t_menu_t.wbg3 .img_text{left:-177%;}
.i_bg5_t_menu_t.wbg3 .img_jt{width:281%;right:73%; bottom:100%;display:none;}

.i_bg5_t_menu_t.active .img_jt{ display:block;}

/*.roundImg{     position: absolute;     z-index: 1;    -webkit-animation: round_animate 5s linear infinite;     animation: round_animate 5s linear infinite;  }*/
   @keyframes round_animate {      
   to {        transform: rotate(1turn);      }    
   }



.i_fbg1{ background-color:#333333;}
.i_fbg2{ border-bottom:1px solid #404040;}

.i_qylist{width:100%;}
.i_qylist li{width:33.33%; float:left;}
.i_qylist li .div{width:100%; line-height:110px; text-align:center; color:#fff; font-size:16px; height:110px; position:relative;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; cursor:pointer;}
.i_qylist li .div:hover,.i_qylist li .div.active{ color:#fff; text-decoration:none; background-color:#292929;}
.i_qylist li .div .div_out{width:540px; border:2px solid #245c8b; background-color:#245c8b;-moz-border-radius: 8px;      /* Gecko browsers */
-webkit-border-radius: 8px;   /* Webkit browsers */
border-radius:8px;            /* W3C syntax */ position:absolute; left:50%; bottom:100%; z-index:1; margin-left:-270px; overflow:hidden; opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px);transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; display:none;}
.i_qylist li .div .div_out .a_img{width:31%; padding-top:25px;}
.i_qylist li .div .div_out .a_img_t{width:100%; padding-top:55px; text-align:center; background:url(../images/p_tb9.png) top center no-repeat; line-height:1.8;}
.i_qylist li .div .div_out .a_img_r{width:69%; background-color:#fff; padding:15px 7%; color:#222222; font-size:14px; text-align:left;}
.i_qylist li .div .div_out .a_img_r .div_t{width:100%; line-height:1.6; padding-bottom:10px; font-size:16px; font-weight:bold;}
.i_qylist li .div .div_out .a_img_r .div_c{width:100%; line-height:1.7;}
.i_qylist li .div .div_out .a_img_r .div_c img{ max-width:100%; height:auto !important;}
.i_qylist li .div.active .div_out{opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); display:block;}

.i_footer{width:100%; padding:55px 0px 85px 7%;}
.i_footer_l{width:30%;color:#fff; font-size:14px; padding-top:10px; }
.i_footer_l_t{width:100%; padding-bottom:25px; font-size:16px; line-height:1.8; padding-left:30px; background:url(../images/p_tb10.png) left top 5px  no-repeat;}
.i_footer_l_t .s1{ font-size:24px;}
.i_footer_l_c{width:100%; line-height:1.8; overflow:hidden; padding-left:29px;}
.i_footer_l_c img{ max-width:100%; height:auto !important;}
.i_footer_l_c a,.i_footer_l_c a:hover{ color:#fff;}
.i_footer_r{width:14%;}
.i_footer_r_img{width:57%; padding-top:21px;}
.i_footer_r_img img{width:100%; display:none;}
.i_footer_r_tb{width:29.5%;}
.i_footer_r_tb li{width:100%; padding:16px 0px; float:left; cursor:pointer;}
.i_footer_r_tb li img{width:100%;}
.i_footer_m{width:43%;}
.i_footer_m li{width:25%; float:left;}
.i_footer_m li .a1,.i_footer_m li .a1:hover{width:100%; height:57px; line-height:57px; overflow:hidden; color:#fff; font-size:16px; float:left;}
.i_footer_m li .a2{width:100%; height:32px; line-height:32px; overflow:hidden; color:#cccccc; font-size:14px; float:left;}
.i_footer_m li .a2:hover{ color:#fff; text-decoration:none;}

.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;}




/*内页*/



.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_text{width:100%; text-align:center; color:#fff; font-size:24px; line-height:1.6; position:absolute; left:0px; top:50%;-o-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);-webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.n_banner .n_text .s1{ padding-bottom:10px; margin-bottom:10px; font-size:36px; position:relative; display:inline-block;}
.n_banner .n_text .s1:after{width:50px; height:6px; background-color:#fff; position:absolute; left:50%; bottom:0px; margin-left:-25px; content:"";}

/*.pc_amenu{width:100%; text-align:center;}
.a_menu{width:100%; margin:0px; padding:0px; height:60px; overflow:hidden;}
.a_menu .a_menu_a{ padding:0px; margin:0px; padding:0px 25px; height:60px; -webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;margin:0px 0px; display:inline-block; overflow:hidden; text-align:center; line-height:60px; color:#333333; font-size:16px;}
.a_menu .a_menu_a:hover,.a_menu .a_menu_a.activetm1{ color:#fff; background-color:#bd3537; 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:#245c8b; 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:#333; font-size:14px; text-decoration:none; text-indent:0px; float:left;}
.a_zxlmenu_c li .aone:hover,.a_zxlmenu_c li .aone.activetwo{ color:#fff; text-decoration:none; background-color:#4f9ee0;}
.a_zxlmenu_c li dl{width:100%; border-bottom:1px solid #eaeaea;display:none; float:left; background-color:#f1f2f3;}
.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_bg1{ border-bottom:1px solid #e8e8e8;}
.n_top{width:100%;}
.n_top .s1{ height:60px; line-height:60px; padding-left:35px; background:url(../images/p_tb20.png) left center no-repeat; color:#999999; font-size:14px;}
.n_top .s1 a{ color:#999;}
.n_top .s1 a:hover{ color:#245c8b;}
.n_top .s2 a{ color:#000000; margin-left:40px; height:60px; line-height:60px; font-size:16px; float:left;}
.n_top .s2 a:hover,.n_top .s2 a.activetop{ color:#245c8b; text-decoration:none;}

.n_box1{width:100%; padding:48px 0px 58px 0px;}
.n_box1_t{width:100%; padding-bottom:10px; background:url(../images/p_tb21.png) right center no-repeat; line-height:1.4; color:#333333; font-size:30px; position:relative;}
.n_box1_t .s1{ font-size:48px; color:#245c8b; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}

.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:70px 0px 90px 0px; z-index:1;}
.n_box3_c{width:100%; padding:60px 5%; background-color:#fff; overflow:hidden;}
.n_box3_c_c{width:100%;  line-height:2; overflow:hidden; color:#333333; font-size:16px;}
.n_box3_c_c img{ max-width:100%; height:auto !important;}

.n_bg2{ background-color:#f1f2f3;}
.n_box4{width:100%; padding:65px 0px 40px 0px;}
.n_box4_ul{width:100%;}
.n_box4_ul li{width:23%; margin-right:2.6%; float:left; padding-bottom:40px;}
.n_box4_ul li .div{width:100%; background-color:#fff; color:#333333; font-size:16px; display:inline-block; overflow:hidden;}
.n_box4_ul li .div:hover{ color:#333; text-decoration:none;}
.n_box4_ul li .div .a_img{width:100%; padding:35px 20px; display:inline-block; overflow:hidden;}
.n_box4_ul li .div .a_img img{width:100%;}
.n_box4_ul li .div .a_text{width:100%; height:48px; line-height:48px; padding:0px 35px 0px 22px; background:url(../images/p_tb22.png) right 18px center no-repeat; background-color:#dbdee2; color:#333333; font-size:16px; display:inline-block; overflow:hidden;}
.n_box4_ul li .div:hover .a_text{ background:url(../images/p_tb23.png) right 18px center no-repeat; background-color:#2f72ce; color:#fff;}

.a_mtbd_dpages{width:100%; text-align:center; padding:30px 0% 20px 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:#fff;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 */ border:1px solid #edeae9;}
.a_mtbd_dpages a:hover,.a_mtbd_dpages a.activepages,.a_mtbd_dpages span{ color:#fff; text-decoration:none; background-color:#245c8b;}


.i_box4_t_r_ul1{width:100%;}
.i_box4_t_r_ul1 li{width:31.5%; margin-right:2.75%; float:left; padding-bottom:40px;}
.i_box4_t_r_ul1 li .div{width:100%; background-color:#fff; padding:20px; display:inline-block; overflow:hidden; color:#999999; font-size:13px;}
.i_box4_t_r_ul1 li .div:hover{ text-decoration:none; color:#999999;}
.i_box4_t_r_ul1 li .div .a_img{width:100%; display:inline-block; overflow:hidden; position:relative;}
.i_box4_t_r_ul1 li .div .a_img img{width:100%;}
.i_box4_t_r_ul1 li .div .a_text{width:100%; padding:40px 0px 20px 0px;}
.i_box4_t_r_ul1 li .div .a_text_t{width:100%; height:26px; line-height:26px; overflow:hidden; margin-bottom:17px; color:#333333; font-size:16px; font-weight:bold;}
.i_box4_t_r_ul1 li .div:hover .a_text_t{ color:#024381;}
.i_box4_t_r_ul1 li .div .a_text_c{width:100%; line-height:24px; margin-bottom:22px; height:72px; overflow:hidden; color:#666666; font-size:14px;}
.i_box4_t_r_ul1 li .div .a_text_b{width:100%; height:20px; line-height:20px; overflow:hidden;}

.i_box4_t_r_ul1 li .div .a_img:after{width:100%; height:100%; background:url(../images/p_tb7.png) repeat; position:absolute; left:0px; top:0px; content:""; filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity:0;   opacity:0; }
.i_box4_t_r_ul1 li .div:hover .a_img:after{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}

.i_box4_t_r_ul1 li .div .a_img .a_textdiv{width:100%; padding-top:80px; background:url(../images/p_tb6.png) top center no-repeat; position:absolute; left:0px; top:50%; content:""; z-index:1;opacity: 0; filter: alpha(opacity=0);
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;
-webkit-transform:scale(0, 0); transform:scale(0, 0); font-size:16px; color:#fff; line-height:1.6;-o-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);-webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%); text-align:center;}
.i_box4_t_r_ul1 li .div:hover .a_textdiv{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}
.n_box5{width:100%; padding-top:30px; line-height:1.6; color:#333333; font-size:16px;}

.n_box5_t{width:100%; line-height:1.8; color:#333333; font-size:30px; text-align:center;}
.n_box5_time{width:100%; text-align:center; color:#999999; font-size:16px; line-height:1.6;}

.a_tzjyg_cdetsl{width:100%; background-color:#ffffff; padding:50px 7% 20px 7%;}
.a_tzjyg_c_ton{width:100%; padding-bottom:45px; 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:#245c8b;}

.n_box20{width:100%;}
.n_box20 li{width:100%; float:left; padding-bottom:35px;}
.n_box20 li .div{width:100%; display:inline-block; float:left; background-color:#fff; color:#333333; font-size:16px; position:relative; overflow:hidden;}
.n_box20 li .div:hover{ text-decoration:none; color:#666666;}
.n_box20 li .div .a_img{width:50%;display:inline-block; overflow:hidden; float:left;}
.n_box20 li .div .a_img img{width:100%;}
.n_box20 li .div .a_img_r{width:50%; padding:0px 6% 0px 6%; position:absolute; right:0px; top:50%;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.n_box20 li .div .a_img_r .s1{width:100%; padding:3px 0px; line-height:1.7; margin-bottom:10px; overflow:hidden; color:#333; font-weight:bold; font-size:30px;}
.n_box20 li .div:hover .a_img_r .s1{ color:#245c8b;}
.n_box20 li .div .a_img_r .s2{width:100%; line-height:1.8;}
.n_box20 li.twodiv .div .a_img_r{ right:auto; left:0px;}
.n_box20 li.twodiv .div .a_img{ float:right;}

.n_box5_ul{width:100%;}
.n_box5_ul li{width:31%; float:left; margin-right:3.5%; padding-bottom:40px;}
.n_box5_ul li .div{width:100%; display:inline-block; color:#333333; font-size:18px; position:relative;}
.n_box5_ul li .div:hover{ text-decoration:none; color:#333333;}
.n_box5_ul li .div .a_img{width:100%; display:inline-block; overflow:hidden;-moz-border-radius: 20px 0px 20px 0px;      /* Gecko browsers */
-webkit-border-radius: 20px 0px 20px 0px;   /* Webkit browsers */
border-radius:20px 0px 20px 0px;          /* W3C syntax */ position:relative;}
.n_box5_ul li .div .a_img:after{width:100%; height:100%; background:url(../images/p_tb7.png) repeat; position:absolute; left:0px; top:0px; content:""; filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity:0;   opacity:0; }
.n_box5_ul li .div:hover .a_img:after{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}
.n_box5_ul li .div .a_img .a_textdiv{width:100%; padding-top:80px; background:url(../images/p_tb6.png) top center no-repeat; position:absolute; left:0px; top:50%; content:""; z-index:1;opacity: 0; filter: alpha(opacity=0);
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;
-webkit-transform:scale(0, 0); transform:scale(0, 0); font-size:16px; color:#fff; line-height:1.6;-o-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);-webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%); text-align:center;}
.n_box5_ul li .div:hover .a_textdiv{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}
.n_box5_ul li .div .a_img img{width:100%;}
.n_box5_ul li .div .a_text{width:100%; height:58px; line-height:58px; text-align:center; overflow:hidden;}
.n_box5_ul li .div:after{width:0%; height:4px; background-color:#19548c; position:absolute; left:0px; bottom:0px; z-index:1; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_box5_ul li .div:hover:after{width:100%;}

.n_box9{width:100%;}
.n_box9 li{width:100%; float:left; padding-bottom:20px;}
.n_box9 li .div{width:100%; display:inline-block; padding:20px; overflow:hidden; float:left; background-color:#fff; color:#666666; font-size:14px;
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;}
.n_box9 li .div:hover{-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/  
box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/}
.n_box9 li .div .a_img{width:15%; display:inline-block; overflow:hidden;}
.n_box9 li .div .a_img img{width:100%;}
.n_box9 li .div .a_img_r{width:85%; padding:0px 2% 0px 3.5%;}
.n_box9 li .div .a_img_r_l{width:77.4%;}
.n_box9 li .div .a_img_r_l_t{width:100%; padding:8px 0px; font-size:16px; line-height:1.5; color:#333333; font-weight:bold;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_box9 li .div:hover .a_img_r_l_t{ color:#245c8b;}
.n_box9 li .div .a_img_r_l_c{width:100%; height:50px; line-height:25px; overflow:hidden; margin-top:5px; text-align:justify;}
.n_box9 li .div .a_img_r_r{width:7%; border:1px solid #dcdcdc; padding:10px 5px 5px 5px;}
.n_box9 li .div .a_img_r_r .s1{width:100%; padding:10px 0px; line-height:1.7; text-align:center; position:relative; color:#666666; font-size:18px;}
.n_box9 li .div .a_img_r_r .s1:after{width:30px; height:2px; background-color:#dcdcdc; position:absolute; left:50%; bottom:0px; margin-left:-15px; content:"";}
.n_box9 li .div .a_img_r_r .s2{width:100%; padding:10px 0px; line-height:1.7; text-align:center; color:#999999; font-size:14px;}
.n_box9 li .div:hover .a_img_r_r{ border:1px solid #245c8b;}
.n_box9 li .div:hover .a_img_r_r .s1{ color:#245c8b;}
.n_box9 li .div:hover .a_img_r_r .s1:after{ background-color:#245c8b;}
.n_box9 li .div:hover .a_img_r_r .s2{ color:#245c8b;}

.a_careers_c{width:100%; background-color:#fff; border:1px solid #edeae9; border-bottom:0px;-moz-border-radius: 5px 5px 0px 0px;      /* Gecko browsers */
-webkit-border-radius: 15px 5px 0px 0px;   /* Webkit browsers */
border-radius:5px 5px 0px 0px;            /* W3C syntax */ overflow:hidden;}
.a_careers_c dt{width:100%; float:left; height:60px; font-weight:normal; line-height:60px; background-color:#e3e9f3; color:#006ecc; font-size:16px; font-weight:bold;}
.a_careers_c dt .s1{width:51%; padding-left:3%;}
.a_careers_c dt .s2{width:15%;}
.a_careers_c dt .s3{width:10%;}
.a_careers_c dt .s4{width:12%;}
.a_careers_c dt .s5{width:12%;}
.a_careers_c dd{width:100%; float:left; background-color:#fff; border-bottom:1px solid #edeae9;}
.a_careers_c dd .div{width:100%; height:59px; line-height:59px; cursor:pointer; color:#000000; font-size:16px; background:url(../images/ee.png) right 9% center no-repeat;}
.a_careers_c dd .div.activeds{ background:url(../images/ee1.png) right 9% center no-repeat; background-color:#fff; color:#333333; }
.a_careers_c dd .s1{width:51%; padding-left:3%;}
.a_careers_c dd .s2{width:15%;}
.a_careers_c dd .s3{width:10%;}
.a_careers_c dd .s4{width:12%;}
.a_careers_c dd .s5{width:12%;}
.a_careers_c dd .div_l{width:100%; background-color:#e3e9f3;  padding:3% 5%; color:#666666; font-size:16px; line-height:1.8; overflow:hidden; display:none ; text-align:left;}
.a_careers_c dd .div_l img{ max-width:100%;}
.a_careers_c dd .div_l span{ font-weight:bold;}

.n_box6{width:100%; padding-bottom:60px;}
.n_box6_ul{width:100%;}
.n_box6_ul li{width:100%; float:left; padding:60px 0px;}
.n_box6_ul li.twobg{ background-color:#f0f2f6;}
.n_box6_ul li .div{width:100%; background-color:#fff; color:#000000; font-size:16px; position:relative;}
.n_box6_ul li .div .map_r{width:61%; overflow:hidden;}
.n_box6_ul li .div .map_r .map_div{width:100%; height:460px}
.n_box6_ul li .div .map_l{width:39%; padding:0px 4%;position: absolute;
    left: 0px;
    top: 50%;
    webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);}
.n_box6_ul li .div .map_l .div_t{width:100%; padding:20px 0px; line-height:1.6; color:#366eb3; font-size:30px; position:relative;}
.n_box6_ul li .div .map_l .div_t:after{width:38px; height:4px; background-color:#366eb3; position:absolute; left:0px; bottom:0px; content:"";}
.n_box6_ul li .div .map_l .div_t1{width:100%; padding-top:20px; line-height:1.6; color:#333333; font-size:24px;}
.n_box6_ul li .div .map_l .div_c{width:100%; padding-top:25px; line-height:1.8; overflow:hidden;}
.n_box6_ul li .div .map_l .div_c img{ max-width:100%; height:auto !important;}
.n_box6_ul li .div .map_l .div_c .s1{ color:#006ecc; font-size:24px;}
.n_box6_ul li .div .map_l .div_c table tr td{ color:#000000; font-size:16px; line-height:1.6;}


/*.n_bg3{ background:url(../images/p_tb27.png) right bottom 210px no-repeat;}*/
.n_box7{width:100%; display:table;}
.n_box7_l{width:20%; padding:45px 1% 100px 0px; display:table-cell; vertical-align:top;}
.n_box7_l_t{width:100%; height:68px; line-height:68px; background:url(../images/p_tb28.png) right 4% center no-repeat; background-color:#366eb3; padding-left:11%; color:#fff; font-size:30px; font-weight:bold;}
.n_box7_l_ul{width:100%; padding:28px 0px 18px 0px;}
.n_box7_l_ul li{width:100%; padding-bottom:15px; float:left;}
.n_box7_l_ul li .a1{width:100%; height:44px; display:inline-block; overflow:hidden; line-height:44px; background-color:#f1f2f3; color:#000000; font-size:18px; padding:0px 10%;
-moz-border-radius: 22px;      /* Gecko browsers */
-webkit-border-radius: 22px;   /* Webkit browsers */
border-radius:22px;            /* W3C syntax */-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; float:left;}
.n_box7_l_ul li .a1:hover,.n_box7_l_ul li .a1.activeleft{ background-color:#366eb3; color:#fff; text-decoration:none;}
.n_box7_l_ul li dl{width:100%; margin:15px 0px; float:left; background-color:#f1f2f3;-moz-border-radius: 15px;      /* Gecko browsers */
-webkit-border-radius: 15px;   /* Webkit browsers */
border-radius:15px;            /* W3C syntax */ padding:25px 5px; display:none;}
.n_box7_l_ul li dl dd{width:100%; float:left;}
.n_box7_l_ul li dl dd a{width:100%; height:40px; line-height:40px; overflow:hidden; display:inline-block; float:left; color:#000000; font-size:16px; padding-left:20%;}
.n_box7_l_ul li dl dd a:hover,.n_box7_l_ul li dl dd a.activetwo{ color:#366eb3; text-decoration:none;}
.n_box7_l_b{width:100%; background:url(../images/bg7.jpg) center center no-repeat; background-size:cover; padding:25px 9%; border-bottom:7px solid #eca10e;-moz-border-radius: 25px 0px 0px 0px;      /* Gecko browsers */
-webkit-border-radius: 25px 0px 0px 0px; /* Webkit browsers */
border-radius:25px 0px 0px 0px;            /* W3C syntax */ color:#fff; font-size:14px;}
.n_box7_l_b_t{width:100%; padding-bottom:20px; font-weight:bold; line-height:1.7; font-size:16px;}
.n_box7_l_b_c{width:100%; line-height:1.8; overflow:hidden;}
.n_box7_l_b_c img{ max-width:100%; height:auto !important; margin-top:5px;}

.n_box7_r{width:80%; border-left:1px solid #e8e8e8;display:table-cell; vertical-align:top;}
.n_box7_r_t{width:100%; height:110px; line-height:110px; overflow:hidden; padding-left:4%;border-bottom:1px solid #e8e8e8;}
.n_box7_r_t .s1{ color:#333333; font-size:30px;}
.n_box7_r_t .s2{ padding-left:30px; background:url(../images/p_tb20.png) left center no-repeat; color:#999999; font-size:14px; height:110px; line-height:110px;}
.n_box7_r_t .s2 a{ color:#999;}
.n_box7_r_t .s2 a:hover{ text-decoration:none; color:#366eb3;}
.n_box7_r_c{width:100%; padding:58px 0px 60px 4%;}
.n_box7_r_ul{width:100%;}
.n_box7_r_ul li{width:32%; margin-right:2%; float:left; padding-bottom:35px}
.n_box7_r_ul li .div{width:100%; display:inline-block; color:#222222; font-size:16px;}
.n_box7_r_ul li .div:hover{ text-decoration:none; color:#366eb3;}
.n_box7_r_ul li .div .a_img{width:100%; display:inline-block; overflow:hidden;-moz-border-radius: 20px;      /* Gecko browsers */
-webkit-border-radius: 20px;   /* Webkit browsers */
border-radius:20px;            /* W3C syntax */ position:relative;}
.n_box7_r_ul li .div .a_img:after{width:37px; height:80px; background:url(../images/p_tb3.png) no-repeat; position:absolute; right:8%; content:""; top:-100px;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;}
.n_box7_r_ul li .div .a_img:after{display: none;}
/*.n_box7_r_ul li .div:hover .a_img:after{top:0px;}*/
.n_box7_r_ul li .div .a_img img{width:100%;}
.n_box7_r_ul li .div .a_text{width:100%; height:58px; line-height:58px; text-align:center; overflow:hidden;}

.n_box8{width:100%; padding:50px 4%;}
.n_box8 .a_img{width:33.33%; display:inline-block; overflow:hidden;-moz-border-radius: 15px;      /* Gecko browsers */
-webkit-border-radius: 15px;   /* Webkit browsers */
border-radius:15px;            /* W3C syntax */}
.n_box8 .a_img img{width:100%;}
.n_box8 .a_img_r{width:63%; padding-right:9%;}
.n_box8 .a_img_r_t{width:100%; padding:15px 0px; line-height:1.8; color:#222222; font-size:24px; font-weight:bold;}
.n_box8 .a_img_r_c{width:100%; line-height:30px; margin-bottom:20px; overflow:hidden; color:#222222; font-size:15px;}
.n_box8 .a_img_r_b{width:100%; padding-bottom:15px;}
.n_box8 .a_img_r_b a{width:160px; height:44px; line-height:44px; background-color:#e09c16; color:#fff; text-align:center; display:inline-block; overflow:hidden; font-size:18px; border:1px solid #e09c16;
-moz-border-radius: 22px;      /* Gecko browsers */
-webkit-border-radius: 22px;   /* Webkit browsers */
border-radius:22px;            /* W3C syntax */
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_box8 .a_img_r_b a:hover{ background-color:#fff; color:#e09c16; text-decoration:none;}
.n_box8 .a_img_r_text{width:100%; color:#999999; font-size:15px; line-height:1.7;}
.n_box8 .a_img_r_text .s1{ color:#e09c16;}

.n_box10{width:100%; padding:0px 4%; background-color:#f1f2f3;}
.n_box10 a{ margin-right:100px; height:80px; line-height:80px; float:left; display:inline-block; overflow:hidden; position:relative; color:#222222; font-size:16px; font-weight:bold;}
.n_box10 a:hover,.n_box10 a.actvesz{ text-decoration:none; color:#3a6090;}
.n_box10 a:after{width:0px; height:3px; background-color:#3a6090; position:absolute; left:0px; bottom:0px; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;-moz-border-radius: 1.5px;      /* Gecko browsers */
-webkit-border-radius: 1.5px;   /* Webkit browsers */
border-radius:1.5px;            /* W3C syntax */}
.n_box10 a:hover:after,.n_box10 a.actvesz:after{ width:36px;}

.n_box11{width:100%; padding:30px 0% 60px 4%;}
.n_box11_c{width:100%; display:none;}
.n_box11_c_text{width:100%; color:#222222; padding-right:15px; font-size:16px; overflow:hidden; line-height:2;}
.n_box11_c_text img{ max-width:100%; height:auto !important;}
.n_box11_c_ul{width:100%;}
.n_box11_c_ul li{width:100%; padding-bottom:20px; float:left;}
.n_box11_c_ul li .div{width:100%; color:#333333; font-size:16px; font-weight:bold; line-height:1.8;}
.n_box11_c_ul li dl{width:100%;}
.n_box11_c_ul li dl dd{width:33.33%; float:left;}
.n_box11_c_ul li .div1{width:100%; border-bottom:2px solid #eaeaea; padding-left:65px; position:relative;}
.n_box11_c_ul li .div1 .tbtext{width:65px; height:70px; line-height:70px; text-align:center; color:#000000; font-size:16px; position:absolute; left:0px; top:0px;}
.n_box11_c_ul li .div1 .ipt1{width:100%; height:70px; border:0px; line-height:70px; background-color:transparent; font-family:"微软雅黑"; font-size:16px; color:#333;}
.n_box11_c_ul li .div1 .ipt2{width:100%; height:120px; border:0px; padding-top:20px; line-height:1.8; background-color:transparent; font-family:"微软雅黑"; font-size:16px; color:#333; resize:none;}
.n_box11_c_ul li .ipt3{width:100%; height:52px; line-height:52px; text-align:center; background-color:#004694; color:#fff; font-size:18px; font-weight:bold;font-family:"微软雅黑"; cursor:pointer; border:0px;}
.n_box11_c_ul li:nth-child(4){ padding:0px; padding-top:20px;}


.n_box12{width:100%; padding:15px 4%; line-height:1.8; color:#999999; font-size:14px; border-top:1px solid #e8e8e8;}
.n_box12 a{ width:100%; color:#999999; padding:10px 0px; display:inline-block; float:left; overflow:hidden;}
.n_box12 a:hover{ text-decoration:none; color:#3a6090;}








.arrowGo{
	 animation: arrowGo 2.5s infinite; 
	 -webkit-animation: arrowGo 2.5s infinite ; 
}


.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);
}


@-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 .img
{
	
	transition:400ms; 
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.Amplification1:hover .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);
  }
}


