@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;*/font-size: 16px;}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-align: justify; font-size: 14px;}
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:14px;color: #333;-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;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
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}
a:link{ text-decoration: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}

/*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; max-width: 100%;}
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}
DIV{zoom: 1; -webkit-box-sizing: border-box;box-sizing: border-box; }
/*
	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;
}
.clearboth{ clear:both;}
/*头部*/

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

/* PAGE-MENU */
.fullnavr { position:fixed; top: 50%; right:30px; z-index:1;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
#pagemenu {list-style:none; padding:0; margin:0; text-align: center;position: relative;z-index: 1005; padding:10px 0px;}
#pagemenu li { position:relative; width: 10px; margin:5px 0px;}
#pagemenu li a {width:10px;height:10px; color:#fff;  font-size:14px; display:inline-block;
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; position:relative;}
#pagemenu li a:after{width:10px; height:10px; border:1px solid #ffffff; position:absolute; left:0px; top:5px; content:"";-moz-border-radius: 100%;      /* Gecko browsers */
-webkit-border-radius: 100%;   /* Webkit browsers */
border-radius:100%;            /* W3C syntax */-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.fullnavr #pagemenu li.active a:after{ background-color:#ffffff; }
#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/y26.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:#fff;}
.layer .layer-bottom{ top: auto; bottom: 0%; background-color:#fff;}
.layer .loading{width:254px; height:47px; position: absolute; top: 50%; left:50%; margin-left:-127px; margin-top:-23.5px; /*-webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); */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);}
}






/*Index*/
.section{background-size: cover; background-position: center center; overflow:hidden;}
.slide{background-size: cover; position:relative;}
.section .sec-scale { width:100%; height:100%;background-color: #0f1332;/*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%;background:url(../images/bg.png) repeat left top;position: relative;overflow: hidden;}
.bg1 {width: 100%;background:#fff;position: relative;overflow: hidden;}
.bgs {width: 100%;height: 100%;background-repeat: no-repeat;background-position: center center;background-size: cover;position: relative;overflow: hidden; display:none;}
.show_cen{width: 1220px; margin: 0px auto; display: block; overflow: hidden;}
.show_cen1{width: 1200px; margin: 0px auto; display: block; overflow: hidden;}
.pd50{padding: 50px 0; font-size: 16px; line-height: 1.8;}

.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 .conver_div{width:100%; height:100%; position:absolute; left:0px; top:0px;}
.home-swiper .swiper-slide img{ display:none;}*/
.home-swiper .swiper-slide .text_c{width:80%;display: none; margin:0px 10%;z-index: 2; padding:0px 3%; color:#fff; line-height:1.8; text-align:left; position:absolute; left:0px; top:50%;
webkit-transform: translate(0%, -40%);
-moz-transform: translate(0%, -40%);
transform: translate(0%, -40%); 
font-size:36px;opacity: 0; 
filter: alpha(opacity=0);
transition: all 1.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
-webkit-transition: all 1.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
transition: all 1.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.home-swiper .swiper-slide .text_c h1{ font-size:48px;margin-bottom:20px;}
.home-swiper .swiper-slide.swiper-slide-active .text_c{opacity: 1; filter: alpha(opacity=100);
 webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
transform: translate(0%, -50%);  }
.text_c .more{border: 1px solid #fff; border-radius: 21px;font-size: 16px; font-weight: normal; height: 42px; line-height: 42px; padding: 0px 40px; float: left; display: inline-block;}
.text_c .more:hover{background: #fff; color: #333;}

.home-swiper .swiper-slide .text_img{width:70%; margin:0px 15%; z-index: 1; padding:0px 3%; color:#fff;position:absolute;  display: none;
left:0px; top:60%;webkit-transform: translate(0%, -40%);text-align: right;
-moz-transform: translate(0%, -40%);transform: translate(0%, -40%); font-size:24px;opacity: 0; filter: alpha(opacity=0);
transition: all 1.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
-webkit-transition:  all 1.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
transition: all 1.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; }
.home-swiper .swiper-slide.swiper-slide-active .text_img{opacity: 1; text-align: right; filter: alpha(opacity=100); webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%); text-align: right;}
.home-swiper .swiper-slide .text_img img{width: 50%;}

.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 .home_next{width:42px; height:42px; background:url(../images/banner_right.png) no-repeat; background-size:42px; right:4%; margin-top:21px;}
.home-swiper .home_prev{width:42px; height:42px; background:url(../images/banner_left.png) no-repeat; background-size:42px; left:4%;margin-top:21px;}
/*.home-swiper .home-pagination .swiper-pagination-bullet{width:30px !important; border:2px solid #fff; background-color:transparent;-moz-border-radius: 5px; 
-webkit-border-radius: 5px;  
border-radius:5px;    -webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; margin:0px 8px !important;}
.home-swiper .home-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:30px !important; background-color:#1e276e; border:2px solid #1e276e;}*/
.home-pagination .swiper-pagination-bullet{width:40px; height:40px; line-height:40px; font-size:16px; color:#fff; margin:0px 20px 0px 0px !important; text-align:center; transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;filter:alpha(opacity=40);  -moz-opacity:0.4;   -khtml-opacity: 0.4;   opacity:1; position:relative; background-color:transparent !important;}
.home-pagination .swiper-pagination-bullet:after{width:12px; height:1px; background-color:#fff; position:absolute; right:10px; bottom:17px; content:""; display:none;}
.home-pagination .swiper-pagination-bullet-active{width:60px; text-align:left; padding:0px 9px;filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity:1;}
.home-pagination .swiper-pagination-bullet-active:after{ display:block;}
.home-swiper.swiper-container-horizontal>.home-pagination.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{width:1440px;  left:50%; margin-left:-720px; text-align:left; bottom:40px; }

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/



.header_div{width:100%; margin: 0px auto;height:80px; left:50%; top:0px; position:fixed; z-index:10000;webkit-transform: translate(-50%, 0%);-moz-transform: translate(-50%, 0%);transform: translate(-50%, 0%);}
.header_div1{width:100%;box-shadow: #ccc 0px 0px 4px 0px; background: #fff; padding-top: 0px; margin: 0px auto;height:80px; left:50%; top:0px; position:fixed; z-index:10000;webkit-transform: translate(-50%, 0%);-moz-transform: translate(-50%, 0%);transform: translate(-50%, 0%);}

.header_div_width{width: 1200px; margin: 0px auto;}
.header_div .i_logo{width:32%; padding-top:20px;}
.header_div .i_logo1{width:32%; padding-top:20px; display: none;}
.header_div .i_logo img{ width:auto; height:47px;}
.header_div.fixedmenu,.header_div.fixedmenu1.fixedmenu{ position:fixed;-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: #fff;}
.header_div.fixedmenu1{ position:relative;}
.menu_nav{width:60%; }
.menu_nav ul{width:100%;}
.menu_nav ul li{width:16.66%; float:left;text-align:center; z-index:1;}
.menu_nav ul li .nav_a{width:100%; height:80px; line-height:80px; 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:#f1f1f1; text-decoration:none; }
.menu_nav ul li .nav_a:after{width:0%; height:1px; background-color:#fff; position:absolute; left:50%; margin-left:-50%; bottom:0px; z-index:1; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.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:40%; left:80%; }
.menu_nav ul li .dlone{width:100%; position:absolute; left:0px; top:100%; background-color:#ffffff; display:none; padding:10px 0px;}
.menu_nav ul li .dlone .ddone{width:100%; height:40px; line-height:40px; float:left; position:relative;}
.menu_nav ul li .dlone .ddone .aone{width:100%; height:40px; line-height:40px; display:inline-block; overflow:hidden; text-align:center; color:#222222; font-size:16px;}
.menu_nav ul li .dlone .ddone .aone:hover,.menu_nav ul li .dlone .ddone .aone.activetwo{ text-decoration:none; color:#fff; background-color:#df777d;}
.menu_nav ul li .dlone .ddone .dltwo{width:155px; background-color:#00c798; position:absolute; left:100%; top:0px; display:none;}
.menu_nav ul li .dlone .ddone .dltwo dd{width:100%; float:left; border-bottom:1px solid #4dd8b7;}
.menu_nav ul li .dlone .ddone .dltwo dd a{width:100%; height:40px; line-height:40px; overflow:hidden; text-align:center; color:#fff; font-size:16px; display:inline-block; float:left;}
.menu_nav ul li .dlone .ddone .dltwo dd a:hover{ color:#fff; text-decoration:none; background-color:#50ecc7;}


.header_div1 .menu_nav ul li{width:16.66%; float:left;text-align:center;  z-index:1;}
.header_div1 .menu_nav ul li .nav_a{width:100%; height:80px; line-height:80px; color:#222; display:inline-block; font-size:16px; position:relative;}
.header_div1 .menu_nav ul li .nav_a:hover,.header_div1 .menu_nav ul li .nav_a.activetopm, .header_div1 .menu_nav ul li .nav_a.activetopm1{ color:#142e83; text-decoration:none; }
.header_div1 .menu_nav ul li .nav_a:after{width:0%; height:1px; background-color:#142e83; position:absolute; left:50%; margin-left:-50%; bottom:0px; z-index:1; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.header_div1 .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:40%; left:80%; }
.header_div1 .menu_nav ul li .dlone{width:100%; position:absolute; left:0px; top:100%; background-color:#ffffff; display:none; padding:10px 0px;}
.header_div1 .menu_nav ul li .dlone .ddone{width:100%; height:40px; line-height:40px; float:left; position:relative;}
.header_div1 .menu_nav ul li .dlone .ddone .aone{width:100%; height:40px; line-height:40px; display:inline-block; overflow:hidden; text-align:center; color:#222222; font-size:16px;}
.header_div1 .menu_nav ul li .dlone .ddone .aone:hover,.header_div1 .menu_nav ul li .dlone .ddone .aone.activetwo{ text-decoration:none; color:#fff; background-color:#df777d;}
.header_div1 .menu_nav ul li .dlone .ddone .dltwo{width:155px; background-color:#00c798; position:absolute; left:100%; top:0px; display:none;}
.header_div1 .menu_nav ul li .dlone .ddone .dltwo dd{width:100%; float:left; border-bottom:1px solid #4dd8b7;}
.header_div1 .menu_nav ul li .dlone .ddone .dltwo dd a{width:100%; height:40px; line-height:40px; overflow:hidden; text-align:center; color:#333; font-size:16px; display:inline-block; float:left;}
.header_div1 .menu_nav ul li .dlone .ddone .dltwo dd a:hover{ color:#fff; text-decoration:none; background-color:#50ecc7;}
.header_div1 .i_logo1{width:32%; padding-top:20px; display: block;}
.header_div1 .i_logo{width:32%; padding-top:20px;display: none;}


.fixedmenu .menu_nav ul li{width:16.66%; float:left;text-align:center; z-index:1;}
.fixedmenu .menu_nav ul li .nav_a{width:100%; height:80px; line-height:80px; color:#222; display:inline-block; font-size:16px; position:relative;}
.fixedmenu .menu_nav ul li .nav_a:hover,.fixedmenu .menu_nav ul li .nav_a.activetopm, .fixedmenu .menu_nav ul li .nav_a.activetopm1{ color:#1c63d5; text-decoration:none; }
.fixedmenu .menu_nav ul li .nav_a:after{width:0%; height:1px; background-color:#1c63d5; position:absolute; left:50%; margin-left:-50%; bottom:0px; z-index:1; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.fixedmenu .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:40%; left:80%; }
.fixedmenu .menu_nav ul li .dlone{width:100%; position:absolute; left:0px; top:100%; background-color:#ffffff; display:none; padding:10px 0px;}
.fixedmenu .menu_nav ul li .dlone .ddone{width:100%; height:40px; line-height:40px; float:left; position:relative;}
.fixedmenu .menu_nav ul li .dlone .ddone .aone{width:100%; height:40px; line-height:40px; display:inline-block; overflow:hidden; text-align:center; color:#222222; font-size:16px;}
.fixedmenu .menu_nav ul li .dlone .ddone .aone:hover,.menu_nav ul li .dlone .ddone .aone.activetwo{ text-decoration:none; color:#fff; background-color:#df777d;}
.fixedmenu .menu_nav ul li .dlone .ddone .dltwo{width:155px; background-color:#00c798; position:absolute; left:100%; top:0px; display:none;}
.fixedmenu .menu_nav ul li .dlone .ddone .dltwo dd{width:100%; float:left; border-bottom:1px solid #4dd8b7;}
.fixedmenu .menu_nav ul li .dlone .ddone .dltwo dd a{width:100%; height:40px; line-height:40px; overflow:hidden; text-align:center; color:#333; font-size:16px; display:inline-block; float:left;}
.fixedmenu .menu_nav ul li .dlone .ddone .dltwo dd a:hover{ color:#fff; text-decoration:none; background-color:#50ecc7;}
.header_div.fixedmenu  .i_logo1{width:32%; padding-top:20px; display: block;}
.header_div.fixedmenu  .i_logo{width:32%; padding-top:20px;display: none;}



.twodiv{width:100%; position:absolute; left:0px; top:100%; background-color:#fff; z-index:111; display:none;}
.twodiv_l{width:21%; height:100%; position:absolute; left:0px; top:0px; background-color:#efefef;}
.twodiv_r{width:33%; height:100%; background-position: right center; background-repeat: no-repeat; background-size:cover; position:absolute; right:0px; top:0px;}
.twodiv_r img{ width:100%; float:left; display:none;}
.twodiv_c{width:100%; position:absolute; z-index:1; min-height:260px; background: #e5e5e5; padding-top: 40px;display: none;
width: 100%; top:80px; left:50%;webkit-transform: translate(-50%, 0%);-moz-transform: translate(-50%, 0%);transform: translate(-50%, 0%);}
.twodiv_c dl{ /**width: 40%;**/width: 16%; float: left; text-align:left;}
.twodiv_c dl.last{ width: 20%; float: left; text-align:left;}
.twodiv_c dl dt{border-bottom:1px solid #dbdbdb ; height: 40px; line-height: 40px;margin-bottom: 20px;font-size: 16px;}
.twodiv_c dl dt a{color: #333333;}
.twodiv_c dl dd a{display: block; height: 40px; line-height: 40px; font-size: 16px; color: #666666; }
.twodiv_c dl dd a:hover{color: #032AA6;}

.i_morebtn{width:8%; height:80px; position:relative;}
.left_but{width:30px; height:30px; cursor:pointer; position:absolute; left:50%; margin-left:-15px; top:50%; margin-top:-15px; z-index:100;}
.left_but_btn{display:inline-block; position:relative;width:22px; height:2px; z-index:2; margin:14px 0 0 0px; background:#fff;
-webkit-transition-property: background-color, -webkit-transform;
transition-property: background-color, -webkit-transform;
transition-property: background-color, transform;
transition-property: background-color, transform, -webkit-transform;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;-moz-border-radius:2px;      /* Gecko browsers */
-webkit-border-radius: 2px;   /* Webkit browsers */
border-radius:2px;            /* W3C syntax */}
.left_but_btn:before,.left_but_btn:after {content: ''; display:block; width:30px; height:2px; position:absolute; background:#fff;
transition-property: margin, -webkit-transform; -webkit-transition-property: margin, -webkit-transform;
transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
transition-duration: 300ms; -webkit-transition-duration: 300ms;-moz-border-radius:2px;      /* Gecko browsers */
-webkit-border-radius: 2px;   /* Webkit browsers */
border-radius:2px;            /* W3C syntax */}
.left_but_btn:before{margin-top:-10px;}
.left_but_btn:after {margin-top:10px;}
.phone_nav_one .left_but_btn{background: rgba(0, 0, 0, 0); }
.phone_nav_one .left_but_btn:before {margin-top: 0; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.phone_nav_one .left_but_btn:after {margin-top:0; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
.phone_nav_one{  transition-delay:0s; -webkit-transition-delay:0s; }

.yc_box1{width:100%; position:fixed; top:100%; background-color:#fff; left:0px; z-index:12;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.yc_box1.leftbutton{ top:80px;}
.yc_box1_c{width:100%; padding:150px 10% 0px 10%}
.yc_box1_c_ul{width:100%;}
.yc_box1_c_ul li{width:14.285%; float:left; border-right:1px solid #d2d2d2; min-height:319px;}
.yc_box1_c_ul li .a1{width:100%; height:33px; line-height:33px; overflow:hidden; display:inline-block; text-align:center; float:left; color:#333333; font-size:16px; margin-bottom:25px;}
.yc_box1_c_ul li .a1:hover{ text-decoration:none; color:#2a3bcb;}
.yc_box1_c_ul li .a2{width:100%; height:29px; line-height:29px; overflow:hidden; display:inline-block; text-align:center; float:left; color:#333333; font-size:14px;}
.yc_box1_c_ul li .a2:hover{ text-decoration:none; color:#bd3736;}

.i_zhbox1{width:6.5%; border-left:1px solid #dcdcdc;}

.i_ss{width:100%; position:relative;}
.i_ss_t{width:100%; height:80px; padding-left:14%; cursor:pointer; position:relative;}
.i_ss_t .s1{width:100%; height:80px; line-height:80px; color:#000000; font-size:14px; background:url(../images/tb_01.png) 20px center no-repeat; padding-left:25px; display:inline-block;}
.fixedmenu .i_ss_t .s1,.header_div1 .i_ss_t .s1{width:100%; height:80px; line-height:80px; color:#000000; font-size:14px; background:url(../images/tb_01s.png) 20px center no-repeat; padding-left:25px; display:inline-block;}
.i_ss_c{width:210px; height:40px;position:absolute; right:30px; top:100%; display:none;-moz-box-shadow:0px 0px 4px #ccc;/*firefox*/  
-webkit-box-shadow:0px 0px 4px #ccc;/*webkit*/  
box-shadow:0px 0px 4px #ccc;/*opera或ie9*/}
.i_ss_c .ipt1{width:170px; height:40px;  line-height:40px; border:0px;  color:#333; font-size:14px; text-indent:10px; font-family:"微软雅黑";}
.i_ss_c .ipt2{width:40px; height:40px; background:url(../images/tb_01.png) center no-repeat; border:0px; background-color:#032aa6;}


.i_banben{width:100%; height:80px;  position:relative; z-index:11;}
.i_banben_t{width:100%; height:80px; background:url(../images/tb_4.png) right 24% center no-repeat; cursor:pointer; line-height:40px; padding-left:8%;}
.i_banben_t .s1{ width:100%; height:80px; line-height:80px; display:inline-block; text-indent:25px; color:#000000; font-size:14px; background:url(../images/tb_2.png) left center no-repeat;}
.i_banben_c{width:100%; background-color:#fff; position:absolute; right:0px; top:100%; padding:10px 11px; display:none;-moz-box-shadow:0px 0px 10px #e5e5e5;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #e5e5e5;/*webkit*/  
box-shadow:0px 0px 10px #e5e5e5;/*opera或ie9*/}
.i_banben_c .div1{width:100%; float:left; padding:10px 0px; cursor:pointer; display:inline-block; overflow:hidden; text-align:center; color:#1e276e;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_banben_c .div1:hover{ color:#fff; background-color:#1e276e; text-decoration:none;}




.i_picchange{width:100%; height: 798px;  overflow:hidden; display:block;}
.i_picchange{width:100%; height: 798px;  overflow:hidden; display:block;}@media screen and (min-width:1440px) and (max-width:1599px){.i_picchange{width:100%; height: 650px;  overflow:hidden; display:block;}}@media screen and (min-width:1280px) and (max-width:1439px){.i_picchange{width:100%; height: 600px;  overflow:hidden; display:block;}}@media screen and (min-width:1080px) and (max-width:1279px){.i_picchange{width:100%; height: 550px;  overflow:hidden; display:block;}}@media screen and (min-width:640px) and (max-width:1079px){.i_picchange{width:100%; height: 550px;  overflow:hidden; display:block;}}
/*首页关于我们*/
.h_about{ background: url(../images/about_bg.png) center 0px no-repeat;  overflow:hidden; display:block; margin-top: 130px;}
.custom{text-align: center; font-size: 36px; font-weight: normal; margin: 60px 0 30PX 0;}
.custom .custom_j{font-size: 16px; font-weight: normal;}
.h_about ul{width: 1200px; margin: 0px auto; display: block; overflow: hidden;}
.h_about ul li{width: 25%; text-align: center; float: left; font-size: 24px; }
.h_about ul li i{width: 100%;text-align: center; height: 100px;}
.h_about ul li i{display: block; text-align: center;}
.h_about ul li i .img1{display: inline-block;}
.h_about ul li i .img2{display: none;}
.h_about ul li a{color: #333;}
.h_about ul li:hover i .img1{display: none;}
.h_about ul li:hover i .img2{display: inline-block;}
.h_about ul li:hover  a{color:#1c63d5 ;}
.h_about .h_about_content{text-align: center; clear: both; width: 1200px; margin: 50px auto; font-size: 16px; line-height: 2; padding-top: 50px;}

/*首页产品*/
.h_pro ul{display: block; overflow: hidden;}
.h_pro ul li{float: left; width: 280px; margin: 12.5px; background: #fff; display: block;}
.h_pro ul li:hover{box-shadow: #ccc 0px 0px 15px 0px;}
.h_pro ul li img{width: 280px; height: 260px;	transition: all ease-in-out .5s;}
.h_pro ul li  .pro_img{display: block; overflow: hidden;}
.h_pro ul li:hover img{width: 280px; height: 260px; transform: scale(1.1);	transition: all ease-in-out .5s;}
.h_pro ul li .pro_name{ font-size: 18px; color: #333; padding:10px 20px;}
.h_pro ul li .pro_more{  transition: all ease-in-out .5s;width: 90px; font-size: 14px; color: #032aa6; padding:10px 20px; padding-right: 20px; background: url(../images/more.png) no-repeat right center;}
.h_pro ul li .line {height: 3px; width: 0%;transition: all ease-in-out .5s;}
.h_pro ul li:hover .line {height: 3px; width: 100%; background: #032aa6; transition: all ease-in-out .5s;}
.h_pro ul li:hover .pro_more{ transition: all ease-in-out .5s; width: 96px; font-size: 14px; color: #032aa6; padding:10px 20px; padding-right: 20px; background: url(../images/more.png) no-repeat right center;}
.home_more{margin: 40px auto; text-align: center;}
.home_more a{width: 200px; height: 50px; line-height: 50px; border: 1px solid #dcdcdc; background: #fff; display: inline-block;
 border-radius: 25px; -webkit-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;-moz-border-radius:25px;border-radius:25px;
 text-align: center; font-size: 16px; color: #999999; }
 .home_more a:hover{background: #032aa6; border: 1px solid #032aa6; color: #fff;}
/*首页解决方案*/
.h_jjfa ul{display: block; overflow: hidden;}
.h_jjfa li{width: 380px; border: 1px solid #647795; height: 86px;line-height: 86px; font-size: 18px; float: left; margin:  12px;}
.h_jjfa li a{color: #333333;}
.h_jjfa li:hover{width: 380px; box-shadow: #ccc 0px 0px 15px 0px;height: 86px; border: 1px solid #1e2f68;}
.h_jjfa li i{width: 60px; height: 86px; margin-left:30px; background: url(../images/fa1.png) no-repeat center center; display: inherit; float: left;transition: all ease-in-out .5s;}
.h_jjfa li:hover i{width:60px; margin-left: 40px; height: 86px; background: url(../images/fa2.png) no-repeat center center;transition: all ease-in-out .5s;}
.h_jjfa li:hover a {color: #1e2f68; display: block; overflow: hidden;}

/*首页新闻*/
.new_l li {position: relative; height: 100px; width: 308px; height: 360px; background: #000; float: left; margin:0px 10px; overflow: hidden; display: block;}
.new_l li .new_img{width: 100%; position: relative; transition: all ease-in-out .5s;}.new_l li .new_img img{height: 360px; }
.new_l li .new_custom{ display: block; width: 100%; padding: 10% 10% 5% 10%; position: absolute; bottom: 0px; z-index: 1; color: #fff;}
.new_l li .new_custom h3{font-size:20px; margin-bottom: 20px;}
.new_l li .new_custom .new_content{font-size: 16px; line-height: 30px;height: 0px; overflow:hidden;transition: all ease-in-out .5s;}
.new_l li .new_custom .new_more{font-size: 16px; margin: 10px 0;}

.new_l li:hover .new_custom .new_content{height: 120px; transition: all ease-in-out .5s;}
.new_l li:hover .new_img{
	filter: alpha(Opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	transform: scale(1.05);
	transition: all ease-in-out .5s;
	
}
.new_r{width: 560px;float: right;}
.new_r ul{display: block; overflow: hidden;}
.new_r li{width: 100%; display: block; margin-top: 12px; overflow: hidden;}
.new_r li:first-child{margin-top: 0px;}
.new_r li img{width: 31%; float: left; margin-right: 3%; 	transition: all ease-in-out .5s;}
.new_r li:hover{background: #fff; box-shadow: #ccc 0px 0px 15px 0px;}
.new_r li h3{font-size: 18px; padding: 10px ;color: #333333; font-weight: normal;}
.new_r li .time {color: #999; text-align:left; padding-left: 0px; transition: all ease-in-out .5s; display: block; overflow: hidden;}
.new_r li:hover h3{color: #032AA6;}
.new_r li:hover .time {color: #999; text-align:left; padding-left: 20px; transition: all ease-in-out .5s;display: block; overflow: hidden;color: #032AA6;}
.new_r li:hover img{	filter: alpha(Opacity=65);	transform: scale(1.05);	transition: all ease-in-out .5s;}

/*合作伙伴*/
.hzhb{}
.hzhb ul{display: block; overflow: hidden; margin-bottom: 60px;}
.hzhb li{width: 220px; float: left; border: 1px solid #bfbfbf; height: 90px; margin: 10px;}
/*footer*/
.footer{border-top:87px solid #032aa6;background: #f8f8f8;}
.footer_t{padding: 20px 0px; margin-top: 20px;}
.footer_t .footer_logo{float: left; width: 300px;}
.footer_t .footer_link{float: right;max-width: 700px;}
.footer_t .footer_link a{color: #333; padding: 0px 30px; font-size: 16px; display: inherit;  float: left; background: url(../images/footer_line.png) no-repeat right center;}
.footer_t .footer_link a:last-child{background: none;padding: 0px 0 0 30px;}
.footer_t .footer_link a:hover{ color: #032aa6;}
.footer_c  .footer_add{line-height: 2; color: #666; font-size: 14px;}
.footer_b{border-top: 1px solid #dcdcdc; clear: both; text-align: center;  margin-bottom: 20px; color: #999; line-height: 2; padding-top: 20px;  margin-top: 10px; clear: both;}
.footer_c .ewm{width: 100px; margin-bottom: 20px;}
.footer_c .ewm img{width: 100px;}


/*内页开始*/
.n_banner{width:100%;  overflow:hidden; background-position:center center; text-align: center; background-repeat:no-repeat; background-size:cover; position:relative; margin-top: 80px;}
.n_banner img{width:100%; }
.jjfa_banner{position:absolute; width:1200px; left:50%; top:50%;webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%); color:#fff; font-size:16px; letter-spacing:2px; text-align:left;}
.jjfa_banner .n_banner_text{width:450px; /*text-align: justify;*/}
.jjfa_banner .n_banner_text .s1{ font-size:20px; font-weight: bold; height: 50px;}
.jjfa_banner .n_banner_text .s2{ height: 250px; line-height: 1.6; font-size: 16px;}
.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:100%; margin:0px auto;}
.i_con1{width:100%; margin:0px auto;}
.ny_bann_content{position:absolute; width:1200px; left:50%;bottom: 0;webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%); color:#fff; font-size:16px; letter-spacing:2px; text-align:left;}
.ny_bann_content .banner_te{ bottom: 40px;}
.ny_bann_content .banner_te h3{font-size: 24px; height: 60px; line-height: 60px;font-weight: normal;}
.ny_nav{height: 70px; line-height: 70px;background: #f1f1f1; width: 100%; clear: both; text-align: center;}
.ny_nav a{padding: 0px 5px; display: inline-block; font-size: 16px; min-width: 140px; border-right: 1px solid #d3d3d3; color: #333;}
.ny_nav a:last-child{border-right: none;}
.ny_nav a.now,.ny_nav a:hover{background: #142e83; color: #fff;}
.pc_amenu{width:100%; position:absolute; left:0px; bottom:0px; }
.pc_amenu:after{width:87%; height:100%; background:url(../images/tb_18.png) repeat; position:absolute; left:0px; top:0px;-moz-border-radius:0px 15px 0px 0px;      /* Gecko browsers */
-webkit-border-radius:0px 15px 0px 0px;   /* Webkit browsers */
border-radius:0px 15px 0px 0px;            /* W3C syntax */ content:"";}
.a_menu{width:100%; margin:0px; padding:0px; height:70px; overflow:hidden; position:relative; z-index:1;}
.a_menu .a_menu_a{ padding:0px; margin:0px; padding:0px 25px; margin-right:10px; float:left; height:70px; -webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; display:inline-block; overflow:hidden; text-align:center; line-height:70px; color:#fff; font-size:16px; position:relative;}
.a_menu .a_menu_a:before{width:2px; height:100%; background-color:#fff; position:absolute; left:0px; top:0px; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity:0;   opacity:0;}
.a_menu .a_menu_a:after{width:2px; height:100%; background-color:#fff; position:absolute; right:0px; top:0px; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity:0;   opacity:0;}
.a_menu .a_menu_a:hover,.a_menu .a_menu_a.activetm1{ color:#fff; background-color:#aa62a4; text-decoration:none;}
.a_menu .a_menu_a:hover:before,.a_menu .a_menu_a:hover:after,.a_menu .a_menu_a.activetm1:before,.a_menu .a_menu_a.activetm1:after{ filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}
text .s1{ font-size:25px;}

/*产品中心*/
.pro_js{padding: 30px 0 60px 0; font-size: 16px;color: #666;}
.pro_js h3{font-size: 26px; font-weight: normal; line-height: 3; color: #333;}
.pro_show{display: block; overflow: hidden;}
.pro_custom{font-size: 18px; border-bottom: 1px solid #dcdcdc; height: 60px; line-height: 40px;}
.pro_show li{width: 590px; float: left; border-bottom: 1px solid #dcdcdc; padding:30px 10px 35px 0px; height: 270px;}
.pro_show li .pro_content .pro_l_img{ width: 144px; float: left;border: 1px solid #e5e5e5; margin-right:20px;}
.pro_show li .pro_content .pro_l_img img{width: 100%; max-height: 144px;}
.pro_show li a .pro_name{font-size: 18px; color: #1a4792; line-height: 3;}
.pro_show li a .pro_r_con{float: left; width: 400px;}
.pro_show li a .pro_r_c_t{height: 70px; overflow: hidden; line-height: 24px; font-size: 14px; color: #333;transition: all ease-in-out .5s;}
.pro_show li a .pro_r_c_c{display: block; overflow: hidden; margin-bottom: 20px; margin-top: 20px; height: 60px; overflow: hidden;}
.pro_show li a .pro_r_c_c span{background: url(../images/li.png) no-repeat left center; float: left; /*margin-right: 20px;*/ padding-left: 14px; color: #666; line-height: 30px;width:46%;}
.pro_show li a .pro_more1{ background: #1a4792; color: #fff; font-size: 14px; width: 108px; height: 40px; line-height: 40px; clear: both; text-align: center;}
.pro_show li a:hover .pro_more1{background: #275eba;}
.pro_show li a:hover .pro_r_c_t{height: 70px; overflow: hidden; line-height: 24px; font-size: 14px; color: #1a4792;  transition: all ease-in-out .5s;}
.a_mtbd_dpages{width:100%; text-align:center; padding:30px 0% 0px 0%;  font-size:16px;  margin: 10px auto 30px auto;}
.a_mtbd_dpages a,.a_mtbd_dpages span{ padding:0px 15px; height:35px; margin-bottom:5px; line-height:35px; text-align:center; background-color:#f1f2f3;color:#666666; display:inline-block;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;-moz-border-radius:2px;      /* Gecko browsers */
-webkit-border-radius: 2px;   /* Webkit browsers */
border-radius:2px;            /* W3C syntax */}
.a_mtbd_dpages a:hover,.a_mtbd_dpages a.activepages,.a_mtbd_dpages span{ color:#fff; text-decoration:none; background-color:#1a4792;}
/*产品详细页*/
.where{border-top: 1px solid #e5e5e; margin-top: 120px;color: #999;}
.where a{color: #999;}
.where a:hover{color: #1a4792;}
.pc-slide {	width: 100%;	margin: 0 auto;}
.view .swiper-container {	width: 100%;	/*height: 500px;*/}
.view{border:1px solid #fff;border: 1px solid #e5e5e5;}
.view .swiper-slide{width:100%; height:500px; }
.view .swiper-slide img{width:100%; 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%);} 
.view .arrow-left {	background: url(../images/index_tab_l.png) no-repeat left top;
	position: absolute;	left: 10px;	top: 50%;	margin-top: -25px;	width: 28px;	height: 51px;	z-index: 10;
	 background-size:100%;	  display:none;}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat left bottom;	position: absolute;	right: 10px;	top: 50%;	margin-top: -25px;	width: 28px;	height: 51px;
	z-index: 10;	 background-size:100%;	 display:none;}
.preview {	width: 100%;	margin-top:20px;	position: relative;}
.preview .swiper-container {	width:90%;	overflow:hidden;	height: 100px;	 margin-left:5%;/*	margin:0px 10%;*/}
.preview .swiper-slide {	width: 100px;		margin:0px 6px;	float:left;	cursor:pointer;border:1px solid #eee;}
.preview .slide6 {	width: 109px;}
.preview .arrow-left {
	background: url(../images/img8.jpg) no-repeat left top;	position: absolute;	left: 0px;	top: 0%;	margin-top:0px;	width: 31px;	height: 100px;	z-index: 10;}
.preview .arrow-right {	background: url(../images/img9.jpg) no-repeat left bottom;	position: absolute;	right: 0px;	top: 0%;	margin-top: 0px;	width: 31px;	height: 100px;	z-index: 10;}
.preview .swiper-slide img{width:100%; height:100%; }
.preview .active-nav {border:2px solid #1a4792; width: 100px;}
.preview .active-nav img {	padding: 0;	 width: 100%;}
.pro_r_img_con{padding: 3%; background: #fff; margin-top: 20px;}
.pro_r_img_con .pro_r_name{font-size: 24px;}
.pro_r_img_con .pro_r_show{ line-height: 1.8; font-size: 16px;}
.pro_r_img_con .pro_r_show img{width: 100%;}

.pro_show_con{float: left; width: 502px; }
.pro_show_con_js{float: right; width: 650px;}
.pro_show_con_js .name{font-size: 24px;}
.pro_show_con_js .pro_content1{ color: #999; padding: 20px 0;}
.pro_show_con_js .pj{color: #333; font-size: 16px; font-weight: bold;}
.pro_show_con_js .cs dl dt{ width: 13%; float: left;}
.pro_show_con_js .cs dl {display: block; overflow: hidden; line-height: 40px; margin-top: 10px;}
.pro_show_con_js .cs dl dd{ width: 87%; float: right;}
.pro_show_con_js .cs dl dd a{border: 1px solid #e5e5e5;  height: 35px; line-height: 35px; padding: 0px 14px; margin: 0px 8px; color: #666; display: block; float: left; overflow: hidden;}
.pro_show_con_js .cs dl dd a:active,.pro_show_con_js .cs dl dd a:hover{border:1px solid #0060DF; color: #0060DF;}
.ll_a_gm{margin-top: 20px;}
.ll_a_gm a{width: 200px; background: #e43a32; color: #fff; font-size: 18px; height: 47px; line-height: 47px; display: inline-block; text-align: center;}
.show_cen_ui{border-bottom: 1px solid #e5e5e5; clear: both; margin-top: 40px; display: block; overflow: hidden; }
.show_cen_ui li{float: left; width: 100px;  line-height: 40px; height: 40px; margin-top: 30px; font-size: 18px; text-align: center; cursor: pointer;}
.show_cen_ui li.c1{border-bottom: 2px solid #032aa6; color: #032aa6;}
.ws_img_con{padding: 30px 0; display:block; overflow: hidden; font-size: 16px; line-height: 1.6; min-height: 300px;}
.block { display: block;  }
.none {display: none;}


.i_section{	position: relative;	box-sizing: border-box;	width:100%; overflow:hidden;	}
.n_box14{width:100%; padding:30px 0px 30px 0px; position:relative; z-index:1;}
.n_box14_t{width:100%; color:#000000; font-size:36px; padding:5px 0px 15px 0px; text-align:center; line-height:1.5;}
.a_careers_t{width:100%; padding:3%; background-color:#fff; margin-bottom:20px;box-shadow:0px 0px 15px 0px #e5e5e5;}
.a_careers_t_s1{width:100%; color:#000000; line-height:1.8; font-size:16px; text-align:left;}
.a_careers_t_s1 span{ font-size:24px;}
.a_careers_t_s1 a,.a_careers_t_s1 a:hover{ color:#b72e32;}
.a_careers_t_s2{width:100%; padding-top:20px;}
.a_careers_t_s2l{width:45%;}
.a_careers_t_s22{width:100%;}
.a_careers_t_s22 li{width:50%; float:left;}
.a_careers_t_s22 li .ipt1{width:96%; border:1px solid #ababab; height:40px; line-height:40px; text-indent:15px; color:#666666; font-size:16px; font-family:"微软雅黑";}
.a_careers_t_s2r{width:31%; border:1px solid #ababab; }
.a_careers_t_s2r .ipt2{width:73%;height:38px; line-height:38px; border:0px;text-indent:15px; color:#666666; font-size:16px; font-family:"微软雅黑";}
.a_careers_t_s2r .ipt3{width:27%; height:38px; line-height:38px; background-color:#b72e32; color:#fff; border:0px; text-align:center;font-size:16px; font-family:"微软雅黑";}
.a_careers_c{background-color:#fff; border: 1px solid #cfcfcf; display: block; overflow: hidden;}
.a_careers_c dt{width:100%; float:left; height:60px; font-weight:normal; line-height:60px; background-color:#f1f2f3; color:#000000; font-size:18px;}
.a_careers_c dt .s1{width:37.5%; padding-left:5%;}
.a_careers_c dt .s2{width:30.4%; text-align:center;}
.a_careers_c dt .s4{width:31.3%; text-align:center;}
.a_careers_c dd{width:100%; float:left; background-color:#fff; border-bottom:1px solid #cfcfcf;}
.a_careers_c dd .div{width:100%;font-weight: bold;  height:59px; line-height:59px; cursor:pointer; color:#000000; font-size:17px; background:#e4e4e4 url(../images/ee.png) right 25px center no-repeat;}
.a_careers_c dd .div.activeds{ background:url(../images/ee1.png) right 25px center no-repeat; background-color:#e4e4e4; color:#222; font-weight: bold; border-bottom:1px solid #cfcfcf;}
.a_careers_c dd .div .s1{width:37.5%; padding-left:2%;}

.a_careers_c dd .div_l{width:100%; background-color:#fff; /*border:1px solid #b72e32;*/  overflow:hidden; display:none ; text-align:left;}
.a_careers_c dd .div_l table{width: 100%;}
.a_careers_c dd .div_l table tr{ height: 50px; width: 100%;}
.a_careers_c dd .div_l table tr:last-child td{border-bottom:none;}
.a_careers_c dd .div_l table tr td{padding: 0px 20px;border-bottom: 1px solid #cfcfcf;font-size: 16px;}
.a_careers_c dd .div_l_c{width:100%; color:#333333; font-size:17px; line-height:1.8;}
.a_careers_c dd .div_l_c img{ max-width:100%;}
.a_careers_c dd .div_l_c span{ font-weight:bold;}
.a_careers_c dd .div_l_b{ padding:0px 40px; height:42px; margin-top:20px; display:inline-block; line-height:42px; background-color:#b72e32;  color:#fff; font-size:17px;
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.a_careers_c dd .div_l_b:hover{ text-decoration:none; color:#fff; background-color:#e64f54;}

.hwtj{display: block; overflow: hidden; padding: 20px 0px; display: block; overflow: hidden;}
.hwtj .custom1{font-size: 20px;  height: 50px; line-height: 50px;text-align: left; border-bottom: 1px solid #e5e5e5;}
.hwtj ul{display: block; overflow: hidden; margin: 40px 0;}
.hwtj li{width: 22.8%; margin: 0px 1%; border: 1px solid #e5e5e5;display: block; overflow: hidden; font-size: 16px; float: left;}
.hwtj li .pro_img{ width: 100%;}
.hwtj li .pro_name{ padding: 14px; color: #333333;}
.hwtj li:hover .pro_name{ padding: 14px; color: #032AA6;}
.hwtj li .pro_img img{width: 100%; transition: all ease-in-out .5s;}
.hwtj li .pro_img img{width: 100%;  transform: scale(1.1); transition: all ease-in-out .5s;}
.hwtj li .line{width: 0%; height: 3px;transition: all ease-in-out .5s;}
.hwtj li:hover .line{width: 100%; height: 3px; background: #032AA6;transition: all ease-in-out .5s;}

/*产品列表 */
.pro_show_list li{padding:30px 0px;border-bottom: 1px solid #e5e5e5; display: block; overflow: hidden; transition: all ease-in-out .5s;}
.pro_show_list li a{color: #666;}
.pro_show_list li .pro_list_img{width: 100px; height: 100px; border: 1px  solid #e5e5e5; float: left;}
.pro_show_list li .pro_list_img img{}
.pro_show_list li img{width: 100%;}
.pro_show_list li .pro_r_c_t{width: 300px; float: left; color: #1a4792; padding: 30px 0; margin-left: 30px; font-size: 16px;}
.pro_show_list li .pro_r_c_c{width:590px; float: left;padding: 30px 40px;}
.pro_show_list li .pro_more1{ margin: 30px  30px 30px 20px; float: left; width: 108px; height: 40px; text-align: center; color: #fff; line-height: 40px; background: #1a4792;}
.pro_show_list li:hover .pro_more1{background: #032AA6;}
.pro_show_list li:hover {padding:30px 10px;border-bottom: 1px solid #e5e5e5;background: #f8f8f8; display: block; overflow: hidden; transition: all ease-in-out .5s;}
/*产品列表*/

/*内页解决方案*/
.jjfa ul{display: block; overflow: hidden; padding-bottom: 40px;}
.jjfa ul li{width: 30.333%; margin: 1.5%; float: left; border: 1px solid #e5e5e5;-webkit-box-sizing: border-box;box-sizing: border-box; text-align: center;}
.jjfa ul li .jjfa_img{width: 100%;}
.jjfa ul li .jjfa_img img{width: 100%;}
.jjfa ul li .jjfa_names{height: 60px; line-height: 60px; overflow: hidden; font-size: 16px; color: #333;}
.show_content img{max-width: 100%; padding: 10px 0px 40px 0;}


/* 资料下载*/
.ser_show_list li{padding:10px 0px;border-bottom: 1px solid #e5e5e5; display: block; overflow: hidden; transition: all ease-in-out .5s;}
.ser_show_list li a{color: #666;}
.ser_show_list li .ser_list_img{width: 100px; height: 100px; border: 1px  solid #e5e5e5; float: left;}
.ser_show_list li .ser_list_img img{}
.ser_show_list li img{width: 100%;}
.ser_show_list li .ser_r_c_t{width: 150px; float: left; color: #1a4792; padding: 30px 0; margin-left: 30px; font-size: 16px;}
.ser_show_list li .ser_r_c_c{width:500px; float: left;padding: 30px 40px;}
.ser_show_list li .zldx{width:340px; float: left;padding: 30px 40px;}

.ser_show_list li .ser_more1{ margin: 30px  30px 30px 20px; float: left; width: 108px; height: 40px; text-align: center; color: #fff; line-height: 40px; background: #1a4792;}
.ser_show_list li:hover .ser_more1{background: #032AA6;}
.ser_show_list li:hover {padding:10px 10px;border-bottom: 1px solid #e5e5e5;background: #f8f8f8; display: block; overflow: hidden; transition: all ease-in-out .5s;}
/*资料下载*/


/*新闻列表*/
.frist_new{ display: block; overflow: hidden; clear: both;}
.frist_new .fr_n_img{float: left; width: 42%;}
.frist_new .fr_n_img img{width: 100%;}
.frist_new .fr_n_r{width: 52%; float: right;}
.frist_new .fr_n_r h3{height: 80px; font-size: 24px; font-weight: normal; margin-top: 30px;}
.frist_new .fr_n_r .new_c{height: 90px; line-height: 30px; overflow: hidden;color: #666666; font-size: 16px;}
.frist_new .fr_n_r .more1{ margin: 30px 0px; float: left; width: 108px; height: 40px; text-align: center; color: #fff; line-height: 40px; background: #1a4792;cursor:pointer;}
.frist_new .fr_n_r :hover .more1{background: #032AA6;}
.new_show_list ul{display: block; overflow: hidden; padding-top: 50px;}
.new_show_list li{width: 385px; margin:10px; float: left; background:#eeeeee;}
.new_show_list li .new_imgs{width: 100%; display: block; overflow: hidden;}
.new_show_list li .new_imgs img{width: 100%;transition: all ease-in-out .5s;}
.new_show_list li:hover .new_imgs img{width: 100%; transform: scale(1.1);transition: all ease-in-out .5s;}
.new_show_list li .new_contents  {padding:3% 5%;}
.new_show_list li .new_contents  h3{width: 100%; height: 50px; line-height: 50px;  overflow: hidden; font-size: 18px; font-weight:bold; color: #333;}
.new_show_list li:hover .new_contents  h3{color: #1a4792;}
.new_show_list li .new_contents .new_js{height:50px; overflow: hidden; line-height: 24px; color: #666;}
.new_show_list li .new_contents .news_more{ color: #666; height: 50px; line-height: 50px;}
.line{ height: 3px; width: 0; transition: all ease-in-out .5s;}
.new_show_list li:hover .line{ height: 3px; width: 100%; transition: all ease-in-out .5s; background: #1a4792;}

/*关于我们*/
.ryzz ul{display: block; overflow: hidden;}
.ryzz li{width: 280px; float: left; margin: 10px; text-align: center; color: #666; font-size: 16px; line-height: 1.5; height: 300px; overflow: hidden;}
.ryzz li .ryzz_img{width: 100%; background: #f6f6f6; text-align: center;height: 230px; position: relative; margin-bottom: 20px;}
.ryzz li .ryzz_img img{max-height: 96%;position: absolute; max-width: 96%; top: 50%; left: 50%;webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.about_wh{width: 100%;}
.about_wh ul{padding: 20px; display: block; overflow: hidden;}
.about_wh li {width: 540px; float: left; height: 300px; position: relative; margin: 20px; border-radius: 10px;}
.about_wh li .wh_fd{width: 100%; height: 100%; position: absolute; background: url(../images/wh_bg.png) repeat-x left bottom;border-radius: 10px;}
.about_wh li .wh_fd .wh_fd_content{ bottom: 0px; padding: 30px 50px;position: absolute; color: #fff; font-size: 16px;transition: all ease-in-out .5s;}
.about_wh li:hover .wh_fd .wh_fd_content{ bottom: 50px; transition: all ease-in-out .5s;}
.about_wh li .wh_fd .wh_fd_content h3{font-size: 18px;}
.about_wh li .wh_img,.about_wh li .wh_img img {width: 100%; height: 300px;border-radius: 10px;}

.cx{background: #f6f6f6; height: 500px; position: relative; margin-bottom: 50px;}
.cx .custom1{font-size: 24px; text-align: center; padding: 50px;}
.cx_ud{display: block; overflow: hidden;width: 800px; margin: 0px auto;}
.cx_ud ul{ display: block; overflow: hidden;}
.cx_ud li{float: left; height: 55px;line-height:55px;}
.cx_ud li.li1{ border: 1px solid #dcdcdc;}
.cx_ud li{  background: #fff; width: 134px; margin-left: 10px; font-size: 18px; text-align: center;} 
.cx_ud li.li2{ width: 470px;border: 1px solid #dcdcdc;height: 54px;line-height:54px;}
.ipt1{ width: 470px;height: 50px;line-height:50px; border: none;  text-indent:35px}
.cx_ud li .li3{background: #142e83; color: #fff; background:#142e83 url(../images/tb_01.png) no-repeat 24px center; padding-left: 20px; width: 134px; height: 55px; line-height:55px; text-align: center; border: 0;font-size: 18px;cursor: pointer;}
.cx_ud li .li3:hover{background:#032aa6 url(../images/tb_01.png) no-repeat 24px center;}
.cx dl{background: url(../images/cx_bg.png) repeat left top; display: block; overflow: hidden; display: block; overflow: hidden;width: 960px; margin:30px auto 0 auto;}
.cx dl dd{ height: 50px; float: left; width: 33.33%;padding-top: 42px; font-size: 16px;}
.cx dl dd .name{width: 80px; float: left; font-weight: bold; color: #333;}

/*留言表单*/
.bd {padding-bottom: 30px; display: block; overflow: hidden;}
.bd li{width: 47.5%; float: left; border: 1px solid #dcdcdc; height: 54px; line-height: 54px; float: left; margin: 1% 1%;}
.bd li.l1{ width: 31%;}
.bd li input{height: 50px; line-height: 50px; width: 84%; border: none;}
.bd li label{width: 14%; float: left; text-align: right; padding-right: 2%;}
.bd li label span{color: #FF0000;}

.bd li.l1 input{height: 50px; line-height: 50px; width: 75.5%; border: none;}
.bd li.l1 label{width: 21.5%; float: left; text-align: right; padding-right: 2%;}
.bd li.l2{width: 97%; height:150px ;}
.bd li.l2 label{width:6.5%; float: left; text-align: right; padding-right: 1%;}
.bd li.l2 textarea{width:92%; border: 0; height: 130px; padding-top: 20px;}
.bd .li3 input[type="submit"] {
    margin-top: 30px;
    float: left;
    width: 40%;
    height: 50px;
    border: none;
    background: #142e83;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    margin: 20px 30%;
}

.show_new{padding: 2%}
.new_name{font-size: 24px; color: #333; text-align: center; line-height: 1.5; padding: 20px;}
.show_new .time{ text-align: center; font-size: 20px; height: 30px; font-size: 13px; text-align: center; border-top: 1px solid #f2f2f2; line-height: 30px; margin-bottom: 10px;}
.ny_content{ min-height: 400px; padding: 20px 0;font-size: 16px;}
.ny_content img{max-width: 100%;}