﻿@charset "utf-8";
/*--重定义浏览器默认样式--*/
*{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}
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:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:14px;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; color:#333;}
a:hover{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}

/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}

/*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}
input::-webkit-input-placeholder {
        color: #fff;
      }
      input::-moz-input-placeholder {
        color: #fff;
      }
      input::-ms-input-placeholder {
        color: #fff;
      }
/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cr:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cr,.clearfix{zoom:1}
.fl{float:left; display:inline;width: 10%;}
.fr{float:right; display:inline;}

.wap-banner{ display: none;}
.indepc-banner{display: block;}
.wap-banner { height: 100%;top: 0;left: 0;overflow:hidden; }
.wap-banner .swiper-slide{overflow:hidden;}
.wap-banner img{  max-width: 100%;}

/*-----第一屏----*/
/*loding*/

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000000;
    left: 0;
    top:0;
}

.spinner {
    width: 150px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -15px;
}

.spinner>div {
    /* width: 30px;
    height: 30px;
    background-color: #67CF22;*/
    border-radius: 100%;
    /*  display: inline-block;*/
    -webkit-animation: bouncedelay 1.8s;
    animation: bouncedelay 1.8s;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes bouncedelay {


    0% {
        -webkit-transform: scale(0.5)
    }
    ,
    30% {
        -webkit-transform: scale(0.8)
    }
    ,
    /*    60% {
        -webkit-transform: scale(1.2)
    },*/
    100% {
        -webkit-transform: scale(1.8)
    }
}

.page1{position: relative; background: #000;}
.header{width:92%; min-width:1200px; height:auto; position: absolute; left:0px; top:0px; padding:0px 4%; z-index:100;}
.header .logo1{width:10%;}
.header .logo2{display: none;}
.header .daohang{width: 70%;}
.top-nav{display: inline-block; float: left;}
.top-nav li{float: left; display: inline-block; position: relative;   }
.on3{color:#281c71;border-bottom: 4px solid#281c71;}
.top-nav li a{line-height: 80px; color: #fff; padding: 0 16px;font-size: 16px;      }
.top-nav-se{width: 174px !important; left: -32px; display: none; position: absolute;background: #fff;}
.top-nav-se li{display: block;    width: 100%; white-space: nowrap; text-overflow: ellipsis;overflow: hidden; text-align: center;}
.top-nav-se1 li:hover{ background: #281c71; }
.top-nav-se1 li:hover a{ color: #fff !important; }
.top-nav-se1{top: 80px; background: #fff;}
.top-nav-se1 li{color: #666;}
.top-nav-se li a{font-size: 14px;padding: 0;line-height: 40px; color: #333;}
.top-nav-se1 li{ background: none;}
.top-nav-se1 li a{color: #fff;padding: 0 10px;font-size: 16px;}
.header li:hover .top-nav-se{ display: block;}
.header:hover li a{color: #666;}
.header:hover .s_btn{background: url(../images/sea1.png) center center no-repeat; background-size: 100%;}



.search{width: 15%; height: 28px;background: none; color: #fff; margin: 22px 0 0 0;}
.search .s_ipt{width: 160px; height: 28px; overflow:hidden;font-size:12px; text-indent:10px; padding:0;  border:none; background:url(../images/s-opt.png) repeat; border-radius: 100px;color: #fff;}
.search .s_btn{width:20px; height:24px; background: url(../images/sea.png) center center no-repeat; background-size: 100%; overflow:hidden; padding:0; border:0; cursor:pointer; }


.search1{width: 200px; height: 28px;background: none; color: #fff; position: absolute; left: 50%; margin-left: -100px; top:28%;}
.search1 .s_ipt{width: 160px; height: 28px; overflow:hidden;font-size:12px; text-indent:10px; padding:0;  border:none; border-radius: 100px;color: #fff; background: #ddd;}
.search1 .s_btn{width:20px; height:24px; background: url(../images/sea1.png) center center no-repeat; background-size: 100%; overflow:hidden; padding:0; border:0; cursor:pointer; }

.indepc-banner { height: 100%;top: 0;left: 0;overflow:hidden; }
.indepc-banner .swiper-slide{overflow:hidden;}
.indepc-banner img{  max-width: 100%;}
.swiper-slide1{ position: relative;}
.swiper-slide1 .txt{ position: absolute; width: 100%; left: 50%; top: 25%; margin-left: -50%; text-align: center;display: block; font-size: 6vmin; color: #fff; z-index: 999;}
.swiper-slide1 .txt span{ display: block;width: 1px; height: 100px; margin: 0 auto;background: #fff;}
.swiper-slide1 .ban_img{ position: absolute; width: 100%; left: 0; top: 0; height: 100%; display: block; z-index: 998;}

/*鼠标悬浮效果*/
@-webkit-keyframes bounce-down { 8  25% {-webkit-transform: translateY(-10px);} 9  50%, 100% {-webkit-transform: translateY(0);}10  75% {-webkit-transform: translateY(10px);} }
@keyframes bounce-down {14  25% {transform: translateY(-10px);}15  50%, 100% {transform: translateY(0);}16  75% {transform: translateY(10px);}}
.animate-bounce-down{ background:#333; width: 100px; height: 100px; margin:100px auto;-webkit-animation: bounce-down 1.5s linear infinite;animation: bounce-down 1.5s linear infinite;}
@-webkit-keyframes bounce-up {25% {-webkit-transform: translateY(10px);} 50%, 100% {-webkit-transform: translateY(0);} 75% {-webkit-transform: translateY(-10px);}}
@keyframes bounce-up { 25% {transform: translateY(10px);}50%, 100% {transform: translateY(0);}75% {transform: translateY(-10px);}}
.animate-bounce-up{ position: absolute; z-index: 999; width: 112px; height:80px; left: 50%; margin-left: -56px; bottom: 3%; -webkit-animation: bounce-up 2s linear infinite;animation: bounce-up 2s linear infinite;}









/*右侧悬浮框*/
.flow{ position: fixed; right: 10px; top: 50%; margin-top: -96px; z-index: 999;}
.flow ul{ position: relative;}
.flow ul li{ position: absolute; right: 0; width: 64px; height: 48px; background: #281c71;overflow: hidden;}
.flow ul li i{ width: 16px; margin: 2px auto; display: block;}
.flow ul li i img{ width: 100%;}
.flow ul li a p{ color: #fff; text-align: center; font-size: 12px;}
.flow ul li:nth-child(1){ top: 0;}
.flow ul li:nth-child(2){ top: 49px;}

.flow ul li:nth-child(3){ top: 98px;transition: width .2s;
-moz-transition: width .2s;	
-webkit-transition: width .2s;
-o-transition: width .2s;	}

.flow ul li .box{ width: 64px; float: left;}
.flow ul li .box p{ color: #fff; text-align: center; font-size: 12px;}
.flow ul li .box1{ color: #fff; line-height: 48px;}
.flow ul li .box1 span{line-height:20px; margin-top: 5px; display: inline-block;}
.flow ul li .box1 .qz{ line-height: 48px; float: left; margin: 0 10px;}
.flow ul li:nth-child(4){ top: 147px;}

/*.flow ul li:nth-child(2):hover{width: 200px;transition: width .2s;
-moz-transition: width .2s;	/* Firefox 4 */
-webkit-transition: width .2s;	/* Safari 和 Chrome */
-o-transition: width .2s;	/* Opera */}*/











/*-----第二屏----*/
.page2{ background:url(../images/pro-bg.jpg) center center no-repeat; position: relative;}
.title{ text-align: center; margin: 0 auto;}
.title i{ width: 1px; height: 50px; background: #fff;display: block; margin: 0 auto;}
.title p{ font-size: 30px; color: #fff;}
.title span{ color: #9e9fc1; font-size: 30px; text-transform: uppercase;}
.slideGroup{ width:80%; text-align:left; margin:3% auto 0 auto;}
.slideGroup .slideBox{ overflow:hidden; zoom:1; position:relative;}
.slideGroup .parBd ul{ overflow:hidden; zoom:1;}
.slideGroup .parBd ul li{ width: 25%;  float:left; display: block;overflow:hidden; text-align:center;}
.slideGroup .parBd ul li .pro_tu{ text-align:center; width:96%; height:auto !important; overflow: hidden;}
.slideGroup .parBd ul li .pro_tu img{ width: 100%;}
.slideGroup .parBd ul li .pro_wz{ text-align: center;background: #fff;width:96%; padding: 8% 0;}
.slideGroup .parBd ul li .pro_wz span{ font-size: 24px; color: #333;}
.slideGroup .parBd ul li .pro_wz p{ font-size: 16px; color: #7d7d7d;}
.slideGroup .parHd{ width:79%; text-align:left; margin-top: 3%; height: 100px; background: #281c71; position: absolute; left: 0; left: 50%; margin-left: -40%;}
.slideGroup .parHd ul{ float:left; position:absolute; width: 100%; }
.slideGroup .parHd ul li{ float: left; width: 25%; font-size: 18px; color: #fff; display: block; height: 100px; line-height: 92px; cursor: pointer; text-align: center;}
.slideGroup .parHd ul li i{ display: inline-block; width: 50px; margin: 0 4% 0 0;}
.slideGroup .parHd ul li i img{ width: 100%;}
.slideGroup .parHd ul li.on{ background: url(../images/line.jpg) bottom left repeat-x #281c71;}
.cp_line{ position: absolute; width: 1px; height: 4vmin; background: #fff; left: 50%; bottom: 0;}

.slideTxtBox{width:100%; text-align:left; margin: 3% auto;}
.slideTxtBox .hd ul{ margin: 3% auto;width: 80%;height: 64px; background: #281c71; }
.slideTxtBox .hd ul li{  float: left; width: 25%; font-size: 18px; color: #fff; display: block; height: 64px; line-height: 20px; cursor: pointer; text-align: center; }
.slideTxtBox .hd ul li a{ color: #fff; font-size: 12px;}
.slideTxtBox .hd ul li i{ display: inline-block; width: 20px; margin: 20px 4% 0 0;}
.slideTxtBox .hd ul li i img{ width: 100%;}
.slideTxtBox .hd ul li.on{ background: url(../images/line.jpg) bottom left repeat-x #281c71;}







.phone_pro{}
.phone_pro .pho_cp{width: 100%;height: 300px;margin: 20px auto;}
.phone_pro .pho_cp .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }





.page3{/*background:url(../images/news-bg.png) center center no-repeat;*/ background-size: 100%; position: relative;overflow: hidden; height: 100%;}
.andEnvir .item{display:none;}
.andEnvir .activeAnd{display:block;}
.news_nei{ width: 1200px; margin:3% auto 0 auto;height: 480px; overflow: hidden;}
#clickA{width: 30%;} 
#clickA a{cursor:pointer; background: #fff; display: block;height: 120px; padding: 20px;}
#clickA a.activeAnd{color:#fff;background: #281c71;}
#clickA a.activeAnd span{color:#9e99bf;}
.sub-nav a p{ font-size: 14px;height: 40px;line-height: 20px; overflow: hidden;}
.sub-nav a span{color:#818181; display: block;}
.andEnvir{ width: 70%;}
.andEnvir .item img{ width: 100%;}
.news_line{ position: absolute; width: 1px; height: 10vmin; background: #333; left: 50%; bottom: 0;}



.footer{ background: #0a052c;width: 100%; position: relative;}
.bt_line{position: absolute; width: 1px; height: 24vmin; background: #666; left: 50%; top: 14%;}
.con_address{ width: 44%; margin: 3% 3% 0 3%;}
.footer .con_address .bt_title{ font-size: 3vmin; color: #fff; margin-bottom: 4%;}
.andEnvirB .itemB{display:none;}
.andEnvirB .activeAnd{display:block;}
#clickB{} 
#clickB a{cursor:pointer;; display: block; color: #c5c4cd; margin-bottom: 10%;}
#clickB a.activeAnd{color:#fff;border-left: 4px solid #fff; padding-left: 10px;}
.andEnvirB{ width: 70%;}
.andEnvirB p{ color: #c5c4cd;}
.con_map{ width: 39%; margin: 3% 3% 0 3%; height: 24vmin; overflow: hidden;}
.con_map p{margin-bottom: 10px;color: #fff;}
.bt_infor{ text-align: center; color: #fff; padding: 3% 0;}

@media screen and (min-width:1920px) {

}
@media screen and (max-width:1440px) {

}


/* side */









/*产品中心*/
.cp_banner{ width: 100%; position: relative;}
.cp_banner img{ width: 100%;}
.cp_banner .ban_wz{ position: absolute; width: 100%; left: 50%; margin-left: -50%; text-align: center; font-size: 5vmin; color:#fff; top: 30%;}
.cp_nav{ width: 80%; position: absolute; left: 50%; margin-left: -40%; bottom: 30%;}
.cp_nav ul li{ float: left; width: 24%;background: #fff; height: 10vmin; line-height: 10vmin; text-align: center; margin-right: 2px;margin-top: 5px;}
.cp_nav ul li a{ display: block;}
.cp_nav ul li i{ width: 10%; display:inline-block;}
.cp_nav ul li i img{ width: 100%;}
.cp_nav ul li span{ font-size: 12px; color: #333;}
.cp_nav ul li:hover{ background:url(../images/line1.png) bottom left repeat-x #fff;}
.cp_nav ul li.on{ background:url(../images/line1.png) bottom left repeat-x #fff;}
.cp_nav ul li.on span{color: #281c71;}
.nav_add{width: 80%; position: absolute; left: 50%; margin-left: -40%; bottom: 16%; text-align: center;}
.nav_add a{display: inline-block; height: 38px; border: 1px solid #fff; text-align: center; line-height: 38px; color: #fff; margin-left: -1px;padding: 0 10px 0 10px;}
.nav_add a.on{ background: #281c71; color: #fff;}

.cp_list{ width: 80%; padding: 3% 10%; background: #f5f5f5}
.cp_list ul li{ float: left; width: 25%; margin-bottom: 3%;}
.cp_list ul li i{ width: 96%; display: block; height: 40vmin; background: #fff; overflow: hidden;}
.cp_list ul li i img{ width: 100%;}
.cp_list ul li p{ width: 96%; text-align: center; font-size: 18px; background: #fff; line-height: 30px; height: 30px;overflow: hidden;}
.cp_list ul li span{width: 96%; text-align: center;background: #fff; display: block; line-height: 24px; height: 48px;overflow: hidden;}
.cp_more{padding-bottom: 30px;}
.cp_more i{ width: 40%; height: 1px; background: #333; display:block; margin-top: 30px;}
.cp_more a{ display: block; width: 20%; text-align: center; background: url(../images/cp-more.png) top center no-repeat; padding-top: 60px; font-size: 16px;float: left;}
.cp_list .cp_caidan{ width: 20%;}
.cp_caidan1{ position: fixed;top: 2%;}
.cp_list .cp_caidan a{ display: block; color: #9b9b9b; font-size: 16px; line-height: 20px; margin-bottom: 10px;}
.cp_list .cp_caidan a:hover{ border-left: 4px solid #281c71; color: #333; padding-left: 10px;}
.cp_list .cp_caidan a.on{ border-left: 4px solid #281c71; color: #333; padding-left: 10px;}
.cp_list .cp_tu{ width:80%;}
.cp_list .cp_tu li{ width: 33.333%;}



.header1{position: fixed;z-index: 999; width: 92%; padding: 0 10%; background: #fff;}
.header1 .logo1{width:10%;}
.header1 .daohang{}
.header1 .top-nav{display: inline-block; float: left;}
.header1 .top-nav li{float: left; display: inline-block; position: relative;   }
.header1 .top-nav li a{line-height: 80px; color: #333; padding: 0 22px;font-size: 16px;      }
.header1 .top-nav-se{width: 174px !important; z-index: 999; left: -32px; display: none; position: absolute;background: #fff;}
.header1 .top-nav-se li{display: block;    width: 100%; white-space: nowrap; text-overflow: ellipsis;overflow: hidden; text-align: center;}
.header1 .top-nav-se1 li:hover{ background: #281c71; }
.header1 .top-nav-se1 li:hover a{ color: #fff !important; }
.header1 .top-nav-se1{top: 80px; background: #fff;}
.header1 .top-nav-se1 li{color: #666;}
.header1 .top-nav-se li a{font-size: 14px;padding: 0;line-height: 40px; color: #333;}
.header1 .top-nav-se1 li{ background: none;}
.header1 .top-nav-se1 li a{color: #333;padding: 0 10px;font-size: 16px;}
.header1 .search{width: 200px; height: 28px;background: none; color: #333; margin: 22px 0 0 10%;}
.header1 .search .s_ipt{width: 140px; height: 28px; overflow:hidden;font-size:12px; text-indent:10px; padding:0;  border:none; background:#999; border-radius: 100px;color: #333;}
.header1 .search .s_btn{width:20px; height:24px; background: url(../images/sea1.png) center center no-repeat; background-size: 100%; overflow:hidden; padding:0; border:0; cursor:pointer; float: left;margin-left: 5px;}



.cp_infor{ }
.cp_infor img{ max-width: 100%;}
.local{ width: 80%; padding: 0 10%; height: 80px; background: #f5f5f5;z-index: 998; margin-top: 80px;}
.local .lo_fl{ float: left; line-height: 80px;}
.local .lo_fl a{ color: #a0a0a0;}
.local .lo_fl a:hover{ color: #333;}
.local .lo_fl a.on{ color: #333;}
.local .lo_fr{ float: right;}
.local .lo_fr a{ line-height: 76px; display: inline-block; margin-left: 20px;}
.local .lo_fr a.on{ color: #281c71; border-bottom: 4px solid #281c71;}
#cptd{ padding-top: 160px;}
#jszb{ padding-top: 160px;}
#yyly{ padding-top: 160px;}
.no_more{text-align: center;padding: 200px 0px;font-size: 16px;color: rgb(40, 28, 113);background: rgb(255, 255, 255);}


.news_center{ width: 80%; padding: 0% 10%; background: #fff;}
.news_center ul li{ float: left; width: 16%; margin-bottom: 3%; padding: 2%; position: relative;height: 320px;}
.news_center ul li .news_opt{ position: absolute; left: 0;bottom: 0; width: 100%; height: 0; z-index: 99; background: url(../images/opt1.png) repeat;transition: height .8s;
-moz-transition: height .8s;	/* Firefox 4 */
-webkit-transition: height .8s;	/* Safari 和 Chrome */
-o-transition: height .8s;}
.news_center ul li .news_opt a{ display: block; width: 100%; height: 100%;}
.news_center ul li:hover .news_opt{height: 100%;transition: height .8s;
-moz-transition: height .8s;	/* Firefox 4 */
-webkit-transition: height .8s;	/* Safari 和 Chrome */
-o-transition: height .8s;}
.news_center ul li p{ text-align: left; font-size: 16px;width: 100%;float: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news_center ul li span{  text-align: left; font-size: 12px; color: #9f9f9f; display: block; margin: 10px 0;}
.news_center ul li span b{ color: #493e87; font-weight: normal;}
.news_center ul li i{ width:100%; display: block; height: 16vmin; background: #fff; overflow: hidden;}
.news_center ul li i img{ width: 100%;}
.news_center ul li .new_wz{ color: #6c6c6c;}



.news_detail{width: 80%; padding: 0% 10%; background: #f5f5f5;padding-bottom: 40px;}
.news_detail .news_cont{ width: 100%; background: #fff; margin: 0 auto; padding-bottom: 3%;}
.cont_title{ text-align: center;padding: 1% 0; border-bottom: 1px solid #f5f5f5; width: 80%; margin: 0 auto;}
.cont_title p{ font-size: 24px; color: #333; padding: 1% 0;}
.cont_title span{ font-size: 16px; color: #666;}
.info_nei {width: 80%; margin: 3% auto;border-bottom: 1px solid #f5f5f5; padding-bottom: 3%;}
.info_nei img{ max-width: 100%;}
.fanye{width: 80%; margin: 3% auto;}
.fanye .fy{ float: left;}
.fanye .fy p{ line-height: 40px;}
.fanye .fy a:hover{ color:#0a052c;}
.fanye .fh{ float: right;}
.fanye .fh a{ display: block; width: 80px; height: 34px; border: 1px solid #b3bfd0; border-radius: 1000px; text-align: center; line-height: 34px; color: #b3bfd0;}
.fanye .fh a:hover{color: #0a052c;border: 1px solid #0a052c;}


.kh_dh{padding-left: 22%}
.kh_list{ width: 80%; padding: 3% 10%; /*background: url(../images/news-bg.png) repeat-y;*/ background-size: 100%;}
.kh_list ul li{ float: left; width: 25%; margin-bottom: 7%;height: 234px;margin-top: 20px;}
.kh_list ul li i{ width: 96%; display: block; height: 30vmin; background: #fff; overflow: hidden;}
.kh_list ul li i img{ width: 100%;}
.kh_list ul li p{ width: 96%; text-align: center; font-size: 16px; padding: 4% 0; background: #fff;}
.kh_list ul li span{ width: 96%; text-align: center; display: block;background: #fff;padding-bottom: 8%;}


.ban_opt{ position: absolute; background: #000; left: 0; top: 0; width: 100%; height: 100%; z-index: 999;opacity: 0.3;}

.sales_after{ width: 100%; height: 100%; overflow: hidden;}
.sales_fl{ float: left; width: 50%; position: absolute; height: 100%; }
.sales_fr{ float: right; width: 50%; overflow: hidden;}
.sales_fl .sh_pic{ width: 160px; margin:6% 10%;}
.sales_fl .sh_pic img{ width: 100%;}


.sales_fl .cont_ways{ margin: 6% 0 0 10%;}
.sales_fl .cont_ways p{ font-size: 2vmin; margin-bottom: 2%; color: #fff; font-weight: bold; padding: 1% 0; width: 36%; display: inline-block;background: #fabe5a; text-align: center;}
.sales_fl .cont_ways p.s1{background: #fabe5a;}
.sales_fl .cont_ways p.s2{background: #64a4f8;}
.sales_fl .cont_ways ul{ float: none !important;}
.sales_fl .cont_ways ul li{ float: none !important;margin-bottom: 1%; font-size:2.4vmin; width: 100%;}
.sales_fl .cont_ways ul li i{ display: inline-block; width: 24px; margin: 0 1%;}
.sales_fl .cont_ways ul li i img{width: 100%;}


.sales_line{position: absolute; width: 1px; height: 10vmin; background: #333; left: 50%; bottom: 0;}

.zhaopin{ width: 80%; margin: 3% auto;}
.zp_title ul{ width: 100%;}
.zp_title ul li{ width: 20%; background: #281c71; color: #fff; text-align: center; height: 8vmin; line-height: 8vmin; float: left; font-size: 2vmin;}
.zp_list .zp_one{height: 8vmin; line-height: 8vmin; background: #fff;width: 100%; overflow: hidden;}
.zp_list .zp_one span{font-size: 2vmin; width: 20%; display: block; float: left; text-align: center;}
.zp_list .zp_one:hover{ background: #463c85; color: #fff;}
.zp_list .zp_one:hover a span{ color: #fff;} 
.page {margin: 0 auto;	text-align: center; background: #f5f5f5; padding: 2% 0;}
.page a,.page .a1{	display: inline-block;	height: 32px; width: 50px; border-radius: 4px;	line-height: 32px;text-align: center; border: 1px solid #97969b;color: #333; margin: 0 4px;}
.page a:hover {	background-color: #4285f4;border: 1px solid #4285f4;	color: #fff;}
.page span {background-color: #4285f4; border: 1px solid #4285f4;	color: #fff;display: inline-block;	height: 32px; width: 50px; border-radius: 4px;	line-height: 32px;text-align: center;}
.ajaxhomelist {margin: 0 auto;	text-align: center; background: #f5f5f5; padding: 2% 0;}
.ajaxhomelist a,.ajaxhomelist .a1{	display: inline-block;	height: 32px; width: 50px; border-radius: 4px;	line-height: 32px;text-align: center; border: 1px solid #97969b;color: #333; margin: 0 4px;}
.ajaxhomelist a:hover {	background-color: #4285f4;border: 1px solid #4285f4;	color: #fff;}
.ajaxhomelist span {background-color: #4285f4; border: 1px solid #4285f4;	color: #fff;display: inline-block;	height: 32px; width: 50px; border-radius: 4px;	line-height: 32px;text-align: center;}


.wenti{width: 80%; margin: 3% auto;}
.wt_one{ background: #fff;height: 8vmin; line-height: 8vmin; font-size: 2vmin; overflow: hidden;padding: 0 4%;}
.wt_one p{ float: left; width: 80%;}
.wt_one span{ float: right; width: 20%; text-align:right;}
.wt_one:hover{background: #463c85;}
.wt_one:hover a{ color: #fff;}
.wt_one.on{background: #463c85;}
.wt_one.on a{ color: #fff;}

.liuyan{ width: 40%; margin: 1% auto;}
.liuyan .ly_one{ margin-bottom: 1%;}
.liuyan .ly_one p{ font-size: 16px; margin-bottom: 6px;}
.liuyan .ly_one p b{ color: #d51c33;}
.liuyan input{ width: 80%; height: 5vmin; line-height: 5vmin; background: #f5f5f5; border-radius: 4px; border: none; text-indent: 10px;}
.liuyan .ly_two{ margin-bottom: 1%;}
.liuyan .ly_two .ly_thr{ width: 30%; float: left;}
.liuyan .ly_two .ly_thr p{ font-size: 16px; margin-bottom: 6px;}
.liuyan .ly_two .ly_thr p b{ color: #d51c33;}
.liuyan .ly_two .ly_thr img{width: 100%;height: 40px;}
.liuyan .ly_four{margin-bottom: 1%;}
.liuyan .ly_four p{ font-size: 16px; margin-bottom: 6px;}
.liuyan .ly_four p b{ color: #d51c33;}
.ly_four textarea{ width: 100%; height: 20vmin; line-height: 5vmin; background: #f5f5f5; border-radius: 4px; border: none; text-indent: 10px;}
.ly_yzm{ width: 127px; height: 47px; margin-top: 32px; float: left;}

.bt_anniu{ width: 280px; margin: 1% auto;}
.bt_anniu input{cursor: pointer; width: 116px; height: 44px; font-size: 16px; color: #666; text-indent: 0; background: none; border: none; border: 1px solid #b3bfd0;border-radius: 4px; cursor: pointer;}
.bt_anniu input.on{ background: #281c71; color: #fff;}


.local1{ margin: 0 !important; position: inherit ; }
.brief{ width: 80%; padding:3% 0 0 0;margin: 0 auto;}
.brief .brie_le{ width: 55%; float: left; padding-right: 5%;}
.brief .brie_le .title1{ margin: 3% 0; background: url(../images/line2.jpg) left top no-repeat; padding-left: 16px;}
.brief .brie_le .title1 span{ font-size: 24px; color: #333; line-height: 34px;}
.brief .brie_le .title1 p{ font-size: 24px; color: #8d8d8d; text-transform: uppercase;}
.jianjie{ color: #9e9e9e; margin: 6% 0;}
.brie_more a{ display: block; width: 48px; height: 48px; margin: 0 auto;}
.brie_more a img{ width: 100%;}
.brief .brie_ri{ width: 40%;float: right;}
.brief .brie_ri img{ width: 100%;}



.about{width: 100%; height: 100%; margin: 0 auto;overflow: hidden;}
.fazhan{width: 100%; height: 100%; margin: 0 auto;overflow: hidden;}
.fazhan .title2{ text-align: center; padding: 3% 0;}
.fazhan .style{padding: 1% 0!important;/*width: 100%;float: left;*/}
.fazhan .inline{ padding-bottom: 20px;}
.fazhan .title2 p{font-size: 30px; color: #333; }
.fazhan .title2 span{font-size: 30px; color: #8d8d8d; text-transform: uppercase;}

.culture_pic{width: 80%; margin: 0 auto;}
.culture_pic ul{ float: inherit !important;}
.culture_pic ul li{ float: left; position: relative; height: 56vmin; overflow: hidden; margin: 0 1% 1% 0 ; background:#281C71;}
.culture_pic ul li .cul_opt{ width: 100%; height: 100%;/* background: url(../images/opt1.png) repeat;*/ position: absolute; left: 0; top: 0; z-index: 2;}
.culture_pic ul li i{ position: absolute; left: 0; top: 0; z-index: 1;}
.culture_pic ul li i img{ width: 100%;}
.culture_pic ul li .cul_wz{ position:  absolute;  z-index: 3; color: #fff;}
.culture_pic ul li .cul_wz span{ font-size: 3vmin; margin-bottom: 6%; display: block;}
.culture_pic ul li .cul_wz p{ font-size: 2.6vmin; margin-top: 2%;}
.culture_pic ul li:nth-child(1){ width: 30%;}
.culture_pic ul li:nth-child(1) .cul_wz{left: 27%; top: 14%;}
.culture_pic ul li:nth-child(1) .cul_wz p{font-size: 5vmin;}
.culture_pic ul li:nth-child(2){ width: 30%; height: 27vmin;}
.culture_pic ul li:nth-child(2) .cul_wz{left: 12%; top: 10%;}
.culture_pic ul li:nth-child(3){ width: 30%; height: 27vmin;}
.culture_pic ul li:nth-child(3) .cul_wz{left: 12%; top: 10%;}
.culture_pic ul li:nth-child(4){ width: 30%; height: 27vmin;}
.culture_pic ul li:nth-child(4) .cul_wz{left: 12%; top:12%;}
.culture_pic ul li:nth-child(5){ width: 30%; height: 27vmin;}
.culture_pic ul li:nth-child(5) .cul_wz{left: 12%; top: 6%;}
.rongyu_pic{ width: 90%; margin: 0 auto;}
.ry_photo{ width: 100%; padding-bottom: 20px;}
.ry_photo .swiper-slide{ text-align: center;}
.ry_photo .swiper-slide i{ display: block; width: 80%; margin: 0 auto;height: 28vmin; overflow: hidden;}
.ry_photo .swiper-slide i img{ width: 100%;}
.ry_photo .swiper-slide p{ margin-top: 10px;}

.zhengshu{ width: 94%; margin: 0 auto;}
.zhengshu .swiper-slide:nth-child(1){margin-left: 30px;}
.zhengshu .zs_pic{ margin: 0 1%; float: left;position: relative; overflow: hidden;width: 80%;}
.zhengshu .zs_pic .zs_opt{  position: absolute; left: 0; top: 100%;width: 88%; padding: 0 6%; height: 100%; background:url(../images/opt1.png) repeat; z-index: 2;transition: top .8s;
-moz-transition: top .8s;	/* Firefox 4 */
-webkit-transition: top .8s;	/* Safari 和 Chrome */
-o-transition: top .8s;}
.zhengshu .zs_pic .zs_opt p{ color: #fff; text-align: left; font-size: 2vmin; margin-bottom: 3%;}
.zhengshu .zs_pic .zs_opt span{ color: #fff; text-align: left; display: block; font-size: 2vmin;}
.zhengshu .zs_pic:hover .zs_opt{top:0;transition: top .8s;
-moz-transition: top .8s;	/* Firefox 4 */
-webkit-transition: top .8s;	/* Safari 和 Chrome */
-o-transition: top .8s;}
.zhengshu .zs_pic i{ width: 98%; padding: 0 1%; height: 40vmin; overflow: hidden; display: block;}
.zhengshu .zs_pic i img{ width: 100%;}
.zhengshu .zs_pic p{ text-align: center;line-height: 30px; overflow: hidden;}











.andEnvirC .item{ opacity: 0;}
.andEnvirC .activeAnd{opacity: 1;}
#clickC{ width:80%; text-align:left; height: 100px; background: #281c71; margin:3% auto;}
#clickC a{ float: left; width: 25%; font-size: 18px; color: #fff; display: block; height: 100px; line-height: 92px; cursor: pointer; text-align: center;}
#clickC a i{ display: inline-block; width: 50px; margin: 0 4% 0 0;}
#clickC a i img{ width: 100%;}
#clickC a.activeAnd{background: url(../images/line.jpg) bottom left repeat-x #281c71;}
.andEnvirC{margin:3% auto;}
.product{width:80%; text-align:left;}
.product .swiper-wrapper{ width: 100%;}
.product .swiper-slide{ width: 25%;}
.product .pro_tu{ text-align:center; width:94%;height: 30vmin;background: #fff; height:auto !important; overflow: hidden;}
.product .pro_tu img{ width: 100%;}
.product .pro_wz{ text-align: center;background: #fff;width:94%; padding: 8% 0;}
.product .pro_wz span{ font-size: 24px; color: #333;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden; }
.product .pro_wz p{ font-size: 16px; color: #7d7d7d;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden; }


/**********发展历程**********/
.course-wrap{
/*
	padding-top: 32px;
	padding-bottom: 40px;
*/
	transition: normal;
}
.course-wrap.m-wrap{
	padding-top: 15px;
	position: relative;
}
.course-wrap p.f48{
	font-size: 42px;
	line-height: 50px;
	color: #035cac;
}
.course-wrap.m-wrap p.f48{
	font-size: 20px;
	line-height: 34px;
}
.course-wrap span.f14{
	display: block;
	width: 100%;
	line-height: 26px;
}
.course-wrap.m-wrap span.f14{
	line-height: 22px;
}
.course-wrap .course-list{
/*	margin-top: 30px;*/
	width: 100%;
	position: relative;
}
.course-wrap.m-wrap .course-list{
	margin-top: 20px;
}
.course-wrap .course-list .ovh{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(../images/bg_12.png) repeat-x left center;
}
.course-wrap.m-wrap .course-list .ovh{
	background: none;
	width: 100%;
}
.course-wrap .course-list li{
	width: 300px;
	position: relative;
	margin-right: -93px;
}
.course-wrap.m-wrap .course-list li{
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}
.course-wrap .course-list .main{
	padding: 17px 20px 27px;
	background-color: #fff;
	width: 260px;
	color: #777;
}
.course-wrap .course-list .main p{
	padding-left: 18px;
	background: url(../images/ico_125.jpg) no-repeat left 9px;
}
.course-wrap.m-wrap .course-list .main{
	width: 94%;
	padding: 17px 3% 27px;
}
.course-wrap .course-list li .top{
	background: url(../images/bg_10.png) no-repeat left top;
	padding-top: 45px;
	height: 42px;
	line-height: 42px;
	font-family: "Arial";
	font-size: 18px;
	text-align: center;
}
.course-wrap.m-wrap .course-list li .top{
	padding-top: 0;
	padding-left: 3%;
	width: 97%;
	text-align: left;
	background: #e8e8e8;
}
.course-wrap .course-list li.odd{
	margin-top: 0;
}
.course-wrap.m-wrap .course-list li.odd{
	position: relative;
}
.course-wrap .course-list li.odd .top{
	background: url(../images/bg_11.png) no-repeat left bottom;
	padding-bottom: 45px;
	padding-top: 0;
}
.course-wrap.m-wrap .course-list li.odd .top{
	padding-bottom: 0;
	background: #e8e8e8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.course-wrap.m-wrap .course-list li.odd .main{
	margin-top: 42px;
}
.course-wrap .course-list .butn{
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
}
.course-wrap.m-wrap .course-list .butn{
	display: none;
}
.course-wrap .course-list .prev{
	background: url(../images/ico_40.png) no-repeat center top;
	left: 0;
}
.course-wrap .course-list .next{
	background: url(../images/ico_39.png) no-repeat center top;
	right: 0;
}
.course-wrap .course-list .butn:hover{
	background-position: center bottom;
}
.course-wrap .course-list li:hover .top{
	background: url(../images/bg_10.png) no-repeat right top;
	color: #fff;
}
.course-wrap.m-wrap .course-list li:hover .top,.course-wrap.m-wrap .course-list li.odd:hover .top{
	background: #e8e8e8;
	color: #666;
}
.course-wrap .course-list li.odd:hover .top{
	background: url(../images/bg_11.png) no-repeat right top;
	color: #fff;
}

.zuzhi_add{ width: 80%; margin: 3% auto;}
.zuzhi_add img{ max-width: 100%; display: block; margin: 0 auto;}
.a_zxlmenu{width:100%; position:relative; display:none; z-index:10;}
.a_zxlmenu_t{width:100%;padding:3% 0px; border-bottom:1px solid #ddd;background:url(../images/zxl_jt1.jpg) right center no-repeat; font-size:16px; text-align:center; background-color:#fff; color:#333; 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;}
.a_zxlmenu_c li .aone:hover,.a_zxlmenu_c li .aone.activetwo{ color:#333; text-decoration:none; background-color:#fff;}
.a_zxlmenu_c li dl{width:100%; border-bottom:1px solid #ccc;display:none;}
.a_zxlmenu_c li dl dd{width:100%; float:left; text-align:center;}
.a_zxlmenu_c li dl dd a,.a_zxlmenu_c li dl dd a:hover{width:100%; padding:3% 0px; display:inline-block; color:#333; font-size:14px; text-decoration:none; text-indent:0px;}

