@charset "utf-8";
body,div,img,p,a,h1,h2,h3,h4,h5,h6,span,ul,li{margin:0px;padding:0px;border:0px;background-color:none; text-decoration: none;font-family: "微软雅黑"；}
body{font-family:Arial, Gotham, "Helvetica Neue", Helvetica,  sans-serif;overflow-x:hidden ;}
ul,li{list-style-type:none;}
.clear{clear: both;}
.w{width: 1600px;display: block;margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}
.q0{float: right !important;margin-right: 0 !important;}
.wid{ width:1600px;}

/* header start */
.t_pchead{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
		background-color: none;
}
.t_pchead .w {
  position: relative;
  height: 116px;
  border-bottom: 1px rgba(255,255,255,.2) solid;
}
.t_pclogonr{
  /* padding-top: 32px;*/
}
.t_pclogonr img{
    display: inline-block;
}
.t_pcheadnr{
  
}

.t_pclogonr .t_cailogo{
    display: none;
}
.t_pchead.on .t_pclogonr .t_cailogo{
    display: inline-block;
}
.t_pchead.on .t_pclogonr .t_bailogo{
    display: none;
}
.t_yiqinav{
    line-height: 116px;
}
.t_pchead.on .t_yiqinav{
    color:#333;
}
.t_pcnavli{
    margin: 0 25px;
	position: relative;
}
.t_pcnavli a{
	color: #fff;
}
.t_soupic{
    width: 19px;
    line-height: 116px;
    cursor: pointer;
}
.t_pcnavli:hover > a::after, .headC li.on > a::after {
  transform: scale(1);
}
.t_pcnavli.yxnav_active1 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scale(1);
}
.t_pcnavli a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #004297;
	transform: scale(0);
}

.t_pcyu a{
    font-size: 16px;
    color:#fff;
    line-height: 116px;
    transition: all 0.36s;
	display: block;
}
.t_pcyu{
	position: relative;
	height: 116px;
	display: block;
}
.t_pcyu a {
	right:0;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: #004297;
	border-radius: 100%;
	top: 45px;
	position: absolute;
	}
.t_pchead.on .t_pcyu a{
    color:#333;
	background: rgba(255,255,255,.5);
}
.t_yiqinav::before{
    content: '';
    width: 0;
    height: 3px;
    background: #007AFF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.36s;
}
.t_pcdao{
    padding-left: 15px;
}
.t_pcrgli{
    padding: 0 30px;
	position: relative;
}

.t_pclanguage{
    padding-right: 0;
}
.t_pcnavli.yxnav_active1 .t_yiqinav{
    color:#007AFF;
}
.t_pchead.on{
    background: #fff;
    box-shadow: 0px 3px 31px 0px rgba(0,0,0,.05);
}
.t_pchead{
    transition: all 0.36s;
}


/* banner */
.head .banner{
	position: relative;
	width: 1920px;
	height: 695px;
	display: block;
	overflow: hidden;
}
.head .banner .img-about{
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.head .banner .banner-title{
	position: absolute;
	z-index: 11;
	width: 1400px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	bottom: 200px;
	color: #fff;
	
}
.head .banner .banner-title p{
	font-size: 26px;
}
.head .banner .banner-title h2{
	font-size: 56px;
}


/* sunav */
.com-tags {
  background: #fbfbfb;
}
.com-tags .w1280{
	width: 1280px;
	margin: 0 auto;
	display: block;
}
.com-tags  .sunav{
	display: flex;
	justify-content: left;
}
.com-tags .sunav li{
	position: relative;
	display: block;
	margin: 0 20px;
}
.com-tags .sunav li a{
	padding: 0 10px;
	
	line-height: 94px;
	display: block;
	color: #5f5f5f;
	
}

.com-tags .sunav li a.on{
	color: #003d89;
}
.com-tags .sunav li a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #003d89;
	transform: scale(0);
	
}
.com-tags .sunav li:hover > a::after, .headC li.on > a::after {
  transform: scale(1);
}
.com-tags .sunav li a.on::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #003d89;
	transform: scale(1);
	
}

/* main-about */
.main-ab{
	padding: 60px 0 120px;
}
.main-ab .w{
	display: flex;
	justify-content: space-between;
}
.main-ab .left{
	width: 960px;
	display: block;
	background:url(../images/about_bg.png) no-repeat ;
	background-size: 100%;
}
.main-ab .left .title{
	margin: 50px 0;
	padding-left: 30px;
}
.main-ab .left .title h3{
	color: #003d89;
	font-size: 32px;
	margin-bottom: 5px;
}
.main-ab .left .title span{
	font-size: 24px;
	
}
.main-ab .left .text p{
	padding:0 50px 0 30px;
	text-align: justify;
	line-height: 30px;
	font-size: 18px;
	color: #5f5f5f;
	margin: 20px 0;
	letter-spacing: 0px;
}
.main-ab .right{
	display: block;
}

/* 数据 */

.product-num-box{width: 100%;padding: 50px 0;}
.product-num-content{text-align: center;font-size: 0;}
.product-num-head{ margin-top: 80px;font-size: 0;}

.product-num-item{
    text-align: center;
    position: relative;
    display: inline-block;
    width: 246px;
    font-size: 108px;
    color: #000;
    line-height: 0;
}

.product-num-nub{
    display: inline-block;
    width: 240px;
    font-size: 108px;
    color: #074d9f;
    line-height: 62px;
	font-weight: bold;
}

.product-num-add{
    font-size: 24px;
    color: #000;
    position: absolute;
    right: 12px;
	top: 35px;
}
.product-num-item:nth-child(2) .product-num-add{right:12px;}
.product-num-item:nth-child(3) .product-num-add{right:0px;}
.product-num-item:nth-child(4) .product-num-add{right:-77px;}
.product-num-inf{
    font-size: 14px;
    color: #000;
    line-height: 0;
    margin-left: 0px;
}


.product-num-wan{
    position:absolute;
    right: 55px;
    top: 0px;
}

.demo { 
	text-align:center; 
	display: flex;
	justify-content: space-between;
}
.demo span.counter { 
	display: inline-block;
    width: 240px;
    font-size: 42px;
    color: #003d89;
    line-height: 32px;
    font-weight: bold;
	}
	
/* 愿景 价值观 */

.abCpjj {
    width: 100%;
    height: 566px;
    background: url(../images/2-bg.jpg) no-repeat;
    background-size:103% 100%;
    position: relative;
    
}

.abCpjjtit {
    color: #fff;
}

.abCpjj ul {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.abCpjj ul li {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;

    overflow: hidden;
    transition: all 1s;
}

.abCpjj ul li:first-child:hover {
    background: rgba(0, 51, 157, 0.2) !important;
    transition: all 1s;
}

.abCpjj ul li:last-child:hover {
    background: rgba(0, 140, 214, 0.2) !important;
    transition: all 1s;
}

.abCpjjtit {
    padding: 40px 30px;
}

.abCpjjtit h5 {
    font-size: 36px;
    font-weight: normal;
    transition: all 1s;
}

.abCpjjtit p {
    padding: 20px 0;
    min-height: 140px;
    font-size: 16px;
    transition: all 1s;
	line-height: 32px;
}

.abCpjjtit:hover p{
    transform: translateY(-20px);
    transition: all 1s;
}
.abCpjjtit:hover h5{
    transform: translateY(-20px);
    transition: all 1s;
}

/* 公司荣誉 */
.gsry{
	padding: 150px 0 50px;
	display: block;
}
.gsry .title{
	text-align: center;
	
}
.gsry .title h2{
	color:#003d89 ;
	font-size: 36px;
}
.gsry .title p{
	margin: 5px 0 50px;
	font-size: 22px;
}

/*<!--底部咨询-->*/
.zx{
	background: #004297;
	padding: 60px 0;
	display: flex;		
	flex-wrap: wrap;
	align-items: center;	
	color: #fff;	
	height: 330px;
}
.zx_l{
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: column;								
	align-items: center;	
}
.zx_l::after{
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	right: 0;
	top: 0%;
}
.zx .More{
	position:  initial;	
	color: #fff;			
}
.zx span{
	color: #fff;
	font-size: 16px;
}
.zx_l img{
	width: 35px;
	margin-bottom: 10px;
}
.zx_l .zHe_p{
	text-align: center;
	margin: 20px 0 30px;
}
.zx_r{
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: column;								
	align-items: center;
}
.zx_r .zHe_p{
	margin: 20px 0 30px;
	font-size: 16px;
	letter-spacing: 2px;
}
.zx_r .zx_ipt{
	width: 40%;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding: 5px 0;				
}
.zx_r .zx_ipt form{
	display: flex;
	justify-content: space-between;
}
.zx_r .zx_ipt input{
	width: 80%;
	background: none;
	outline: none;
	border: none;
	color: #fff;
}
.zx_r .zx_ipt input::-webkit-input-placeholder{
    color: #fff;
}
.zx_r .zx_ipt input::-moz-placeholder{ 
    color: #fff;
}
.zx_r .zx_ipt input:-moz-placeholder{   
    color: #fff;
}
.zx_r .zx_ipt input:-ms-input-placeholder{  
    color: #fff;
}
.zx_r .zx_ipt img{
	width: 20px;
}

/*<!--底部-->*/			
.foot{				
	background: #2e353c;
}
.foot .inner {
  position: relative;
  max-width: 1900px;
  width: 80%;
  margin: 0 auto;
}
.foot_lx{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.lx_img img{
	width: 25px;
	margin: 0 10px;
}
.foot_nav{
	margin: 20px 0 30px;
	color: rgba(255,255,255,0.6);
}
.foot_nav ul{
	display: flex;
	justify-content: space-between;
}
.foot_nav ul li{
	display: flex;
	flex-direction: column;
}
.foot_nav ul li a{
	font-size: 12px;
	color: rgba(255,255,255,0.4);
	padding: 4px 0;
}
.foot_nav ul li a:first-child{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	padding: 10px 0;
}

.foot_bot p{
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 10px 0;
	font-size: 12px;
	color: rgba(255,255,255,0.4);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:0px;
}

@media screen and (max-width:1399px) {

@charset "utf-8";
body,div,img,p,a,h1,h2,h3,h4,h5,h6,span,ul,li{margin:0px;padding:0px;border:0px;background-color:none; text-decoration: none;font-family: "微软雅黑"；}
body{font-family:Arial, Gotham, "Helvetica Neue", Helvetica,  sans-serif;overflow-x:hidden ;}
ul,li{list-style-type:none;}
.clear{clear: both;}
.w{width: 98%;display: block;margin: 0 1%;}
.fl{float: left;}
.fr{float: right;}
.q0{float: right !important;margin-right: 0 !important;}
.wid{ width:80%; margin:0 10%;}


/* header start */
.t_pchead{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.t_pchead .on{
	background: none;
}
.t_pchead .w {
  position: relative;
  height: 116px;
  border-bottom: 1px rgba(255,255,255,.2) solid;
}
.t_pclogonr{
   /* padding-top: 32px; */
}
.t_pclogonr img{
    display: inline-block;
}
.t_pcheadnr{
  
}

.t_pclogonr .t_cailogo{
    display: none;
}
.t_pchead.on .t_pclogonr .t_cailogo{
    display: inline-block;
}
.t_pchead.on .t_pclogonr .t_bailogo{
    display: none;
}
.t_yiqinav{
    line-height: 116px;
}
.t_pchead.on .t_yiqinav{
    color:#333;
}
.t_pcnavli{
    margin: 0 25px;
	position: relative;
}
.t_pcnavli a{
	color: #fff;
}
.t_soupic{
    width: 19px;
    line-height: 116px;
    cursor: pointer;
}
.t_pcnavli:hover > a::after, .headC li.on > a::after {
  transform: scale(1);
}
.t_pcnavli.yxnav_active1 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scale(1);
}
.t_pcnavli a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #004297;
	transform: scale(0);
}

.t_pcyu a{
    font-size: 16px;
    color:#fff;
    line-height: 116px;
    transition: all 0.36s;
	display: block;
}
.t_pcyu{
	position: relative;
	height: 116px;
	display: block;
}
.t_pcyu a {
	right:0;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: #004297;
	border-radius: 100%;
	top: 45px;
	position: absolute;
	}
.t_pchead.on .t_pcyu a{
    color:#333;
	background: rgba(255,255,255,.5);
}
.t_yiqinav::before{
    content: '';
    width: 0;
    height: 3px;
    background: #007AFF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.36s;
}
.t_pcdao{
    padding-left: 15px;
}
.t_pcrgli{
    padding: 0 30px;
	position: relative;
}

.t_pclanguage{
    padding-right: 0;
}
.t_pcnavli.yxnav_active1 .t_yiqinav{
    color:#007AFF;
}
.t_pchead.on{
    background: #fff;
    box-shadow: 0px 3px 31px 0px rgba(0,0,0,.05);
}
.t_pchead{
    transition: all 0.36s;
}


/* banner */
.head .banner{
	position: relative;
	width: 100%;
	height: 695px;
	display: block;
	overflow: hidden;
}
.head .banner .img-about{
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.head .banner .banner-title{
	position: absolute;
	z-index: 11;
	width: 100%;
	left: 5%;
	right: 0;
	margin: 0 auto;
	display: block;
	bottom: 200px;
	color: #fff;
	
}
.head .banner .banner-title p{
	font-size: 26px;
}
.head .banner .banner-title h2{
	font-size: 56px;
}


/* sunav */
.com-tags {
  background: #fbfbfb;
}
.com-tags .w1280{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.com-tags  .sunav{
	display: flex;
	justify-content: left;
}
.com-tags .sunav li{
	position: relative;
	display: block;
	margin: 0 20px;
}
.com-tags .sunav li a{
	padding: 0 10px;
	
	line-height: 94px;
	display: block;
	color: #5f5f5f;
	
}

.com-tags .sunav li a.on{
	color: #003d89;
}
.com-tags .sunav li a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #003d89;
	transform: scale(0);
	
}
.com-tags .sunav li:hover > a::after, .headC li.on > a::after {
  transform: scale(1);
}
.com-tags .sunav li a.on::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #003d89;
	transform: scale(1);
	
}

/* main-about */
.main-ab{
	padding: 60px 0 120px;
}
.main-ab .w{
	display: flex;
	justify-content: space-between;
}
.main-ab .left{
	width: 60%;
	display: block;
	background:url(../images/about_bg.png) no-repeat ;
	background-size:cover;
	background-size: 100%;
}
.main-ab .left .title{
	margin: 50px 0;
	padding-left: 30px;
}
.main-ab .left .title h3{
	color: #003d89;
	font-size: 32px;
	margin-bottom: 5px;
}
.main-ab .left .title span{
	font-size: 24px;
	
}
.main-ab .left .text p{
	padding:0 50px 0 30px;
	text-align: justify;
	line-height: 30px;
	font-size: 18px;
	color: #5f5f5f;
	margin: 20px 0;
	letter-spacing: 0px;
}
.main-ab .right{
	display: block;
	margin-right:2%;
	width:35%;
}
.main-ab .right img{ width:100%;}
/* 数据 */

.product-num-box{width: 100%;padding: 50px 0;}
.product-num-content{text-align: center;font-size: 0;}
.product-num-head{ margin-top: 80px;font-size: 0;}

.product-num-item{
    text-align: center;
    position: relative;
    display: inline-block;
    width: 25%;
    font-size: 108px;
    color: #000;
    line-height: 0;
}

.product-num-nub{
    display: inline-block;
    width: 25%;
    font-size: 108px;
    color: #074d9f;
    line-height: 62px;
	font-weight: bold;
}

.product-num-add{
    font-size: 24px;
    color: #000;
    position: absolute;
    right: -20px;
	top: 35px;
}
.product-num-item:nth-child(2) .product-num-add{right:-0px;}
.product-num-item:nth-child(3) .product-num-add{right:-0px;}
.product-num-item:nth-child(4) .product-num-add{right:-37px;}
.product-num-inf{
    font-size: 18px;
    color: #000;
    line-height: 0;
    margin-left: 30px;
	display:block;
	float:left; text-align:center; width:100%;
}


.product-num-wan{
    position:absolute;
    right: 55px;
    top: 0px;
}

.demo { 
	text-align:center; 
	display: flex;
	justify-content: space-between;
}
.demo span.counter { 
	display: inline-block;
    width: 25%;
    font-size: 32px;
    color: #003d89;
    line-height: 62px;
    font-weight: bold;
	}
	
/* 愿景 价值观 */

.abCpjj {
    width: 100%;
    height: 566px;
    background: url(../images/2-bg.jpg) no-repeat;
    background-size:103% 100%;
    position: relative;
    
}

.abCpjjtit {
    color: #fff;
}

.abCpjj ul {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.abCpjj ul li {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;

    overflow: hidden;
    transition: all 1s;
}

.abCpjj ul li:first-child:hover {
    background: rgba(0, 51, 157, 0.2) !important;
    transition: all 1s;
}

.abCpjj ul li:last-child:hover {
    background: rgba(0, 140, 214, 0.2) !important;
    transition: all 1s;
}

.abCpjjtit {
    padding: 40px 30px;
}

.abCpjjtit h5 {
    font-size: 36px;
    font-weight: normal;
    transition: all 1s;
}

.abCpjjtit p {
    padding: 20px 0;
    min-height: 140px;
    font-size: 16px;
    transition: all 1s;
	line-height: 32px;
}

.abCpjjtit:hover p{
    transform: translateY(-20px);
    transition: all 1s;
}
.abCpjjtit:hover h5{
    transform: translateY(-20px);
    transition: all 1s;
}

/* 公司荣誉 */
.gsry{
	padding: 150px 0 50px;
	display: block;
}
.gsry .title{
	text-align: center;
	
}
.gsry .title h2{
	color:#003d89 ;
	font-size: 36px;
}
.gsry .title p{
	margin: 5px 0 100px;
	font-size: 22px;
}

/*<!--底部咨询-->*/
.zx{
	background: #004297;
	padding: 60px 0;
	display: flex;		
	flex-wrap: wrap;
	align-items: center;	
	color: #fff;	
	height: auto;
}
.zx_l{
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: column;								
	align-items: center;	
}
.zx_l::after{
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	right: 0;
	top: 0%;
}
.zx .More{
	position:  initial;	
	color: #fff;			
}
.zx span{
	color: #fff;
	font-size: 16px;
}
.zx_l img{
	width: 35px;
	margin-bottom: 10px;
}
.zx_l .zHe_p{
	text-align: center;
	margin: 20px 0 30px;
}
.zx_r{
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: column;								
	align-items: center;
}
.zx_r .zHe_p{
	margin: 20px 0 30px;
	font-size: 16px;
	letter-spacing: 2px;
}
.zx_r .zx_ipt{
	width: 30%;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding: 5px 0;				
}
.zx_r .zx_ipt form{
	display: flex;
	justify-content: space-between;
}
.zx_r .zx_ipt input{
	width: 80%;
	background: none;
	outline: none;
	border: none;
	color: #fff;
}
.zx_r .zx_ipt input::-webkit-input-placeholder{
    color: #fff;
}
.zx_r .zx_ipt input::-moz-placeholder{ 
    color: #fff;
}
.zx_r .zx_ipt input:-moz-placeholder{   
    color: #fff;
}
.zx_r .zx_ipt input:-ms-input-placeholder{  
    color: #fff;
}
.zx_r .zx_ipt img{
	width: 20px;
}

/*<!--底部-->*/			
.foot{				
	background: #2e353c;
}
.foot .inner {
  position: relative;
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
}
.foot_lx{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.lx_img img{
	width: 25px;
	margin: 0 10px;
}
.foot_nav{
	margin: 20px 0 30px;
	color: rgba(255,255,255,0.6);
}
.foot_nav ul{
	display: flex;
	justify-content: space-between;
}
.foot_nav ul li{
	display: flex;
	flex-direction: column;
}
.foot_nav ul li a{
	font-size: 12px;
	color: rgba(255,255,255,0.4);
	padding: 4px 0;
}
.foot_nav ul li a:first-child{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	padding: 10px 0;
}

.foot_bot p{
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 10px 0;
	font-size: 12px;
	color: rgba(255,255,255,0.4);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
}
@media screen and (max-width:768px) {


@charset "utf-8";
body,div,img,p,a,h1,h2,h3,h4,h5,h6,span,ul,li{margin:0px;padding:0px;border:0px;background-color:none; text-decoration: none;font-family: "微软雅黑"；}
body{font-family:Arial, Gotham, "Helvetica Neue", Helvetica,  sans-serif;overflow-x:hidden ;}
ul,li{list-style-type:none;}
.clear{clear: both;}
.w{width: 98%;display: block;margin: 0 1%;}
.fl{float: left;}
.fr{float: right;}
.q0{float: right !important;margin-right: 0 !important;}
.wid{ width:80%; margin:0 10%;}


/* header start */
.t_pchead{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.t_pchead .w {
  position: relative;
  height: 116px;
  border-bottom: 1px rgba(255,255,255,.2) solid;
}
.t_pclogonr{
   /* padding-top: 32px; */
}
.t_pclogonr img{
    display: inline-block;
}
.t_pcheadnr{
  
}

.t_pclogonr .t_cailogo{
    display: none;
}
.t_pchead.on .t_pclogonr .t_cailogo{
    display: inline-block;
}
.t_pchead.on .t_pclogonr .t_bailogo{
    display: none;
}
.t_yiqinav{
    line-height: 116px;
}
.t_pchead.on .t_yiqinav{
    color:#333;
}
.t_pcnavli{
    margin: 0 25px;
	position: relative;
}
.t_pcnavli a{
	color: #fff;
}
.t_soupic{
    width: 19px;
    line-height: 116px;
    cursor: pointer;
}
.t_pcnavli:hover > a::after, .headC li.on > a::after {
  transform: scale(1);
}
.t_pcnavli.yxnav_active1 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scale(1);
}
.t_pcnavli a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #004297;
	transform: scale(0);
}

.t_pcyu a{
    font-size: 16px;
    color:#fff;
    line-height: 116px;
    transition: all 0.36s;
	display: block;
}
.t_pcyu{
	position: relative;
	height: 116px;
	display: block;
}
.t_pcyu a {
	right:0;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: #004297;
	border-radius: 100%;
	top: 45px;
	position: absolute;
	}
.t_pchead.on .t_pcyu a{
    color:#333;
	background: rgba(255,255,255,.5);
}
.t_yiqinav::before{
    content: '';
    width: 0;
    height: 3px;
    background: #007AFF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.36s;
}
.t_pcdao{
    padding-left: 15px;
}
.t_pcrgli{
    padding: 0 30px;
	position: relative;
}

.t_pclanguage{
    padding-right: 0;
}
.t_pcnavli.yxnav_active1 .t_yiqinav{
    color:#007AFF;
}
.t_pchead.on{
    background: #fff;
    box-shadow: 0px 3px 31px 0px rgba(0,0,0,.05);
}
.t_pchead{
    transition: all 0.36s;
}


/* banner */
.head .banner{
	position: relative;
	width: 100%;
	height: 695px;
	display: block;
	overflow: hidden;
}
.head .banner .img-about{
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.head .banner .banner-title{
	position: absolute;
	z-index: 11;
	width: 100%;
	left: 5%;
	right: 0;
	margin: 0 auto;
	display: block;
	bottom: 200px;
	color: #fff;
	
}
.head .banner .banner-title p{
	font-size: 26px;
}
.head .banner .banner-title h2{
	font-size: 56px;
}


/* sunav */
.com-tags {
  background: #fbfbfb;
}
.com-tags .w1280{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.com-tags  .sunav{
	display: flex;
	justify-content: left;
}
.com-tags .sunav li{
	position: relative;
	display: block;
	margin: 0 5px;
}
.com-tags .sunav li a{
	padding: 0 5px;
	
	line-height: 94px;
	display: block;
	color: #5f5f5f;
	
}

.com-tags .sunav li a.on{
	color: #003d89;
}
.com-tags .sunav li a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #003d89;
	transform: scale(0);
	
}
.com-tags .sunav li:hover > a::after, .headC li.on > a::after {
  transform: scale(1);
}
.com-tags .sunav li a.on::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #003d89;
	transform: scale(1);
	
}

/* main-about */
.main-ab{
	padding: 60px 0 20px;
}
.main-ab .w{
	display: flex;
	justify-content: space-between;
}
.main-ab .left{
	width: 100%;
	display: block;
	background:url(../images/about_bg.png) no-repeat ;
	background-size:cover;
	background-size: 100%;
}
.main-ab .left .title{
	margin: 50px 0;
	padding-left: 30px;
}
.main-ab .left .title h3{
	color: #003d89;
	font-size: 32px;
	margin-bottom: 5px;
}
.main-ab .left .title span{
	font-size: 24px;
	
}
.main-ab .left .text p{
	padding:0 50px 0 30px;
	text-align: justify;
	line-height: 36px;
	font-size: 18px;
	color: #5f5f5f;
	margin: 20px 0;
	letter-spacing: 2px;
}
.main-ab .right{
	display: none;
	margin-right:2%;
	width:35%;
}
.main-ab .right img{ width:100%;}
/* 数据 */

.product-num-box{width: 100%;padding: 50px 0; display:none;}
.product-num-content{text-align: center;font-size: 0;}
.product-num-head{ margin-top: 80px;font-size: 0;}

.product-num-item{
    text-align: center;
    position: relative;
    display: inline-block;
    width: 25%;
    font-size: 108px;
    color: #000;
    line-height: 0;
}

.product-num-nub{
    display: inline-block;
    width: 25%;
    font-size: 108px;
    color: #074d9f;
    line-height: 62px;
	font-weight: bold;
}

.product-num-add{
    font-size: 24px;
    color: #000;
    position: absolute;
    right: 25px;
	top: 35px;
}
.product-num-item:nth-child(2) .product-num-add{right:40px;}
.product-num-item:nth-child(3) .product-num-add{right:45px;}
.product-num-item:nth-child(4) .product-num-add{right:7px;}
.product-num-inf{
    font-size: 18px;
    color: #000;
    line-height: 0;
    margin-left: 0px;
	display:block;
	float:left; text-align:center; width:100%;
}


.product-num-wan{
    position:absolute;
    right: 55px;
    top: 0px;
}

.demo { 
	text-align:center; 
	display: flex;
	justify-content: space-between;
}
.demo span.counter { 
	display: inline-block;
    width: 25%;
    font-size: 32px;
    color: #003d89;
    line-height: 62px;
    font-weight: bold;
	}
	
/* 愿景 价值观 */

.abCpjj {
	display:block;
	float:left;
    width: 100%;
    height: auto;
    background: url(../images/2-bg.jpg) no-repeat;
    background-size:103% 100%;
    position: relative;
    
}

.abCpjjtit {
    color: #fff;
}

.abCpjj ul {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.abCpjj ul li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;

    overflow: hidden;
    transition: all 1s;
}

.abCpjj ul li:first-child:hover {
    background: rgba(0, 51, 157, 0.2) !important;
    transition: all 1s;
}

.abCpjj ul li:last-child:hover {
    background: rgba(0, 140, 214, 0.2) !important;
    transition: all 1s;
}

.abCpjjtit {
    padding: 40px 30px;
}

.abCpjjtit h5 {
    font-size: 36px;
    font-weight: normal;
    transition: all 1s;
}

.abCpjjtit p {
    padding: 20px 0;
    min-height: 140px;
    font-size: 16px;
    transition: all 1s;
	line-height: 32px;
}

.abCpjjtit:hover p{
    transform: translateY(-20px);
    transition: all 1s;
}
.abCpjjtit:hover h5{
    transform: translateY(-20px);
    transition: all 1s;
}

/* 公司荣誉 */
.gsry{
	padding: 150px 0 50px;
	display: block;
}
.gsry .title{
	text-align: center;
	
}
.gsry .title h2{
	color:#003d89 ;
	font-size: 36px;
}
.gsry .title p{
	margin: 5px 0 100px;
	font-size: 22px;
}

/*<!--底部咨询-->*/
.zx{
	background: #004297;
	padding: 60px 0;
	display: block;		
	flex-wrap: wrap;
	align-items: center;	
	color: #fff;	
	height: auto;
}
.zx_l{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;								
	align-items: center;	
}
.zx_l::after{
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	right: 0;
	top: 0%;
}
.zx .More{
	position:  initial;	
	color: #fff;			
}
.zx span{
	color: #fff;
	font-size: 16px;
}
.zx_l img{
	width: 35px;
	margin-bottom: 10px;
}
.zx_l .zHe_p{
	text-align: center;
	margin: 20px 0 30px;
}
.zx_r{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;								
	align-items: center;
}
.zx_r .zHe_p{
	margin: 20px 0 30px;
	font-size: 16px;
	letter-spacing: 2px;
}
.zx_r .zx_ipt{
	width: 30%;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding: 5px 0;				
}
.zx_r .zx_ipt form{
	display: flex;
	justify-content: space-between;
}
.zx_r .zx_ipt input{
	width: 80%;
	background: none;
	outline: none;
	border: none;
	color: #fff;
}
.zx_r .zx_ipt input::-webkit-input-placeholder{
    color: #fff;
}
.zx_r .zx_ipt input::-moz-placeholder{ 
    color: #fff;
}
.zx_r .zx_ipt input:-moz-placeholder{   
    color: #fff;
}
.zx_r .zx_ipt input:-ms-input-placeholder{  
    color: #fff;
}
.zx_r .zx_ipt img{
	width: 20px;
}

/*<!--底部-->*/			
.foot{				
	background: #2e353c;
}
.foot .inner {
  position: relative;
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
}
.foot_lx{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: none;
}

.lx_img img{
	width: 25px;
	margin: 0 10px;
}
.foot_nav{
	margin: 20px 0 30px;
	color: rgba(255,255,255,0.6);
}
.foot_nav ul{
	display: none;
	justify-content: space-between;
}
.foot_nav ul li{
	display: flex;
	flex-direction: column;
}
.foot_nav ul li a{
	font-size: 12px;
	color: rgba(255,255,255,0.4);
	padding: 4px 0;
}
.foot_nav ul li a:first-child{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	padding: 10px 0;
}

.foot_bot p{
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 10px 0;
	font-size: 12px;
	color: rgba(255,255,255,0.4);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0px;
}

}