﻿@charset 'utf-8';

@font-face {
    font-family: 'Conv_Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: local('☺'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_HelveticaNeueLTPro-ThEx';
    src: url('../fonts/HelveticaNeueLTPro-ThEx.eot');
    src: local('☺'), url('../fonts/HelveticaNeueLTPro-ThEx.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-ThEx.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-ThEx.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSerifSC-Heavy';
    src: url('../fonts/SourceHanSerifSC-Heavy.otf');
    font-weight: normal;
    font-style: normal;
}

body{
	overflow: hidden;
    max-width: 1920px;
    margin:0 auto;
}
.container{max-width: 1200px; margin:0 auto;}
.nav{
	width:100%;
	position:fixed;
	top:0;
	z-index: 99;
	border-bottom:1px solid rgba(255,255,255,0.18);
	height:86px;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.nav.act{
    border-bottom: 1px solid rgba(255,255,255,0); 
    background:rgba(0,0,0,0);
    z-index: 117;
}
.pcdaohangwai {
    background: #fff;
    width: 100%;
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;   
}
.pcdaohangwai.act{
    border-bottom: 1px solid rgba(255,255,255,0); 
    background:rgba(0,0,0,0);
}
.pcdaohangwai.act .navbox{
    display:none;
}
.pcdaohangwai.act .sousuoa{
    display:none;
}
.navcon{
	padding:0px 153px 0px 100px;
	position:relative;
    height:86px;	
}
.navitem>a{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-family:"微软雅黑";
	padding:35px 20px;
}
.navitem.act a{
    color:#333333;
}
.nav_asida.active a{
    color:#009cff;
}
.navitem.active a{
	color:#009cff;
}
.navitem.active .lanjian{
    opacity: 1;
}
.logo{
	width:280px;
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo.act{
    display:none;
}
.logo_b{
    /*opacity: 0;*/
    display:none;
    position:absolute;
    top:0;
    left:0;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.logo_a{
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;   
}
.logo_b.act{
    opacity: 1;
}
.logo_a.act{
    opacity:01;
}
.logo img{
	width:100%;
}
.sousuoa{
	width:27px;
	position:absolute;
	top:50%;
	right:151px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	cursor: pointer;	
}
.sousuoa.act{
    display:none;
}
.sousuo_b{
    display:none;
}
.sousuo_a{
    display:block;
}
.sousuo_a.act{
    display:none;
}
.sousuo_b.act{
    display:block;
}
.navbox {
	margin-right:51px;
}
.navbox.act{
    display: none;
}
.sousuoa img{
	width:100%;
}
.menu_a{
	width:100px;
	height:86px;
	background:#467197;
	position:absolute;
	top:0;
	right:0;
}
.openmenu{
    display: block;
    position: relative;
    width: 28px;
    height: 50px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.openmenu span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
}
.openmenu span::after, .openmenu span::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: #fff;
}
.openmenu span::after{
	top:-10px;
}
.openmenu span::before{
	bottom:-10px;
}
.openmenu.act span {
    background: rgba(255,255,255,0);
}
.openmenu.act span::before {
    top: 0;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);

}
.openmenu.act span::after {
    top: 0;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg);
}
.anniucon{
	position:absolute;
	bottom:260px;
	left:360px;
	z-index: 80;
	background:#4e5965;
	width:72px;
	height:72px;	
	border-radius: 50%;
	text-align: center;
	/*line-height: 72px;*/
    animation: myfirst 2s;
    -webkit-animation: myfirst 2s; /* Safari 与 Chrome */
}
@keyframes myfirst
{
    from {left: -100%;}
    to {left: 360px;}
}
.anniucon::after{
	position:absolute;
	content: '';
	width:360px;
	height:1px;
	background:#ffffff;
	top:50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	left:-360px;
}
.anniu{
	background:#ed831a;
	width:54px;
	height:54px;
	border-radius:50%;
	text-align: center;
	line-height: 54px;
	display:inline-block;
	cursor: pointer;
    position:relative;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hide{
	opacity: 0;
}
.san_a{
	color: #fff;
	font-size: 16px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/***搜索***/

.search{

    position: fixed;

    top: 86px;

    left: 0;

    width: 100%;

    height: 80px;

    z-index: 302;
    display:none;
    background-color:rgba(38,42,50,1);
   /*	box-shadow: -1px 2px 16px #8c8c8c;*/
}
#cdk::-webkit-input-placeholder{color:#fff;}    /* 使用webkit内核的浏览器 */
#cdk::-moz-placeholder{color:#fff;}                  /* Firefox版本4-18 */
#cdk::-moz-placeholder{color:#fff;}                  /* Firefox版本19+ */
#cdk::-ms-input-placeholder{color:#fff;}           /* IE浏览器 */
.search .pcbb{

    position: absolute;

    top:0px;

    left: 0px;
    width: 100%;

    /*height: 100%;*/
    height:80px;
}

.pcs_close{

    position: absolute;

    top: 2px;

    left: 0px;

    cursor: pointer;    

    -webkit-transition: all .5s ease 0s;

    -moz-transition: all .5s ease 0s;

    -ms-transition: all .5s ease 0s;

    -o-transition: all .5s ease 0s;

    transition: all .5s ease 0s;
    width:16px;
    display:none;
    z-index: 50;

}
.pcs_close img{
	width:100%;
}
.search .pcs_close:hover{

    transform: rotate(180deg);

    -o-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

}

.search .pcs_close img{

    width: 26px;

}

.search .pcsearch {

    position: absolute;

    left: 50%;

    top: 50%;



    max-width: 100%;



    text-align: center;



    -webkit-transform: translate(-50%,-50%);

    -moz-transform: translate(-50%,-50%);

    -ms-transform: translate(-50%,-50%);

    -o-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);

}

.search .pcsearch .pstitle{

    /*margin-bottom: 35px;*/
    display:none;

}

.search .pcsearch .pstitle img{

    width: 210px;

}

.search .pcsearch h5{

/*    margin-bottom: 90px;*/



    font-size: 28px;

    color: #ffffff;

    text-transform: uppercase;

    /* font-family: 'Century Gothic'; */

    font-family: 'å¾®è½¯é›…é»‘';
	display:none;
}

.search .pcsearch .sebox{

    width: 850px;
    max-width: 100%;
    position:relative;

}

.search .pcsearch .sebox input{

    float: left;
    width: calc(100% - 96px);
    height: 80px;
    padding-left: 30px;
    margin-right: 17px;
    color: #fff;
    font-size: 18px;

}
.cuohao{
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
       transform: translateY(-50%);
    right: 0;
    display:none;

}
.cuohaoa{
    color:#333;
}
.cuohao.act{
    color:#333;
}
.search .pcsearch .sebox span{

    display: inline-block;

    width: 79px;

    height: 79px;

    /*background-color: #50e2d7;*/

    text-align: center;

    line-height: 79px;

    cursor: pointer;

}

.search .pcsearch .seword{

    text-align: center;

}

.search .pcsearch .seword ul li{

    display: inline-block;

    padding: 0 15px;



    font-size: 16px;

    font-family: "Microsoft JhengHei"; 

}

.search .pcsearch .seword ul li a{

    color: #e2e2e2;

}

.search .pcsearch .seword ul li a:hover{

	color: #ff4343;

}

.search .phsearch{

    display: none;

}

.search .phsearch input{

    width: 84%;

    height: 45px;



    padding-left: 20px;



    color: #515151;

    letter-spacing: 1px;

    background-color: #fff;

    border-radius: 8px;

}

.search .phsearch .seclose{

    position: absolute;

    top: 49px;

    right: 46px;



    color: #b9b9b9;

    cursor: pointer;

}

.search  .phsearch ul {

    padding-top: 15px;

}

.search  .phsearch ul li{

    padding: 12px 0;

}

.search  .phsearch ul li a{

    font-size: 16px;

    color: #ffffff;

    font-family: "Microsoft JhengHei"; 

}

.search  .phsearch .searching{

    margin: 20px 0;

}

.search  .phsearch .searching button{

    width: 118px;

    height: 48px;



    font-family: "Microsoft JhengHei"; 

    font-size: 18px;

    border-radius: 8px;

}

.search  .phsearch .searching a:nth-child(1) button{

    background-color: #ffffff;

    color: #464646;

    margin-right: 5px;

}

.search  .phsearch .searching a:nth-child(2) button{

    border:1px solid #ffffff;

    color: #ffffff;

}
.banner{
	width:100%;
	position:relative;
	overflow: hidden;
}
.ban_b{
	display:none;
}
.banner_item{
	position:relative;
}
.banner_item video{
    width:100%;
}
.banner_item>img{
    width: auto;
    max-width: 100%;
    min-height: 100%;
    height: 100%;
    position:relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
.asidenav{
	position:absolute;
	bottom:0;
	right:0; 
	background:#2f5b81;
	width:100px;
	height:100%;
	z-index: 48;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
/*.asidenav.act{
    display:none;
}*/
.banner_txt{
	top:43%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	position:absolute;
	z-index: 10;
	width:1200px;
	text-align: left;
}

.banner_txt h2{
	font-size:64px;
	font-family:"SourceHanSerifSC-Heavy";
	color:#ffffff;
}
.banner_pic .slick-dots{
	bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 44px;
    width: auto;
    z-index: 50;
}
.banner_pic .slick-dots li{
	position: relative;
    display: block;
    margin: 14px 0;
    width:12px;
    height:12px;
    border:2px solid #fff;
    background: none;
}
.banner_pic .slick-dots li.slick-active{
	background:#fff;
}


.hexin{
	width:100%;
	padding-bottom:60px;
    position:relative;
    background:#fff; 
}
.hexincon{
	width:1200px;
	margin:0 auto;
	padding:100px 0 90px;
}
.heleft{
	width:450px;
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.heleft h3{
	font-size:48px;
	/*font-family:'SourceHanSerifSC-Heavy';*/
    font-family: "微软雅黑";
	color:#464646;	
}
.heright{
	width:calc(100% - 450px);
    position:relative;
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.heright::after{
    position:absolute;
    content: '';
    width:1px;
    height:140px;
    background:#e5e5e5;
    top:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateY(-50%);
    left:-34px; 
}
.heright p{
	font-size:16px;
	font-family:"微软雅黑";
	color:#333333;
	line-height: 30px;
	letter-spacing: 1px;
    height: 150px;
    overflow: hidden;	
}
.news{
	width:100%;
	position:relative;
    /*height:919px;*/
    /*height:1070px;*/
    overflow: hidden;
}
.news::after{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    background:;
    z-index: 1;
    background: url(../images/fangkuaiyi.png) repeat rgba(0,0,0,0.27);
}
.videobox img{
	width:auto;
    height:100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.videobox video{
    min-height: 100%;
    width:100%;
    position:absolute;
    top:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.news_con{
	/*padding:97px 100px 0;
	position:absolute;*/
    padding: 100px 100px 110px 10px;
    position: relative;
/*	top:0;
	left:50%;*/
/*    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
	width:1560px;

    z-index: 5;
}
.neconright{
	width:1230px;
	/*background:linear-gradient(#133183,#267cc0);*/
	position:relative;
}
.neconleft{
	/*width:calc(100% - 1300px);*/
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.neconleft h3{
	font-size:48px;
/*	font-family:"SourceHanSerifSC-Heavy";*/
font-family: "微软雅黑";
	color:#ffffff;	
}
.nelist{
	width:33.333333%;
	position:relative;
    background:linear-gradient(#133183,#267cc0);
   /* height:399px;*/
}
.neitem{
	width:100%;
	height:100%;
	padding:74px 0 80px 54px;
}
.neleft{
	width:290px;
	padding-right:0;
}
.neright{
	width:calc(100% - 315px);
}
.neright p{
	/*writing-mode:tb-rl;*/
	color:#f9f9f9;
	font-size:14px;	
	font-family:"微软雅黑";
	letter-spacing: 1px;
    width: 16px;
    text-align: center;
}
.lianjie{
	display:block;
	width:287px;
	height:43px;
	border:1px solid #ffffff;
	text-align: center;
    transition: all 0.8s;
}
.lianjie span{
    color:#ffffff;
    line-height: 43px;
    font-size: 16px;
    transition: all 0.8s;
}
.lianjie span:nth-child(2){
    margin-left: 2px;
    transition: all 0.8s;
}
.neleft h2{
	font-size:24px;
	font-family:"微软雅黑";
	color:#ffffff;
	margin-bottom:44px;
	position: relative;
    height:24px;
    overflow: hidden;
    text-overflow:ellipsis;
	
white-space: nowrap;
}
.neleft h2::after{
	position:absolute;
	content:'';
	width:25px;
	height:2px;
	background:#7bd8ff;
	left:0;
	bottom:-18px;
}
.newshengxian{
    width:25px;
    height:2px;
    background:#7bd8ff;
    transform: translate(1px,-20px); 
}
.neleft p{
	font-size:14px;
	font-family:"微软雅黑";
	color:#97d4ff;
	line-height: 24px;
	margin-bottom:50px;
	height:74px;
    overflow: hidden;
    padding-right: 35px;	
}
.nelistboxx{
    width:100%;

}
.neconright .nelist{
    position: relative;
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.neconright .nelist::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color:rgba(255,255,255,0.11);
}
.neconright .nelist:nth-child(1)::after{
    display: none;
}
.neconright .nelist:nth-child(4)::after{
    display: none;
}
.neconright .nelist:nth-child(6){
    background:none;
    animation-delay: 1s;
}
.neconright .nelist:nth-child(5){
 /*   background:-webkit-linear-gradient(left, #173e8e, #1f62ab);
    background:-o-linear-gradient(left, #173e8e, #1f62ab);
    background:linear-gradient(left, #173e8e, #1f62ab);*/
    /*border-left:1px solid rgba(255,255,255,0.11);*/
    background:-webkit-linear-gradient(left, #1a4d9a, #226eb5);
    background:-o-linear-gradient(left, #1a4d9a, #226eb5);
    background:linear-gradient(left, #1a4d9a, #226eb5);
    animation-delay: 0.8s;
}
.neconright .nelist:nth-child(4){
    /*background:-webkit-linear-gradient(left,  #102579,#174190);
    background:-o-linear-gradient(left,  #102579,#174190);
    background:linear-gradient(left,  #102579,#174190);*/
    background:-webkit-linear-gradient(left,  #122b7e, #1a4d9a);
    background:-o-linear-gradient(left,  #122b7e, #1a4d9a);
    background:linear-gradient(left,  #122b7e, #1a4d9a);
    animation-delay: 0.6s;
}
.neconright .nelist:nth-child(3){
    background:-webkit-linear-gradient(left, #226eb5,#2885c7);
    background:-o-linear-gradient(left,  #226eb5,#2885c7);
    background:linear-gradient(left,  #226eb5,#2885c7);
    animation-delay: 0.4s;
}
.neconright .nelist:nth-child(2){
    background:-webkit-linear-gradient(left, #1a4d9a, #226eb5);
    background:-o-linear-gradient(left, #1a4d9a, #226eb5);
    background:linear-gradient(left, #1a4d9a, #226eb5);
    /*border-right:1px solid rgba(255,255,255,0.11);
    border-left:1px solid rgba(255,255,255,0.11);*/
    animation-delay: 0.2s;
}
.neconright .nelist:nth-child(1){
    background:-webkit-linear-gradient(left,  #122b7e, #1a4d9a);
    background:-o-linear-gradient(left,  #122b7e, #1a4d9a);
    background:linear-gradient(left,  #122b7e, #1a4d9a);
}
.neconright .nelist:nth-child(6) .nelistboxx{
/*    background:-webkit-linear-gradient(left,  #2065ad, #2780c3);
    background:-o-linear-gradient(left,  #2065ad, #2780c3);
    background:linear-gradient(left,  #2065ad, #2780c3);*/
    width:100%;
    height:185px;
    background:-webkit-linear-gradient(left, #226eb5,#2885c7);
    background:-o-linear-gradient(left,  #226eb5,#2885c7);
    background:linear-gradient(left,  #226eb5,#2885c7);
}
.lianjiea{
	position:relative;
	top: 70px; 
	left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	width:255px;
	height:62px;
	line-height: 62px;
    background:-webkit-linear-gradient(left, rgba(14,35,120,0.6), rgba(40,133,199,0.6));
    background:-o-linear-gradient(left,  rgba(14,35,120,0.6), rgba(40,133,199,0.6));
    background:linear-gradient(left,  rgba(14,35,120,0.6), rgba(40,133,199,0.6));
    border:none;   
}
.earthmap{
	width:1035px;
	margin:0 auto 0px;
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-name: fadeIn;
    position:relative;
  /*  padding-bottom:43px;*/
}
.earth{
     padding-bottom:43px;
}
.lianhua{
	width:100%;
	position:relative;
   /* height:501px;*/
}
.lianhua::after{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.72);
    z-index: 0;
    top:0;
    left:0;
    background: url(../images/fangkuaiyi.png) repeat rgba(0,0,0,0.27);
}
.videoboxa video{
    height:496px;
}
.lianhuacon{
	width:1460px;
	margin:0 auto;
	top:0;
	right:100px;
	position:absolute;
	padding-top:116px;
    z-index: 1;
}
.lianhuaitem h4{
	font-size:60px;
	font-family:"Arial";
	color:#008dfe;	
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.lianhuaitem h4 i{
	font-size:18px;
	font-family:"Arial";
	color:#008dfe;
	font-style:normal;	
}
.lianhuaitem p{
	font-size:16px;
	font-family:"微软雅黑";
	color:#ffffff;
	margin-top: 20px;	
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}
.lianhuaitem{
	padding:0 65px;
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.lianhuaitem:nth-child(1){
    animation-delay: 0.1s;
}
.lianhuaitem:nth-child(2){
    animation-delay: 0.2s;
}
.lianhuaitem:nth-child(3){
    animation-delay: 0.3s;
}
.lianhuaitem:nth-child(4){
    animation-delay: 0.4s;
}
.videobox{
	width:100%;
    height:100%;
/*    position:relative;*/
    position: absolute;
    z-index: 1
}
.videobox video{
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);   
}
.lianhuabt h3{
	font-size:48px;
	font-family:"微软雅黑";
	color:#ffffff;	
}
.lianhuabg img{
	width:100%;
}
.lianhuamore{
	display:block;
	width:150px;
	height:40px;
	border:1px solid rgba(255,255,255,0.5);
	text-align: center;
	margin-top:103px;
    transition: all 0.8s;
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.lianhuamore span{
    font-size:16px;
    font-family:"微软雅黑";
    color:#ffffff;
    line-height: 40px;
    transition: all 0.8s;
}
.lianhuamore span:nth-child(2){
    margin-left: 2px;
    transition: all 0.8s;
}
.footer{
	width:100%;
	background:#1c2d39;
	padding-top:50px;
	border-top:1px solid rgba(255,255,255,0.18);
    position:relative;
}
.lianhuabg{
    position:absolute;
    left:0;
    top:-188px;
    width:100%;
    background:url(../images/beijing.png) no-repeat center;
    background-size:cover;
    height:187px;
}
.ft_con{ 
	width:1200px;
	margin:0 auto;
	position:relative;
}
.ft_itembox a{
	font-size:14px;
	font-family:"微软雅黑";
	color:#ffffff;
	display:block;
	padding:11px 0;	
}
.ft_itemboxa{
	margin-left:100px;
}

/*分享*/
.d2-f-fenx{
	display: inline-block;
}
/*图标分享*/
	.bshare_box{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.bshare_box a{
		width: 100% !important;
		height: 100% !important;
		display: block;
		opacity: 0 !important;
	}
	.bsPromo{
		width: 100%;
		height: 100%;
		display: block !important;
		opacity: 0 !important;
		position:absolute;
		top:0;
		left:0;
	}
	.l-r-topb{
		position: relative;
		height:100%;
		width:42px;
		height:42px;
    	text-align: center;
    	line-height: 42px;
    	margin-right:8px;
    	transition: all .3s ease-out 0s;
    	-webkit-transition:all .3s ease-out 0s;
    	-moz-transition:all .3s ease-out 0s;	
    	-ms-transition:all .3s ease-out 0s;
    	-o-transition:all .3s ease-out 0s;
    	border-radius: 50%;
    	border:1px solid  rgba(255,255,255,0.15);		
	}
    .l-r-topba{
        margin-right: 0;
    }
	.l-r-topb i{
		color:#fff;
		font-size:38px;
	}

	.bsTop {
	    width: 100%!important;
	        padding-top: 5px;
	}
.linkedin{
	color:#999999!important;
	font-size:50px!important;
}
.weibo{
	color:#999999!important;
	font-size:22px!important;	
}
.wx{
	color:#999999!important;
	font-size:18px!important;
	position:absolute;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left:50%;   	
}
.fenxianga{
	position:relative;
	bottom:0;
	right:0;
	margin:133px auto 12px;
}
.fenxianga .l-r-topb{
	width:50px;
	height:50px;
	border:2px solid #999999;
	text-align: center;
	line-height:50px;
	margin-right:44px;
	position:relative;	
}
.fenxianga .fenicont{
	width:300px;
}
.footer .item4
{
    /*width: 285px;*/
    /*margin: 50px 0 50px 0px;*/
    margin-top: 36px;
    width:100%;

}
.footer .item4 .link
{
    position: relative;

    width: 150px;
    margin-right: auto;
}
.footer .item4 .link span
{
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.footer .item4 .link span.act
{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.footer .item4 .link .head
{
    width: 150px;
    padding-top: 14px;
    padding-right: 18px;
    padding-bottom: 14px;
    padding-left: 14px;

    cursor: pointer;

    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
}
.footer .item4 .link .drop
{
    position: absolute;
    bottom: 44px;
    left: 0;

    overflow: hidden;

    width: 100%;
    max-height: 100px;
    height: 100px !important;
/*    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;*/

    border: 1px solid #fff;
    border-bottom: none;
    display: none;
}
.footer .item4 .link .drop li
{
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 15px;
    text-align: left;
    background: #2f333d;
}
.footer .item4 .link .drop li a
{
    color: #fff;
}
.footer .item4 .link2
{
    padding-top: 33px;

    text-align: right;
}
.footer .item4 .link2 a
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin-left: 8px;

    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
}
.footer .item4 .link2 .a1
{
    background: #57c839;
}
.footer .item4 .link2 .a2
{
    line-height: 26px;

    background: #118fd1;
}
.footer .item4 .link2 .a3
{
    background: #63b3f0;
}
.footer .item4 .link2 .a4
{
    background: #3b5998;
}
.footer .item4 .link2 .a5
{
    background: #ec3335;
}
.footer .left,
.footer .right
{
    display: inline-block;

    vertical-align: top;
}
.footer .right
{
    width:         calc(100% - 38px);
    width: -webkit-calc(100% - 38px);
    padding-left: 24px;
}
.footer .right
{
    width:calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    padding-left: 24px;
}
.footer p
{
    line-height: 1.85;

    letter-spacing: .75px;

    color: rgba(255,255,255,.5);
}
.footer h4
{
    font-family: '微软雅黑';
    color: #fff;
    font-size: 16px;
}
.fenicont{
	/*width:103px;*/
	display:inline-block;
}
.foot_right {
	text-align: right;
}
.footp{
	text-align: center;
	padding:25px 0 34px;
}
.footp p{
	color:#bbbec0;
   /* color:rgba(157,187,210,0.6);*/
	font-size:14px;
	font-family:"微软雅黑";
}
.footp p a{
	color:#bbbec0;
    /*color:rgba(157,187,210,0.6);*/
	font-size:14px;
	font-family:"微软雅黑";
}
.footp img{
	margin-left:10px;
}
.ftlogo{
	width:50px;
	position:absolute;
	top:-75px;
	left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	background:#1c2d39;
}
.ftlogo img{
	width:100%;
}
.heixinlistbox{
    position:relative;
}
.heixinlist{
	width:100%;
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.heixinlist .slick-dots {
	bottom:-81px;
}
.heixinlist .slick-dots li{
	width:16px;
	height:16px;
	background:#e5e5e5;
	border-radius: 0;
    margin: 0 9px;
}
.heixinlist .slick-dots li.slick-active{
	background:#262a32;
}
.hxin_item{
	position:relative;
	width:1200px;
	margin:0 54px;
}

.heixinlist .slick-active .hxin_txt{
	display:block;
}
.hitbox{
	width: 100%;
    opacity: 0.3;
}
.heixinlist .slick-active .hitbox{
    opacity: 1;
}
.hxin_txt{
	position:absolute;
	background:#fff;
	width:380px;
	height:422px;
	bottom:10px;
	left:10px;
	padding:56px 53px 42px;
	display:none;
    z-index: 1;
}
.hxin_txt h2{
	color:#333333;
	font-size:30px;
	font-family:"微软雅黑";	
	position:relative;
    animation-duration: 1s;
    animation-name: fadeInUp;
    visibility: visible !important;
}
.hxin_txt h2::after{
	position: absolute;
	top:8px;
	content: '';
	width:73px;
	height: 2px;
	background:#0067da;	
	left:-97px;
}
.hxin_txt> p{
	color:#666666;
	font-size:16px;
	font-family:"微软雅黑";	
	margin:30px 0 76px;
	line-height: 30px;
    animation-duration: 1s;
    animation-name: fadeInUp;
    visibility: visible !important;
}
.hxin_txt a{
	color:#0067da;
	font-size:20px;
	font-family:"微软雅黑";
    animation-duration: 1s;
    animation-name: fadeInUp;
    visibility: visible !important;		
}
.gengduo span{
    color:#0067da;
    font-size:20px;
    font-family:"微软雅黑";
}

.pagebox{
	width:100%;
	text-align: center;
	margin-top:66px;
}
.pagebox p{
	color:#999999;
	font-size:24px;
	font-family:"Arial";		
}
.pagebox p i{
	font-style:normal;
	color:#333333;
	font-size:36px;
	font-family:"Arial";	
}

.lianhuabt{
    width:192px;
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.lianhuarighta{
   width: calc(100% - 227px);
}
.earthmap img{
    max-width: 100%;
}
.videoaa{
    width:100%;
    position:relative;
    height:auto;
    overflow: hidden;
}
.videoaa video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
}
.videoaa img{
    width:100%;
}
.lianjie:hover{
    color:#fff;
}
.heixinlist .slick-prev, .heixinlist .slick-next{
    background:#b2b2b2;
    width:91px;
    height:56px;
    z-index: 50;
}
.heixinlist .slick-prev{
	left:13.3%;
	background:url(../images/prev.png) no-repeat center #b2b2b2;
}
.heixinlist .slick-next{
	right:13.3%;
	background:url(../images/next.png) no-repeat center #b2b2b2;
}


.jian{
    margin-left: 12px;
    display: inline-block;
    line-height: 62px;
    transition: all 0.8s;
    width: 9px;
}
.jian img{
    width: 100%;
}
.liaojie{
    font-family: "微软雅黑";
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 62px;
}
.jk{
    display: inline-block;
}
.hxin_txt .gengduo span:nth-child(2){
    margin-left: 2px;
    transition: all 0.8s;
}
.hitbox a{
    display: block;
    overflow: hidden;
}
.hitbox img{
    transition: all 1s;
}

/* 在线客服样式 */
.gr_kefu{position:fixed;width:50px;height:275px;right:0;top:400px;z-index:100;}
.gr_kefu ul li{width:50px;height:50px;float:left;position:relative;margin-bottom:1px;font-size:12px;line-height:50px;font-size:16px;}
.gr_kefu ul li .sidebox{position:absolute;width:50px;height:50px;top:0;right:0;transition:all 0.3s;color:#fff;background:#26344a;overflow:hidden;opacity:.8; line-height: 50px}
.gr_kefu ul li.kf2 .sidebox{/* background:#7fbb57; */overflow:visible;}
.gr_kefu ul li .sidebox:hover{opacity:1;}
.gr_kefu ul li .sidetop{width:50px;height:50px;line-height:50px;display:inline-block;background:#222;transition:all 0.3s;opacity:.8;}
.gr_kefu ul li .sidetop:hover{opacity:1;}
.gr_kefu ul li img{float:left;}
.gr_kefu ul li .kImg{padding:13px;}
.gr_kefu .kf_wx{ position:absolute; top:0;left:-140px;width:140px;display:;background:#fff;border:1px solid #dadada;padding:14px;line-height:20px;color:#333;text-align:center;display:none;}
.gr_kefu .kf_wx img{ display:block;width:110px; height:110px;margin-bottom:5px;float:none;}
.gr_kefu .qq{height:0;position:relative;z-index:2;}
.gr_kefu .qq .sidebox{border:1px solid #144fb3;height:auto;border-radius:5px 0 0 5px;width:140px;background:#fff;opacity:1;bottom:-50px;top:auto;text-align:center;padding-bottom:5px;right:-150px;}
.gr_kefu .qq h5{height:35px;line-height:35px;background:#144fb3;font-weight:normal;color:#fff;font-size:14px;padding:0 10px;text-align:left;margin-bottom:10px;}
.gr_kefu .qq h5 i{float:right;cursor:pointer;transition:all 0.3s;position:relative;z-index:5;padding-top:5px;width:20px;}
.gr_kefu .qq h5 i:hover{transform: rotate(90deg);}
.gr_kefu .qq  a{display:block;height:32px;line-height:32px;border-radius:18px;border:1px solid #144fb3;margin:5px 15px}

@media screen and (min-width:1200px){

	.xailabox a:hover{
		color:#000;
	}
	.navitem a:hover{
		color:#ed831a;
	}
    .navitem a.hover{
        color:#ed831a;
        font-weight: 600;
    }
	.lianhuamore:hover span{
		color:#ed831a;
        transition: all 0.8s;
	}
    .lianhuamore:hover .lianhuaspana{
        margin-left:10px;
    }
    .lianhuamore:hover{
       /* border-color:#009cff;*/
       background-color: #fff;
        transition: all 0.8s;
    }
	.ft_itembox a:hover{
		color:#ed831a;
	}	
    .hxin_txt:hover .gengduo span:nth-child(2){
        margin-left: 20px;
        transition: all 0.5s;
    }
     .lianjie:hover span:nth-child(2){
        margin-left: 20px;
        transition: all 0.5s;
    }
    .lianjie:hover span{
        color: #009cff;
        transition: all 0.5s;
    }
    .lianjie:hover{
        background-color: #fff;
        transition: all 0.5s;
    }
    .lianjiea:hover .jian{
        margin-left: 30px;
        transition: all 0.5s;
    }
    .neleft h2:hover{
        color:#000;
        transition:all 0.3s;
    }
    .neleft p:hover{
        color:#000;
        transition:all 0.3s;
    }
    .lianjiea:hover span:nth-child(2){
        margin-left: 10px;
        transition: all 0.8s;
    }

    .hxin_item:hover img{
        transition: all 1s;
        transform: scale(1.1);
    }
    .lianjiebox:hover a{
        background:linear-gradient(to right,#132d81,#2169b1);  
    }
    .lianjiebox:hover span{
       color:#fff;   
    }
    .lianjiebox:hover .jia{
        margin-left: 15px;
    }
    .chuan:hover{
        z-index: 3;
        transform: scale(1.1);
    }
    .xingkong:hover{
        z-index: 3;
        transform: scale(1.1);
    }
    .wenua_item:hover{
        margin-top:-50px;
    }
   /* .wenhu_list .wenua_item:hover img{
        transform: scale(1.1);
    }*/
   /* .wenhu_list .wenua_item:hover .wenhua_txt::after{
        height:100%;
    }*/
  /*  .wenhu_list .wenua_item:hover h3{
        color:#fff;
    }*/
    /*.wenhu_list .wenua_item:hover h3::after{
        background:#fff;
    }*/
    .newslist:hover .c1lianjie .jiac1{
        margin-left:10px;
    }
    .newslist:hover .c1lianjie{
        background:#122b7f;
        border-color:#122b7f;
    }
    .newslist:hover .c1lianjie span{
        color:#fff;
    }
    .newslist:hover h3{
        color:#122b7f;
        transform: translateX(10px)
    }
    .newslist:hover .c1newsp{
        transform: scale(1.1);
    }
    .c1riitem:hover h4{
        transform: translateX(10px)
    }
    .c1riitem:hover a{
           background:-webkit-linear-gradient(right, #122b7f, #267dc1);
           background:-o-linear-gradient(right, #122b7f, #267dc1);
           background:linear-gradient(to left, #122b7f, #267dc1);
    }
    .e1news .news_list .news_itema:hover {
        background: url(../images/newse1a.jpg) no-repeat center;
        background-size: cover;
    }
    .e1news .news_list .news_itema:hover h3{
        color:#fff;
        font-weight: bold;
    }
   .e1news .news_list .news_itema:hover p{
        color:#fff;
    }
    .e1news .news_list .news_itema:hover span{
        color:#fff;
    }
    .e1news .news_list .news_itema:hover i{
        color:#fff;
    }
    .e1news .news_list .news_itema:hover .news_item{
        border-bottom:1px solid rgba(255,255,255,0);
    }
    .d4ccase a:hover .d4lian{
        margin-left:10px;
    }
    .d4ccase a:hover{
      background:-webkit-linear-gradient(right, #11267a, #2884c6);
      background:-o-linear-gradient(right, #11267a, #2884c6);
      background:linear-gradient(to left, #11267a, #2884c6);
    }
    .d5listbox .d5item:hover img{
        transform: scale(1.1);
    }
    .d5listbox .d5item:hover h3{
        color:#009cff;
    }
    .d5listbox .d5item:hover p{
        color:#009cff;
    }
    .d7list .d7item:hover img{
        filter: grayscale(100%)
    } 
    .ifitem:hover .e1timea h4{
        color:#009cff;
    }
    .ifitem:hover .e1rileft h2{
        color:#009cff;
    }
    .ifitem:hover .e1timea{
        transform: translateX(28px)
    }
    .ifitem:hover .e1rileft{
        transform: translateX(28px)
    }
    .ifitem:hover h4::before{
        background:#009cff;
    }
    .ifitem:hover{
        background:#fff;
       /* width:1285px;*/
        box-shadow: 0px 1px 23px #e6e6e6;
        border:none;
    }
    .iflist .ifitem:nth-child(1):hover{
        border-top: none;
    }


    .e2body .ifitem:hover{
        background:none;
        box-shadow: 0px 1px 23px #fff;
        border-bottom: 1px solid #e5e5e5;
    }
    .e2body .ifitem:hover .e1timea h4{
        color:#fff;
    }
    .c2neipic:hover img{
        transform: scale(1.1);
    }
    .d1picbox:hover img{
        transform: scale(1.1); 
    }
    .inter_right:hover img{
        transform: scale(1.1); 
    }
    .dongchitem:hover .e3lianhuameng{
        top:0;
    }
    .nav_asida:hover .lanjian{
        opacity: 1;
    }
    .f3btnleftbox:hover{
        background: linear-gradient(to left,#122a7e,#277fc2);
    }
    .lianhuaitemaa:hover .f3toumnga{
        transform: scale(1.1);
    }
     .lianhuaitemaa:hover .f3jia{
        margin-left:10px;
     }
    .lianhuam_lianjie:hover .lhu_aa::after{
       height:100%;
    }
    .lianhuam_lianjie:hover a{
        color:#fff;
    }
    .g2itema:hover{
       background:url(../images/g2bgg.jpg) no-repeat center;
       background-size:cover; 
    }
    .g2itema:hover h3{
        color:#fff;
    }
    .g2itema:hover p{
        color:#d2e8f3;
    }
    .g2itema:hover .rencai01{
        opacity: 0;
    }
    .g2renbtitem:hover{
        border-color:#009cff;
    }
    .g2renbtitem:hover h5:after{
        opacity: 1;
    }
}
#drop .mCSB_inside > .mCSB_container{
    margin-right: 0;
}
.slick-vertical .banner_item.slick-slide {
    border: none !important;
    overflow: hidden;
} 
.youqing {
    width: 100%;
    height: 40px;
    border: 1px solid #c2c2c2;
    padding: 0 25px 0 12px;
    background-image: url(../images/anniu.png);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: 94% 50%;
    position: relative;
    cursor: pointer;
}
.youqingsanjiao{
    width:14px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:17px;
}
.jian_b{
    display:none;
}
.youqingsanjiao.active .jian_b{
    display:block;
}
.youqingsanjiao.active .jian_a{
    display:none;
}
.youqingsanjiao img{
    width:100%;
}
.youqingbox {
    width: 100%;
    line-height: 38px;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 14px;
    color: #d4d8e0;
    text-align: left;
}
.xailabox {
    width: 90%;
    text-align: left;
}
.xailabox a{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 30px;   
}
.youqingbox2 {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 155px;
    overflow: hidden;
    background-color: #005baa;
    display: none;
    padding: 10px 5px 0 15px;
}
/***b1***/
.b1_banner{
    width:100%;
    overflow: hidden;
    background:#fff;
    min-height:789px;
}
.bg video{
    width:100%;
}
video{
    object-fit: cover;
}
.b1banner{
    width:100%;
    position:relative;
}
.bav_txt{
    position:absolute;
    width:1200px;
    /*top:calc(50% + 86px);*/
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.b1bt{
    text-align: center;
    width:928px;
    margin:0 auto;
}
.b1bt h2{
    color:#ffffff;
    font-size:48px;
    font-family:"微软雅黑";
}
.b1bt p{
    color:#ffffff;
    font-size:16px;
    font-family:"微软雅黑";
    line-height: 30px;
    margin-top:36px;
   /* height:60px;*/
    overflow: hidden;
}
.b1_box h3{
    color:#009cff;
    font-size:18px;
    font-family:"微软雅黑";   
}
.b1_box h3 span{
    color:#009cff;
    font-size:60px;
    font-family:"微软雅黑";
    font-weight: bold;   
}
.b1_box p{
    color:#ffffff;
    font-size:16px;
    font-family:"微软雅黑";
    line-height: 30px;
    margin-top:10px;   
}
.b1_list{
    width:100%;
    margin-top:80px;
}
.b1_item{
    width:25%;
    text-align: center;
}
.b1_item:nth-child(1){
    animation:fadeInUp 1.8s; 
}
.b1_item:nth-child(2){
    animation:fadeInUp 2.4s; 
}
.b1_item:nth-child(3){
    animation:fadeInUp 3s; 
}
.b1_item:nth-child(4){
    animation:fadeInUp 3.6s; 
}
.lianhuabig{
    width:100%;
    padding:170px 0 120px;
    overflow: hidden;
}
.lianhua_con{
    width:1200px;
    margin:0 auto;
}
.lihua_left{
    width:50%;
    position:relative;
    height:705px;
}
.chuan{
    position:absolute;
    top:0;
    left:0;
    width:601px;
    z-index: 2;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    overflow: hidden;
    animation: fadeInUp 1.6s; 
}
.lan {
    animation:fadeInUp 2.8s; 
}
.xingkong{
    position:absolute;
    bottom:0;
    right:-80px;
    width:268px;
    z-index: 3;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    overflow:hidden;
    animation:fadeInUp 1.6s; 
}
.lan{
    width:602px;
    position:absolute;
    bottom:174px;
    right:-104px;
    z-index: 1;
}
.santu img{
    width:100%;
}
.lihua_right{
    width:50%;
}
.lihua_txt{
    width:100%;
    padding-left:160px;
    padding-top:80px;
}
.lihua_txt h2{
    color:#333333;
    font-weight: bold;
    font-family:"微软雅黑";
    letter-spacing: 1px;
    font-size:18px;
    animation:fadeInUp 1.8s;
}
.lihua_txt h3{
    color:#009cff;
    font-family:"微软雅黑";
    letter-spacing: 1px;
    font-size:36px;
    margin:22px 0 93px;
    position:relative;
    animation:fadeInUp 2s;
}
.lihua_txt h3::after{
    position:absolute;
    content: '';
    width:36px;
    height:1px;
    background:#009cff;
    left:0;
    bottom:-50px;
}
.lihua_txt p{
    color:#333333;
    font-family:"微软雅黑";
    letter-spacing: 1px;
    font-size:16px;
    line-height: 30px;
    animation:fadeInUp 2.5s;
    padding-right: 103px;
}
.lianjiebox{
    margin-top:67px;
}
.lianjiebox a{
    display:block;
    width:150px;
    height:50px;
    line-height: 50px;
    color:#2885c7;
    border:1px solid #2885c7;
    text-align: center;

}
.lianjiebox a span{
    color:#2885c7;
    font-size:16px;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.douhao{
    width:51px;
    margin:107px 0 0 65px;
}
.douhao img{
    width:100%;
}
.wenhua{
    width:100%;
    height:562px;
    overflow: hidden;
}
.wenhuacon{
    width:1200px;
    margin:0 auto;
    padding:111px 0 8px;
    transform: translateX(24px);
}
.wenhaunt{
    width:100%;
    text-align: right;
    margin-bottom:92px;
}
.wenhaunt h2{
    color:#ffffff;
    font-family:"微软雅黑";
    font-size:30px;
    position:relative;
    padding-right:18px;
}
.wenhaunt h2::after{
    position:absolute;
    content: '';
    width:243px;
    height:1px; 
    background:#ffffff;
    right:46px;
    bottom:-20px;
}
.wenhu_list{
    width:100%;
    margin: 0 -10px;
}
.wenua_item{
    width:33.333333%;
    padding:0 10px;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.wenua_item:nth-child(1){
    animation:fadeInUp 2.4s; 
}
.wenua_item:nth-child(2){
    animation:fadeInUp 2s; 
}
.wenua_item:nth-child(3){
    animation:fadeInUp 1.8s; 
}
.wenhua_box{
    width:100%;
    height:100%;
}
.wenhu_pic{
    position:relative;
    overflow: hidden;
    background:#fff;
}
.wenhu_pic img{
    width:100%;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;

}
.wen_a{
    position:absolute;
    top:0;
    left:0;
}
.wenhua_txt{
    height:112px;
    text-align: center;
    padding-top:40px;
    background:#fff;
    position:relative;
}
.wenhua_txt::after{
    position:absolute;
    content: '';
    width:100%;
    height:0;
    background:#2885c7;
    bottom:0;
    left:0;
    z-index: 5;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.wenhua_txt h3{
    color:#333333;
    font-family:"微软雅黑";
    font-size:20px;
    height:20px;
    padding:0 5px;
    position:relative;
    z-index: 10;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.wenhua_txt h3::after{
    position:absolute;
    content: '';
    width:33px;
    height:1px;
    background:#009cff;
    bottom:-14px;
    left:50%;
    transform: translateX(-50%);
}
.b1body .earth{
    width:100%;
    padding:152px 0 136px;
    background:#fff;
}
.earth_bt h2{
    text-align: center;
    color:#009cff;
    font-size:30px;
    font-family:"微软雅黑";
    letter-spacing: 1px;
    margin-bottom:56px;
}
.bg_boxa{
    position:relative;
    z-index: 10;

}
.bggu{
    width:100%;
    position:fixed;
    z-index: 5;
    top:0;
    left:0;
    opacity: 0;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.bggu.act{
    opacity: 1;
}
.bggu img{
    width:100%;
}
.padmap{
    width:100%;
    display:none;
}
.padmap img{
    width:100%;
}
/***b2***/
.introduce{
    width:100%;
    padding-top:109px;
    background:#f4f9fc;
    overflow: hidden;
}
.introduce_con{
    width:1200px;
    margin:0 auto;
    background:#fff;
}
.inter_shang{
    padding:57px 40px 34px;
    width:100%;
    animation:fadeInUp 2s;  
}
.inter_shang h3{
    color:#009cff;
    font-size:18px;
    font-family:"微软雅黑";
    font-weight:bold;
    line-height: 1.5;  
}
.inter_shang p{
    color:#999999;
    font-size:14px;
    font-family:"微软雅黑";
    line-height:24px;
    height:72px;  
    overflow: hidden;
    margin-top:53px;
}
.inter_left{
    width:552px;
    padding:0 37px;    
}
.inter_left p{
    color:#999999;
    font-size:14px;
    font-family:"微软雅黑";
    line-height:24px;
    height:144px;
    overflow: hidden;   
}
.b2wenbe{
    margin-top:30px;
    height:48px!important;
    overflow:hidden;
}
.inter_right{
    width:648px;
    overflow: hidden;
}
.inter_right img{
    max-width:100%;
    transition: all .3s ease-out 0s;
    width:100%;
}
.b2_lianhua{
    width: 100%;
}
.b2_lianhua_con{
    width:1200px;
    margin:0 auto;
}
.lianhuaright{
    width:648px;
}
.value{
    width:100%;
    height:100%;
}
.valuecon{
    width:1200px;
    margin:0 auto;
   /* padding-top:240px;*/
   position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.heixnzhi{
    width:153px;
    padding-top:68px;
}
.heyou{
    width:calc(100% - 153px);
}
.heyoubox{
    width:875px;
}
.heixnzhi h4{
    color:#ffffff;
    font-size:14px;
    font-family:"微软雅黑";
    position:relative;    
}
.heixnzhi h4::after{
    position: absolute;
    content: '';
    width:346px;
    height:1px;
    background:#fff;
    opacity: 0.3;
    top:50%;
    transform:translateY(-50%);
    left:-358px;

}
.heyoubox h2{
    color:#ffffff;
    font-size:36px;
    font-family:"微软雅黑";
    margin-bottom:92px;
    position:relative;
    animation:fadeInUp 2.1s;      
}
.heyoubox h2::after{
    position:absolute;
    content: '';
    height:1px;
    width:54px;
    bottom:-42px;
    left:0;
    background:#fff;
}
.heyoubox p{
    line-height: 36px;
    position:relative;
    height:36px;
}
.heyoubox p span{
    color:#ffffff;
    font-size:16px;
    font-family:"微软雅黑";
    line-height: 36px;
    display:block;    
}
.heyoubox p .spana{
    width:48px;
    position:relative;
}
.heyoubox p .spana::after{
    position:absolute;
    content:'';
    left:-10px;
    top:17px;
    width:2px;
    height:2px;
    background:#fff;   
}
.heyoubox p{
    animation:fadeInUp 2.5s; 
}
.heyoubox p .sapnb{
    width:calc(100% - 48px);
}
.scroll{
    width:23px;
    margin:115px auto 0;
    cursor: pointer;
    cursor: pointer;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.dian{
   width:12px;
   height:12px;
   background:#009cff;
   border-radius:50%;
   margin-top:43px;
   margin-left:10px;
}
.vision{
    height:100%;
}
.vision .valuecon {
    /*padding-top:185px;*/
}
.vision .valuecon .heyoubox p{
    line-height:30px;
    height:60px;
    overflow: hidden;
    color:#fff;
    font-size:16px;
}
.Mission .valuecon .heyoubox p{
    font-size:24px;
}
.vision .heixnzhi h4::after{
    display:none;
}
.diana{
    margin-top: 0;
    position:relative;
}
.diana::after{
    position: absolute;
    content: '';
    width: 346px;
    height: 1px;
    background: #fff;
    opacity: 0.3;
    top: 50%;
    transform: translateY(-50%);
    left: -358px;   
}
.vision .heixnzhi h4{
    margin-top:40px;
}
.dianab{
    margin-top:40px;
}
.vision .heixnzhi {
    padding-top: 37px;
}
.vision .scroll{
    margin-top:245px;
}
.Mission{
    height:100%;
}
.Mission .valueco{
    padding-top:240px;
}
.map-dot{
   width:9px; 
   height:9px;
   background:#005599;
   border-radius: 50%;
   position:absolute;
    opacity:0;
}
.map-dot--0{
   top:26.367187%;
   right:15.072464%;
   width:60px;
   height:60px;
   background:rgba(0,85,153,0.2);
}
.map-dot--1{
   top:39.0625%;
   right:16.714976%;
   animation-delay: 1.04s;
}
.map-dot--2{
   top:57.421875%;
   right:21.449275%;
       animation-delay: 1.4s; 
}
.map-dot--3{
   top:42.382812%;
   right:39.42029%;
   animation-delay: 1.76s; 
}
.map-dot--4{
   bottom:23.4375%;
   right:50.048309%;
   animation-delay: 2.12s; 
}
.map-dot--5{
   top:61.132812%;
   right:78.26087%;
       animation-delay: 2.48s; 
}
.map-dot--6{
   top:17.1875%;
   right:55.652174%; 
       animation-delay: 2.84s;
}
.map-dot--7{
    width:33px;
    height:33px;
    background:rgba(0,85,153,0.3);
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.map-dot--8{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);    
}

.map-lines{
    position:absolute;
    top:0;
    left:0;
    z-index: 10;
    fill: none;
    -webkit-stroke: #005599;
    -moz-stroke: #005599;
    -ms-stroke: #005599;
    -o-stroke: #005599;
    stroke: #005599;
    -webkit-stroke-width: .6px;
    -moz-stroke-width: .6px;
    -ms-stroke-width: .6px;
    -o-stroke-width: .6px;
    stroke-width: .6px;
}
@keyframes animation-line{
    0%{stroke-dashoffset:700px}
    14.28571%{stroke-dashoffset:0px}
    61.42857%{stroke-dashoffset:0px}
    85.71429%{stroke-dashoffset:-700px}
    to{stroke-dashoffset:-700px}
}
@-webkit-keyframes animation-line{
    0%{-webkit-stroke-dashoffset:700px}
    14.28571%{-webkit-stroke-dashoffset:0px}
    61.42857%{-webkit-stroke-dashoffset:0px}
    85.71429%{-webkit-stroke-dashoffset:-700px}
    to{-webkit-stroke-dashoffset:-700px}
}
@-moz-keyframes animation-line{
    0%{-moz-stroke-dashoffset:700px}
    14.28571%{-moz-stroke-dashoffset:0px}
    61.42857%{-moz-stroke-dashoffset:0px}
    85.71429%{-moz-stroke-dashoffset:-700px}
    to{-moz-stroke-dashoffset:-700px}
}
@-o-keyframes animation-line{
    0%{-o-stroke-dashoffset:700px}
    14.28571%{-o-stroke-dashoffset:0px}
    61.42857%{-o-stroke-dashoffset:0px}
    85.71429%{-o-stroke-dashoffset:-700px}
    to{-o-stroke-dashoffset:-700px}
}

/****/

@keyframes animation-linea{
    0%{stroke-dashoffset:-700px}
    14.28571%{stroke-dashoffset:0px}
    61.42857%{stroke-dashoffset:0px}
    85.71429%{stroke-dashoffset:700px}
    to{stroke-dashoffset:700px}
}
@-webkit-keyframes animation-linea{
    0%{-webkit-stroke-dashoffset:-700px}
    14.28571%{-webkit-stroke-dashoffset:0px}
    61.42857%{-webkit-stroke-dashoffset:0px}
    85.71429%{-webkit-stroke-dashoffset:700px}
    to{-webkit-stroke-dashoffset:700px}
}
@-moz-keyframes animation-linea{
    0%{-moz-stroke-dashoffset:-700px}
    14.28571%{-moz-stroke-dashoffset:0px}
    61.42857%{-moz-stroke-dashoffset:0px}
    85.71429%{-moz-stroke-dashoffset:700px}
    to{-moz-stroke-dashoffset:700px}
}
@-o-keyframes animation-linea{
    0%{-o-stroke-dashoffset:-700px}
    14.28571%{-o-stroke-dashoffset:0px}
    61.42857%{-o-stroke-dashoffset:0px}
    85.71429%{-o-stroke-dashoffset:700px}
    to{-o-stroke-dashoffset:700px}
}

.map-line--6{
    animation: animation-linea 10.04s ease-in!important;
    animation-fill-mode: forwards!important;
    animation-iteration-count: infinite!important;
    animation-delay: 2.66s!important;
}
/****/

svg:not(:root) {
    overflow: hidden;
}
/*.map-line .scrollTip.animate{animation: animation-line 800ms;}*/
.map-line {
    stroke-dashoffset: 700px;
    stroke-dasharray: 700px;
    animation: animation-line 10.04s ease-in;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.is-ie .map-line{
    stroke-dashoffset: 0!important;
    animation-name:animation-line-fallback;
}

.map-line--1 {
    animation-delay: .86s;
}
.map-line--2 {
    animation-delay: 1.22s;
}
.map-line--3 {
    animation-delay: 1.58s;
}
.map-line--4 {
    animation-delay: 1.94s;
}
.map-line--5 {
    animation-delay: 2.3s;
}
.map-line--6 {
    animation-delay: 2.66s;
}
.is-ie .map-dot{
    stroke-dashoffset: 0!important;
    animation-name:animation-line-fallback-box;
}
@keyframes animation-line-fallback-box
{0%{opacity:1}14.28571%{opacity:1}61.42857%{opacity:1}85.71429%{opacity:0}to{opacity:0.5}}

@-webkit-keyframes animation-line-fallback-box
    {0%{-webkit-opacity:1}
    14.28571%{-webkit-opacity:1}
    61.42857%{-webkit-opacity:1}
    85.71429%{-webkit-opacity:0}
    to{-webkit-opacity:0.5}
}
@-moz-keyframes animation-line-fallback-box
    {0%{-moz-opacity:1}
    14.28571%{-moz-opacity:1}
    61.42857%{-moz-opacity:1}
    85.71429%{-moz-opacity:0}
    to{-moz-opacity:0.5}
}
@-o-keyframes animation-line-fallback-box
    {0%{-o-opacity:1}
    14.28571%{-o-opacity:1}
    61.42857%{-o-opacity:1}
    85.71429%{-o-opacity:0}
    to{-o-opacity:0.5}
}
.map-dot {
    -webkit-animation: animation-dot 4.04s cubic-bezier(.25,.74,.22,.99);
    -moz-animation: animation-dot 4.04s cubic-bezier(.25,.74,.22,.99);
    -ms-animation: animation-dot 4.04s cubic-bezier(.25,.74,.22,.99);
    -o-animation: animation-dot 4.04s cubic-bezier(.25,.74,.22,.99);
    animation: animation-dot 4.04s cubic-bezier(.25,.74,.22,.99);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes animation-dot{
    0%{-webkit-opacity: 0;opacity: 0;}
    14.28571%{-webkit-opacity: 1;opacity: 1}
    26.42857%{-webkit-opacity: 1; opacity: 1}
    40.71429%{-webkit-opacity: 0;opacity: 0}
    to{-webkit-opacity: 0;opacity: 0}
}
@-moz-keyframes animation-dot{
    0%{-moz-opacity: 0;opacity: 0}
    14.28571%{-moz-opacity: 1;opacity: 1}
    26.42857%{-moz-opacity: 1; opacity: 1}
    40.71429%{-moz-opacity: 0;opacity: 0}
    to{-moz-opacity: 0;opacity: 0}
}
@-o-keyframes animation-dot{
    0%{-o-opacity: 0;opacity: 0}
    14.28571%{-o-opacity: 1;opacity: 1}
    26.42857%{-o-opacity: 1; opacity: 1}
    40.71429%{-o-opacity: 0;opacity: 0}
    to{-o-opacity: 0;opacity: 0}
}
@keyframes animation-dot{
    0%{opacity: 0;}
    14.28571%{opacity: 0.5;}
    26.42857%{opacity: 1; }
    40.71429%{opacity: 0;}
    to{opacity: 1;}
}
.map-dot--1{
   animation-delay: 1.04s;
}
.map-dot--2{
    animation-delay: 1.4s; 
}
.map-dot--3{
   animation-delay: 1.76s; 
}
.map-dot--4{
   animation-delay: 2.12s; 
}
.map-dot--5{
    animation-delay: 2.48s; 
}
.map-dot--6{
    animation-delay: 2.84s;
}
.map-dot--0 {
    -webkit-animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    -moz-animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    -ms-animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    -o-animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.map-dot--7{
    -webkit-animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    -moz-animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    -ms-animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    -o-animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;   
}
.map-dot--8{
    -webkit-animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    -moz-animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    -ms-animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    -o-animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    animation: fade-in 1.8s cubic-bezier(.25,.74,.22,.99);
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;   
}
@-webkit-keyframes fade-in{
    0%{
        -webkit-opacity: 0;
        opacity: 0;
    }
    to{
       -webkit-opacity: 1;
        opacity: 1;
    }
}
@-moz-keyframes fade-in{
    0%{
        -moz-opacity: 0;
        opacity: 0;
    }
    to{
        -moz-opacity: 1;
        opacity: 1;
    }
}
@-o-keyframes fade-in{
    0%{
        -o-opacity: 0;
        opacity: 0;
    }
    to{
        -o-opacity: 1;
        opacity: 1;
    }
}
@keyframes fade-in{
    0%{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes animation-line-fallback
{0%{opacity:0}14.28571%{opacity:1}26.42857%{opacity:1}40.71429%{opacity:0}to{opacity:0}}

@-webkit-keyframes animation-line-fallback
    {0%{-webkit-opacity:0}
    14.28571%{-webkit-opacity:1}
    26.42857%{-webkit-opacity:1}
    40.71429%{-webkit-opacity:0}
    to{-webkit-opacity:0}
}
@-moz-keyframes animation-line-fallback
    {0%{-moz-opacity:0}
    14.28571%{-moz-opacity:1}
    26.42857%{-moz-opacity:1}
    40.71429%{-moz-opacity:0}
    to{-moz-opacity:0}
}
@-o-keyframes animation-line-fallback
    {0%{-o-opacity:0}
    14.28571%{-o-opacity:1}
    26.42857%{-o-opacity:1}
    40.71429%{-o-opacity:0}
    to{-o-opacity:0}
}
/*****************b4***********************/
.b4banner{
    width:100%;
    position:relative;
    margin-top:86px;
}
.b4banner img{
    width:100%;
    position:relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
/**面包屑css*/
.wj_pb_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-top: 1px solid rgba(255,255,255,0.2);
    z-index: 10;
}
.wj_pb_b_cont{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    line-height: 50px;

}
.wj_pb_bc_list{
    float: left;
    padding: 17px 30px;
    border-right: 1px solid rgba(255,255,255,0.2);
    line-height: 50px;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.wj_pb_bc_list:hover p{
    color:#009cff;
}
.wj_pb_bc_list:hover i{
    color:#009cff;
}
.wj_pb_bc_list:nth-child(1){
    padding-left: 0;
    padding-top: 0;
}
.wj_pb_bc_list img{
    display: inline-block;
    width: 13px;

}
.wj_pb_bc_list i{
    transition: all .3s ease-out 0s;    
}
.wj_pb_bc_list p{
    color:#ffffff;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: lighter;
    float: left;
    transition: all .3s ease-out 0s;
}
.wj_pb_bc_list i{
    float: right;
    font-size: 13px;
    color: #ffffff;
    margin-left: 20px;
    line-height: 15px;
}

.dns_navs_ul{
    width: 100%;
    position: absolute;
    top:49px;
    /*background: linear-gradient(to right,#234e95,#46a9d6 ); */
    /*background: #47acd8;*/
    left: 0;
    display: none;
    background: #009cff;

}
.dns_navs_ul li{
    padding-left:30px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #ffffff;
    line-height: 50px;
    overflow: hidden;

}
.dns_navs_ul li a{
    /*color: #ffffff;*/
    color: #ffffff;
    position: relative;
    left: 0;
    transition: all 0.2s ease;

}
.dns_navs_ul li:hover a{
    left: 20px;

}
.structure{
    width:100%;
    padding-bottom:221px;
}
.jiegoubt{
    width: 100%;
    text-align: center;
}
.jiegoubt h2{
    font-size: 30px;
    font-family: "微软雅黑";
    color: #464646;
    position:relative;
    width:100%;
    padding:60px 0 37px;
    letter-spacing: 1px;
}
.jiegoubt h2::after{
    position:absolute;
    content:'';
    width:100%;
    height:1px;
    background:rgba(222,222,222,0.5);
    bottom:16px;
    left:0;
}
.jiegoubt h2::before{
    position:absolute;
    content:'';
    width:124px;
    height:1px;
    background:#009cff;
    bottom:16px;
    left:50%;
    transform:translateX(-50%);   
}
.jiegoubt p{
    font-size: 18px;
    font-family: "Conv_Roboto-Light","微软雅黑";
    color: #464646;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.strupic{
    width:1200px;
    margin:55px auto 0;
}
.strupic img{
    max-width:100%;
}
.structure_a{
    padding-bottom:250px;
}
/**c1***/
.bannerli{
    margin-top:86px;
}
.c1news{
    width:100%;
}
.c1newscon{
    width:1200px;
    margin:55px auto 0;
}
.newslist{
    padding:36px 0;
    border-bottom:1px solid #eeeeee;
    animation: fadeInUp 2.2s; 
}
.newslist:nth-child(1){
   border-top:1px solid #eeeeee; 
}
.c1nleft{
    width:860px;
}
.c1right{
    width:calc(100% - 860px);
    padding-left:35px;
}
.c1right h3{
    margin-bottom:20px;
    color:#464646;
    font-size:18px;
    font-family: '微软雅黑';
    padding-left:24px;
    height:18px;
    overflow: hidden;
    position:relative;
}
.c1right h3::after{
    position:absolute;
    content:'';
    top:50%;
    transform: translateX(-50%);
    left:0;
    width:30px;
    height:2px;
    background:#009cff;
}
.c1newspic{
    width:300px;
    position:relative;
    overflow: hidden;
}
.c1newspic img{
    width:100%;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.c1newsp{
    position:absolute;
    top:0;
    left:0;
}
.c1newstxt{
    width:calc(100% - 300px);
    padding:0 30px;
}
.c1newstxt.active{
    width:100%;
    padding-left:0;
}
.c1newstxt h3{
    font-size: 18px;
    font-family: "微软雅黑";
    color: #333333;
    letter-spacing: 1px;
    white-space: nowrap;
    text-overflow: ellipsis; 
    line-height: 1.5;
    height: 27px;
    overflow: hidden;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;    
}
.c1time{
   margin: 17px 0 20px;
}
.c1time span{
    font-size: 14px;
    font-family: "Arial";
    color: #999999;   
}
.c1newstxt p{
    font-size: 14px;
    font-family: "微软雅黑";
    color: #848484;
    line-height: 24px;
    overflow: hidden;
    letter-spacing: 1px;
    height:48px;   
    overflow: hidden;
    margin-bottom:16px;
}
.c1lianjie{
    width:150px;
    height:40px;
    border:1px solid #93c2e3;
    text-align: center;
    line-height: 40px;
}
.c1lianjie .jiac1{
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;     
}
.c1lianjie a{
    font-size: 16px;
    font-family: "微软雅黑";
    color: #2885c7;   
}
.c1riitem{
    width:100%;
    margin-bottom:5px;
    animation: fadeInUp 1.7s; 
}
.c1riitem:nth-child(1){
   animation: fadeInUp 1.7s;  
}
.c1riitem:nth-child(2){
   animation: fadeInUp 2.1s;  
}
.c1riitem:nth-child(3){
   animation: fadeInUp 2.5s;  
}
.c1riitem a{
    display:block;
    background:linear-gradient(to right,#122b7f,#267dc1);
    padding: 28px 27px 47px 27px;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.c1riitem h4{
    font-size: 18px;
    font-family: "微软雅黑";
    color: #fff;
    line-height: 1.5;
    height:27px;     
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    position:relative;
    -webkit-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s; 
}
.c1hengxian{
    width:25px;
    height:2px;
    background:#7bd8ff;
    margin:20px 0;
}
.c1riitem p{
    font-size: 14px;
    font-family: "微软雅黑";
    color: #97d4ff;
    line-height: 24px;
    height:72px;
    overflow: hidden;
}

/*********************分页符************************/
.page {
    text-align: center;
    padding:80px 0 222px;
}
.page li {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    position:relative;
    margin:0 4px;
}
.page li img {
    margin-top: 0px;
}

.page li img:last-child {
    display: none;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.page li:hover img:last-child {
    display: block;
}
.page li.activepage {
    color: #075fa2;
    border: 1px solid #2aa3eb;
    color:#2aa3eb;
}
.page li:hover{
    color:#2aa3eb;
    border: 1px solid #2aa3eb;
}
.fenye_ph .fp_btn a {
    color: #2885c7;
}
.fenye_ph .fp_btn {
    padding: 5px 10px;
    font-size: 14px;
    color: #2885c7;
    border: 1px solid #2885c7;
}
.fenye_ph {
    display:none;
}
.page li:hover img:last-child {
    display: block;
}
.lrs_a{
    transform: translateY(-3px);
}
.page li:hover .lrs_a{
    opacity: 0;
}
/**分页符结束**/
/**c2开始***/
.c2nei{
    width:100%;
}
.c2neicon{
    width:1200px;
    margin:95px auto 0;
}
.c2neicon.act .c2neileft {
	width:60px;
}
.c2neicon.act .c2neiright {
	width:calc(100% - 100px);
}
.c2neicon.act .c2neiright .fenxianga{
	    margin: 0 auto 0px;
}
.c2neileft{
    width:464px;
}
.c2neipic{
    width:100%;
    overflow: hidden;
}
.c2neipic img{
    width:100%;
    transition: all .3s ease-out 0s; 
}
/*分享*/
.fenxianga{
    position:relative;
    bottom:0;
    right:0;
    margin:52px auto 0px;
}
.fenxianga .l-r-topb{
    width:50px;
    height:50px;
    text-align: center;
    line-height:50px;
    position:relative;
    border:none!important;  
}
.fenxianga .fenicont{
    width:56px;
    border:1px solid #e5e5e5;
}
.d2-f-fenx{
    display: inline-block;
}
/*图标分享*/
    .bshare_box{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .bshare_box a{
        width: 100% !important;
        height: 100% !important;
        display: block;
        opacity: 0 !important;
    }
    .bsPromo{
        width: 100%;
        height: 100%;
        display: block !important;
        opacity: 0 !important;
        position:absolute;
        top:0;
        left:0;
    }
    .l-r-topb{
        position: relative;
        height:100%;
        width:42px;
        height:42px;
        text-align: center;
        line-height: 42px;
        margin-right:8px;
        transition: all .3s ease-out 0s;
        -webkit-transition:all .3s ease-out 0s;
        -moz-transition:all .3s ease-out 0s;    
        -ms-transition:all .3s ease-out 0s;
        -o-transition:all .3s ease-out 0s;      
    }
    .c2nei .l-r-topb i{
        color:#cccccc;
        font-size:22px;
    }

    .bsTop {
        width: 100%!important;
            padding-top: 5px;
    }
.c2neiright{
    width:calc(100% - 552px);
}
.c2neiright h2{
    font-size: 24px;
    font-family: "微软雅黑";
    color: #464646;
    line-height: 1.5;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;      
}
.c2timelist{
   padding:40px 0 20px;
   border-bottom:1px solid #dddddd; 
}
.c2item span{
    font-size: 14px;
    font-family: "微软雅黑";
    color: #666666;
    margin-left:17px;    
}
.c2timelist .c2item:nth-child(2){
    margin:0 50px;
}
.c2text p{
    color:#666666;
    font-size:14px;
    font-family:"微软雅黑";
    line-height: 28px;
    letter-spacing: 1px;
    margin:39px 0;
}
.c2fenye{
    width:100%;
    position:relative;
    margin:34px 0 235px;
}
.c2fenbox{
    width:45px;
    height:45px;
    border:1px solid #d2d2d2;
    position:relative;
}
.c2fenbox a{
    display:block;
    width:100%;
    height:100%;
    line-height: 42px;
    text-align: center;
}
.c2menue{
    width:20px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.c2menue img{
    width:100%;
}
/****/
.c3news .news{
    width:100%;
    position:relative;
    z-index: 99;
    transition: all .7s ease-out 0s;
    -webkit-transition: all .7s ease-out 0s;
    -moz-transition: all .7s ease-out 0s; 
    -o-transition: all .7s ease-out 0s;
    -ms-transition: all .7s ease-out 0s;  
}
.c3news .e1news{
    z-index: 96;
}
.c3news .newsbox{
    margin-top:95px;
    width:100%;
}
.c3news .news_list{

    margin:0 auto;
}
.c3news .nw_time{
    width:150px;
    transform: translateY(68%);
}
.c3news .nw_time span{
    color:#009cff;
    font-size:36px;
    font-family:"Ebrima";
    text-transform: capitalize;
    transition: all .3s ease-out 0s;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;  
}
.c3news .nw_time i{
    color:#009cff;
    font-size:18px;
    font-family:"Arial";
    font-style: normal;
    margin-left:10px;
    transition: all .3s ease-out 0s;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;  
}
.c3news .nw_txt{
    width:calc(100% - 220px);
    position:relative;
}
.c3news .changjiana{
    position:absolute;
    top:0px;
    left:0;
    opacity: 0;
}
.c3news .nw_txt h3{
    color:#333333;
    font-size:20px;
    font-family:"微软雅黑";
    margin-bottom:13px;
  /*  transition: all .3s ease-out 0s;*/
/*    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;*/
    line-height:1.5;
    letter-spacing: 1px;
    height:30px;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;       
}
.c3news .nw_txt p{
    color:#666666;
    font-size:14px;
    font-family:"微软雅黑";
    line-height: 30px;
    transition: all .3s ease-out 0s;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    height:54px;      
    overflow: hidden;
}
.c3news .nw_jiantou{
     width:50px;
     transform: translateY(50%);
     margin-top:32px;
}
.c3news .nw_txta{
    width:calc(100% - 173px);
}
.c3news .news_item{
    padding:50px 30px;
    border-bottom:1px dashed rgba(220,220,220,0.1);
    transition: all .3s ease-out 0s;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    width:1255px;
    margin:0 auto;
    border-bottom:1px solid #dcdcdc;
}
.c3news .nitbox:nth-child(1) .news_item{
    border-top:1px dashed rgba(220,220,220,0.1);    
}
.c3news .news_itema{
    width:100%;
}
.c3news .news_list .news_itema{
    border-bottom:0.5px solid rgba(220,220,220,0);
    transition: all .3s ease-out 0s;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    position:relative;
    cursor: pointer;
}
.c3news .news_list .news_itema::after{
    position:absolute;
    content:"";
    width:2%;
    height:1px;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    background:rgba(220,220,220,0.6);
    transition: all .3s ease-out 0s;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    opacity: 0;
}
/*.news_list .news_itema:hover{
    border-bottom:0.5px solid rgba(220,220,220,0.6);
}*/
.c3news .nitbox{
    animation:fadeInUp 2s; 
}
.c3news .newsc{
    width:1400px;
    margin:0 auto;
}
.c3news .more{
    width:178px;
    margin:67px 0 108px;
    position:relative;
}
.c3news .more a{
    display:block;
    width:100%;
    height: 100%;
    line-height:46px;
}
.c3news .more span{
    text-transform:uppercase;
    color:#ffffff;
    font-size:16px;
    font-family:"Arial";
    transform: translateY(-2px);
    letter-spacing: 1px;    
}
.e1news .news_list .news_itema {
    transition: all .3s ease-out 0s;
}
/***c4**/
.c4neiye .c2neileft {
    width: 100%;
    float: none;
    position:relative;
}
.c4neiye .c2neipic{
    position:relative;
}
.c4neiye .c2neipic::after{
    position:absolute;
    content:'';
    width:4px;
    height:100%;
    background:linear-gradient(#102378,#2884c6);
    top:0;
    left:0;
}
.c4neiye .fenxianga{
    position:absolute;
    margin:0;
    top:0;
    right:-96px;
}
.c4neiye .c2neiright{
    width:100%;
    margin-top:50px;
}
/**d1***/
.d1body .introduce{
    padding-top:0;
    background:#fff;
}
.d1body .introduce_con{
    margin-top:60px;
}
.d1picbox{
    width:100%;
    overflow: hidden;
}
.d1picbox img{
    width:100%;
    transition:all .3s ease-out 0s;
}
.inter_xia{
    animation:fadeInUp 2.5s; 
} 
.d1body .inter_xia .inter_left{
    width:386px;
    background:#f7f9fb;
    padding:0;
}
.d1body .inter_xia .inter_left img{
    width:100%;
}
.d1body .inter_xia .inter_right{
    width:calc(100% - 446px);
    /*padding-top:57px;*/
    padding-top:85px;
}
.d1body .inter_xia .inter_right h3{
    color:#333333;
    font-size:16px;
    font-family:"微软雅黑";
    font-weight:bold;
    margin-bottom:39px;  
}
.d1body .inter_xia .inter_right p{
    color:#333333;
    font-size:14px;
    font-family:"微软雅黑";
   line-height: 30px;
   letter-spacing: 1px;
   padding-right:45px;
   height:90px;
   overflow: hidden;
}
.d1bigtxt{
    color:#f0f0f0!important;
    font-size:48px!important;
    font-family:"Arial"; 
    text-transform: uppercase;
    font-weight: bold;
    margin-top:36px;
    text-align: right;
    padding-right:0!important;  
    height:auto!important;
    overflow: unset!important;
    line-height: 1.5!important;
}
.d1lianhualeft{
    width:387px;
    padding-top:70px;
    padding-right:33px;
}
.d1lianhualeft  h3{
    color:#ffffff;
    font-size:26px;
    font-family:"Arial";
    text-transform:uppercase;
    line-height:36px;  
}
.d1lianhualeft  p{
    color:#ffffff;
    font-size:18px;
    font-family:"微软雅黑";
    font-weight:bold;
    margin-top:30px;
    letter-spacing: 1px;
}
.lrtxt h3{
    animation:fadeInUp 2.1s; 
}
.lrtxt p{
    animation:fadeInUp 2.4s; 
}
.lelist {
   animation:fadeInUp 2.6s; 
}
.d1body .lianhuaright{
    width:calc(100% - 387px);
    background:#f7f9fb;
    padding-left:60px;
    padding-top:50px;
    padding-bottom:210px;
    padding-right:48px;
}
.d1body .lianhuaright h3{
    color:#333333;
    font-size:16px;
    font-family:"微软雅黑";
    font-weight:bold;
    margin-bottom:24px;
    animation:fadeInUp 1.5s;    
}
.d1body .lianhuaright p{
    color:#333333;
    font-size:14px;
    font-family:"微软雅黑";
    font-weight:lighter;
    margin-bottom:24px;
    line-height: 28px; 
    animation: fadeInUp 1.6s;   
}
.lelist .leitem{
    margin-right:40px;
}
.d2body .lelist{
    margin-top:54px;
    animation: fadeInUp 1.8s; 
}
.d4body .lianhuaright{
    margin-bottom:210px;
    padding-bottom:60px;
    position:relative;
}
.d4ccase {
    /*position: absolute;*/
    left:0;
    bottom:-50px;
}
.d4ccase a{
    display:block;
    width:240px;
    height:50px;
    color:#ffffff;
    font-size:14px;
    font-family: '微软雅黑';
    font-weight: bold;
    line-height: 50px;
    background:linear-gradient(to right,#11267a,#2884c6);
    text-align: center;
}
.d4lian{
    transition:all .3s ease-out 0s;
}
.d5list{
    width:1200px;
    margin:60px auto 0;
}
.d5listbox{
    margin:0 -15px;
}
.d5item{
    width:50%;
    padding:0 15px;
    animation: fadeInUp 1.9s; 
} 
.d5itempic{
    position:relative;
    width:100%;
    height:100%;
    overflow: hidden;
}
.d5itempic img{
    width:100%;
    transition: all .3s ease-out 0s; 
}
.d5pix{
    position:absolute;
    top:0;
    left:0;
}
.d5itemtxt{
    padding:23px 15px 29px;
    text-align:center;
}
.d5itemtxt h3{
    color:#464646;
    font-size:18px;
    font-family: '微软雅黑';
    line-height: 18px;    
    overflow: hidden;
    height:18px;
}
.d5itemtxt p{
    color:#848484;
    font-size:14px;
    font-family: '微软雅黑';
    margin-top:15px;
    letter-spacing: 1px;
    line-height: 14px;
    overflow: hidden;
    height:14px;
}
.d7listbox{
    width:1200px;
    margin:58px auto 255px;
}
.d7list{
    margin:0 -10px; 
}
.d7item{
    width:25%;
    position:relative;
    padding:0 10px;
    text-align: center;
    margin-bottom:20px;
}
.d7item img{
    width:100%;
}
.d7item a{
    display:block;
    width:100%;
    height:100%;
}
/*.d7picaa{
    position:absolute;
    top:0;
    left:0;
}*/
.d7itembox{
    border:1px solid #e5e5e5;
}
.iflist{
    width:1200px;
    margin:65px auto 0;
}
.e1timea{
    width:67px;
    transition: all .3s ease-out 0s;
}
.e1timea h4{
    color:#333333;
    font-size:24px;
    font-family:"Conv_HelveticaNeueLTPro-ThEx";
    letter-spacing: 1px;
    position:relative;
}
.e1timea h4::before{
    position:absolute;
    content: '';
    width:88px;
    height:1px;
    background:#a0a0a0;
    top:50%;
    transform: translateY(-50%);
    right:-107px;
}
.e1rightbox{
    width:calc(100% - 197px);
}
.e1rileft{
    width:calc(100% - 125px);
    padding-right:46px;
    transition: all .3s ease-out 0s;
}
.e1rileft h2{
    color:#333333;
    font-size:18px;
    font-family:"微软雅黑";
    margin-bottom:25px;
    height:18px;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;   
}
.e1rileft p {
    color:#848484;
    font-size:14px;
    font-family:"微软雅黑";
    line-height: 24px;
    letter-spacing: 1px;
    height:48px;
    overflow: hidden;   
}
.e1titight{
    width:125px;
    padding-left:37px;
    position:relative;
    height:56px;
    line-height: 56px;
    transform: translateY(13px);
    transition: all .3s ease-out 0s;
}
.e1titight::after{
    position:absolute;
    content: '';
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:54px;
    background:#d2d2d2;
    left:0;
}
.ifitem {
   padding:42px 0 36px;
   border-bottom:1px solid #e5e5e5 ;
   animation: fadeInUp 1.6s;    
}
.iflist .ifitem:nth-child(1){
  border-top:1px solid #e5e5e5 ;  
}
.e2body .e1timea{
    width:106px;
    height:89px;
    background:#3488ea;
    text-align:center;
}

.e2body .e1timea h4{
    line-height: 89px;
    color:#fff;
}
.e2body .e1timea h4::before{
    display:none;
}
.e2body .e1titight{
    width:150px;
    height:38px;
    border:1px solid #93c2e3;
    line-height: 38px;
    transform: translateY(20px)!important;
}
.e2body .e1rightbox {
    width: calc(100% - 165px);
}
.e2body .e1titight::after{
    display:none;
}
.e2body .e1rileft{
    width: calc(100% - 150px);
    padding-right:100px;
}
/*e3*/
.dongchae2{
    width:1200px;
    margin:65px auto 325px;
}

.dongchitem{
    width:25%;
    position:relative;
    overflow: hidden;
}
.dongchitem a{
    display:block;
}
.dongchitem img{
    width:100%;
}
.e3pica{
    position:absolute;
    top:0;
    left:0;
}
.e3lianhuameng{
    position:absolute;
    top:-400px;
    left:0;
    width:100%;
    height:100%;
    z-index: 10;
    text-align: center;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.e3lianjiebox{
    position:relative;
    top:50%;
    transform: translateY(-50%);
}
.e3lianhuameng h3{
    color:#fff;
    font-family:"微软雅黑";
    font-weight:bold;
    font-size:18px;
    margin-bottom:25px;
    line-height: 1.5;
    padding:0 10px;
}
.e3lianjie span{
    color:#fff;
    font-family:"微软雅黑";
    font-weight:bold;
}
.f1btbox{
    width:100%;
    text-align: center;
}
.f1btbox img{
    max-width:100%;
    animation: fadeInUp 1.6s; 
}
.ifbox{
    overflow: hidden;
}
.f1list{
    width:1200px;
    margin:65px auto 130px;
}
.filista{
    width:963px;
    margin:70px auto 0;
}
.fiitem{
    width:33.333333%;
    text-align: center;
}
.fiitem h3{
    color:#215dab;
    font-family:"微软雅黑";
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
    animation: fadeInUp 1.6s;    
}
.fiitem p{
    color:#464646;
    font-family:"微软雅黑";
    font-size:14px; 
    line-height: 24px;
    letter-spacing: 1px;
    animation: fadeInUp 1.9s;   
}
/**首页核心产业**/
.wrap_textbox {
    position: absolute;
    top: 67px;
    left: 11.6%;
}
.wrap_textbox .box {
    position: absolute;
    left: 140px;
    top: 0;
    width: 380px;
    height: 422px;
    background: #fff;
    box-shadow: 10px 15px 50px rgba(0,0,0,0.25);
    -webkit-box-shadow: 10px 15px 50px rgba(0,0,0,0.25);
    padding: 55px 50px;
}
.wrap_textbox .box .wrap_txt li.active {
    display: block;
}
.wrap_textbox .box .wrap_txt li {
    display: none;
}
.wrap_textbox .box .wrap_txt li .tit {
    font-family: "微软雅黑";
    font-size: 30px;
    color: #333;
    line-height: 30px;
    position:relative;
}
.wrap_textbox .box .wrap_txt li .tit::after{
	position:absolute;
	content:'';
	top:7px;
	width:73px;
	height:2px;
	background:#262a32;
	left:-98px;
}
.wrap_textbox .box .wrap_txt li .wrap_desc {
    margin-top: 20px;
    color:#666666;
    font-size:14px;
    font-family:"微软雅黑";
    line-height: 28px;
}
.wrap_textbox .box .wrap_txt li .btn_text_6 {
    margin-top: 30px;
    display:block;
}
.btn_text_6 span {
    display: inline-block;
    font-family: "微软雅黑";
    font-size: 20px;
    color: #262a32;
}
.btn_text_6 span:after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 9px;
    background: url(./images/d4pic00100.png) no-repeat;
    margin-left: 10px;
}
.slide_page {
    position: absolute;
    bottom: 40px;
    left: 10.6%;
}
.slide_page .slides_log {
    padding-left: 285px;
    font-family: nbr;
    font-size: 20px;
    color: #666;
    letter-spacing: 2px;
}
.slide_page .slides_log .slide_num {
    font-size: 36px;
    color: #333;
    font-family:"Arial";
}
.slide_page .slides_log .slide_num span {
    font-family: nbb;
}
.slide_total_num{
    font-size: 24px;
    color: #999999;
    font-family:"Arial";    
}
.mapboxa{
    display:none;
    width:100%;
}
.mapboxa img{
    width:100%;
}
.video_boxoo{
    display:none;
    width:auto;
    position:relative;
    height:100%;
    top:0;
    left:0;
}
.pcxiala{
    width:100%;
    height:400px;
    background:rgba(255,255,255,0.92);
    position:absolute;
    top:86px;
    left:0;
    display:none;
}
.pcxialacon{
    width:1200px;
    margin:0 auto;
    padding:65px 0px;
}
.pcxialaa h3{
    color:#333333;
    font-size: 36px;
    font-family:"微软雅黑";
    position:relative;
}
.pcxialaa h3::after{
    position:absolute;
    content:'';
    width:51px;
    height:3px;
    background:#ed831a;
    left:0;
    bottom:-37px;
}
.pcxialaa p{
    color:#333333;
    font-size: 16px;
    font-family:"微软雅黑";
    line-height: 36px;
    margin-top:75px;
}
.pcxialacon .pcxialaa:nth-child(1){
    width:304px;
    overflow: hidden;
}
.pcxialacon .pcxialaa:nth-child(2){
    width:592px;
    overflow: hidden;
    padding-left:197px;
}
.pcxialacon .pcxialaa:nth-child(3){
    width:303px;
    overflow: hidden;
}
.pxialapic{
    width:100%;
}
.pxialapic img{
    width:100%;
}
.pcxialaa h4{
    color:#333333;
    font-size: 18px;
    font-family:"微软雅黑";
    margin-top:27px;    
}
.pcxialaaboxa a{
    display:block; 
    color:#666666!important;
    font-size: 18px;
    font-family:"微软雅黑";
    margin-bottom:25px;
}
.nav_aside{
    width:260px;
    text-align: center;
    /*padding-left:12px;*/
    position:absolute;
    top:86px;
    right:-260px;
    background:#fff;
    height:100vh;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    z-index: 66;
}
.nav_aside.active{
    right:0;
}
.nav_asida{
    /*border-bottom:1px solid #eaebeb;*/
    padding-left:12px;
}
.nav_asida a{
    display:block;
    padding:30px 0;
    color:#666666;
    font-size:16px;
    font-family:"微软雅黑";
    border-bottom: 1px solid #eaebeb;
}
.lanjian{
    transform: translateX(-65px);
    opacity: 0;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.nav_asida:hover .nav_cela{
    display:block;
} 
.nav_cela{
    width: 258px;
    padding:0 25px;
    background:rgba(255,255,255,0.92);
    position:absolute;
    top:0;
    right:260px;
    height:100vh;
    display:none;
}
.nav_class{
    border-bottom:1px solid rgba(0,0,0,0.06);
}
/*手机下拉*/
.phxia{
    position: fixed;
    z-index: 10;
    margin-top: 60px; 
    width: 100%;
    z-index: 110;
}
.xialaph{
    display: none;

    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;

    padding-bottom: 30px;

    background-color: #f1f1f1;
    font-family: '微软雅黑';
}
@media screen and (max-width: 992px)
{
    .xialaph .container{
        width: 100%;
        padding: 0 40px;
    }
}
@media screen and (max-width: 768px)
{
    .xialaph .container{
        width: 100%;
        padding: 0 20px;
    }
}
.xialaph h4{
    position: relative;
}
.xialaph h4::after{
    content: '';

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: .1;
    background-color: #000;
}
.xialaph h4 a{
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
    color: #999;
}
.xialaph h4 img{
    position: absolute;
    top: 50%;
    right: 5px;

    width: 13px;
    cursor: pointer;

    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.xialaph .ul2{
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}
.xialaph .ul2 .container{
    max-width: 100%;
}
.xialaph h5{
    position: relative;
}
.xialaph h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: .05;
    background-color: #000;
}
.xialaph h5 a{
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}
.xialaph h5 img{
    position: absolute;
    top: 50%;
    right: 5px;

    width: 13px;
    cursor: pointer;

    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s{
    display: none;
}
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d{
    display: block;
}
.xialaph .ul3{
    display: none;
    padding-left: 15px;
}
.xialaph h6 a{
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}
/**扒侧导航**/
body.active_right #header_right {
    z-index: 998;
    visibility: visible;
}
#header_right {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    visibility: hidden;
}
#header_right .header_inner_wrap {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
#header_right .header_inner_wrap .dimmed_area {
    position: absolute;
    right: 480px;
    top: 0;
    bottom: 0;
    left: 0;
}
body.stop.active_right #header_right .header_inner_wrap .header_inner {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
#header_right .header_inner_wrap .header_inner {
    -webkit-transform: translateX(480px);
    -moz-transform: translateX(480px);
    -ms-transform: translateX(480px);
    -o-transform: translateX(480px);
    transform: translateX(480px);
}
#header_right .header_inner_wrap .header_inner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 480px;
    text-align: left;
}
.header_inner_wrap .header_inner {
    background: #fff;
    overflow-y: auto;
}
.gnb_mot {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.header_inner_wrap .header_inner h3 {
    background: url(/Images/common/header_side_bg.png) repeat-y center top;
    background-size: 100%;
    color: #fff;
    padding: 37px 0 15px 40px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.8px;
    font-weight: bold;
}
.eng {
    font-family: 'Arial', sans-serif;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
}
#header_right .header_inner_wrap .header_inner .block.first {
    background: url(/Images/common/header_right_block1_bg.jpg) no-repeat center bottom;
}
.header_inner_wrap .header_inner .block {
    padding: 30px 37px;
    border-bottom: 8px solid #ececec;
}
.header_inner_wrap .header_inner .block {
    padding: 30px 37px;
    border-bottom: 8px solid #ececec;
}
.header_inner_wrap .header_inner .block.block3 {
    border: 0;
}
.header_inner_wrap .header_inner .block {
    padding: 30px 37px;
    border-bottom: 8px solid #ececec;
}
/**扒侧导航结束*/
/**f1**/
.f1linianlie{
    width:1200px;
    margin:0 auto;
}
.f1linanitem{
    margin:0 -11px;
}
.f1itemaa{
    width:33.333333%;
    padding:0 11px;
}
.f1itemaa:nth-child(1){
    animation: fadeInUp 1.5s; 
}
.f1itemaa:nth-child(2){
    animation: fadeInUp 1.8s; 
}
.f1itemaa:nth-child(3){
    animation: fadeInUp 2.1s; 
}
.f1senction{
    width:100%;
    padding:250px 0 245px;
}
.f1lininabox{
    width:100%;
    height:100%;
    background:#fff;
    padding:0 45px;
    position:relative;
    height:356px;
}
.f1weli{
    width:159px;
    margin:0 auto;
    position: absolute;
    top:-103px;
    left:50%;
    transform: translateX(-50%);
}
.f1weli img{
    width:100%;
}
.f1wenyxy p{
    color:#666666;
    font-size:14px;
    font-family:"微软雅黑";
    line-height: 30px;
    text-align: justify;
    text-align-last:center;
}
.f1linanitem .f1itemaa:nth-child(1) .f1lininabox{
    height:356px;
}
.f1linanitem .f1itemaa:nth-child(1) .f1lininabox p{
    height:150px;
    overflow: hidden;
}
.f1linanitem .f1itemaa:nth-child(2) .f1lininabox{
    height:437px;
}
.f1linanitem .f1itemaa:nth-child(2) .f1lininabox p{
    height:270px;
    overflow: hidden;
}
.f1linanitem .f1itemaa:nth-child(3) .f1lininabox{
    height:356px;
}
.f1linanitem .f1itemaa:nth-child(3) .f1lininabox p{
    height:150px;
    overflow: hidden;
}
.f1wenyxy{
    padding-top:125px;
}
.f2pic01{
    width:1200px;
    margin:67px auto 0;
}
.f2pic01 img{
    width:100%;
}
.pioneer{
    width:1200px;
    margin:0 auto;
}
.pionerbox{
    padding-left:193px;
    width:calc(100% - 843px);
}
.pioneright{
    width:843px;
    padding-left:25px;
    position:relative;
}
.pioneright::after{
    position:absolute;
    content:'';
    height:92px;
    width:1px;
    background:#000000;
    top:50%;
    transform: translateY(-50%);
    left:0;
}
.pioneer h3{
    font-size:36px;
    font-family:"微软雅黑";
    color:#009cff;
    font-weight:bold; 
    line-height: 48px;
    text-transform: uppercase;
    margin:151px 0 80px;
    animation: fadeInLeft 1.8s; 
}
.pioneer h3 p{
    font-size:36px;
    font-family:"微软雅黑";
    color:#009cff;
    font-weight:bold;
    line-height: 48px;
    text-transform: uppercase;
}
.pionerbox h4{
    font-size:24px;
    font-family:"微软雅黑";
    color:#333333;
    font-weight:bold;
    animation: fadeInLeft 1.6s;   
}
.pioneright p{
    font-size:14px;
    font-family:"微软雅黑";
    color:#333333;
    font-weight:lighter;
    line-height: 24px;
    animation: fadeInRight 1.9s;   
}
.pioneerleft{
    margin-bottom: 94px;
}
.sanyuanze{
    padding:83px 0 268px;
}
.sanyuanzecon{
    width:1200px; 
    margin:0 auto;
}
.sanyuanbbt{
    padding:22px 0;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    width:358px;
    padding-left:2px;
}
.sanyuanbbt h2{
    color:#ffffff;
    font-size:30px;
    font-family:"微软雅黑";
}
.anyuanleft{
    width:634px;
}
.anyuanleft img{
    width:100%;
    animation: fadeInLeft 1.6s;
}
.anyuanright{
    width:calc(100% - 670px);
}
.aritshang{
    animation: fadeInRight 1.6s;
}
.aritshang h2{
    color:#cae2ff;
    font-size:48px;
    font-weight:bold;
    font-family:"微软雅黑";
    opacity: 0.64;
    text-align: right;
    text-transform: uppercase;   
}
.aritshang p{
    color:#ffffff;
    font-size:18px;
    font-weight:bold;
    font-family:"微软雅黑";
    line-height: 30px;
    margin:67px 0 54px;
}
.arxia{
    margin-bottom:45px;
}
.arxia:nth-child(1){
    animation: fadeInRight 1.8s;
}
.arxia:nth-child(2){
    animation: fadeInRight 2.2s;
}
.arxia:nth-child(3){
    animation: fadeInRight 2.6s;
}
.arxia:nth-child(4){
    animation: fadeInRight 3s;
}
.arxia h3{
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    font-family:"微软雅黑"; 
    margin-bottom:16px;
    padding-left:15px;
    position:relative;  
}
.arxia h3::after{
    position:absolute;
    content: '';
    width:6px;
    height:6px;
    background:#fff;
    border-radius: 50%;
    top:50%;
    transform: translate(-50%);
    left:0;
}
.f3bt1{
    animation: fadeInUp 1.6s; 
}
.f3bt2{
   animation: fadeInUp 1.6s; 
}
.arxia p{
    color:#ffffff;
    font-size:14px;
    font-family:"微软雅黑";
    letter-spacing: 1px; 
    line-height: 1.5; 
}
.sanyuanxia{
    margin-top:80px;
    overflow: hidden;
}
.f3lianhuacon{
    width:1200px;
    margin:67px auto 0; 
}
.f3shangwenbve p{
    color:#464646;
    font-size:16px;
    font-family:"微软雅黑";
    line-height:36px;
    margin:37px 0 115px;
    animation: fadeInUp 1.6s;     
}
.f3piccc{
    width:573px;
    position:relative;
    margin-left:53px;
}
.f3piccc img{
    width:100%;
}
.xiaocaoaa{
    position:absolute;
    left:-50px;
    bottom:-25px;
}
.f3cnright{
    width:510px;
}
.f3cnright img{
    width:100%;
}
.f3cnleft {
    padding-top:48px;
}
.f3bt2{
    margin-top:44px;
}
.fupinbt{
    width:100%;
    text-align: center;
}
.fupin{
    padding-top:130px;
    width:100%;
}
.fupinbt p{
    font-size:16px;
    font-family:'微软雅黑';
    color:#333333;
    margin-top:23px;
    margin-bottom:47px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.fupintupianlist{
    width:1125px;
    margin:0 auto;
}
.fupintupianlist img{
    width:100%;
}
.f3btn{
    width:1200px;
    margin:43px auto 0;
    position:relative;
}
.fupitxt{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index: -2;
}
.fupitxt::after{
    position:absolute;
    content:'';
    width:100%;
    height:6px;
    background:#f7f7f7;
    left:0;
    top:50%;
    transform:translateY(-50%);
    z-index: -2;
    display:none;
}
.fupitxt p{
    color:#999999;
    font-size:24px;
    font-family:"微软雅黑";
    text-align: center;
    line-height: 47px;
}
.f3btnleftbox{
    width:47px;
    height:47px;
    background:linear-gradient(to right,#122a7e,#277fc2);
    text-align: center;
    line-height: 47px;
    cursor: pointer;
}
.lanfengpic{
    width:100%;
    margin:82px 0 126px;

}
.lanfengpic img{
    width:100%;
}
.chengciaobt h3{
    color:#333333;
    font-size:30px;
    font-family:"微软雅黑";    
}
.chengciaocon{
    width:1200px;
    margin:0 auto;
}
.chengciaobt{
    text-align: center;
}
.chengciaobt p{
    color:#333333;
    font-size:16px;
    font-family:"微软雅黑";
    margin-top:33px;
    line-height: 1.5;    
}
.lianhualist{
    width:100%;
    margin:0 -19px;
}
.lianhuaitemaa{
    width:33.333333%;
    padding:0 19px;
}
.lianhuaitemaa:nth-child(1){
    animation: fadeInUp 1.5s; 
}
.lianhuaitemaa:nth-child(2){
    animation: fadeInUp 1.9s; 
}
.lianhuaitemaa:nth-child(3){
    animation: fadeInUp 2.3s; 
}
.lianhuaitem a{
    width:100%;
    height:100%;
    display:block;
}
.liitpic{
    width:100%;
    position:relative;
    overflow: hidden;
}
.liitpic img{
    width:100%;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.f3toumnga{
    position:absolute;
    top:0;
    left:0;
}
.lihuatxt{
    padding-top:15px;
}
.lihuatxt h6{
    color:#009cff;
    font-size:14px;
    font-family:"微软雅黑";   
}
.lihuatxt h3{
    color:#333333;
    font-size:18px ;
    font-family:"微软雅黑";
    margin:17px 0 32px;    
}
.f3more a span{
    color:#0067da;
    font-size:20px ;
    font-family:"微软雅黑";    
}
.lianhualistbb {
    margin:48px 0 70px;
    overflow: hidden;
}
.lianhuam_lianjie{
    width:1200px;
    height:95px;
    background:#eeeeee;
    margin-bottom:243px;
}
.lhu_aa{
    width:100%;
    height:100%;
    position:relative;
}
.lhu_aa::after{
    position:absolute;
    content:'';
    width:100%;
    height:0;
    background:#009cff;
    bottom:0;
    left:0;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    z-index: 9;
}
.lianhuam_lianjie a{
    width:100%;
    height:100%;
    display:block;
    color:#333333;
    font-size:18px ;
    font-family:"微软雅黑";
    font-weight: bold;
    text-align: center;
    line-height: 95px;
    z-index: 10;
    position: relative;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;      
}
.f3jia{
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;   
}
.g2con{
    width:1200px;
    margin:0 auto;
}
.g2list{
    width:100%;
    margin:65px -5px 0;
}
.g2item{
    width:33.333333%;
    padding:0 5px;
}
.g2itema{
    background:#fff;
    width:100%;
    height:222px;
    -webkit-transition:all .3s ease-out 0s;
    cursor: pointer;
}
.g2pic{
    width:106px;
    text-align: center;
    position:relative;
    height:100%;
    z-index: 1;
}
.rencai01{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}
.rencai02{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g2text{
    width:calc(100% - 106px);
    padding:49px 0 37px;
}
.g2text h3{
    color:#333333;
    font-size:18px ;
    font-family:"微软雅黑";
    font-weight: bold;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;    
}
.g2textxia{
    margin-top:35px;
}
.g2textxia p{
    color:#666666;
    font-size:14px ;
    font-family:"微软雅黑";
    line-height: 24px;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;   
}
.g2tanchuang{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.75);
    z-index: 80;
    display:none;
}
.g2wenbenshang h2{
    font-family:"微软雅黑";
    font-size:18px;
    font-weight:bold;
}
.tanchuang{
    width:655px;
    background:#fff;
    position:relative;
    top:56%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:40px 75px 75px;
    border-bottom:4px solid #009cff;
    height: 550px;
}
.g2btn{
    position:absolute;
    top:26%;
    right:29%;
    width:28px;
    cursor: pointer;
}
.g2btn img{
    width:100%;
}
.g2txta{
    margin:38px 0 40px;
}
.g2txta p{
    font-family:"微软雅黑";
    font-size:18px;
    color:#666666;
    line-height: 30px;  
}
.gebfboxx{
    display:inline-block;
    width:180px;
    height:52px;
    background:#efefef;
}
.gebfboxx.active{
    background:#009cff;
}
.gebfboxx.active a{
    color:#fff;
}
.gebfboxx a{
    color:#009cff;
    font-size:18px;
    font-family:"微软雅黑";
    font-weight: lighter;
    display:block;
    width:100%;
    height:100%;
    text-align: center;
    line-height: 52px;
}
.contactus{
    width:100%;
}
.cont_con{
    width:1200px;
    margin:65px auto 230px;
}
.cont_left{
    width:693px;
}
#map{
    width:100%;
    height:435px;
}
.cont_right{
    width:calc(100% - 753px);
    padding-top:50px;
}
.right_txtx{
    margin-bottom:18px;
}
.right_txtx p{
    color:#464646;
    font-size: 16px;
    font-family:"微软雅黑";
    font-weight:lighter;
}
.weizhi{
    margin-left:15px;
    width:11%;
}
.ttxtpic{
    display:inline-block;
    width:19px;
}
.right_txtx span{
    display:block;
}
.h1txt {
    width:78%;
}
.rtxta{
    margin-left:28px;
    text-align: center;
    width:161px;
    margin-top:27px;
}
.rtxta p{
   color:#464646;
    font-size: 14px;
    font-family:"微软雅黑";    
}
.rtabox{
    width:157px;
    margin-bottom:16px;
}
.rtabox img{
    width:100%;
}
.policycon{
    width:1200px;
    margin:66px auto 0;
}
.policbt{
    width:175px;
    height:201px;
}
.policbt h2{
    color:#464646;
    font-size: 72px;
    font-family:"Arial";
    font-weight:bold;
    text-transform: uppercase;    
}
.policleft{
    width:688px;
    position: relative;
}
.poliright{
    width:calc(100% - 826px);
    padding-top:50px;
}
.poliright h3{
    animation: fadeInUp 1.6s; 
}
.policypic1{
    margin-top:65px;
    margin-right: 27px;
}
.porigtone{
    animation: fadeInUp 1.6s; 
}
.g1lianaa{
   animation: fadeInUp 1.6s; 
}
.porigttwo{
   animation: fadeInUp 1.6s; 
}
.policypic2{
    width:385px;
    height:634px;
    background:rgba(0,126,255,0.5);
    position:absolute;
    top:0;
    right:0;
    z-index: 25;
}
.poliright h3{
    color:#333333;
    font-size:24px;
    font-family:"微软雅黑";
}
.porigt{
    margin-top:25px;
}
.porigt p{
    color:#666666;
    font-size:14px;
    font-family:"微软雅黑";
    line-height: 28px;    
}
.g1lian{
    margin-top:25px;
    margin-bottom: 57px;
}
.g1lianji{
    animation: fadeInUp 1.6s; 
}
.g1lianbb span{
    color:#009cff;
    font-size:16px;
    font-family:"微软雅黑";    
}
.g1guihua{
    width:100%;
}
.g1huihuacon{
    width:1200px;
    margin:170px auto 140px;
}
.g1guileft{
    width:363px;
}
.g1guihuaright{
    width:calc(100% - 363px);
    padding-left:30px;
    position:relative;
}
.g1guihuaright::after{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width:1px; 
    height:136px;
    content: "";
    background:#1b1b1b;
}
.g1guileft h2{
    color:#333333;
    font-size:30px;
    font-family:"微软雅黑";
    font-weight:bold;     
}
.g1guihuaright p{
    color:#333333;
    font-size:14px;
    font-family:"微软雅黑";
    font-weight:lighter;
    line-height: 24px;     
}
.g2item{
    animation: fadeInUp 1.8s; 
}
.g1boxa{
    margin-bottom:79px; 
}
.g1boxa:nth-child(1){
    animation: fadeInUp 1.6s;
}
.g1boxa:nth-child(2){
    animation: fadeInUp 1.9s;
}
.g1boxa:nth-child(3){
    animation: fadeInUp 2.3s;
}
.spanbt{
    color:#009cff;
    font-weight:bold;
    font-family:"微软雅黑";
    font-size:14px;
    display:block;
    width:70px;
    line-height:24px;
}
.sanantxt{
    width:calc(100% - 70px);
    line-height:24px;
}
.g2p1{
    margin-top:20px;
}
.g2p2{
    margin-top:34px;
}
.g1boxa_b .g1guihuaright::after{
    height:190px;
}
.g2rencai{
    width:100%;
    background:#f9fafa;
    padding-bottom: 242px;
}
.g2rencai_con{
    width:1200px;
    margin:0 auto;
    padding-top:72px;
}
.g2rencai_con h3{
    font-family:"微软雅黑";
    font-size:30px;
    color:#333333;
    font-weight: bold;   
}
.g2renbtlist{
    margin-top:65px;
    margin-bottom: 40px;
    width:524px;
}
.g2renbtitem{
    width:127px!important;
}
.g2renbtitem h5{
    font-family:"微软雅黑";
    font-size:18px;
    color:#333333;
    position:relative;
    line-height: 1.5;
    text-align: center;   
}
.g2renbtitem h5::after{
    position: absolute;
    content: "";
    width:0;
    height:0;
    border-width:0 5px 5px;
    border-style:solid;
    border-color:transparent transparent #009cff;/*透明 透明  灰*/
    bottom:-9px;
    left:50%;
    transform: translateX(-50%);
    opacity: 0;
}
.g2renbtlist .g2renbtitem:nth-child(2){
    margin:0 40px;
}
.g2renbtitem{
    border-bottom: 2px solid #f9fafa;
    padding-bottom:9px;
    cursor:pointer;
  /*  display:none;*/
}


.g2renbtitem.active{
     border-color:#009cff;
}
.g2renbtitem.active h5{
    color:#009cff;
}
.g2renbtitem.active h5:after{
        opacity: 1;
}
.g2luboleft>p{
    font-family:"微软雅黑";
    font-size:14px;
    color:#999999;
    line-height: 24px;
    margin-bottom:50px;   
}
.g2luboleft{
    width:100%;
    padding-top: 27px;
}
.g2_text h2{
    font-family:"微软雅黑";
    font-size:14px;
    color:#009cff;
    font-weight:bold;       
}
.g2_text p{
    font-family:"微软雅黑";
    font-size:14px;
    color:#333333;
    margin-top:11px; 
    line-height: 1.5;   
}
.g2_text{
    margin-bottom:37px;
}
.g2lunboright{
    width:50%;
    text-align:center;
}
.g2_lunboright img{
    max-width:100%;
}
.g2lunboright .f3btn {
    width: 100%;
    margin: 15px auto 0;
    position: relative;
}
.g2lunboright .f3btn {
    z-index: 10;
}
.g2lunboright .fupitxt p{
    color:#666666;
    font-size:18px;
}
.g2_lunboright{
    display:none;
}
.b2html{
    position: relative;
    z-index: 100;
    top:0;
    left:0;
}
.b2fixed{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
}
.b2fixed img{
    width:100%;
    height:100%;
}
.lianjie a{
    display:block;
}
.d5body .page li.activepage{
    background:#2aa3eb;
    color:#fff;
}
.e1body .page li.activepage{
    background:#2aa3eb;
    color:#fff;
}
.e2body .page li.activepage{
    background:#2aa3eb;
    color:#fff;
}
.bavideo img{
    width:100%;
    position:relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
.b2_lianhua .lianhuaright img{
    max-width: 100%;
}
.padpicc{
    display:none;
    width:100%;
}
.padpicc img{
    width:100%;
}
.policypic1 img{
    width:100%;
}
.sousuoend{
    font-size:28px;
    color:#fff;
}
.sousuoend.act{
    color:#999999;
}
.b1fa{
    width:100%;
}
.b1facon{
    width:1200px;
    /*height:815px;*/
    margin:0 auto;
    position:relative;
    padding-top:122px;
}
.b1fabt{
    width:454px;
    height:200px;
    background:#11287c;
    position:absolute;
    top:0;
}
.b1fabt h2{
    color:#ffffff;
    font-size:30px;
    font-family:"微软雅黑";
    line-height: 200px;
    padding-left:111px;
    position:relative;
}
.b1fabt h2::after{
    position:absolute;
    content:'';
    width:242px;
    height:1px;
    background: #fff;
    bottom:70px;
    left:-35px;
}
.slick_contiont{
    width:100%;
    display:none;
}
.slick_item{
}
.slickright{
    width:100%;
    margin-top:18px;
}
.slickright.active{
    width:713px;
    height:454px;
}
.slickleft {
    width: 100%;
    position: relative;
}
.slickleft h3{
    color:#fff;
    font-size:18px;
    font-family:"微软雅黑";
    font-weight:bold;   
}
.slicklefttxt{
    margin-top:15px;
}
.slickleft p{
    color:#fff;
    font-size:14px;
    font-family:"微软雅黑";
    line-height: 24px;  
}

.slickright img{
    width:100%;
}
.slick_contiontbox{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.ceshia{
    width:1200px;
    float: right;
}
.b1ceshi{
    width:1200px;
    float: right;    
}
.b1ceshiitem{
    width:350px;
    height:227px;
}
.b1ceshiitem img{
    width:350px;
    height:227px;
}
.b1ceshiitem.slick-current{
   width:711px!important;
    height:456px!important;  
}
.b1ceshiitem.slick-current .b1ceshiitempic{
    width:711px!important;
    height:456px!important; 
}
.b1ceshiitem.slick-current img{
    width:711px;
    height:456px;
}
.b1ceshiitem.slick-current .slickleft{
    display:block;
}
.bl02::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background: #fff;
    opacity: 0.2;
    content: "";
}
.bl02::after{
    content:'';
    text-align: left;
}
.bl03::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background: #fff;
    opacity: 0.2;
    content: "";
}
.bl03::after{
    content:'';
    text-align: left;
}
.bl01{
    margin-left:-8px;
}
#container .content.history-view .section02 > .wrap .swiper-button-prev {
    width: 44px;
    height: 26px;
    bottom:181px!important;
    top:auto!important;
}
#container .content.history-view .section02 > .wrap .swiper-button-next{
    width: 44px;
    height: 26px; 
    bottom:181px!important;
    top:auto!important;
}
#container .content.history-view .section02 > .wrap .swiper-container .swiper-wrapper .swiper-slide .left-text-area dl dt{
    color:#fff;
    font-size: 18px;
    font-family:"微软雅黑";
    font-weight: bold;
}
#container .content.history-view .section02 > .wrap .swiper-container .swiper-wrapper .swiper-slide .left-text-area dl dd {
    font-size: 14px;
    color: #c6daff;
    line-height: 24px;
    margin-top: 35px;
    padding-left: 40px;
}
#wrap {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    top: 373px;
}
.b1fa {
    height:815px;
    position:relative;
}
.slicktime{
    margin: 18px 0 25px;
}
.slicktime p{
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 24px;
    text-align: center;
}
.slick_contiont .slick-dots{
    transform: translateX(-15px);
    bottom:5px;
}
.slick_contiont .slick-dots li{
    background: #fff;
}
.slick-dots li.slick-active {
    background: #999;
}
#container .content.history-view .section02 > .wrap .swiper-pagination .bl span::after{
    content: "";
    position: absolute;
    width:91px;
    height:1px;
    background:#fff;
    left: -9px;
    bottom: -40px;
    opacity: 0;
}    
#container .content.history-view .section02 > .wrap .swiper-pagination .bl span{
    overflow: unset;
}
#container .content.history-view .section02 > .wrap .swiper-pagination .bl.active span::after{
   /* opacity: 1;*/
}

.wj_pb_bc_list.act p{
    color:#009cff
}
.wj_pb_bc_list.act i{
    color:#009cff
}
.c3body .c3news .nw_txta{
    width:100%;
    padding-right:72px;
}
.c2text{
    padding-top: 41px;
    padding-bottom: 29px;
}
.d1body .lianhuaright p{
    margin-bottom:0;
}
.lrtxt p:nth-child(3){
    margin-bottom:50px;
}
.d3body .d1bigtxt{
    margin-top:10px;
    line-height: 1.1!important;
}
.d3body .lianhuaright {
    width: calc(100% - 387px);
    background: #f7f9fb;
    padding-left: 60px;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-right: 48px;
    margin-bottom: 295px;
}
.d3body .lianhuaright p{
    margin-bottom:24px;
}
.e2rileft h2{
    margin-bottom:23px;
}
.fiitema h3{
    color:#215dab;
}
.fiitemb h3{
    color:#009cff;
}
.fiitemc h3{
    color:#102078;
}
.pioneerleftcc{
    margin-bottom: 172px;
}
.g2body .page li.activepage{
    background:#2aa3eb;
    color:#fff;
}
.right_txtx span{
    font-size:16px;
    color:#464646;
    font-family:"微软雅黑";
    font-weight: lighter;
}
.pcdaohangwai .logo_b {
    display:block;
}
.bannerindex{
    position:fixed;
    top:0;
    left:0;
}
.indexboxa{
    margin-top:100vh;
    background:#fff;
}
.earth{
    background:#fff;
    position: relative;
}
.earth_con{
    background:#fff;
}
.banner_item video{
    position:relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
    /*width:auto;
    height:auto;*/
}

.slick-vertical .slick-slide{
    height:100vh;
}


/*清除浮动*/
.clearfix:after{ display: block;clear:both;font-size:0;line-height:0;height:0;visibility:hidden;content: '.';}
.w1200{max-width:1200px; margin:0 auto;}
.w1200:after{content:""; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}
.in_pro{width: 100%; background: #f9f9f9; padding: 50px 0 40px 0; position: relative;}
.in_pro_left{width:20%; float: left; overflow: hidden;}
.in_pro_left_bt{width: 100%; height: auto;}
.in_pro_left_bten{font-size: 26px; font-weight: 600; color:#333; margin-bottom: 20px;}
.in_pro_left_btcn{font-size: 16px; color:#333; margin-bottom: 20px;}
.in_pro_left_butter{width: 100%;margin-top: 200px; overflow: hidden;}
.in_pro_left_butter ul{}
.in_pro_left_butter ul li{width:30%; height: auto; float: left; margin-right: 2%}
.in_pro_left_butter ul li img{width: 40px;}

.in_pro_right{width: 80%; float: right; overflow: hidden;}
.pro_img{width:100%; float:left;}
.pro_img ul{margin-right: -2%; position:relative; width:10000%;}
.pro_img li{width:0.32%; float:left; background:#fff; margin:0 0.02% 0 0; border:1px solid #e6e6e6; padding-bottom:20px;}
.pro_img li:hover{box-shadow:0 5px 10px #999;}
.pro_img li .btitle{width:92%; margin:10px auto 0; overflow:hidden;font-size:16px; font-weight: 600; line-height: 40px;}
.pro_img li .pic{width:92%; margin:10px auto 0; overflow:hidden;}
.pro_img li .pic img{width:100%;-webkit-transition:all .3s; transition:all .3s;}
.pro_img li a:hover .pic img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.pro_img li .txt{width:100%; margin:20px auto 0;}
.pro_img li .txt_bt{width:100%;font-size:16px; padding:0 10px; line-height:24px; text-align:center; box-sizing: border-box;}
.pro_img li a .txt_bt{color:#000;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pro_img li a:hover .txt_bt{color:#6286a5;}
.pro_img li .txt_bt:after{content:""; display:block; width:30px; height:3px; background:#a9a9a9; margin:20px auto 0;}
.pro_img li a:hover .txt_bt:after{content:""; display:block; width:30px; height:3px; background:#6286a5; margin:20px auto 0;}
.pro_img li .txt_wz{width:100%; margin:10px auto 0; line-height:24px; padding:0 10px; text-align:center; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; box-sizing: border-box; font-size: 14px; color: #555}
.pro_img li .btn{width:110px; margin:10px auto 0;}
.pro_img li a .btn{width:110px; height:30px; line-height:28px; display:block; background:#fff; border-radius:20px; text-align:center; color:#333; border:1px solid #e6e6e6;font-size:12px; padding:0;}
.pro_img li a:hover .btn{background:#6286a5; color:#fff; border:1px solid #6286a5;}



.in_pro_lefts{width:100%; overflow: hidden;}
.in_pro_left_bts{width: 100%; height: auto;}
.in_pro_left_btens{font-size: 26px; font-weight: 600; color:#333; margin-bottom: 20px;}
.in_pro_left_btcns{font-size: 16px; color:#333; margin-bottom: 20px;}
.in_pro_left_butters{width: 20%;margin:0 auto; overflow: hidden;}
.in_pro_left_butters ul{}
.in_pro_left_butters ul li{height: auto; float: left; margin: 20px 20px 0 20px}
.in_pro_left_butters ul li img{width: 40px;}

.in_pro_rights{overflow: hidden;}
.pro_imgs{width:100%; float:left;}
.pro_imgs ul{margin-right: -2%; position:relative; width:10000%;}
.pro_imgs li{width:0.23%; float:left; background:#fff; margin:0 0.02% 0 0; border:1px solid #e6e6e6; padding-bottom:20px;}
.pro_imgs li:hover{box-shadow:0 5px 10px #999;}
.pro_imgs li .btitle{width:92%; margin:10px auto 0; overflow:hidden;font-size:16px; font-weight: 600; line-height: 40px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.pro_imgs li .pic{width:92%; margin:10px auto 0; overflow:hidden;}
.pro_imgs li .pic img{width:100%;-webkit-transition:all .3s; transition:all .3s;}
.pro_imgs li a:hover .pic img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.pro_imgs li .txt{width:100%; margin:20px auto 0;}
.pro_imgs li .txt_bt{width:100%;font-size:16px; padding:0 10px; line-height:24px; text-align:center; box-sizing: border-box;}
.pro_imgs li a .txt_bt{color:#000;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pro_imgs li a:hover .txt_bt{color:#6286a5;}
.pro_imgs li .txt_bt:after{content:""; display:block; width:30px; height:3px; background:#a9a9a9; margin:20px auto 0;}
.pro_imgs li a:hover .txt_bt:after{content:""; display:block; width:30px; height:3px; background:#6286a5; margin:20px auto 0;}
.pro_imgs li .txt_wz{width:100%; margin:10px auto 0; line-height:24px; padding:0 10px; text-align:center; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; box-sizing: border-box; font-size: 14px; color: #555}
.pro_imgs li .btn{width:110px; margin:10px auto 0;}
.pro_imgs li a .btn{width:110px; height:30px; line-height:28px; display:block; background:#fff; border-radius:20px; text-align:center; color:#333; border:1px solid #e6e6e6;font-size:12px; padding:0;}
.pro_imgs li a:hover .btn{background:#6286a5; color:#fff; border:1px solid #6286a5;}


.in_about{width: 100%; height: auto; padding: 60px 0;background: url(../images/a_bg02.jpg) center no-repeat;position: relative;}
.in_about_ny{width: 100%; height: auto; margin-top:50px; overflow: hidden;}
.in_about_textnr{width: 50%; height: auto; float: left;}
.in_about_textnr_tit{font-size: 30px; line-height: 40px; color: #333;}
.in_about_textnr_tit_line{width: 20px; background: #555; height: 2px;}
.in_about_text{width:100%; float:left; margin-top:20px; font-size:15px; line-height:32px; font-weight: normal; margin-bottom: 30px;}
.in_about_sj{width:100%; float:left; margin-top:0px;margin-bottom:0px;}
.in_about_sj ul{margin-right:-5%;}
.in_about_sj li{width:20%; float:left; border-right:1px solid #e6e6e6; margin-right:5%; text-align: center;}
.in_about_sj li .sz{width:100%; float:left;}
.in_about_sj li .sz_bt{font-size:40px; font-weight:bold; color:#6286a5; line-height:30px; font-family:Arial;}
.in_about_sj li .sz_xb{float:left; margin:10px 0 0 10px; font-size:14px; color:#000;}
.in_about_sj li .txt{width:100%; float:left; margin-top:20px; font-size:14px;}
.more{width: 120px; height: auto; background: #444; border-radius: 20px; overflow: hidden;text-align: center;}
.more a{ font-size: 14px; line-height: 35px; color: #fff;}
.more a:hover{background: #6286a5; border-radius: 20px; color: #fff; display: block;}

.in_about_pic{width:40%; float:right; overflow:hidden;}
.in_about_pic img{width:100%; display:block; -webkit-transition:all .3s; transition:all .3s;}
.in_about_pic a:hover img{-webkit-transform:scale(1.1); transform:scale(1.1);}



.sy_gy{height:auto; overflow: hidden;}
.sy_gy_l{ float:left; width:48%;height:100%; overflow:hidden;}
.sy_gy_l img{ display:block;width:100%;}
.sy_gy_r{ float: none; width:100%; height:100%; padding:15px 1% 10px 0; text-align: center;}
.sy_gy_r .h1{ font-size:26px; line-height:36px; color:#fff; font-weight:bold;}
.sy_gy_r .h2{ font-size:18px; line-height:20px; color:#fff; text-transform:uppercase; margin-top:0px;}
.sy_gy_r .h3{ width:50px; height:3px; background:#fff; margin:15px auto 0;}
.sy_gy_r .h4{ font-size:15px; line-height:30px; color:#fff;margin-top:15px; overflow:hidden;text-align: left;}
.sy_gy_r .h5{margin-top:0px;}
.sy_gy_r .h5 a{ display:block; width:120px; line-height:45px; font-size:14px; color:#555; background:#fff; border-radius:5px; text-align:center; margin:0 auto;}



/*why_us*/
.why_us{ width:90%; margin:0 auto; overflow:hidden; padding:40px 0;}
.why_us ul li{ float:left; width:23.2%; text-align:center; position:relative; margin:0 2.4% 0 0; }
.why_us ul li:last-child{ margin:0;}
.why_us ul li .why_k{ padding:30px 0 30px 0;}
.why_us ul li big{ font-size:30px; color:#f08519; display:block; line-height:42px; margin:0px auto; font-weight: 600}
.why_us ul li span{ font-size:38px; color:#f08519;font-weight: 600}
.why_us ul li small{ font-size:13px; color:#fff; line-height:22px; height:22px; display:block; margin:10px auto; text-transform:capitalize;}


.index_box4{width:95%;height: 5.8vw; margin: 160px auto 50px}
.index_box4_tit{width: 10%;height: 5.9vw;float: left;background:url(../images/index_jt01.png) no-repeat;line-height: 2vw; padding-top: 1vw;text-align: center;font-size: 1.2vw;color: #ffffff;font-weight: bold;}
.index_box4 ul{float: left;height: 5.8vw;width: 90%;}
.index_box4_num{width: 9%;height: 5.7vw;float: left;line-height: 2vw; text-align: center;font-size: 13px;color: #ffffff;font-weight: 600;margin-left: 0.5vw;border:1px solid #a0a0a0;}
.index_box4_num1{background:url(../images/index_jt02.png) no-repeat center 1vw;background-size: 2.3vw 2.3vw;}
.index_box4_num1:hover{background:url(../images/index_jth02.png) no-repeat center 1vw #6286a5;background-size: 2.3vw 2.3vw;border:1px solid #6286a5;}
.index_box4_num2{background:url(../images/index_jt03.png) no-repeat center 1vw;background-size: 2.9vw 2.3vw;}
.index_box4_num2:hover{background:url(../images/index_jth03.png) no-repeat center 1vw #6286a5;background-size: 2.9vw 2.3vw;border:1px solid #4e7596;}
.index_box4_num3{background:url(../images/index_jt04.png) no-repeat center 1vw;background-size: 2vw 2.3vw;}
.index_box4_num3:hover{background:url(../images/index_jth04.png) no-repeat center 1vw #6286a5;background-size: 2vw 2.3vw;border:1px solid #6286a5;}
.index_box4_num4{background:url(../images/index_jt05.png) no-repeat center 1vw;background-size: 2.4vw 2.4vw;}
.index_box4_num4:hover{background:url(../images/index_jth05.png) no-repeat center 1vw #6286a5;background-size: 2.4vw 2.4vw;border:1px solid #6286a5;}
.index_box4_num5{background:url(../images/index_jt06.png) no-repeat center 1vw;background-size: 2.5vw 2.3vw;}
.index_box4_num5:hover{background:url(../images/index_jth06.png) no-repeat center 1vw #6286a5;background-size: 2.5vw 2.3vw;border:1px solid #6286a5;}
.index_box4_num6{background:url(../images/index_jt07.png) no-repeat center 1vw;background-size: 2.8vw 2.3vw;}
.index_box4_num6:hover{background:url(../images/index_jth07.png) no-repeat center 1vw #6286a5;background-size: 2.8vw 2.3vw;border:1px solid #6286a5;}
.index_box4_num7{background:url(../images/index_jt08.png) no-repeat center 1vw;background-size: 2.3vw 2.3vw;}
.index_box4_num7:hover{background:url(../images/index_jth08.png) no-repeat center 1vw #6286a5;background-size: 2.3vw 2.3vw;border:1px solid #6286a5;}
.index_box4_num8{background:url(../images/index_jt09.png) no-repeat center 1vw;background-size: 2.1vw 2.3vw;}
.index_box4_num8:hover{background:url(../images/index_jth09.png) no-repeat center 1vw #6286a5;background-size: 2.1vw 2.3vw;border:1px solid #6286a5;}
.index_box4_num9{background:url(../images/index_jt10.png) no-repeat center 1vw;background-size: 2.1vw 2.3vw;}
.index_box4_num9:hover{background:url(../images/index_jth10.png) no-repeat center 1vw #6286a5;background-size: 2.1vw 2.3vw;border:1px solid #6286a5;}
.index_box4_num10{background:url(../images/index_jt11.png) no-repeat center 1vw;background-size: 2.5vw 2.3vw;}
.index_box4_num10:hover{background:url(../images/index_jth11.png) no-repeat center 1vw #6286a5;background-size: 2.5vw 2.3vw;border:1px solid #6286a5;}
.index_box4_num a{width: 100%;display: block;font-size:13px;color: #6f6f6f;text-align: center;padding-top: 3.7vw;height: 2vw;line-height: 2vw;}
.index_box4_num:hover a{color: #fff;}


.cause{padding:50px 0;overflow:hidden;background:#f0f0f0; position: relative;}
.wrap-title{margin-bottom:40px;text-align:center;line-height:1.5;}
.wrap-title h2{position:relative;font-size:30px;color:#333;}
.wrap-title h2 strong{color:#476075;}
.wrap-title h2 a{color:#333;}
.wrap-title p{font-size:16px;color:#333; line-height: 35px}
.wrap-title i{display:block;margin-top:15px;height:5px;background:url(../images/wrap_tit.png) no-repeat center;}
.wrap-title.white *{color:#fff;}

.wrapper{clear:both;margin:0 auto;width:1200px;}
.wrapper:after {content:'';display:block;clear:both;height:0;visibility:hidden;}
.cause-list{}
.cause-list{margin-left:-2%;}
.cause-list .item{float:left;margin-left:2%;width:23%;height:396px;color:#333;background:url(../images/cause.png) no-repeat;background-size: cover;}
.cause-list .item .hd{margin:90px auto 0;width:160px;height:80px;line-height:auto;font-size:30px;color:#fff;text-align:center;}
.cause-list .item:hover{color:#fff; box-shadow:0 0 10px #aaa; background:url(../images/h_cause.png) no-repeat;}
.cause-list .item:hover .hd{color:#333;}
.cause-list .item .bd{padding:0 20px; box-sizing:border-box;}
.cause-list .item .bd h3{font-size:18px;padding-bottom:12px;}
.cause-list .item .bd p{height:auto;line-height:30px;overflow:hidden;text-align: center;}



.in_news{width: 100%; height: auto; background: #f0f5f8; padding: 40px 0; position: relative;}
.bk1_xn_c_101_top1{font-size: 30px;line-height: 30px;color: #000;font-weight: bold; text-align: center;}
.bk1_xian{width:72px;height:4px;background: #ed831a;margin:0 auto;margin-top: 15px;}
.bk1_xn_c_101_top2{font-size: 14px;line-height: 24px;color: #555353;margin: 0 auto;margin-top: 25px;width: 55%;text-align: center;}
.in_newsny{width: 100%; margin-top: 30px;}
.in_newsny_left{width: 45%; float: left;}
.in_newsny_left img{width: 100%}
.in_newsny_right{background: #fff; width: 53%; float: right;} 
.in_newsny_right01{padding: 15px;}
.in_newsny_right01_title{font-size: 15px; line-height: 40px; font-weight: 600}
.in_newsny_right01_title_zi{font-size: 13px; line-height: 25px; color: #999999;}

.in_newsny_right02{width: 100%; margin-top:0px; overflow: hidden;padding:0 15px 15px 15px;}
.in_newsny_right02 ul{}
.in_newsny_right02 li {}
.in_newsny_right02 li .wz{width: 80%; float: left;}
.in_newsny_right02 li .wz a{font-size: 13px; color: #333; line-height: 37px; display: block;}
.in_newsny_right02 li .wz a:hover{text-indent: 20px; background: #333;display: block; color: #fff}
.in_newsny_right02 li .ri{font-size: 13px; float: right; color: #333; line-height: 37px;}

.in_news .pro_type {text-align: center;margin-bottom: 35px;}
.in_news .pro_type li {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;position: relative;width: 12%;height: 40px;background: #555555;line-height: 40px;font-size: 15px;}
.in_news .pro_type li a {color: #fff;}
.in_news .pro_type li i {display: none;width: 13px;height: 7px;position: absolute;left: 50%;margin-left: -7px;top: 40px;background: url(../images/xla.png) no-repeat center;}
.in_news .pro_type li.cur {background: #013a89;}
.in_news .pro_type li.cur i {display: block;}


.in_news .conbox {}
.in_news .conbox ul {display: none;}
.in_news .conbox ul.cur {display: block;}




.ln-list{margin: 0 auto; overflow: hidden; margin-top: 40px; margin-left: -2%;}
.ln-list>li{float: left;width: 31.333%;margin-left: 2%; margin-bottom: 30px; background: #fff;}
.ln-list>li:last-child{margin-right: 0;}
.ln-list>li>a{display: block;width: 100%;padding-top: 82.1%;position: relative;}
.ln-list .img-box{width: 100%;padding-top: 55.789%;position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;transition: all .5s;}
.ln-list .img-box img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.ln-list .date{width: 100%;position: absolute;left: 0;top: 0;z-index: 3;padding-left: 20px;padding-bottom: 20px;border-bottom: 1px solid #f1f1f1;font-family: 微软雅黑;}
.ln-list .date:after{display: none;content: "";width: 42px;height: 42px;border: 1px solid #f1f1f1;background-image: url(../images/icon-right3.png);background-repeat: no-repeat;background-position: center center;position: absolute;right: 20px;top: 50%;margin-top: -21px;}
.ln-list .md{font-size: 34px;color: #666;font-weight: lighter;padding-bottom: 4px; margin-top: 10px}
.ln-list .y{font-size: 14px;color: #666;}
.ln-list .text{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 108px 20px 0 20px;z-index: 2;}
.ln-list .title{font-size: 18px;color: #666;line-height: 26px;height: 52px;overflow: hidden;margin-bottom: 17px;text-transform: Uppercase;}
.ln-list .abstract{font-size: 14px;color: #999;line-height: 22px;height: 44px;overflow: hidden;}
.ln-list>li>a:hover .img-box,
.ln-list>li.active>a .img-box{opacity: 1;}
.ln-list>li>a:hover .date,
.ln-list>li.active>a .date{background-color:#fff;top: auto;bottom: 0;padding-top: 22px;padding-bottom: 22px;}
.ln-list>li>a:hover .date:after,
.ln-list>li.active>a .date:after{display: block;}
.ln-list>li>a:hover .md,
.ln-list>li.active>a .md{color: #555;}
.ln-list>li>a:hover .y,
.ln-list>li.active>a .y{color: #555;}
.ln-list>li>a:hover .text,
.ln-list>li.active>a .text{padding-top: 49px;background-color: rgba(0,0,0,0.5);}
.ln-list>li>a:hover .title,
.ln-list>li.active>a .title{color: #fff;}
.ln-list>li>a:hover .abstract,
.ln-list>li.active>a .abstract{color: #fff;}
/*首页新闻结束*/


.fkehu {
    padding: 60px 0 35px;
    background: url(../images/a_bg.jpg) no-repeat;
    position: relative;
}

.fcate1 {
    text-align: center;
}

.fkehu .cer {
    padding-top: 60px;
}

.fcate1 .fcateen {
    font-size: 0;
}

.fcate1 .fcateen img {
    vertical-align: top;
}

.fcate1 .fcatecn {
    font-size: 34px;
    line-height: 40px;
    color: #000;
    height: 40px;
    background: url(../img/index/kuang.png) center no-repeat;
    margin: 15px 0 10px;
}

.fcate1 p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 0 50px;
}

.kehulist {
    overflow: hidden;
    margin-left: -2%
}
.kehulist ul{margin-right: -2%}
.kehulist li {
    float: left;
    width: 14.6%;
    height: auto;
    background: #fff;
    margin-left: 2%;
    margin-bottom: 20px;
}

.kehulist li:hover .pic {
    -webkit-animation: rotateY360 2s linear 1;
    animation: rotateY360 2s linear 1;
    -moz-animation: rotateY360 2s linear 1;
    -o-animation: rotateY360 2s linear 1;
}

@keyframes rotateY360 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.kehulist li a {
    display: block;
}

.kehulist .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: auto;
    font-size: 0;
}

.kehulist img {
    max-width: 100%;
    max-height: 100%;
}


.index_box6{width: 100%;height: 514px; background:url(../images/font_box1.jpg) center no-repeat; position: relative;border-top: 100px solid #fff;}
.index_box6_cnt{height:414px;position: relative;margin:0 auto;}
.indbox6_ms{width: 320px;height: 58px;margin-top: 9px;margin-left: 25px;overflow: hidden;line-height: 58px;font-size: 24px;color: #1b1b1b;text-transform: uppercase;font-weight: bold;font-family: "Arial";position: relative;}
.indbox6_ms:after{width: 48px;height: 2px;background: #fff;content: "";position: absolute;left: 0;bottom: 0;float: left;}
.indbox6_lefms{width: 30%;height: auto;float: left;margin-left: 35%;overflow:hidden;}
.indbox6_lefms1{width: 100%;height: 24px;margin-top: 58px;float: left;overflow: hidden;}
.indbox6_lefms1>span{padding-left: 8px;border-left: 6px solid #fff;display: block;line-height: 20px;font-size: 20px;color: #fff;font-weight: bold;  letter-spacing: 2px;}
.indbox6_lefms2{width: 100%;height: auto;float: left;overflow: hidden;margin-bottom: 20px;}
.indbox6_lefms2_sp1{width: 100%;height: 22px;margin-top: 16px;font-size: 14px;color: #fff;display: block;}
.indbox6_lefms2_sp2{width: 100%;height: 44px;overflow: hidden;display: block;}
.indbox6_lefms2_sp2>span{padding-right: 36px;height: 44px;line-height: 44px;font-size: 40px;color: #fff;font-family: impact; }
.indbox6_msgg{width: 100%;height: 36px;border-bottom: 1px dashed #fff;float: left;}
.indbox6_lefms_name{width: 68px;height: 36px;display: block;line-height: 36px;float: left;font-size: 16px;color: #fff;overflow: hidden;}
.indbox6_lefms_cnt{width: 254px;height: 36px;display: block;line-height: 36px;float: left;font-size: 14px;color: #fff;overflow: hidden;}
.indbox6_ms6{width: 100%;height:auto;float: left;overflow: hidden;}
.indbox6_lefms6_sp1{width: 68px;height: auto;display: block;line-height: 36px;float: left;font-size: 16px;color: #fff;overflow: hidden;}
.indbox6_lefms6_sp2{width: 254px;height: auto;display: block;line-height: 24px;float: left;font-size: 14px;color: #fff;overflow: hidden;margin-top: 8px;}
.indbox6_erwm{width: 15%;height: auto;float: right;margin-right: 0px;overflow: hidden;margin-top: 100px;}
.indbox6_erwmt{height:auto;overflow: hidden;margin-bottom: 15px;float: right; }
.indbox6_erwmt img{width: 100%;height: auto;}
.indbox6_erwmt_tit{width: 100%;font-size: 12px;color: #fff;text-align: center;overflow: hidden;background: #333;display: block; line-height: 40px}

.home_feadback {width: 30%;height: 404px;position: absolute;left: 0px;top: -26px;overflow: hidden;background: #fff;-webkit-box-shadow:0px 0px 17px 0px #cdcdcd;  
  -moz-box-shadow:0px 0px 17px 0px #cdcdcd;  
  box-shadow:0px 0px 17px 0px #cdcdcd;}
.hfead_li_titl,.homefead_Company,.homefead_add,.homefead_tel,.homefead_fax,.homefead_code,.homefead_titl,.bt,.EIMS_C_001_Reset{display: none;}
.EIMS_C_001Panel{width: 90%;height: auto;float: left;margin-left: 25px;margin-top: 28px;overflow: hidden;}
.homefead_name,.homefead_email{width: 96%;height: 42px;overflow: hidden;float: left;margin-bottom: 10px}
.homefead_name input,.homefead_email input{width: 100%;height: 42px;background: #f3f3f3;overflow: hidden;float: left;border-radius: 0.3em;border:0;text-indent: 10px;outline: none;font-family:"å¾®è½¯é›…é»‘";font-size: 14px;color: #868686;}
.homefead_content{width:96%;height: 118px;overflow: hidden;float: left;margin-bottom: 14px;}
.homefead_content textarea{width:96%;height: 118px !important;background: #f3f3f3;overflow: hidden;float: left;border-radius: 0.3em;border:0;text-indent: 10px;outline: none;line-height: 24px;font-size: 14px;color: #868686; font-family:"å¾®è½¯é›…é»‘"; }
.EIMS_C_001_Submit{width: 132px;height: 36px;background: #6286a5;float: left;border-radius: 0.3em;border:0;line-height: 36px;text-align: center;font-size: 16px;color: #ffffff;cursor: pointer;}
.EIMS_C_001_Submit:hover{color: #1e2324;}

/*友情链接*/
.foorterLink{background-color: #fff;padding: 40px 0;position: relative;}
.foorterLink span{color: #333333;font-size: 14px;}
.foorterLink a{font-size: 14px;color: #666666;padding: 0 15px;border-right: 1px solid #b7b7b7;transition: all .5s;}
.foorterLink a:hover{color: #06559f}
.foorterLink a:last-child{border-right: 0;}


.foot{width:100%;min-width:1200px;height:334px;background:url(../images/CgAGfFwNuOiAB7RyAAPlm4-oWLE767.jpg) center no-repeat;position:relative;}
.foot_c{position:relative; width:1200px; margin:0 auto;}


.xn_f_10_wrap{position: relative; width:100%;overflow:hidden;}
.xn_f_10_main{margin:0 auto; width:1200px; height:26px;text-align:center;margin-top:20px;line-height:26px;overflow:hidden; color:#888888; }
.xn_f_10_menu1{display:inline-block;height:16px;}
.xn_f_10_menu1 a{color:#888888; line-height:16px; font-size:14px;display:block;padding:0 20px;border-left:1px solid #888888;}
.xn_f_10_menu1_2{display:inline-block;height:16px; font-size:14px;}
.xn_f_10_menu1_2 a{color:#FFF; line-height:16px;display:block;padding:0 20px;border-left:1px solid #888888;}
.xn_f_10_menu1_cur{display:inline-block;height:16px; font-size:14px;}
.xn_f_10_menu1_cur a{color:#FFF; line-height:16px;display:block;padding:0 20px;border-left:1px solid #888888;}
.xn_f_10_main>ul>li>ul{display:none !important;}
#navtype1Li_n0>a{border:none;}



.foot_fx{display:inline-block;height:54px;line-height:54px;overflow:hidden;margin-right:20px;}
#bdshare .bds_more,#bdshare .bds_tqq,#bdshare .bds_renren,#bdshare .bds_t163{display:none;}
#bdshare .bds_qzone{width:24px;height:24px;margin:14px 7px 0 7px !important;background:url(https://1.rc.xiniu.com/rc/Bottoms/23447/images/index_foot_qq.png?d=20181122100835648) center no-repeat;padding:0;}
#bdshare .bds_tsina{width:24px;height:24px;margin:14px 7px 0 7px !important;background:url(https://1.rc.xiniu.com/rc/Bottoms/23447/images/index_foot_weibo.png?d=20181122100835648) center no-repeat;padding:0;}


.index_t_logo{width:30%;height:auto;padding-top:38px;margin:0 auto;}
.index_t_logo img{width:100%;height:auto;border:0;}


.index_di_lianxi{width:100%;height:54px;line-height:54px;text-align:center;overflow:hidden;font-size:14px;color:#888888;font-family:"微软雅黑";}
.index_di_lianxi>em{display:inline-block;margin-right:20px;}


.index_di_fenxiang{width:1200px;margin:0 auto;overflow:hidden;height:54px;line-height:54px;text-align:center;}
.index_di_fenxiang1{display:inline-block;font-size:12px;color:#888888;font-family:"微软雅黑";height:54px;line-height:54px;overflow:hidden;}
.index_di_fenxiang2{display:inline-block;font-size:12px;color:#888888;font-family:"微软雅黑";height:54px;line-height:54px;overflow:hidden;cursor:pointer;}
.index_di_fenxiang2>img{width:24px;height:24px;border:0;margin:15px 5px;cursor:pointer;}
.index_di_fenxiang2>div{width:50px;height:50px;overflow:hidden;float:right;background:url(../images/code.png) center no-repeat;padding:0px 2px 2px 6px;opacity:0;filter:alpha(opacity=0);transition:all 1s ease-out;}
.index_di_fenxiang2>div>img{width:50px;height:50px;border:0;}
.index_di_fenxiang2:hover>div{opacity:1;filter:alpha(opacity=100);}

.index_foot_boxd{width:100%;height:40px;overflow:hidden;text-align:center;position:absolute;left:0;bottom:0;background:rgba(40,40,40,0.5);text-align: center; font-size: 14px; color: #fff; line-height: 40px;}
.index_foot_boxd p{text-align: center; font-size: 14px; color: #fff; line-height: 40px;}


.ban_a{
    height:100%;
    min-width: 100%;
}
.b1_bannera{
    display:none;
}
.bavideo video{
    height:100vh;
    position:relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
    width:100%;
}
.bavideo{
    position:relative;
}
.bavideo::after{
    position:absolute;
    content:'';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}
.ban_a{
    transition: all 1s ease-out 0s;
    position:relative;
    top:0;
    left:50%;
    transform: translateX(-50%) scale(1.1);
}
.banner_item video{
    transition: all 1s ease-out 0s;
    position:relative;
    top:0;
    left:50%;
    transform: translateX(-50%) scale(1.1);  
}

.banner_pic .banner_item.slick-active .ban_a{
    transform: translateX(-50%) scale(1);
}
.banner_pic .banner_item.slick-active video{
    transform: translateX(-50%) scale(1);
}
.b3body .footer{
 /*   bottom:0;
    position:absolute;
    bottom:0;*/
}
@keyframes myfirstaa{
    0%{transform: translateY(0);}
    100%{transform: translateY(10px);}
}
.scroll img{
    animation: myfirstaa 1s infinite alternate ease-in;
}
.sectionbox{
    height:200px!important;
}
.sectionbox .fp-tableCell{
    height:200px!important;
}
#fullpage .section:nth-child(4){
    height:200px!important;
}
#fullpage .section:nth-child(4) .fp-tableCell{
    height:200px!important;
}
.slick_contiontbox .slick-dots li{
    background:#c2c2c2;
}
.slick_contiontbox  .slick-dots li.slick-active{
    background:#333; 
}

.w_g_wapcen {
    width: 100vw;
    height: 100vh;
    background: #262a32;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999999999999999999999999;
}
.g_wapcen {
    position: fixed;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%,-50%);
}
.g_wap {
    width: 148px;
    height: 168px;
    position: relative;
    margin: auto;
}
#g_swg4 {
    transition: all 3s;
}
.spinner6 {
    margin: 10px auto 0;
    width: 150px;
    text-align: center;
}
.spinner6 > div {
    width: 10px;
    height: 10px;
    background-color: #ed831a;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner6 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner6 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.lvceng{
    width:250px;
    margin-bottom:27px;
}
.lvceng img{
    width:100%;
}
.w_php{
    opacity: 0;
}
.g_infrxbox{
    overflow: hidden !important;
    width: 100vw;
    height: 100vh;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*.g2bbbb{
    display:none;
}
.g2bbbb.active{
    display:block;
}*/
.g2bbbbmoij{
    width:50%;
}
/*.g2renbtlist .slick-current h5{
    color: #009cff;
}
.g2renbtlist .slick-current h5::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #009cff;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}
.g2renbtlist .slick-current.g2renbtitem{
       border-color: #009cff; 
} */
.bsFrameDiv div{

    overflow: hidden!important;
}
.bsFrameDiv {
    overflow: hidden;
}
.bsFrameDiv img{
    width:170px!important;
    height:170px!important;

}
.f3btnleftbox{
	display:none;
}
.g2lunboright {
	transform: translateY(-79px);
}
.bl {
    position:relative;
}
.yuandiani {
    position: absolute;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    left: 53%;
    transform: translate(-52%,-50%);
    opacity: 0.9;
}
.bl.active .yuandiani{
    background:#11287c;
}
.yuandiani::after{
    content: "";
    position: absolute;
    width: 91px;
    height: 1px;
    background: #fff;
    left: -9px;
    bottom: -45px;
    opacity: 0;
}
.bl.active .yuandiani::after{
    opacity: 1;
}
.g_list {
    overflow: hidden;
    height:62px;
}
.g_box {
    transition: all 0.3s;
}
#container .content.history-view .section02 > .wrap .swiper-pagination{
   /* padding-left:50px;*/
    bottom:-8px;
}
#container .content.history-view .section02 > .wrap .swiper-pagination .bl {
    position: relative;
    width: 23px;
    height: 23px;
    /* opacity: 0.8; */
    margin-right: 100px;
    overflow: visible;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    margin-left: 100px;
}
#container .content.history-view .section02 > .wrap .swiper-pagination .bl:nth-child(4), #container .content.history-view .section02 > .wrap .swiper-pagination .bl:nth-child(7), #container .content.history-view .section02 > .wrap .swiper-pagination .bl:nth-child(10) {
    margin-left: 93px;
}
.e2jianjie{
    width:1200px;
    margin:0 auto;
    padding:65px 0 0;
}
.e2jianjie p{
    color: #464646;
    font-size: 18px;
    font-family: "微软雅黑"; 
    line-height: 1.75
}
.sbbb{
    color:#fff;
}

/*内页banner*/
.ny_banner{ margin-top:0px;}
.ny_banner img{ width:100%;}
/*内页banner*/

/*内页导航*/
.dqwj{width:100%; height:auto; overflow: hidden; border-bottom: 1px solid #e5e5e5;}
.locate{padding-left:28px;line-height:70px;color:#666666;background:url(../images/icon-home.png) no-repeat left center;float:left; font-size: 14px;}
.locate a{color: #333;}
.locate span{display:inline-block;margin:0 7px;}
.pnav{float: right; overflow: hidden}
.pnav a{display:block;height:70px;line-height:70px;color:#666666;position:relative;float:left;overflow:hidden;margin-left:38px; font-size: 14px;} 
.pnav a:after{display:block;content:'';width:100%;height:3px;background-color:#3e4d64;position:absolute;bottom:0px;left:-100%;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
.pnav a.cur, .pnav a:hover{color:#3e4d64;}
.pnav a.cur:after, .pnav a:hover:after{left:0px;}
/*内页导航*/

.aboutus-title {width: 560px;margin: 0 auto 30px;line-height: 80px;border-bottom: 2px dotted #ccc;text-align: center;font-size: 22px;color: #353535;position: relative;}
.aboutus-title:after {display: block;content: '';width: 88px;height: 14px;position: absolute;background: #fff url(../images/down.png) no-repeat center;bottom: -7px;left: 236px;}

.aboutus-title2 {width: 560px;margin: 0 auto 30px;line-height: 80px;border-bottom: 2px dotted #ccc;text-align: center;font-size: 22px;color: #353535;position: relative;}
.aboutus-title2:after {display: block;content: '';width: 88px;height: 14px;position: absolute;background: #f5f5f5 url(../images/down.png) no-repeat center;bottom: -7px;left: 236px;}
.aboutus-un-content {width: 875px;margin: 0 auto;line-height: 32px;font-size: 16px;color: #8C9398;}

.ny_main{width:100%; margin:60px 0 0 0 ; overflow: hidden;}
.ny_main_text{width:100%; float:left; font-size:16px; line-height:28px;}
.ny_main_text_img{float:left; margin-right:40px; margin-bottom:0px; width: 40%}
.ny_main_text_img img{width: 100%}
.ny_main_text p{font-size:16px; line-height:36px; color: #666}
.ny_main_text p strong{font-size:18px; color: #333; font-weight: 600}
.ny_main_text p img{width: 100%}

.ny_main_news{background:#fff; margin-top: 40px; overflow: hidden;}
.ny_main_news_img{float:left; margin-right:3% margin-bottom:0px; width: 45%}
.ny_main_news_img img{width: 100%}
.ny_main_news_right{width: 50%; float: right; margin-top: 50px; padding-right:2%;}
.ny_main_news_right_bt{color: #3e4d64;font-size: 20px;line-height: 30px;font-weight: bold;max-height: 60px;overflow: hidden;}
.ny_main_news_right_bt a{color: #3e4d64;}
.ny_main_news_right_bt a:hover{color: #ed831a;}
.ny_main_news_right_zi{font-size: 14px; line-height: 25px; margin-top: 30px;}

.ny_main_texts{margin: 30px 0;}
.ny_main_texts h2{text-align: center; margin-top: 20px; font-size:24px;}
.ny_main_texts{width:100%; float:left; font-size:16px; line-height:28px;}
.ny_main_texts_img{float:left; margin-right:40px; margin-bottom:0px; width: 40%}
.ny_main_texts_img img{width: 100%}
.ny_main_texts p{font-size:15px; line-height:36px; color: #666; margin-top: 30px;}
.ny_main_texts p strong{font-size:18px; color: #333; font-weight: 600}
.ny_main_texts p img{width: 100%}



/* 关于企业文化 */
.about_up{min-height: auto; padding: 80px 0 100px;}
.about_in{height: auto; background: url(../images/ico2.jpg) no-repeat center; background-size: cover; padding-top: 80px;  padding-bottom: 80px;}
.about_down{min-height: 630px; background-color: #f6f9fd; padding-top: 80px;}
.about .top_txt h3.cn{font-size: 26px; color: #535353; line-height: 26px; text-align: center;}
.about .top_txt h3.cn em{font-size: 16px; display: block;}
.top_txt{text-align:center; margin: 0 auto;}
.top_txt h3.cn{font-size: 26px; color: #0077ff; font-weight: 600}
.top_txt h3.cn{color: #fff;}
.about .about_up .le{width: 790px; float: left;}
.about .about_up .le p{font-size: 14px; color: #535353; line-height: 24px; margin-top: 26px;}
.about .about_up .ri{float: right; width: 340px;}
.about .about_up .ri img{border-radius: 10px;}
.about_inli{margin-left: -6px; margin-right: -6px; margin-top: 68px;}
.about_inli li{float: left; width: 25%; padding: 0 6px;}
.about_inli li a{height: 250px; padding: 90px 19px 0; border-radius: 9px; background-color: #fff; display: block; position: relative;}
.about_inli li a:before{content: " "; position: absolute; left: 0; right: 0; bottom: 0; top: 100%; background-color: #6286a5; border-radius: 9px; -webkit-transition: top .3s ease-out; transition: top .3s ease-out;}
.about_inli .in1 a{background:url(../images/about_icon1.png) center no-repeat; background-size:cover;}
.about_inli .in2 a{background:url(../images/about_icon2.png) center no-repeat; background-size:cover;}
.about_inli .in3 a{background:url(../images/about_icon3.png) center no-repeat; background-size:cover;}
.about_inli .in4 a{background:url(../images/about_icon4.png) center no-repeat; background-size:cover;}

.about_inli li em{width: 41px; height: 39px; background-image: url(../images/ico3.png); background-repeat: no-repeat; background-position: center; display: block; margin: 15px auto 0 auto; position: relative; z-index: 2;}
.about_inli li.in2 em{background-image: url(../images/ico4.png);}
.about_inli li.in3 em{background-image: url(../images/ico5.png);}
.about_inli li.in4 em{background-image: url(../images/ico6.png);}
.about_inli li h3{font-size: 14px; color: #666666; line-height: 24px; text-align: center; margin-top: 30px; position: relative; z-index: 2;}
.about_inli li p{font-size: 14px; color: #fff; line-height: 24px; display: none; position: relative; z-index: 2;}
.about_inli li:hover a:before{top: 0;}
.about_inli li:hover a{padding: 40px 19px 0;}
.about_inli li:hover em{background-image: url(../images/ico3_on.png); /* animation: arrow_movement_up 2s .3s 1 linear; */ /* -webkit-animation: arrow_movement_up 2s .3s 1 linear; */}
.about_inli li.in2:hover em{background-image: url(../images/ico4_on.png);}
.about_inli li.in3:hover em{background-image: url(../images/ico5_on.png);}
.about_inli li.in4:hover em{background-image: url(../images/ico6_on.png);}
.about_inli li:hover h3{color: #fff; margin-top: 5px; /* animation: arrow_movement_up 2s .5s 1 linear; */ /* -webkit-animation: arrow_movement_up 2s .5s 1 linear; */}
.about_inli li:hover p{display: block; /* animation: arrow_movement_up 2s 1s 1 linear; -webkit-animation: arrow_movement_up 2s 1s 1 linear; */}
@keyframes arrow_movement_up{0%{opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px)} 100%{opacity: 1;}}
@-webkit-keyframes arrow_movement_up{0%{opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px)} 100%{opacity: 1;}}
/* 关于企业文化 */






/*å†…é¡µèµ„è´¨è®¤è¯*/
.ny_gy_bgs{ background:#f5f5f5; padding-bottom:50px; padding-top:20px; overflow: hidden;}
.ny_gy_bgs h3{font-weight: 600;font-size: 28px;}
.ny_gy_bt{ text-align:center; font-size:30px; line-height:30px; color:#1b3a95; padding:50px 0 30px; box-sizing: border-box;}
.ny_al_bg{padding:40px 70px; position:relative; box-sizing: border-box;}
.ny_al{overflow:hidden;}
.ny_al ul{ width:10000%; position:relative;}
.ny_al ul li{ float:left; width:0.32%; margin-right:0.02%;box-sizing:border-box; padding:10px; text-align: center; box-sizing: border-box;}
.ny_al ul li:hover{ }
.ny_al ul li img{ display:block; box-sizing:border-box; width:100%;border:1px solid #eee;}
.ny_al ul li span{ text-align:center; font-size:15px; line-height:40px; color:#333;}
.ny_al ul li:hover span{color:#1b3a95;}
.ny_alz,.ny_aly{ position:absolute; top:50%; margin-top:-25px;width:50px; height:50px; transition:0.3s; cursor:pointer;}
.ny_alz{ left:0; background:url(../images/ban_l.png) center no-repeat;}
.ny_aly{ right:0; background:url(../images/ban_r.png) center no-repeat;}
/*å†…é¡µèµ„è´¨è®¤è¯*/

.workshop {padding:30px 0 0 0;margin-top: 0px;overflow: hidden}
.workshop ul{ margin-right: -2%;}
.workshop li{float: left; width: 23%; text-align: center;margin-right: 2%; margin-bottom: 10px;}  
.workshop li img{width:95%; border: 1px solid #e2e2e2; padding: 2px;} 
.workshop li a{color: #555;}
.workshop li span{ display: block; line-height: 22px; padding: 10px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;}
.workshop li img:hover{border: 1px solid #e22c30;}

.ny_gy_txt{margin: 30px 0 0 0; background: #fff; overflow: hidden;}
.ny_gy_txt_img{height:auto; width:50%; float: left;}
.ny_gy_txt_img img{width: 100%}
.ny_gy_txt_wb{ float:right; width:50%; box-sizing:border-box; padding:50px; font-size:14px; line-height:30px; color:#666;}
.ny_gy_txt_wb h2{ font-size:24px; line-height:36px; color:#467197; margin-bottom:10px; padding-top:0px;}

.ny_gy_txt_wbs{ float:right; width:50%; box-sizing:border-box; padding:29.5px; font-size:14px; line-height:30px; color:#666;}
.ny_gy_txt_wbs h2{ font-size:24px; line-height:36px; color:#467197; margin-bottom:10px; padding-top:0px;}


.ny_gy_txts{margin: 30px 0 60px 0; background: #f5f5f5; overflow: hidden;}
.ny_gy_txts_img{height:auto; width:50%; float: left;}
.ny_gy_txts_img img{width: 100%}
.ny_gy_txts_wb{ float:right; width:50%; box-sizing:border-box; padding:50px; font-size:14px; line-height:30px; color:#666;}
.ny_gy_txts_wb h2{ font-size:24px; line-height:36px; color:#467197; margin-bottom:10px; padding-top:0px;}


.section_three{margin-bottom: 30px;}
.section_three h3 {font-size: 28px!important; font-weight: 600; margin-bottom: 15px;}
ul.section_three_list_ul li {display: inline-block;width: 31.9%;}
.section_three_pic img {width: 100%;}
ul.section_three_list_ul li {margin: 10px;}
ul.section_three_list_ul li:nth-child(1) {margin-left: 0px;}
ul.section_three_list_ul li:nth-child(3) {margin-right: 0px;}
ul.section_three_list_ul h2 {font-size: 20px;line-height: 44px;margin-top: 12%;font-weight: bold;}
ul.section_three_list_ul p {font-size: 14px;line-height: 26px;}

.section_one_renli h2{font-size: 26px;font-weight: 400;}
.section_one_renli p{font-size: 16px;line-height: 30px;padding-bottom: 30px;}
.section_two_fuwu h2{font-size: 26px!important; font-weight: 600; margin-bottom: 15px;}
ul.section_two_ul li{display: inline-block;width: 48.1%;overflow: hidden;margin: 20px;background: #fff;}
.section_two_pic{float: left;margin: 11px;width: 13%}
.section_two_text{float: left;padding-left: 2%;width: 75%;padding-top: 2%;}
.section_two_text h3{margin: 0;line-height: 46px;font-weight: 400;}
.section_two_text p{font-size: 14px;line-height: 20px;}
.section_two_ul li:nth-child(odd){margin-left: 0px;}
.section_two_ul li:nth-child(even){margin-right: 0px;}
.section_two_fuwu{margin-top: 60px;}

.section_four{}
.section_four_fuwu h2{font-size: 26px!important; font-weight: 600; margin-bottom: 15px;}
ul.section_four_ul li{display: inline-block;width: 48.1%;overflow: hidden;margin: 20px;background: #f7f7f7;}
.section_four_pic{float: left;margin: 11px;}
.section_four_text{float: left;padding-left: 2%;width: 75%;padding-top: 2%;}
.section_four_text h3{margin: 0;line-height: 46px;font-weight: 400;}
.section_four_text p{font-size: 14px;line-height: 20px;}
.section_four_ul li:nth-child(odd){margin-left: 0px;}
.section_four_ul li:nth-child(even){margin-right: 0px;}
.section_four_fuwu{margin-top: 0px;}


.section_five{margin-bottom: 30px;}
.section_five h3 {font-size: 28px!important; font-weight: 600; margin-bottom: 15px;}
ul.section_five_list_ul li {display: inline-block;width: 31.9%;}
.section_five_pic img {width: 100%;}
ul.section_five_list_ul li {margin: 10px 20px 30px 0;}
ul.section_five_list_ul li:nth-child(1) {margin-left: 0px;}
ul.section_five_list_ul li:nth-child(3) {margin-right: 0px;}
ul.section_five_list_ul li:nth-child(4) {margin-left: 0px;}
ul.section_five_list_ul li:nth-child(6) {margin-right: 0px;}
ul.section_five_list_ul li:nth-child(7) {margin-left: 0px;}
ul.section_five_list_ul h2 {font-size: 20px;line-height: 44px;margin-top: 12%;font-weight: bold;}
ul.section_five_list_ul p {font-size: 14px;line-height: 26px;}



/* 用工信息 */
.joins{ padding:0px 0;}
.joins .title{ height:60px; padding:0 25px; border-radius:5px 5px 0 0; overflow:hidden; border-bottom:1px solid #6286a5; }
.joins .title li{ height:60px; line-height:60px; font-size:18px; color:#555; float:left}
.joins .title li.t1{ width:30%;}
.joins .title li.t2{ width:20%;}
.joins .title li.t3{ width:30%;}
.joins .title li.t4{ width:20%;}
.joins .title li.t5{ width:20%; padding-left:26px;}
.joincon{ margin-bottom:0px;}
.joincon .vtitle{ height:70px; border-bottom:1px solid #E6E6E6; padding:0; cursor:pointer; position:relative}
.joincon .vtitle:hover{background:#FAFAFA;}
.joincon .vtitle .v{ width:14px; height:14px; overflow:hidden; background:url(../images/join1.png) no-repeat center; display:block; position:absolute; top:28px; left:20px}
.joincon .vtitle .v01{ background:url(../images/join1.jpg) no-repeat center;}
.joincon .vtitle .v02{ background:url(../images/join2.jpg) no-repeat center;}
.joincon .vtitle p{ height:70px; line-height:70px; font-size:16px; color:#292929; float:left}
.joincon .vtitle .t4{height:70px;  font-size:16px; color:#292929; float:left}
.joincon .vtitle p.t1{ width:30%;color:#467197;}
.joincon .vtitle p.t1 i{ background:url(../images/icon_xin.png) no-repeat; width: 18px; height: 16px; display: inline-block; margin-left:16px; }
.joincon .vtitle p.t2{ width:20%;}
.joincon .vtitle p.t3{ width:24%;}
.joincon .vtitle div.t4{ width:32%;}
.joincon .vtitle div.t4 .t4_div1{ margin-top:12px;line-height: 24px;}
.joincon .vtitle div.t4 .t4_div2{font-size:14px;color: #8c8c8c;line-height: 20px;}
.joincon .vtitle p.t5{ width:10%;float:right;}
.joincon .vtitle p span{ display:block; height:38px; line-height:38px; text-align:center; margin:16px 0;  font-size:15px; font-weight:bold;}
.joincon .vtitle p span.sp1{ color:#00B34C;background:url(../images/join3.png) no-repeat center;}
.joincon .vtitle p span.sp2{ color:#ff8300;background:url(../images/join2.png) no-repeat center;}
.joincon .vtitle p span.sp3{ color:#c3161c;background:url(../images/join2_2.png) no-repeat center;}
.joincon .vtitle p span.sp4{ color:#757575;background:url(../images/join2_3.png) no-repeat center;}
.joincon .vcon{ padding:40px 60px; background:#FAFAFA;}
.joincon .vcon h2{ margin-bottom:3px; font-size:16px; color:#333;}
.joincon .vcon p{ margin-bottom:25px; font-size:14px; color:#666;}
.joincon .vcon .lian,.wjoincon  .lian{ overflow:hidden}
.joincon .vcon .lian a,.wjoincon  .lian a{ display:block; width:100px; height:40px; line-height:40px; text-align:center; margin-right:10px; font-size:14px; color:#F5F5F5; background:url(../images/join5.png) no-repeat center; float:left}
.joincon .vcon .lian a:hover,.wjoincon  .lian a:hover{ background:url(../images/join4.png) no-repeat center;}


/*新闻详情*/
.xinwenxiangqing{width:100%; height: auto; overflow: hidden; margin-bottom: 30px;}
.xinwenxiangqing .nd_head{text-align: center;margin-top:10px;padding-bottom: 30px;border-bottom: 1px dashed #d6d6d6;}
.xinwenxiangqing .nd_head p{color: #467197;font-size: 28px;margin-bottom: 18px;height: auto;overflow: hidden;}
.xinwenxiangqing .nd_head span{color: #666;font-size: 14px;margin: 0 15px;}
.xinwenxiangqing .nd_text {text-align: left;font-size:15px;line-height:30px;  padding: 10px 0;}
.xinwenxiangqing .nd_text img{ max-width: 100%; display: block; margin: 10px auto;}
.detail_fenx a{font-size:14px;padding:12px 0;overflow:hidden;margin-top:20px;border-top:1px dotted #adadad; color:#333;}
.new_s2{width:100%;float:left; margin-top:50px;}
.hot_pro2{width:100%;float:left; margin-top:50px;}
.hot_pro2_tit{width:100%; height:45px; background:#f1f1f1; color:#467197; line-height:45px; font-size:16px; padding:0 20px; font-weight:bold; border:1px solid #d6d6d6;}
.news_random2{width:100%;float:left; background:#fff; border:1px solid #d6d6d6; padding:20px; border-top:none;}
.news_random2 ul li{width:48%; float:left; font-size:14px; line-height:36px; overflow:hidden; margin-right:4%; border-bottom:1px dashed #e6e6e6;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news_random2 ul li:nth-child(2n){margin-right:0;}
.news_random2 ul li a{background:url(../images/ly_li.png) no-repeat left center; padding-left:15px; color: #333}
.news_random2 ul li a:hover{color:#f7931c;}
.news_random2 ul li span{float:right; color:#999; line-height: 37px;}

.news_con_b{border-top: 1px solid #EEE;margin-top: 50px;padding-top: 50px;}
.news_con_b ul{line-height: 30px;float: left;}
.news_con_b li {font-size: 14px; color: #555;}
.news_con_b li a{font-size: 14px; color: #555;}
.news_con_b li a:hover{font-size: 14px; color: #f7931c;}
.news_con_b .fhlb{float: right;width: 140px;height: 40px;line-height: 40px;background: #f7931c;text-align: center;}
.news_con_b .fhlb a{display: block;color: #FFF; font-size: 14px;}
.news_con_b .fhlb a:hover{display: block;color: #FFF;text-decoration: none;}

.view-page{width:100%; max-width:1200px; float:left; position:relative; margin:40px 0; border-top:1px solid #d6d6d6; padding-top:40px;}
.view-page .prev,.view-page .back,.view-page .next{font-size:14px; width:160px; height:40px; line-height:40px; position: absolute;transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out; }
.view-page .prev{left:0;}
.view-page .prev a{background:#fff url(../images/le.png) 20px center no-repeat; padding-left:60px; border:1px solid #e6e6e6; color: #555; line-height: 38px;}
.view-page .prev:hover a{color:#fff; background:url(../images/le-white.png) 20px center no-repeat #467197;}
.view-page a{display:block;} 
.view-page .back{left:50%; margin-left:-80px; width:160px;}
.view-page .back a{background:url(../images/back.png) 20px center no-repeat #467197;color: #fff; text-align:center; padding-left:25px; line-height: 38px;}
.view-page .back a:hover{background:url(../images/back.png) 20px center no-repeat #467197; color:#000;}
.view-page .next{right:0;}
.view-page .next a{background:#fff url(../images/ri.png) 90% center no-repeat;text-align:center; border:1px solid #e6e6e6; line-height: 38px; color: #555}
.view-page .next:hover a{color:#fff; background:url(../images/ri-white.png) 90% center no-repeat #467197;}


.pxcp_box_left{float: left;width: 44%;margin-top: 50px; margin-left:60px;}
.pxcp_box_left h3{font-size: 20px;color: #333333;font-weight: bold;margin-bottom: 40px;}
.pxcp_box_right{float: right; width: 50%}
.pxcp_box_right img{width: 100%;}

.pxcp_box{overflow: hidden;background: #fff;}
.pxcp_box_ul li{overflow: hidden;margin-bottom: 0px;}
.pxcp_box_left.then_right{float: right;}
.pxcp_box_right.then_left{float: left;}
table.pxcp_list_ul{width: 100%;}
table.pxcp_list_ul td{line-height: 30px;}


.newslist2{ padding:60px 0 10px 0; overflow:hidden;}

.newslist2 dl{ width:23%; margin:0 2% 40px 0; float:left}
.newslist2 dl.lr{ margin:0 0 40px 0}
.newslist2 dl dt{ width:100%; height:auto; overflow:hidden}
.newslist2 dl dt img{ width:100%; height:100%; -moz-transition: all .8s ease 0s; -ms-transition: all .8s ease 0s; -o-transition: all .8s ease 0s; transition: all .8s ease 0s;}
.newslist2 dl:hover dt img{ transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1);}
.newslist2 dl dd{ padding:22px; background:#FAFAFA; border-bottom:1px solid #467197; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; transition-duration:0.5s;}
.newslist2 dl:hover dd{ background:#467197}
.newslist2 dl dd h2{ font-size:16px; font-weight:normal; color:#333; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; transition-duration:0.5s;}
.newslist2 dl dd p{ margin-top:15px; line-height:24px; font-size:14px; color:#999; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; transition-duration:0.5s;}
.newslist2 dl:hover dd h2,.newslist2 dl:hover dd p{ color:#FFF;}
.newslist2 dl dd b{ display:block; width:61px; height:25px; margin-top:20px; background:url(../images/m1.jpg) no-repeat center; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; transition-duration:0.5s;}
.newslist2 dl:hover dd b{ background:url(../images/m1h.jpg) no-repeat center}


.inf_lc{padding: 12px 0 0;}
.inf_lc li{padding: 20px; border: 1px solid white; border-radius: 8px; height: auto; overflow: hidden; margin: 0 0 30px; background: #f9f9f9; box-sizing: border-box;}
.inf_lc li:hover{border-color: #ed831a;border-radius: 4px;}
.inf_lc li.bg{background: #f5f5f5;}
.inf_lc li .bts{text-align: center;float: left;width: 10%;overflow: hidden; min-height: 100px; background: #3e4d64; padding:30px 0; box-sizing: border-box;}
.inf_lc li .bts b{font-weight: 100;display: block;line-height: 36px;overflow: hidden;font-size: 36px;font-family: Arial;text-transform: uppercase;color: #fff; }
.inf_lc li .bts span{font-weight: 100;display: block;line-height: 16px;height: 16px;overflow: hidden;font-size: 12px;font-family: Arial;text-transform: uppercase;color: #fff; }
.inf_lc li .nyzi{margin-left:3%;line-height: 26px;width: 65%;font-size: 14px;float: left;color: #555;}
.inf_lc li .nyzi b{display: block;font-weight: 100;color: #3e4d64;line-height: 30px;height: 30px;margin: 5px 0;font-size: 15px;}
.inf_lc li .nyzi b a, .inf_lc li .nyzi b a:hover{color: #3e4d64;font-weight: bold;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 560px;}
.inf_lc li .nyzi b a:hover{color: #ed831a;}
.inf_lc li .fr{margin: 50px 0 0;width: 70px;height: 25px;line-height: 25px;text-align: center;color: #ffffff;background-color: #ff9900;}
.inf_lc li .fr:hover{background: #ff9900;}

.inf_lc li .pimg{width: 16%; float: right;}
.inf_lc li .pimg img{width: 100%}


/*联系我们*/
.contact_lx{ float: left; width:47%; margin-top:50px; font-size: 15px; line-height: 28px;}
.contact_lx strong{font-size: 20px; font-weight: 600}
.contact_lx p:first-child{font-size: 19px; }

.tactfrm{width:50%;float:right; margin-top:35px;}
.tactfrm h2{font-size: 25px;color:#333;font-weight: normal; margin-bottom: 20px}
.tactfrm ul{overflow: hidden; margin-right: -5%}
.tactfrm li{width:45%;float:left;height:45px;margin:0 5% 12px 0;position:relative;}
.tactfrm li input{width:98%;height:42px;padding:0 15px;border:solid 1px #ddd;border-radius: 3px;}
.tactfrm li.area{height:auto;width:100%;}
.tactfrm li textarea{padding:15px;width:94%;height:120px;border:solid 1px #ddd;border-radius: 3px; font-family: Arial, "sans-serif"}
.tactfrm li:nth-child(2n){margin-right:0;}
.tactfrm .btn{text-align: center;margin-top:0;overflow: hidden;}
.tactfrm .btn input{height:40px;width:120px;font-size:15px;color:#fff;background:#6286a5;border-radius: 5px; border: none;}

.redxing{position:absolute;top:11px;left:57px;color:#6286a5;}

#map_container{ width:100%;  margin-top: 30px; height: 500px}


.yslist{padding: 10px 0  50px 0; text-align: center; font-size: 0;}
.yslist ul{ margin-right: -2%;}
.yslist li{display: inline-block; width: 48%; margin-bottom:30px; height: 250px; margin-right: 2%;}
.yslist li .yslin{}
.yslist li a{padding: 40px; display: block; position: relative; color: #fff; text-align: left;}
.yslist li .pic{position: absolute; left: 0; top: 0; z-index: 0; width: 100%; height: 100%;}
.yslist li .pic img ,.service_process_box .service_process_img{width: 100%; height: 100%;}
.yslist li .one{height: 60px; line-height: 60px; position: relative;}
.yslist li .one img{vertical-align: top;}
.yslist li .one span{vertical-align: top; font-size: 30px; margin-left: 18px;}
.yslist li label.num{position: absolute; right: 0; top: 0; z-index: 2; width: 60px; height: 60px;}
.yslist li label.num1{background: url(../images/01.png) right top no-repeat;}
.yslist li label.num2{background: url(../images/02.png) right top no-repeat;}
.yslist li label.num3{background: url(../images/03.png) right top no-repeat;}
.yslist li label.num4{background: url(../images/04.png) right top no-repeat;}
.yslist li .txt.higher{height: 78px; margin-top: 32px;}
.yslist li .txt{font-size: 16px; line-height: 26px; height: 52px; margin-top: 58px; overflow: hidden; position: relative;}

.manage-main{margin-top:70px;padding-bottom:60px;border-bottom:1px solid #f0f0f0}
.mana-show{background:url("../images/m_02.png");background-size:100% 100%;border-bottom:1px solid #f0f0f0}
.m-box{background:url("../images/m_03.png");background-size:100% 100%;min-height:460px}
.manage-main .container .title{text-align:center;font-size:35px}
.mana-show .container .title,.dis-show .container .title{text-align:center;font-size:35px;color:#fff;padding-top:70px}
.manage-main .container ul{margin-right:-2%}
.manage-main .container ul li{float:left;display:block;width:31.333%;text-align:center;margin-right:2%}
.manage-main .container ul li img{width:auto;margin-top:50px}
.manage-main .container ul li p{color:#333;font-size:14px;margin-top:20px; line-height: 25px;}


.manage-main2{margin-top:70px;padding-bottom:60px;border-bottom:1px solid #f0f0f0}
.mana-show2{background:url("../images/m_02.png");background-size:100% 100%;border-bottom:1px solid #f0f0f0}
.m-box2{background:url("../images/m_03.png");background-size:100% 100%;min-height:460px}
.manage-main2 .container .title{text-align:center;font-size:35px}
.mana-show2 .container .title,.dis-show .container .title{text-align:center;font-size:35px;color:#fff;padding-top:70px}
.manage-main2 .container ul{margin-right:-2%}
.manage-main2 .container ul li{float:left;display:block;width:14.6%;text-align:center;margin-right:2%}
.manage-main2 .container ul li img{width:auto;margin-top:50px; -webkit-transition:all .3s; transition:all .3s;}
.manage-main2 .container ul li p{color:#333;font-size:18px;margin-top:20px; line-height: 25px;}
.manage-main2 .container ul li:hover img{transform: rotateY(180deg);  opacity: 1; -webkit-transition:all .6s; transition:all .6s;}

.dis-show{background: url(../images/dispatch_23.png);background-size: 100% 100%;min-height: 400px;padding-bottom: 60px;border-bottom: 1px solid #f0f0f0;}
.bg-box{background: url(../images/dispatch_03.png); min-height: 400px;}
.row-top span,.row-bottom span{display:inline-block}
.row-top{padding-top:92px}
.row-top .row-top-left{color:#ff5961;margin-left:200px;font-size:12px; line-height: 22px}
.row-top .row-top-right{color:#0097e0;margin-left:380px;font-size:12px; line-height: 22px}
.row-bottom{margin-top:165px}
.row-bottom .row-bottom-left{color:#ff5400;margin-left:252px;font-size:12px; line-height: 22px}
.row-bottom .row-bottom-right{color:#73d1c7;margin-left:380px;font-size:12px; line-height: 22px}
.i-introduce .container img{float:left;width:350px;margin-left:145px}
.i-introduce .container .introduction{float:left;width:450px;margin-left:50px}
.i-introduce .container .introduction p{line-height:26px}
.i-introduce .container .course{background:url("../images/about/about_07.png")no-repeat;min-height:200px}
.i-introduce .container .course .year{margin-left:90px;padding-top:25px}
.i-introduce .container .course .small{margin-top:50px;margin-left:30px}
.i-introduce .container .course .small p{float:left;width:160px;text-align:center;font-size:12px}
.i-introduce .container .course .year li{margin-left:0;margin-right:0;font-size:19px;color:#e85a59;font-weight:bold}
.sj_youshi{width: 100%; height:auto; display: none;}
.sj_youshi img{width: 100%}

/*内页新闻中心*/
.news_r_text{width:100%; height: auto;  margin-top: 30px;}
.news_r_text ul li{width:100%;border-bottom:1px dashed #e6e6e6; padding-bottom:2%;margin-top:2%;overflow: hidden;}
.news_r_text ul li:nth-child(5n){border-bottom:none; padding-bottom:inherit;}
.news_r_text ul li .pic{width:20%; float:left; overflow:hidden; background:#e6e6e6; padding:3px;} 
.news_r_text ul li .pic img{width:100%; display:block; -webkit-transition:all .3s; transition:all .3s;}
.news_r_text ul li .pic img:hover{-webkit-transform: scale(1.1); transform: scale(1.1);}
.news_r_text ul li .text{width:78%;float:right;}
.news_r_text ul li .text .titnr{width:100%;float:left;font-size: 14px;}
.news_r_text ul li .text .tit a{font-size:16px; font-weight:bold; color:#333; float:left; overflow: hidden; text-overflow: ellipsis;white-space: nowrap!important;} 
.news_r_text ul li .text .tit a:hover{color:#e60012;}
.news_r_text ul li .text .time{float:right; color:#333;}
.news_r_text ul li .text .wz{width:100%;float:left; margin-top:1%; line-height:24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden; font-size: 14px; color: #555;}
.wz a{font-size: 14px; color: #555;}
.wz a:hover{font-size: 14px; color: #f08519;}
/*内页新闻中心*/


.dsanp{ width:100%; height:auto; overflow:hidden; padding:50px 0; background: #f5f5f5; }
.dsanp h2{ text-align:center; color:#06389e; line-height:45px; font-size:30px; font-weight:600;}
.dsanp .ennn{ text-align: center; color:#999; font-size:12px;}
.h30{height: 30px;}

.dsanpright{width: 100%;}
.dsanpright ul{ margin-right:-1%;}
.dsanpright ul li{ width:24%; float:left; background:#fff; border-radius:5px; margin-bottom:30px; text-align:center; height:auto; overflow:hidden; margin-right:1%; min-height: 127px;}
.dsanpright ul li .ip{width: 15%; margin-left:15px;}
.dsanpright ul li i{ width:80px; height:80px; line-height:60px; padding-left:30px; float: left; margin:20px auto; font-size:50px; border:1px #939393 solid; text-align:center; color:#939393; padding: 4px 10px; border-radius:100%; display:block;}
.dsanpright ul li i img{width: 100%;}
.dsanpright ul li .zi{width: 60%; float: right; margin-top: 12px; text-align: left; margin-right: 2%}
.dsanpright ul li h3{ font-size:16px; height:auto;font-weight:600; line-height: 35px;}
.dsanpright ul li p{ font-size:13px; line-height:20px; color:#555; padding: 0 0%;}
.dsanpright ul li .pse{ font-size:18px; font-weight:600; color:#999; padding:10% 0;}
.dsanpright ul li:hover{background:#3e4d64; color:#fff; }
.dsanpright ul li:hover i{ color:#fff;border:1px #fff solid;}
.dsanpright ul li:hover p,.dsanpright ul li:hover .pse{color:#fff;}


.dsanprights{width: 100%;}
.dsanprights ul{ margin-right:-1%;}
.dsanprights ul li{ width:24%; float:left; background:#f4f4f4; border-radius:5px; margin-bottom:30px; text-align:center; height:auto; overflow:hidden; margin-right:1%; min-height: 120px;}
.dsanprights ul li .ip{width: 15%; margin-left:15px;}
.dsanprights ul li i{ width:80px; height:80px; line-height:60px; padding-left:30px; float: left; margin:20px auto; font-size:50px; border:1px #939393 solid; text-align:center; color:#939393; padding: 4px 10px; border-radius:100%; display:block;}
.dsanprights ul li i img{width: 100%;}
.dsanprights ul li .zi{width: 96%; float: right; margin-top: 12px; text-align: left; margin-right: 2%}
.dsanprights ul li h3{ font-size:16px; height:auto;font-weight:600; line-height: 35px;}
.dsanprights ul li p{ font-size:13px; line-height:20px; color:#555; padding: 0 0%;}
.dsanprights ul li .pse{ font-size:18px; font-weight:600; color:#999; padding:10% 0;}
.dsanprights ul li:hover{background:#3e4d64; color:#fff; }
.dsanprights ul li:hover i{ color:#fff;border:1px #fff solid;}
.dsanprights ul li:hover p,.dsanpright ul li:hover .pse{color:#fff;}


.qyglzxny{width: 100%;height: auto; font-size: 16px; line-height: 35px;}
.qyglzxny img{max-width:100%; height: auto;display: block;clear: both; margin: auto; margin-bottom: 20px;}


.pro_theory_subject{margin-bottom:20px; text-align: center}
.pro_theory_subject span{height:50px;line-height:50px;border-bottom:2px solid #3e4d64;font-size:28px;color:#3e4d64;padding:5px;font-weight: bold;}
.pro_theory_subject p{color:#333; padding:5px;font-size: 15px!important; text-align: left!important;}

.consul_list_line{width:99%;border:1px solid #333;border-bottom:none;clear:both;overflow:hidden;background-color:#FFF;margin:0 auto;padding:0;}
.consul_listT,.consul_nameT,.consul_textT{line-height:3.5rem;text-align:center;float:left;font-size:1.3rem!important;display:block;font-weight:700;padding:0;}
.consul_listT{width:10%;border-right:1px solid #333;}
.consul_nameT{width:25%;border-right:1px solid #333;}
.consul_textT{width:64%;}
.consul_text_listT{width:100%;height:3.5rem;line-height:3.5rem;float:left;font-size:1.6rem;padding:0;}
.consul_text_listT span{padding-left:3%;font-size:1.3rem!important;width:100%;display:block;border-bottom:1px solid #333;}
.consul_list,.consul_name,.consul_text{line-height:2.5rem;float:left;font-size:1.2rem!important;display:block;padding:0;}
.consul_list{width:10%;text-align:center;border-right:1px solid #333;}
.consul_name{width:25%;text-align:center;border-right:1px solid #333;}
.consul_text{width:64%;text-align:left;}
.consul_text_list{width:100%;height:2.5rem;line-height:2.5rem;float:left;font-size:1.6rem;padding:0;}
.consul_text_list span{padding-left:3%;font-size:1.2rem!important;width:100%;display:block;border-bottom:1px solid #333;}
.xinfa_list_lineT{width:99%;border:1px solid #333;background-color:#3e4d64;border-bottom:none;clear:both;overflow:hidden;margin:0 auto;padding:0;}
.xinfa_list_lineT:hover{background-color:#C00;}
.xinfa_list_line{width:99%;border:1px solid #333;background-color:#fdfddb;border-bottom:none;clear:both;overflow:hidden;margin:0 auto;padding:0;}
.xinfa_listT,.xinfa_nameT,.xinfa_textT{line-height:3.5rem;text-align:center;float:left;font-size:1.3rem!important;display:block;font-weight:700;color:#FFF;padding:0; width: 33.333%;border-right: 1px solid #333;}
.xinfa_textT{width:33.333%;}
.xinfa_list,.xinfa_name,.xinfa_text{line-height:2.5rem;float:left;font-weight:400;font-size:1.2rem!important;display:block;padding:0;width: 33.333%;border-right: 1px solid #333; text-align: center;}
.xinfa_text{width:33.333%;text-align:center;}


.index-title-ms{font-size:18px;color:#666;padding-top:15px;font-weight:normal;}
.index-kh-hz{margin-top:30px;}
.hz-wt-left-hz{float:left;width:22%;margin-right:3%;margin-bottom:20px;}
.hz-wt-left-sz{width:85;border-radius:5px;background:#3e4d64;line-height:50px;font-size:30px;color:#fff;position:absolute;margin-top:33px;z-index:1;font-weight:normal;text-align:center;}
.hz-wt-left-nr{border:1px solid #3e4d64;background:#fff;border-radius:5px;padding:20px 2% 20px 50px;font-size:16px;font-weight:normal;width:103%; position:relative;margin-left:5%;text-align:left;min-height: 298px;}
.ls{color:#3e4d64;font-weight:bold; line-height: 40px;}
.ls p{font-size: 13px; line-height: 24px; color: #555}


.index-title-ms2{font-size:18px;color:#666;padding-top:15px;font-weight:normal;}
.index-kh-hz2{margin-top:30px;}
.hz-wt-left-hz2{float:left;width:97%;margin-right:3%;margin-bottom:20px;}
.hz-wt-left-sz2{width:85px;border-radius:5px;background:#3e4d64;line-height:50px;font-size:30px;color:#fff;position:absolute;margin-top:33px;z-index:1;font-weight:normal;text-align:center;}
.hz-wt-left-nr2{border:1px solid #3e4d64;background:#fff;border-radius:5px;padding:20px 2% 20px 50px;font-size:16px;font-weight:normal;width:98%; position:relative;margin-left:5%;text-align:left;}
.ls2{color:#3e4d64;font-weight:bold; line-height: 40px;}
.ls2 p{font-size: 13px; line-height: 24px; color: #555}


.index-kh-bj2{margin-bottom: 50px; overflow: hidden;}
.index-title-ms3{font-size:18px;color:#666;padding-top:15px;font-weight:normal;}
.index-kh-hz3{margin-top:30px;}
.hz-wt-left-hz3{float:left;width:97%;margin-right:3%;margin-bottom:20px;}
.hz-wt-left-sz3{width:20%;border-radius:5px;line-height:50px;font-size:30px;color:#fff;z-index:1;font-weight:normal;text-align:center; float: left; margin-right: 2%}
.hz-wt-left-sz3 img{width: 100%;}
.hz-wt-left-nr3{padding:0px 0px 20px 0px;font-size:14px; line-height:25px;font-weight:normal;text-align:left; box-sizing: border-box; width: 78%; float: left;}
.ls3{color:#3e4d64;font-weight:bold; line-height: 40px; font-size: 16px; }
.ls3 p{font-size: 13px; line-height: 24px; color: #555}


.service_process{width:100%;background:url(../images/sp_background.png) center center no-repeat;}
.service_process .sp1{width:20%;float:left;margin:0 0 20px;padding:20px 0;}
.service_process .sp1:hover{background-color:rgba(220,220,220,0.6);}
.service_process .sp1 .sp1_title{height:40px;width:100%;margin-bottom:10px;}
.service_process .sp1 .sp1_title .sp1_title_cn{height:22px;line-height:22px;width:100%;text-align:center;font-size:20px;font-weight:700;color:#111;float:left;}
.service_process .sp1 .sp1_title .sp1_title_en{height:18px;line-height:18px;width:100%;text-align:center;font-size:15px;font-weight:700;color:#666;float:left;}
.service_process .sp1 .sp1_frame{width:138px;height:132px;display:block;margin:0 auto;}
.service_process .sp1 .sp1_frame_area{width:138px;height:114px;}
.service_process .sp1 .sp1_frame .sp1_frame_pic{width:100px;height:110px;border:2px solid #3e4d64;float:left;border-radius: 5px;}
.spf1{background:url(../images/stage1.png) center 15px no-repeat;}
.spf2{background:url(../images/stage3.png) center 15px no-repeat;}
.spf3{background:url(../images/stage2.png) center 15px no-repeat;}
.spf4{background:url(../images/stage4.png) center 15px no-repeat;}
.spf5{background:url(../images/stage5.png) center 15px no-repeat;}
.sp1_frame_left,.sp1_frame_right{width:17px;height:114px;float:left;}
.service_process .sp1 .sp1_frame .sp1_frame_right{background:url(../images/pro01-arrow1.png) center center no-repeat;}
.service_process .sp1 .sp1_frame .sp1_frame_name{width:100px;height:36px;line-height:34px;border:none;border-top:1px solid #3e4d64;margin-top:75px;text-align:center;font-weight:800;display:block;overflow:hidden;z-index:100;font-size:1.3em;}
.service_process .sp1:hover .sp1_frame_name{background-color:#3e4d64;color:#FFF;overflow:hidden;}
.sp1_frame_bottom{height:17px;width:100px;margin:0 auto;}
.service_process .sp1 .sp1_frame .sp1_frame_bottom{background:url(../images/pro01-arrow2.png) center center no-repeat;}
.service_process .sp1 .sp1_line{width:100%;height:80px;margin:5px auto 0;}
.service_process .sp1 .sp1_line .sp1_line_x{width:100%;height:20px;border-bottom:5px solid #666;}
.service_process .sp1 .sp1_line .sp1_line_y{width:31px;height:80px;text-align:center;margin:-17px auto 0;}
.service_process .sp1 .sp1_line .sp1_line_y .sp1_line_y0{width:28px;height:28px;border:3px solid #3e4d64;background-color:#FFF;border-radius: 50%;}
.service_process .sp1 .sp1_line .sp1_line_y .sp1_line_y00{width:11px;height:11px;margin:6px auto 0;border-radius: 50%;}
.service_process .sp1 .sp1_line .sp1_line_y .sp1_line_y01{width:11px;height:11px;margin:-2px auto 0;border-radius: 50%;}
.service_process .sp1 .sp1_line .sp1_line_y .sp1_line_y1{width:3px;height:35px;margin:0 auto;}
.service_process .sp1 .sp1_items{width:120px;display:block;margin:5px auto 0;}
.sp1_items_a{width:100%;height:23px;background-color:#3e4d64;text-align:center;font-size:12px;line-height:23px;color:#FFF;}
.sp1_items_b{width:100%;height:7px;display:block;background:url(../images/pro01-arrow3.png) center no-repeat;margin-bottom:5px;}
.wh_con_ditem:hover,.outline_info:hover .outline_title,.sp1_line_y .sp1_line_y00,.sp1_line_y .sp1_line_y01,.sp1_line_y .sp1_line_y1{background-color:#3e4d64;}


.pro_desc_area{width:100%; height: auto; overflow: hidden; margin-bottom: 60px}


.pro_con_subject{height:4.5rem;color:#333;text-align:center;margin-bottom:3rem;}
.pro_con_subject span.pro_con_subcn{font-size:1.8rem;font-weight:700;line-height:3rem;padding:.5rem;}
.pro_con_subject span.pro_con_suben{font-size:1rem;font-weight:700;color:#666!important;line-height:1.2rem;text-transform:uppercase;padding:.5rem;}

.wh_con_lr{width:100%;height:auto; margin: 30px 0; overflow: hidden;}
.wh_con_l{width:42%;float:left;height:auto;padding:0;}
.wh_con_l img{width:100%;border:1px solid #666;padding:2px;}
.wh_con_lr:hover .wh_con_l img{border:1px solid #C00;}
.wh_con_r{width:55%;float:right;height:auto;padding:0;}
.wh_con_rlist{background:none;padding:0;}
.wh_con_lr:hover .wh_con_rlist{background-color:#F1F1F1;}
.wh_con_r li{height:auto;line-height:36px;background:url(../images/icon1.png) 0.3rem no-repeat;width:94%;padding-left:6%;display:block;clear:both;overflow:hidden;font-size:1rem;font-weight:700;}
.wh_con_r li:hover{background:url(../images/icon.png) 0.3rem no-repeat;color:#c00!important;}

.wh_con_div{width:100%;height:auto; overflow: hidden; margin-bottom: 30px}
.wh_con_ditem{width:30%;min-height:244px;background-color:#C00;color:#FFF;float:left;text-align:center;margin:1rem;}
.wh_con_ditem img{width:100%;}
.wh_con_dtitle{font-size:18px;line-height:45px;font-weight:700;margin:20px 0;}
.wh_con_dcon{}
.wh_con_dcon li{line-height: 36px;}
.wh_con_wid{width:100%;height:auto; overflow: hidden; margin-bottom: 30px}
.wh_con_wid li{border-bottom:1px solid #CCC;height:auto;padding-bottom:50px;clear:both;}
.wh_con_wid li .whcw_num{font-size:40px;width:5%;margin-left:2%;height:auto;line-height:50px;font-weight:700;color:#B00;display:block;float:left;}
.wh_con_wid li .whcw_txt{font-size:16px;display:block;float:left;line-height:50px; width: 90%}
.wh_con_wid li:hover{border-bottom:1px solid #B00;background-color:#B00;}
.wh_con_wid li:hover .whcw_num,.wh_con_wid li:hover .whcw_txt{color:#FFF;}
.wh_conP_desc{padding:1.5rem;}
.wh_conP_desc p{line-height:2rem;text-indent:2em;margin-bottom:.5rem;}


.news_r_text2{width:100%; height: auto; overflow: hidden;}
.news_r_text2 ul{margin-right: -2%;}
.news_r_text2 ul li{width:31.333%; height:auto; float:left; margin-right: 2%; margin-bottom: 30px;}
.news_r_text2 ul li .pic{width:100%; height:auto;float:left; overflow:hidden;}
.news_r_text2 ul li .pic img{width:100%; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.news_r_text2 ul li .wz{float:left;line-height:24px; }
.news_r_text2 ul li .wz h3{font-size:16px; color:#3e4d64; font-weight:bold; margin-top: 20px;}
.news_r_text2 ul li .wz p{padding-top:10px; font-size: 12px; line-height: 23px;}
.news_r_text2 ul li .btns{width:100px;height:30px;float:left; margin-top:10px;}
.news_r_text2 ul li a .btns{width:100px;height:30px;float:left;display:block; background:#858585; font-size:14px; line-height:30px; text-align:center; color:#fff;}
.news_r_text2 ul li a:hover .btns{background:#878787; color:#fff;}
.news_r_text2 ul li a:hover .pic img{-webkit-transform:scale(1.2, 1.2); -moz-transform:scale(1.2, 1.2); -o-transform:scale(1.2, 1.2); -ms-transform:scale(1.2, 1.2); transform:scale(1.2, 1.2);}
.news_r_text2 ul li .time{font-size: 14px; line-height: 28px; color: #555}


/*5大技术*/
.dsanp{height:auto; overflow:hidden; padding:60px 0; background: #f5f5f5;}
.dsanp h2{ text-align:center; color:#467197; line-height:45px; font-size:30px; font-weight:600;}
.dsanp .ennn{ text-align: center; color:#999; font-size:12px;}
.dsanp ul{ margin-right:-2%;}
.dsanp ul li{ width:31.333%; float:left; background:#fff; border-radius:5px; margin-top:3%;text-align:center; height:auto; overflow:hidden; margin-right:2%; min-height:340px;}
.dsanp ul li i{ width:60px; height:60px; line-height:50px; margin:25px auto; font-size:50px; text-align:center; color:#939393; padding:15px; border-radius:100%; display:block;}
.dsanp ul li h3{ font-size:22px; height:auto; line-height: 45px; font-weight: 600}
.dsanp ul li p{ line-height:22px; color:#555; padding: 0 10%;}
.dsanp ul li .pse{ font-size:18px; font-weight:600; color:#999; padding:10% 0;}
.dsanp ul li:hover{background:#467197; color:#fff; }
.dsanp ul li:hover i{ color:#fff;}
.dsanp ul li:hover p,.dsanp ul li:hover .pse{color:#fff;}

.case_list {padding:0px 0 0 0;margin-top: 0px;overflow: hidden}
.case_list ul{ margin-right: -2%;}
.case_list li{float: left; width: 31.333%; text-align: center;margin-right: 2%; margin-bottom: 10px;}  
.case_list li img{width:95%;  height:auto; border: 1px solid #e2e2e2; padding: 2px;} 
.case_list li a{color: #555;}
.case_list li span{ display: block; line-height: 22px; padding: 10px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;}
.case_list li img:hover{border: 1px solid #467197;}


/*5大技术*/
.qyglbg{height:auto; overflow:hidden; padding:60px 0; background: #f5f5f5;}


.cuntlur{ padding:3% 0; height:auto; overflow:hidden;}
.cuntlur .wd800{ max-width:1200px; height:auto; overflow:hidden; margin:auto;}
.cuntlur .wd800 ul{margin-right:-3%;}
.cuntlur .wd800 ul li{ width:30.333%; float:left; margin-right:3%; background:#fff; min-height:385px;}
.cuntlur .wd800 ul li .pic{ width:100%; position:relative;}
.cuntlur .wd800 ul li .pic img{ max-width:100%; display:block; margin:auto; clear:both; height: 214px;}
.cuntlur .wd800 ul li h3{ text-align:center; padding:3% 0; font-size:18px;}
.cuntlur .wd800 ul li p{ line-height:22px; padding:5%; text-align: justify; box-sizing: border-box; color:#666; font-size: 14px; }
.cuntlur .wd800 li:hover{ background:#467197; color:#fff; transition:all 0.3s;}
.cuntlur .wd800 li:hover p{ color:#fff;}

.ny_main_textt table { margin-bottom:20px; border:1px solid #ccc; border-collapse:collapse;}
.ny_main_text table td{ border:1px solid #CCC;}
.ny_main_text table th{ border:1px solid #CCC;}
.biag thead .diyi{ background:#075384 !important; border:2px solid #fff !important;}
.biag .diyi { text-align:center; background:#467197 !important;}
.biag .diyi th{ color:#fff; font-size:16px; line-height:40px; font-weight:normal; text-align: center;}
.biag td { text-align:center;font-size:14px; line-height:35px; color:#333;}