@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}/*去掉所有标签之间的默认间隙*/
html,body {
    width: 100%;
    margin: 0 auto;
    /*设置所有body中所有div居中显示*/
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    font-size: 14px;
}

input {
    outline: none!important;
    /*去除蓝色边框*/
}

ul {
    list-style: none;
}/*去掉无序列表的项目符号*/
ol {
    list-style: none;
}/*去掉无序列表的项目符号*/
a {
    text-decoration: none;
}/*去掉超级链接的下划线*/
img {
    border: none;
}/*去掉图片加载完链接之后的边框*/
a {
    color: black
}

a:link {
    text-decoration: none!important;
}

a:visited {
    text-decoration: none!important;
}

a:hover {
    text-decoration: none!important;
}

a:active {
    text-decoration: none!important;
}
/*@font-face {*/
    /*font-family: 'zzgyht1';*/
    /*src:url('../font/zzgyht1.ttf');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
/*@font-face {*/
    /*font-family: 'zzgyht2';*/
    /*src:url('../font/zzgyht2.ttf');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
/*@font-face {*/
    /*font-family: 'zzgyht3';*/
    /*src:url('../font/zzgyht3.ttf');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
/*@font-face {*/
    /*font-family: 'zzgyht4';*/
    /*src:url('../font/zzgyht4.otf');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
/*@font-face {*/
    /*font-family: 'zzgyht5';*/
    /*src:url('../font/zzgyht5.otf');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
/*@font-face {*/
    /*font-family: 'zzgyht6';*/
    /*src:url('../font/zzgyht6.otf');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
/*@font-face {*/
    /*font-family: 'zzgyht7';*/
    /*src:url('../font/zzgyht7.otf');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
.w-100{
    width: 100%;
    min-width: 1200px;
    margin: auto;
}
.w-1200{
    width: 1200px;
    min-width: 1200px;
    margin: auto;
}

.header{
    display:block;
    width:100%;
    height: 72px;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    /* z-index: 9; */
}
.dh{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.head_white{
    background: #fff;
    /* position: fixed; */
    box-shadow: 0px -15px 25px #4c4c4c;
    /* top: 0; */
}
.video{
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.video video {
    width: 2560px;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1280px;
    z-index: 1;
    background: rgba(0,0,0,0.7);
    }
.header .logo{
    display: block;
    width: 150px;
    height: 60px;
    background: url(../images/logo.png) no-repeat 0 0;
    float: left;
    margin-top: 5px;
}
.head_white .logo{
    background: url(../images/logo-hover.png) no-repeat 0 0;
}
.header .w-1200{
    display: table;
}
.header .menu_list{

display: table;

float: right;
}
.header .menu_list .menu_item{
    display: inline-block;
    height: 72px;
    float: left;
    /* margin-left: 72px; */
    position: relative;
    width: 100px;
    text-align: center;
}
.header .menu_list .menu_item .text{
    display: block;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    opacity: 0.95;
    -webkit-transition: color 0.3s linear;
    position: relative;
    z-index: 2;
    font-family: 'zzgyht4';
}
.head_white .menu_list .menu_item .text{
    color: #2b2e2e;
}
.menu_list .menu_item:hover .text:after {
    transform: scale(1,1);
    opacity: 1;
}
.menu_list .menu_item .text:after {
    display: block;
    content: "";
    height: 4px;
    width: 32px;
    position: absolute;
    bottom: 19px;
    left: 33px;
    background: #194ac3;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01,1);
}
.sub_list {
    display: none;
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    text-align: center;
    z-index: 2;
    top: 60px;
    margin-bottom: 20px;
    font-family: 'zzgyht1';
}
.sub_list li a {
    display: block;
    font-size: 16px;
    color: #2b2e2e;
    opacity: 0.7;
    padding: 13px 0;
}
.sub_list li a:hover{
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}
.banner_txt{
    display: block;
    width: 640px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -23px;
    z-index: 2;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-family: 'zzgyht4';
    letter-spacing: 10px;
}
.banner_txt p{
    display: inline-block;
    color: #fff;
    font-size: 38px;
}
.slide_tips {
    display: block;
    width: 30px;
    height: 57px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 62px;
    z-index: 2;
}
@keyframes a_banner_s_line {
    0%{ transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1); transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%; opacity: 1;}
    20%{ transform:scale(1,0.01);-webkit-transform:scale(1,0.01);-ms-transform:scale(1,0.01);-moz-transform:scale(1,0.01);-o-transform:scale(1,0.01); transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%; opacity: 1;}
    30%{ transform:scale(1,0.01);-webkit-transform:scale(1,0.01);-ms-transform:scale(1,0.01);-moz-transform:scale(1,0.01);-o-transform:scale(1,0.01); transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%; opacity: 0;}
    31%{ transform:scale(1,0.01);-webkit-transform:scale(1,0.01);-ms-transform:scale(1,0.01);-moz-transform:scale(1,0.01);-o-transform:scale(1,0.01); transform-origin:50% 0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;-moz-transform-origin:50% 0;-o-transform-origin:50% 0; opacity: 0;}
    50%{  transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1); transform-origin:50% 0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;-moz-transform-origin:50% 0;-o-transform-origin:50% 0; opacity: 1;}
    100%{  transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1); transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%; opacity: 1;}
}
.slide_tips .s_line {
    animation: a_banner_s_line 3s 0.3s linear both infinite;
    -webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;
    -ms-animation: a_banner_s_line 3s 0.3s linear both infinite;
    -moz-animation: a_banner_s_line 3s 0.3s linear both infinite;
    -o-animation: a_banner_s_line 3s 0.3s linear both infinite;
}
.slide_tips .s_line {
    display: block;
    width: 2px;
    height: 32px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0px;
    background: #fff;
}
.slide_tips .txt {
    display: block;
    color: #FFFFFF;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0px;
    font-size: 12px;
    letter-spacing: 2px;
}
.descript_area{

}
.descript_area p{
    text-align: center;
    font-size: 24px;
    color: #5f6464;
    line-height: 54px;
    padding: 105px 0 74px;
    font-family: 'zzgyht6';
}
.details_area{

margin-bottom: 84px;
}
.details_area ul{
    /* display: inline-flex; */
    height: 215px;
}
.details_area ul li{
    display: inline-block;
    float: left;
    height: 100%;
    width: 386px;
    text-align: center;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.details_area ul li a{
    display: block;
    height: 100%;
    width: 100%;
}
.details_area ul li a p{
    display: block;
    float: left;
    font-size: 30px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    z-index: 3;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0);
    transform: translate(-50%,0);
    padding-bottom: 3px;
    transition: border-bottom 0.3s ease-out;
    padding-bottom: 5px;
    -webkit-transition: width 1s linear;
    font-family: 'zzgyht4';
}
.details_area ul li a p:after {
    content: ' ';
    width: 0;
    height: 2px;
    background: #fff;
    bottom: -2px;
    left: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
}
.details_area ul li a img{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.3s ease-out;
}
.details_area ul li a:after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,82,217,0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.details_area ul .last {
    margin-right: 0px;
}
.details_area ul li a:hover:after {
    opacity: 1;
}
.details_area ul li a:hover p:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
.resp_area{

margin: 80px auto;

display: table;
}
.resp_area-left{
    width: 627px;
    float: left;
}
.resp_area-right{

width: 460px;

float: right;

padding-top: 170px;
}
.flexslider{position:relative;height:620px;overflow:hidden;}
.flexslider .slides{position:relative;z-index:1;}
.flexslider .slides li{
    height: 620px;
}
.flexslider .slides .pic-1{
    background: url("../images/index_resp_bg1.jpg") no-repeat center center;
    background-size: cover;
}
.flexslider .slides .pic-2{
    background: url("../images/index_resp_bg2.jpg") no-repeat center center;
    background-size: cover;
}
.flexslider .flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;display: none;}
.flexslider .flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flexslider .flex-control-nav .flex-active{background-position:0 0;}
.flexslider .flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flexslider .flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flexslider .hook_tri {
    display: block;
    width: 43px;
    height: 620px;
    background: url(../images/i_tri.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}
.hook_tri-l{
    display: block;
    width: 43px;
    height: 620px;
    background: url(../images/i_tli.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
}

.flexslider .slides li h3{
    display: block;
    width: 500px;
    font-size: 24px;
    position: absolute;
    left: 53px;
    bottom: 117px;
    z-index: 1;
    font-family: 'zzgyht1';
    color: #fff;
}
.flexslider .slides li p{
    display: block;
    width: 500px;
    font-size: 16px;
    position: absolute;
    left: 52px;
    bottom: 41px;
    line-height: 29px;
    z-index: 1;
    font-family: 'zzgyht4';
    color: #fff;
}
.resp_area-right h3{
    display: block;
    color: #2a2e2e;
    width: 450px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 36px;
    margin-bottom: 20px;
    font-family: 'zzgyht1';
}
.resp_area-right p{
    display: block;
    color: #5f6464;
    width: 450px;
    font-size: 20px;
    margin-bottom: 40px;
    font-family: 'zzgyht6';
    line-height: 40px;
}
.resp_area-right a{
    display: block;
    width: 38px;
    height: 16px;
    background: url(../images/icon_arrow_r_dark.png) no-repeat 0 0;
    margin-left: 3px;
    background-size: 100% 100%;
}
.m-r-0{
    margin-right: 0!important;
}
.cooperative-partner h3{
    display: block;
    font-size: 36px;
    color: #5f6464;
    /* font-weight: normal; */
    margin-bottom: 30px;
    font-family: 'zzgyht1';
    float: none;
}
.cooperative-partner-img{
display: table;
}
.cooperative-partner-img li:hover{
	    box-shadow: 0px 0px 15px #d6d6d6;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.cooperative-partner-img li{
margin-bottom: 10px;
float: left;

margin-right: 68px;
}
.cooperative-partner-text{
    overflow: hidden;
}
.cooperative-partner-text li{

width: 240px;

float: left;

text-align: center;

line-height: 40px;
}
.cooperative-partner-text li a{
    
font-size: 15px;
    
opacity: 0.75;
    
font-family: 'zzgyht4';
}
.cooperative-partner-text li a:hover{
    opacity: 1;
}
.footer{
    background: #f2f2f2;
    padding: 50px 0px;
    margin-top: 40px;
    padding-bottom: 0;
}
.wx-jr-bz{
    /* overflow: hidden; */
    display: table;
    border-bottom: 1px solid #6b6b6b;
    /* height: 2px; */
    width: 100%;
    padding-bottom: 15px;
}
.wx-jr-bz .weixin{

position: relative;
}
.wx-jr-bz .weixin i{

}
.wx-jr-bz .weixin img{

display: none;

position: absolute;

right: 0;

top: -155px;

left: -25px;

opacity: 1;
}
.wx-jr-bz li{

float: left;

margin-right: 35px;

/* opacity: 0.75; */

cursor: pointer;

color: #6b6b6b;
}
.wx-jr-bz li a{
	color: #6b6b6b;
}
.wx-jr-bz li span{

font-size: 16px;

/* margin-right: 35px; */

font-family: 'zzgyht1';

/* cursor: pointer; */
}
.wx-jr-bz li i{

font-size: 16px;

padding-left: 3px;
}
.wx-jr-bz li:hover span{
    color: #ef8200;
}
.wx-jr-bz li:hover i{
    color: #ef8200;
}
.wx-jr-bz .weixin:hover img{
    display: block;
}
.foot-box{

overflow: hidden;
}
.foot-box-left{

float: left;
}
.foot-box-left ul{

padding: 20px 0px;
}
.foot-box-left ul li{

overflow: hidden;

color: #6b6b6b;

line-height: 50px;

font-family: 'zzgyht4';
}
.foot-box-left ul li i{

float: left;

font-size: 18px;

display: inline-block;

width: 24px;

text-align: center;

position: relative;

top: 18px;
}
.foot-box-left ul li p{

float: left;
}
.foot-box-right{

float: right;

text-align: center;

padding-top: 33px;
}
.foot-box-right dt{

padding-bottom: 25px;
}
.foot-box-right dt img{

}
.foot-box-right dd{

color: #6b6b6b;

font-family: 'zzgyht4';
}
.about-banner{
    height: 600px;
    background: url("../images/about-banner.png") no-repeat center center;
}
.product-banner{
    height: 600px;
    background: url("../images/product.png") no-repeat center center;
}
.staff-banner{
    height: 600px;
    background: url("../images/staff-banner.png") no-repeat center center;
}
.media-banner{
    height: 600px;
    background: url("../images/media_banner.png") no-repeat center center;
}
.about-banner h3{
    font-size: 40px;
    font-family: 'zzgyht1';
    font-weight: normal;
    letter-Spacing: 6px;
    color: #2052A3;
    padding-top: 210px;
}
.media-banner h3{
    font-size: 40px;
    font-family: 'zzgyht1';
    font-weight: normal;
    letter-Spacing: 6px;
    color: #fff;
    padding-top: 210px;
}
.this-nav{

background: #fbfbfb;

border-bottom: 1px solid #f4f4f4;
}
.this-nav ul{

/* overflow: hidden; */
}
.this-nav ul li{

/* float: left; */

display: inline-block;

color: #5F6464;

line-height: 53px;

font-size: 16px;

margin-right: 56px;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;

}
.product-banner h3{
    font-size: 35px;
    font-family: 'zzgyht1';
	color: #ffffff;
    font-weight: normal;
    letter-Spacing: 6px;
    padding-top: 210px;
}
.product-banner p{
    font-size: 22px;
    font-family: 'zzgyht1';
    font-weight: normal;
	color: #ffffff;
    letter-Spacing: 5px;
    padding-top: 15px;
    line-height: 30px;
}
.this-nav ul li span{
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
    font-family: 'zzgyht1';
}
.this-nav ul li .active-tab:after{
    content: ' ';
    height: 2px;
    width: 100%;
    background: #0052d9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.Company-profile{

padding: 50px 0px;

padding-bottom: 0;
}
.Company-profile h3{

text-align: center;

font-size: 30px;

color: #2a2e2e;

margin-bottom: 31px;

font-family: 'zzgyht1';

letter-spacing: 0;
}
.Company-profile span{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #2A2E2E;
    letter-spacing: 2px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 auto;
    margin-bottom: 5px;
    font-family: 'zzgyht1';
}
.Company-profile p{
    
text-align: center;
    
font-size: 15px;
    
color: #5F6464;
    
letter-spacing: 1px;
    
text-align: center;
    
line-height: 25px;
    
/* width: 918px; */
    
margin: 0 auto 16px auto;
    
font-family: 'zzgyht4';
}
.fide{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
.mission{

background: #f5f5f5;

padding: 60px 0;

overflow: hidden;

/* margin-top: 60px; */
}
.mission h3{

float: left;

display: inline-block;

width: 450px;

border-right: 1px solid #D8D9DC;

height: 180px;

padding-left: 100px;

font-size: 30px;

color: #2A2E2E;

letter-spacing: 5px;

font-family: 'zzgyht1';
}
.mission .mission-main{

display: inline-block;

float: left;

padding-left: 100px;
}
.mission .mission-main span{

font-size: 20px;

color: #2A2E2E;

letter-spacing: 0;

line-height: 36px;

font-family: 'zzgyht4';
}
.mission .mission-main p{

font-size: 14px;

color: #5F6464;

letter-spacing: 0;

line-height: 25px;

margin-top: 16px;

font-family: 'zzgyht6';
}
.about-banner2-box{
    padding-top: 70px;
}
.about-banner2{
    height: 400px;
    background: url("../images/about-banner2.png") no-repeat center center;
    /* margin-top: 80px; */
    /* padding-top: 107px; */
}
.about-banner2 h3{
    line-height: 400px;
    font-size: 40px;
    font-family: 'zzgyht1';
    font-weight: normal;
    letter-Spacing: 6px;
    text-align: center;
    color: #004da0;
}
.Business-architecture{

padding: 50px 0;
}
.Business-architecture .about-logo{

text-align: center;
}
.Business-architecture .about-logo img{

}
.about-xt{
    height: 84px;
    background: url("../images/about-bj.png") no-repeat center center;
    background-size: 920px;
}
.Business-architecture ul{

/* overflow: hidden; */

display: table;
}
.Business-architecture ul li{

float: left;

width: 300px;

/* text-align: center; */
}
.Business-architecture ul li .architecture-box{

margin: 0px 10px;

/* border: 2px solid #F2F3F5; */

background: #F2F3F5;

padding: 30px 0px;

cursor: pointer;
}
.Business-architecture ul li .architecture-box p{

font-size: 30px;

color: #0052D9;

letter-spacing: 0;

font-family: 'zzgyht4';

font-weight: bold;

text-align: center;
}
.Business-architecture ul li .architecture-box span{

font-size: 16px;

color: #5F6464;

letter-spacing: 0;

line-height: 34px;

display: block;

text-align: center;

font-family: 'zzgyht4';

cursor: pointer;
}
.Business-architecture ul li .active{
    background: #FFFFFF;
    box-shadow: 0px 0px 4px #0052d9;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.details-list{
    /* margin: 0px; */
    background: #FFFFFF;
    background: #F2F3F5;
    margin-top: 20px;
}
.details-list p{
    display: none;
    padding: 20px;
    color: #5F6464;
    font-family: 'zzgyht4';
    font-size: 16px;
    line-height: 26px;
}
.corporateCulture{
    
/* margin-top: 50px; */
    
padding-top: 70px;
}
.corporateCulture h3{

/* float: left; */

/* display: inline-block; */

/* width: 450px; */

/* border-right: 1px solid #D8D9DC; */

/* height: 180px; */

/* padding-left: 100px; */

font-size: 30px;

color: #2A2E2E;

letter-spacing: 5px;

font-family: 'zzgyht1';

padding-bottom: 20px;
}
.corporateCulture .s-title{
    color: #1E52D8;
    font-family: 'zzgyht4';
    font-size: 18px;
}
.corporateCulture-main{

overflow: hidden;
}
.corporateCulture-left{

position: relative;
}

.corporateCulture-left ul{

padding-top: 20px;
}
.corporateCulture-left ul li{

padding-bottom: 25px;

font-family: 'zzgyht4';

/* font-size: 15px; */
}
.corporateCulture-left ul li p{

color: #676767;

font-size: 20px;

padding-bottom: 10px;

letter-spacing: 1px;
}
.corporateCulture-left ul li span{

color: #676767;

display: block;

letter-spacing: 2px;

font-size: 16px;
}
.corporateCulture-left img{
    
position: absolute;
    
width: 480px;
    
right: 0;
    
bottom: 0;
}
#l-map {
    height: 500px;
    width: 100%;
}
#r-result {
    width: 100%;
}
form.companysel {
    width: 1200px;
    margin: 20px auto
}
form.companysel span {
    font-size: 16px;
    color: #000;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px
}
form.companysel select {
    width: 250px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}
form.companysel input {
    width: 530px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    -webkit-border-radius: 5px;
    cursor: pointer;
    background: #fff;
    border: 1px #ccc solid;
    padding: 0 10px
}
.map{

padding: 60px 0px;

margin: 60px 0px;

margin-bottom: 0;

padding-bottom: 0;
}
.map h3{
    
font-size: 30px;
    
color: #2A2E2E;
    
letter-spacing: 5px;
    
font-family: 'zzgyht1';
    
padding-bottom: 20px;
    
text-align: center;
}
.ProductIntroduction{

padding: 80px 0px;

padding-bottom: 0;
}
.ProductIntroduction h3{
    
font-size: 30px;
    
color: #2A2E2E;
    
letter-spacing: 5px;
    
font-family: 'zzgyht1';
    
padding-bottom: 20px;
}
.ProductIntroduction ul{

overflow: hidden;

width: 1060px;

margin: auto;
}
.ProductIntroduction ul li{

float: left;

margin: 30px;

width: 470px;

background: #ececec;

padding: 75px 0;

cursor: pointer;

position: relative;

overflow: hidden;
}
.ProductIntroduction ul li i{

display: block;

text-align: center;

font-size: 80px;

color: #004ea2;

padding-bottom: 20px;
}
.ProductIntroduction ul li .text{

text-align: center;

color: #004ea2;

font-size: 24px;

font-family: 'zzgyht4';

letter-spacing: 3px;
}

.ProductIntroduction ul li:hover .txt{
    bottom: 0;
}
.ProductIntroduction ul li .txt{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    background: #004ea2;
    width: 470px;
    height: 277px;
    position: absolute;
    bottom: -277px;
}
.ProductIntroduction ul li .txt p{

color: #fff;

text-align: center;

border-bottom: 1px solid #fff;

margin: 0px 40px;

font-size: 22px;

letter-spacing: 3px;

font-family: 'zzgyht4';

padding: 15px 0px;

padding-top: 25px;
}
.ProductIntroduction ul li .txt span{
    
display: block;
    
color: #fff;
    
margin: 15px 42px;
    
font-size: 18px;
    
letter-spacing: 3px;
    
font-family: 'zzgyht4';
    
line-height: 24px;
}
.ProductIntroduction ol{
    
display: table;
    
width: 100%;
}
.ProductIntroduction ol .title{

background: none;

box-shadow: 0px 0px 10px #dadada;

cursor: auto;
}
.ProductIntroduction ol li{position: relative;float: left;margin-right: 35px;width: 376px;margin-bottom: 35px;background: #e3ecff;height: 150px;overflow: hidden;cursor: pointer;}
.ProductIntroduction ol li h4{
text-align: center;
color: #004ea2;
font-size: 24px;

font-family: 'zzgyht4';

letter-spacing: 3px;

line-height: 150px;
}
.ProductIntroduction ol li p{

text-align: center;

color: #434446;

font-size: 24px;

padding-top: 45px;

font-family: 'zzgyht4';
}
.ProductIntroduction ol li i{
background: url(../images/pic-38.png) no-repeat left center;
    display: inline-block;
    width: 42px;
    height: 16px;
    background-size: 100% 100%;
    font-size: 26px;
    margin-top: 14px;
}
.ProductIntroduction ol li .text{
    background: #004ea2;
    position: absolute;
    width: 376px;
    height: 150px;
    bottom: -150px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.ProductIntroduction ol li .text span{
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'zzgyht6';
    letter-spacing: 3px;
    line-height: 26px;
    padding: 30px;
    display: block;
}
.ProductIntroduction ol li:hover .text{
    bottom: 0px;
}
.ProductFunction{

padding-top: 50px;
}
.ProductFunction h3{
    
font-size: 30px;
    
color: #2A2E2E;
    
letter-spacing: 5px;
    
font-family: 'zzgyht1';
    
padding-bottom: 40px;
    
text-align: center;
}
.ProductFunction-box{

overflow: hidden;
}
.ProductFunction-box-main{
    float: left;
    width: 400px;
}
.ProductFunction-box-center{
    float: left;
    width: 400px;
}
.ProductFunction-box-center img{
    width: 90%;
    margin: auto;
    display: block;
}
.ProductFunction-1{
    background: url("../images/pic-1.png") no-repeat left top;
    background-size: 25px;
}
.ProductFunction-2{
    background: url("../images/pic-2.png") no-repeat left top;
}
.ProductFunction-3{
    background: url("../images/pic-3.png") no-repeat left top;
}
.ProductFunction-4{
    background: url("../images/pic-4.png") no-repeat left top;
}
.ProductFunction-5{
    background: url("../images/pic-5.png") no-repeat left top;
}
.ProductFunction-6{
    background: url("../images/pic-6.png") no-repeat left top;
}
.ProductFunction-box-main ul{

/* margin: 0px 25px; */
}
.ProductFunction-box-main ul li{

/* padding: 30px 0px; */

height: 155px;
}
.ProductFunction-box-main ul li h4{

font-size: 18px;

letter-spacing: 2px;

padding-left: 35px;

font-family: 'zzgyht1';
}
.ProductFunction-box-main ul li p{

color: #919191;

/* padding-left: 45px; */

background-size: 25px;

padding: 15px 0px;

padding-left: 35px;

font-size: 16px;

letter-spacing: 2px;

padding-left: 35px;

font-family: 'zzgyht4';

line-height: 24px;
}
.ProductFunction .sgg{

}
.ProductFunction .sgg ul{

overflow: hidden;
}
.ProductFunction .sgg ul li{

background: #f1f1f1;

float: left;

margin-right: 37px;

margin-bottom: 37px;

width: 210px;

height: 200px;

cursor: pointer;

position: relative;
}
.ProductFunction .sgg ul li i{

display: block;

text-align: center;

padding-top: 46px;
}
.ProductFunction .sgg ul li i img{

}
.ProductFunction .sgg ul li p{

font-size: 18px;

text-align: center;

font-family: 'zzgyht4';

color: #494949;

letter-spacing: 2px;
}

.ProductFunction .sgg ul li .text{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
position: absolute;
    
top: 0;
    
left: 0;
    
background: #1e52d8;
    
width: 100%;
    
height: 100%;
    z-index: 2;
opacity: 0;
}
.ProductFunction .sgg ul li .txt{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.ProductFunction .sgg ul li .text p{
    color: #fff;
}
.ProductFunction .sgg ul li:hover .txt{
    opacity: 0;
}
.ProductFunction .sgg ul li:hover .text{
    opacity: 1;
}
.ProductAdvantages{

padding-top: 70px;
}
.ProductAdvantages h3{

font-size: 30px;

color: #2A2E2E;

letter-spacing: 5px;

font-family: 'zzgyht1';

padding-bottom: 30px;

text-align: center;
}
.ProductAdvantages .s-title{
    /* color: #2D2D2D; */
    font-size: 17px;
    text-align: center;
    font-family: 'zzgyht6';
    color: #494949;
    letter-spacing: 2px;
    line-height: 30px;
}
.ProductAdvantages-pic{

/* overflow: hidden; */

display: table;

width: 100%;

padding: 35px 0px;
}
.ProductAdvantages-pic li{

float: left;

width: 385px;

margin-right: 20px;

cursor: pointer;

-webkit-transition: all 0.2s linear;

-moz-transition: all 0.2s linear;

-ms-transition: all 0.2s linear;

-o-transition: all 0.2s linear;
}
.ProductAdvantages-pic li img{

display: block;

width: 100%;
}
.ProductAdvantages-pic .active{
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
box-shadow: -4px 10px 10px #c3c3c3;
}
.ProductAdvantages-text{

}
.ProductAdvantages-text p{
    font-size: 18px;
    font-family: 'zzgyht6';
    color: #494949;
    letter-spacing: 2px;
    line-height: 30px;
    display: none;
}
.resources{
    overflow: hidden;
}
.resources li{

float: left;

width: 590px;

margin-right: 20px;

margin-bottom: 20px;

cursor: pointer;

height: 334px;

overflow: hidden;

position: relative;
}
.resources li img{
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    width: 100%;
}
.resources li:hover img{
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.resources li:hover p{
bottom: 0;
}
.resources li p{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    position: absolute;
    bottom: -60px;
    text-align: center;
    width: 100%;
    background: rgba(225,225,225,0.65);
    line-height: 60px;
    color: #004ea2;
    font-size: 24px;
    font-family: 'zzgyht4';
    letter-spacing: 5px;
    font-weight: bold;
}
.learningEdge{

overflow: hidden;

padding: 25px 0px;
}
.learningEdge li{

float: left;

margin-right: 60px;

width: 255px;

background: #e6e6e6;

padding: 25px 0px;

cursor: pointer;

-webkit-transition: all 0.2s linear;

-moz-transition: all 0.2s linear;

-ms-transition: all 0.2s linear;

-o-transition: all 0.2s linear;
}
.learningEdge li i{

display: block;

text-align: center;
}
.learningEdge li .default{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.learningEdge li .hover{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
display: none;
}
.learningEdge li p{

text-align: center;

font-family: 'zzgyht4';

color: #494949;

letter-spacing: 2px;

font-size: 18px;
}
.learningEdge li:hover .default{
    display: none;
}
.learningEdge li:hover .hover{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    display: block;
}
.learningEdge li:hover p{
    color: #004ea2;
}
.learningEdge-list{

}
.learningEdge li i img{
    width: 65px;
}
.learningEdge-list ul{
    overflow: hidden;
}
.learningEdge-list ul li{

float: left;

background: #3069c5;

color: #fff;

line-height: 45px;

/* margin-right: 38PX; */

/* width: 168px; */

text-align: center;

font-size: 16px;

font-family: 'zzgyht4';
}
.learningEdge-list .learningEdge-1 ul li{
width: 168px;
margin-right: 38PX;
}
.learningEdge .active .default{
    display: none;
}
.learningEdge .active .hover{
    display: block;
}
.learningEdge .active p{
    color: #004ea2;
}
.learningEdge-list .learningEdge-2 ul li{
    width: 570px;
    margin-right: 60PX;
}
.learningEdge-list .learningEdge-3 ul li{
    width: 255px;
    margin-right: 60PX;
}
.learningEdge-list .learningEdge-4 ul li{
    width: 570px;
    margin-right: 60PX;
}
.learningEdge-list div{
    display: none;
}
.learningEdge .active{
    
transform: scale(1.05);
    
box-shadow: -4px 10px 10px #c3c3c3;
}
.security-box{

}
.security-box ul{

overflow: hidden;
}
.security-box ul li{
    float: left;
    position: relative;
    margin-right: 30px;
    width: 380px;
    cursor: pointer;
    margin-bottom: 30px;
    height: 246px;
    overflow: hidden;
}
.security-box ul li img{
    width: 100%;
    display: block;
}
.security-box ul li p{
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    font-size: 22px;
    font-family: 'zzgyht4';
    letter-spacing: 1px;
}
.security-box ul li .default{
    top: 113px;
    opacity: 1;
}
.security-box ul li .hover{
    top: 100px;
    /* display: none; */
    opacity: 0;
}
.security-box ul li:hover img{
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    -webkit-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
}
.security-box ul li:hover .default{
    -moz-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
   opacity: 0;
}
.security-box ul li:hover .hover{
    -moz-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    opacity: 1;
}
.Security-advantages{
    
overflow: hidden;
}
.Security-advantages-left img{

}
.Security-advantages-left{

float: left;
}
.Security-advantages-right{

float: left;
}
.Security-advantages-right ul{

padding-top: 110px;

padding-left: 110px;
}
.Security-advantages-right ul .list1{
    background: url("../images/pic-25.png") no-repeat left center;
}
.Security-advantages-right ul .list2{
    background: url("../images/pic-26.png") no-repeat left center;

}
.Security-advantages-right ul .list3{
    background: url("../images/pic-27.png") no-repeat left center;

}
.Security-advantages-right ul .list4{
    background: url("../images/pic-28.png") no-repeat left center;

}
.Security-advantages-right ul li{background-size: 33px!important;line-height: 90px;font-size: 26px;font-family: 'zzgyht6';color: #326DCC;padding-left: 55px;}
.ProductService h3{
    
font-size: 30px;
    
color: #2A2E2E;
    
letter-spacing: 5px;
    
font-family: 'zzgyht1';
    
padding-bottom: 30px;
    
text-align: center;
    
padding-top: 70px;
}
.ProductService{

}
.ProductService ul{

overflow: hidden;
}
.ProductService ul li{
    cursor: pointer;
background: #326dcc;

float: left;

margin-right: 30px;

padding: 30px;

width: 320px;

height: 150px;

margin-bottom: 30px;
}
.ProductService ul li p{

color: #fff;
display: none;

text-align: center;

font-size: 26px;

font-family: 'zzgyht1';

padding-bottom: 15px;
}
.m-l-203{
    margin-left: 203px;
}
.ProductService ul li span{

color: #fff;
display: none;

font-family: 'zzgyht6';

font-size: 18px;

line-height: 34px;

padding-left: 82px;
}
.ProductService ul .stroll-1{
	background: url(../images/pic-39.png);
}
.ProductService ul .stroll-2{
	background: url(../images/pic-40.png);
}
.ProductService ul .stroll-3{
	background: url(../images/pic-41.png);
}
.ProductService ul .stroll-4{
	background: url(../images/pic-42.png);
}
.ProductService ul .stroll-5{
	background: url(../images/pic-43.png);
}
.ProductService ul li span i{

font-style: normal;

padding-right: 15px;
}
.talentDevelopment{
    padding-top: 50px;
    position: relative;
}
.talentDevelopment .banner{
   height: 500px;
   background: url("../images/staff-fz.png") no-repeat center center;
}
.talentDevelopment-text{
    background: #FFFFFF;
    position: absolute;
    left: 0;
    width: 440px;
    top: 170px;
    padding: 30px;
}
.talentDevelopment-text h3{

color: #2D2D2D;

font-family: 'zzgyht4';

font-size: 30px;

padding-bottom: 20px;

letter-spacing: 5px;
}
.talentDevelopment-text p{

font-size: 20px;

font-family: 'zzgyht6';

padding-bottom: 15px;

letter-spacing: 2px;
}
.talentDevelopment-text span{
    
font-family: 'zzgyht6';
    
font-size: 18px;
    
letter-spacing: 2px;
    
line-height: 30px;
}
.workEnvironment {

padding-top: 70px;
}
.workEnvironment h3{

text-align: center;

font-size: 30px;

color: #2A2E2E;

letter-spacing: 5px;

font-family: 'zzgyht1';

padding-bottom: 40px;

}
.workEnvironment dl{

float: left;

margin-right: 30px;

width: 585px;
}
.workEnvironment dl dt{

}
.workEnvironment dl dt img{

width: 100%;
}
.workEnvironment dl dd{

}
.workEnvironment dl dd h4{

font-size: 20px;

color: #2A2E2E;

letter-spacing: 5px;

font-family: 'zzgyht1';

padding-bottom: 10px;

padding-top: 18px;
}
.workEnvironment dl dd p{

font-size: 16px;

color: #2A2E2E;

letter-spacing: 1px;

font-family: 'zzgyht4';

line-height: 22px;
}
.workEnvironment-box{
    overflow: hidden;
}
.staff-activities{

padding-top: 70px;
}
.staff-activities h3{

text-align: center;

font-size: 30px;

color: #2A2E2E;

letter-spacing: 5px;

font-family: 'zzgyht1';

padding-bottom: 20px;
}
.staff-activities .s-title{

font-size: 17px;

text-align: center;

font-family: 'zzgyht6';

color: #494949;

letter-spacing: 2px;

line-height: 30px;

padding-bottom: 20px;
}
.staff-activities-pic{

overflow: hidden;
}
.staff-activities-pic .staff-box{
    height: 350px;
    float: left;
    position: relative;
    cursor: pointer;
}
.staff-activities-pic .staff-box .mb{
    width: 100%;
    height: 100%;
}
.staff-activities-pic .staff-box .mb h4{
    font-family: 'zzgyht1';
    color: #fff;
    font-size: 34px;
    padding-left: 10%;
    padding-top: 10%;
    letter-spacing: 5px;
    opacity: 1;
}
.staff-activities-pic .staff-box .mb p{
    font-family: 'zzgyht4';
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    opacity: 0;
    margin: 0px 5%;
    position: absolute;
    top: 50px;
    line-height: 28px;
}
.staff-activities-pic-1{
    background: url("../images/pic-31.png") no-repeat center center;
    width: 50%;
}
.staff-activities-pic-2{
    background: url("../images/pic-32.png") no-repeat;
    width: 50%;
}
.staff-activities-pic-3{
    background: url("../images/pic-33.png") no-repeat right center;
    width: 35%;
}
.staff-activities-pic-4{
    background: url("../images/pic-34.png") no-repeat center center;
    width: 65%;
}
.staff-activities-pic .staff-activities-pic-1 .mb{
    background: rgba(32,82,163,0.3);
}
.staff-activities-pic .staff-activities-pic-2 .mb{
    background: rgba(163,81,32,0.4);
}
.staff-activities-pic .staff-activities-pic-3 .mb{
    background: rgba(32,163,124,0.5);
}
.staff-activities-pic .staff-activities-pic-4 .mb{
    background: rgba(163,32,106,0.25);
}
.staff-activities-pic .staff-box:hover .mb h4{
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    -webkit-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
    opacity: 0;
}
.staff-activities-pic .staff-box:hover .mb p{
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    -webkit-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
    opacity: 1;
}
.staff-activities-pic .staff-activities-pic-1:hover .mb{
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    -webkit-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
    background: rgba(32,82,163,0.8);
}
.staff-activities-pic .staff-activities-pic-2:hover .mb{
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    -webkit-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
    background: rgba(163,81,32,0.8);
}
.staff-activities-pic .staff-activities-pic-3:hover .mb{
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    -webkit-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
    background: rgba(32,163,124,0.8);
}
.staff-activities-pic .staff-activities-pic-4:hover .mb{
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    -webkit-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
    background: rgba(163,32,106,0.8);
}
.JoinUs{
    height: 330px;
    background: url("../images/JoinUs.png") no-repeat center center;
    margin-top: 40px;
}
.lxwm{
    background: url("../images/lxwm.png") no-repeat center center;
}
.JoinUs h4{
    font-size: 30px;
    color: #2A2E2E;
    letter-spacing: 5px;
    font-family: 'zzgyht1';
    padding-bottom: 20px;
    font-weight: normal;
    padding-top: 85px;
    padding-left: 90px;
}
.JoinUs .link{
    color: #2052A3;
    padding-left: 90px;
    font-family: 'zzgyht4';
    font-size: 22px;
}
.JoinUs .icon_link{
    display: block;
    margin-left: 90px;
    margin-top: 25px;
}
.staff-banner h3{
    font-size: 35px;
    font-family: 'zzgyht1';
	color: #FFFFFF;
    font-weight: normal;
    letter-Spacing: 6px;
    padding-top: 210px;
}
.staff-banner p{
    font-size: 22px;
    font-family: 'zzgyht1';
    font-weight: normal;
	color: #FFFFFF;
    letter-Spacing: 5px;
    padding-top: 15px;
    line-height: 30px;
}
.industryInformation{

padding-top: 70px;
}
.industryInformation h3{
    font-size: 30px;
    color: #2A2E2E;
    letter-spacing: 5px;
    font-family: 'zzgyht1';
    padding-bottom: 40px;
}
.industryInformation h3 a{
    color: #676767;
    float: right;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    padding-top: 17px;
}
.industryInformation h3 a i{
    padding-left: 5px;
}
.industryInformation-box{

/* overflow: hidden; */

display: table;

width: 100%;
}
.industryInformation-box dl{

float: left;

margin-right: 25px;

width: 383px;

box-shadow: 0px 0px 10px #c3c3c3;

cursor: pointer;
}
.industryInformation-box dl dt{

width: 383px;

height: 215px;

overflow: hidden;
}
.industryInformation-box dl dt img{

width: 100%;

display: block;
}
.industryInformation-box dl dd{

padding: 20px;
}
.industryInformation-box dl dd h4{

font-family: 'zzgyht4';

font-size: 18px;

font-weight: normal;

padding: 15px 0px;

color: #2D2D2D;

padding-top: 0;
}
.industryInformation-box dl dd span{

color: #7F7F7F;

font-size: 16px;

font-family: 'zzgyht6';

line-height: 24px;

display: block;
}
.industryInformation-box dl dd i{

display: block;

font-family: 'zzgyht4';

font-style: normal;

color: #7F7F7F;

padding-top: 15px;

font-size: 16px;
}
.industryInformation-box dl:hover{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    box-shadow: -2px 8px 10px #c3c3c3;
}
.mission-box{
    padding-top: 70px;
}
.enterpriseTrends{

padding-top: 70px;
}
.enterpriseTrends h3{
    font-size: 30px;
    color: #2A2E2E;
    letter-spacing: 5px;
    font-family: 'zzgyht1';
    padding-bottom: 40px;
}
.enterpriseTrends h3 a{
    color: #676767;
    float: right;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    padding-top: 17px;
}
.enterpriseTrends h3 a i{
padding-left: 5px;
}
.enterpriseTrends-box{

overflow: hidden;
}
.enterpriseTrends-box-main{

width: 50%;

float: left;
}
.enterpriseTrends-box-main h4{
    
font-family: 'zzgyht1';
    
font-size: 18px;
    
padding-bottom: 30px;
}
.enterpriseTrends-box ul{

}
.enterpriseTrends-box ul li{

padding-bottom: 20px;
}
.enterpriseTrends-box ul li a{

display: inline-block;
}
.enterpriseTrends-box ul li a p{

font-size: 16px;

font-family: 'zzgyht1';
}
.enterpriseTrends-box ul li a span{

font-size: 14px;

padding: 5px 0px;

display: block;

color: #1E52D8;
}
.enterpriseTrends-box ul li a span i{

padding-left: 5px;
}
.enterpriseTrends-box ul li a em{

color: #7F7F7F;

font-style: normal;

font-size: 14px;
}
.enterpriseTrends-box-main div{
    margin: 0px 30px;
    border: 1px solid #B5B5B5;
    margin-left: 0;
    padding: 30px;
    padding-bottom: 0;
}
.cooperativePartner h3{

font-size: 30px;

color: #2A2E2E;

letter-spacing: 5px;

font-family: 'zzgyht1';

padding-bottom: 40px;
}
.cooperativePartner{
    padding-top: 70px;
}
.cooperativePartner ul{

overflow: hidden;
}
.cooperativePartner ul li{

float: left;

margin-right: 68px;
}
.cooperativePartner ul li img{
    
}
.cooperativePartner p{color: #1E52D8;text-align: center;letter-spacing: 5px;font-family: 'zzgyht1';font-size: 30px;padding: 20px;}

.news-xq{
	padding: 50px 15px 20px 15px;
}
.news-xq h3{
	text-align: center;
	font-size: 26px;
	padding-bottom: 35px;
	margin: 0px 50px;
}
.news-xq p{
	    text-indent: 2em;
	    font-size: 16px;
	    line-height: 26px;
	    padding-bottom: 15px;
}
.news-xq p img{
	display: block;
	margin: auto;
}

