@charset "utf-8";
/* CSS Document */
@media(max-width: 767px){
html{
	font-size:65.5%;
	font-size:12px;
	}
.olinksss img{
	height: auto;
	width: 90%;
}
.nav_box{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	border-bottom:1px solid rgba(102,102,102,0.2);
	background: #fafbfc;
	height: 5rem;
	border-top:0.4rem solid #122a88;
	box-sizing: border-box;
}
.nav_btn{
	width:2.8rem;
	height:5rem;
	position:fixed;
	top: 0;
	right: 2rem;
	border-right:solid 1px rgba(255,255,255,0.2);
	z-index: 999;
	}
.nav_btn span{
	display:block;
	width:2.6rem;
	height:0.2rem;
	background:#666;
	float:left;
	position:absolute;
	left:0;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	}
.nav_btn span:nth-of-type(2){
	width:2rem;
	top:50%;
	margin-top: -0.1rem;
	}
.nav_btn span:nth-of-type(1){
	top:1.4rem;
	}
.nav_btn span:nth-of-type(3){
	bottom:1.4rem;
	}
.nav_btn_active{
	border:none;
}
.nav_btn_active span:nth-of-type(1){
	top:50%;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(2){
	opacity:0;
	}
.nav_btn_active span:nth-of-type(3){
	top:50%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}

.logo{
	height: 3.7rem;
	padding: 0.6rem 1.4rem;
	float:left;
	width: auto;
}
.logo img{
	display: block;
	height: 100%;
	margin: auto;
}
.nav_list{
	background: rgba(18,42,136,0.96);
	position:fixed;
	top:5rem;
	right: 0;
	width: 0;
	height:100%;
	z-index: 9999;
	overflow:scroll;
	}
.nav_list ul{
	float: none;
	padding: 0;
	background: #fff;
	margin: auto;
	padding-top: 5%;
	height: 100%;
}
.nav_list ul li{
	float: none;
	width: 100%;
}
.nav_list ul li a{
	font-size: 18px;
	line-height: 62px;
}
.nav_list > dl {
    width: 60%;
    float: none;
    margin-right: 0;
    margin-top: 0;
	position: absolute;
	left: 20%;
	bottom: 15%;
}
.nav_list > dl .home{
	display: none;
}
.nav_list > dl .language {
    width: 60%;
	margin: auto;
	float: none;
	font-size: 15px;
	line-height: 32px;
	}
.banner{
	height: 36%;
	margin-top: 60px;
}
.banner_text h2 {
    font-size: 30px;
    letter-spacing: 1px;
	line-height: 30px;
}
.banner_text h3{
	font-size: 16px;
}
.banner dl dd{
	transform: scale(0.8);
	margin: 6px 0;
}
.news_b{
	bottom:0% !important;
	width: 96%;
	left: 2%;
	}
.news_b h1{
	float:left;
	font-size:14px;
	width:20%;
	line-height:70px;
	position:relative;
	color:#fff;
	text-align:center;
	}
.news_b .newsbox{
	float:left;
	height:24px;
	width:76%;
	margin-top:24px;
	overflow:hidden;
	margin-left: 10px;
	}

.news_b .newst h6{
	font-size:10px;
	line-height:24px;	
	color:#fff;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	text-shadow:0 2px 2px rgba(0,0,0,0.2);
	position:relative;
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	}

.news_b .newst b{
	font-weight:normal;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	color:#122a88;
	text-shadow:none;
	position:absolute;
	right:0px;
	top:24px;
	}
.news_b .newst h6:hover{
	text-decoration:underline;
	cursor:pointer;
	}
.news_b .newst h6 a{
	font-size: 12px;
	}
.index_product ul li{
	width: 100%;
	height: 300px;
	margin: 0;
	margin-bottom: 2rem;
	margin-top: 0 !important;
}
.index_title {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
}
.index_title h1 {
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-size: 22px;
	opacity: 1;
	top: 0;
	position: static;
}
.index_title span {
    font-size: 14px;
	opacity: 1;
	position: static;
}
.index_product{
	padding-bottom: 20px;
	background: none;
}
.video_box{
	height: 132px;
	background-position: center;
}
.video_box .v_btn{
	transform: scale(0.4);
}
.index_about_intro{
	width: 100%;
	padding: 30px 10px;
	background: rgba(238,238,238,0.98) url(../image/about_bg2.png) no-repeat;
}
.index_company dd {
    width: 40%;
    margin-right: 0;
    height: 260px;
}
.index_company dd.s_con{
	width: 60%;
}
.index_about_intro h5{
	display: none;
}
.index_about_intro h2 {
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-top: 20px;
}
.index_about_intro p {
    font-size: 10px;
    color: #aaa;
    margin-top: 15px;
    line-height: 16px;
}
.index_aboutmore {
    height: 26px;
    border: solid 1px #ddd;
    bottom: 25px;
}
.index_aboutmore span {
    line-height: 26px;
    font-size: 12px;
}
.index_protlbox{
	opacity: 1;
	padding: 20px;
}
.index_protl:before{
	width: 100%;
	height: 100%;
	opacity: 1;
}
.index_protl:after{
	width: 100%;
	height: 100%;
	opacity: 1;
}
.index_protl h3{
	opacity: 1;
	top: 40px;
}
.index_protl h5{
	opacity: 1;
	bottom: 40px;
}
.index_promore {
    opacity: 1;
    margin-top: -20px;
}
.index_product .txt1{
	display: none;
}
.index_company .s_con .index_scon h2 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.5px;
}
.index_company .s_con .index_scon h2 span {
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 12px;
}
.index_sconmore{
	transform: scale(0.7);
}
.index_abouticon{
	width: 32px;
}
.index_company dd > img{
	height: 100%;
}
.index_company{
	margin-top: 20px;
}
.index_video{
	padding-bottom: 40px;
}
.index_news2 .left {
    float: none;
    width: 100%;
    margin-bottom: 8%;
}
.index_news2 ul {
    display: none;
}
.index_news2 h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 20px 0 10px;
}
.index_relative ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	
}
.index_relative ul li h1 {
    font-size: 16px;
    margin: 10px 0 0px 0;
    letter-spacing: 1px;
}
.index_relative ul li p {
    font-size: 10px;
    margin-top: -3px;
}
.index_relative ul{
	margin-bottom: 20px;
}
.index_partner .p_box{
	margin: 0 auto;
}
.index_partner{
	padding: 0 0 30px;
}
.index_partner dl dd{
	padding: 5px 0 0;
}
.index_partner .btn{
	margin-top: 16px;
	}
.footer_list dl:last-of-type{
	display: none;
}
.footer_list dl{
	width: 32%;
}
.footer{
	background: #333;
	padding-top: 1rem;
}
.footer_top{
	width: 96%;
	margin:auto;
	padding-bottom: 1.5rem;
}
.footer dl dt{
	color: #fff;
	line-height: 2rem;
	font-size: 1.2rem;
	margin-top:0.8rem;
	margin-bottom:1.2rem;
	position:relative;
	border: none;
	padding-bottom: 10px;
}
html[lang="en"] .footer dl dt{
	font-size: 1.1rem;
	line-height: 1.4rem;
	}
.download{
	padding-bottom: 0 !important;
}
.download dl dd{
	margin-bottom: 3% !important;
	padding: 4%;
	font-size: 14px;
	background: #f6f6f6 !important;
}
.download .bar1 h3{
	font-size: 16px;
}
.download .bar1 img{
	margin: 3% auto 8%;
}
.download dl dd img{
	width: 22px;
}
.download .contain2{
	padding: 8% 0 5% !important;
}
.footer dl dt:before{
	content:"";
	width:2.5rem;
	height:0.2rem;
	background-color:#ddd;
	position:absolute;
	top: inherit;
	bottom: 0;
	left:0;
}
.footer dl dd{
	color: #ccc;
	line-height: 1.6rem;
	font-size: 0.95rem;
	padding:0 0
}
.footer_list dl dd h2{
	font-size: 12px;
	margin-top: 2px;
}
.footer_bottom{
	padding: 30px 0 20px;
}
.footer_bottom p{
	text-align: center;
	float: none !important;
	line-height: 20px;
	line-height: 1;
}
.footer_bottom p:last-of-type{
	float: none;
	opacity: 0.6;
	margin-top: -15px;
}
#cnzz_stat_icon_1263121070{
	display: none;
}
/*子页面——banner*/
.ab_ban dt{
	padding-top: 92px;
}
.o_ban{
	width:100%;
	}
.o_ban .o_img{
	width:100%;
	}
.o_ban dl{
	}
.o_ban dl dt{
	font-size:24px;
	text-align:center;
	color:#fff;
	letter-spacing:1px;
	}
.ab_ban  dl dt{
	position: static;
}
html[lang="en"] .o_ban dl dt{
	letter-spacing:0.6px;
	}
.ab_ban .left .lts{
	margin-top: 10px;
}
.o_ban dl dt span{
	font-size:14px;
	text-align:center;
	color:#fff;
	margin-top:10px;
	display:block;
	text-transform:uppercase;
	font-family:title;
	letter-spacing:0px;
	}
.o_ban dl .bottom{
	position:absolute;
	width:100%;
	bottom:5% !important;
	width:60%;
	left:20%;
	}
html[lang="en"] .o_ban dl .bottom{
	width:90%;
	left:5%;
	}
.o_ban dl .bottom dd{
	font-size:13px;
	text-align:center;
	color:#ccc;
	float:left;
	width:50%;
	border-right:1px solid #ddd;
	box-sizing:border-box;
	line-height:16px;
	-webkit-transition:all .5s;
	transition:all .5s;
	}
.o_ban dl .bottom dd:hover{
	color:#fff;
	}
.o_ban dl .bottom a:last-of-type dd{
	border:none;
	}
.o_ban dl .bottom dd.bot_active{
	font-size:14px;
	color:#fff;
	letter-spacing:1px;
	}
html[lang="en"] .o_ban dl .bottom dd{
	letter-spacing:0px;
	font-size:12px;
	}
html[lang="en"] .o_ban dl .bottom dd.bot_active{
	letter-spacing:0px;
	font-size:13px;
	}
html[lang="en"] .o_ban.pl1 .bottom dd{
	padding: 0 20px;
}
/*about*/
.res_ban .o_img, .res_ban dl{
	height: 100%;
}
.ab_ban .company{
	width:90%;
	margin:auto;
	left: 5%;
	position: static;
	}
.ab_ban .left{
	width: 100%;
	padding-top: 0px;
	}
.ab_ban .left img{
	display: none;
	}
.ab_ban .left h3{
	margin:10px auto;
	position:relative;
	display:block;
	color:#fff;
	text-align: center;
	}
.ab_ban .left .two{
	font-size: 14px;
}
.ab_ban .left .lts b{
	font-size:14px;
	}
.ab_ban .right{
	width:100%;
	margin-top:15px;
	padding: 0;
	float: none;
	height: auto;
	}
.ab_ban .right h1{
	display: none;
	}
.ab_ban .right h2{
	display: none;
	}
.ab_ban .right p{
	font-size:13px !important;
	color:#ddd;
	margin-bottom:6px;
	letter-spacing: 0;
	}
.ab_ban .right p span{
	font-size:13px !important;}
html[lang="en"] .ab_ban .right p{
	line-height:18px;
	}
/*董事长*/
.train.speech{
	padding-bottom:30px;
	padding-top:12%;
	width:90%;
	}
.train.speech h1{
	padding-bottom:20px;
	}
.train.speech .left_s{
	width:100%;
	margin-bottom:15px;
	}
.train.speech .left_s li img{
	display:block;
	width:100%;
	}
.train.speech .right{
	width:100%;
	margin-right:0;
	}
.train.speech .right h2{
	margin-left:5px;
	}
.train.speech .right p{
	font-size:10px;
	margin-bottom:6px;
	}
.train.speech .right h3{
	float:right;
	font-size:14px;
	margin-top:20px;
	color:#122a88;
	}
/*culture*/
.train.culture{
	width:90%;
	margin:auto;
	padding-bottom:30px;
	padding-top:30px;
	}
.cul_box{
	width:100%;
	background-color:#eee;
	}
.train.culture h1{
	margin-top:0;
	}
.culture dd{
	width:31.3%;
	float:left;
	height:260px;
	margin-right:3%;
	position:relative;
	overflow:hidden;
	border-radius:18px;
	overflow:hidden;
	}
.culture dd:last-of-type{
	margin-right:0;
	}
.culture dd img{
	display:block;
	width:100%;
	}
.culture dd  h2{
	color:#fff;
	font-size:18px;
	position:absolute;
	left:50%;
	margin-left:-30px;
	width:10px;
	line-height:26px;
	bottom:26%;
	}
.culture dd h3{
	font-size:10px;
	color:#fff;
	margin-left: 10px;
	text-shadow:0 2px 2px rgba(0,0,0,0.1);
	text-transform:uppercase;
	position:relative;
	padding:10px 0 10px 5px;
	line-height:16px;
	}
.culture dd h2 b{
	display: none;
}
html[lang="en"] .culture dd h3{
	font-size:12PX;
	}
.culture dd .t_box{
	position:absolute;
	left:0%;
	top:50%;
	width:100%;
	height:0;
	background-color:rgba(18,42,136,0.9);
	opacity:0;
	z-index:11;
	-webkit-transition:all .4s;
	transition:all .4s;
	}
.culture dd:hover .t_box{
	left:0%;
	top:0%;
	height:100%;
	opacity:1;
	}
.culture dd:hover .txt{
	opacity:0;
	}
.culture dd .box  h4{
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:25px 0 6px 0;
	letter-spacing:1px;
	}
.culture dd .box p{
	color:#fff;
	width:92%;
	margin:auto;
	font-size:11px;
	text-align:center;
	line-height:14px;
	}
html[lang="en"] .culture dd .box p{
	line-height:12px;
	letter-spacing:0;
	}
.honor_box{
	padding: 30px 0 0;
}
.honor .more{
	transform: scale(0.8);
}
/*history*/
.his_box{
	width:100%;
	background-size:cover;
	}
.his_box .btn .ll{
	right: -6%;
	top: 30%;
}
.his_box .btn .llr2{
    right: inherit;
	left: 3%;
}
.his_box .btn .ll img{
	width: 32px;
}
.his_box .box p{
	width: 80%;
	margin: auto;
}
.his_box .box p::before{
	display: none;
}
.his_box .box b{
	font-size: 12px;
}
.train.history{
	padding-top:50px;
	width:90%;
	margin:auto;
	padding-bottom:10px;
	}
.train.history ul{
	width:100%;
	}
.train.history ul li{
	margin-bottom:25px;
	}
.train.history ul .top{
	width:100%;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	}
.train.history ul h2{
	width:20%;
	text-align:center;
	line-height:26px;
	color:#fff;
	font-size:13px;
	background-color:#122a88;
	}
.train.history ul p{
	font-size:13px;
	margin-bottom:6px;
	}
.train.history ul strong{
	font-size:14px;
	font-weight:bold;
	}
/*honor1*/
.honor1 .top{
	border-bottom:1px solid #ccc;
	}
.honor1 .h_dev{
	width:90%;
	margin:auto;
	margin-top:90px;
	position:relative;
	}
.honor1 .h_dev .hx{
	width:2px;
	height:102%;
	background-color:rgba(18,42,136,0.2);
	position:absolute;
	left:27%;
	top:-40px;
	padding-top:50px;
	}
.honor1 .h_dev li{
	margin-bottom:40px;
	position:relative;
	cursor:default;
	}
.honor1 .h_time{
	float:left;
	width:20%;
	height:32px;
	text-align:center;
	line-height:32px;
	background-color:#122a88;
	font-size:13px;
	color:#fff;
	font-weight:600;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	}
.honor1 span{
	position:absolute;
	left:25%;
	top:10px;
	border:2px solid #122a88;
	border-radius:50%;
	width:15px;
	height:15px;
	background-color:#FFF;
	z-index:99;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	}
.honor1 .h_txt{
	float:right;
	background-color:rgba(18,42,136,0.03);
	padding:15px 0;
	width:64%;
	margin-top:-12px;
	position:relative;
	border:1px solid rgba(18,42,136,0.05);
	box-sizing:border-box;
	-webkit-transition:all 1s;
	transition:all 1s;
	}
.honor1 .h_sj{
	width:12px;
	height:12px;
	border-bottom:1px solid rgba(18,42,136,0.05);
	border-left:1px solid rgba(18,42,136,0.05);
	background-color:#f3f4f8;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	left:-6px;
	top:24px;
	}
.honor1 .sx {
	width:30px;
	height:30px;
	background-color:#122a88;
    position: absolute;
    left: 22.5%;
    top: -60px;
	border-radius:50%;
}
.honor1  .h_txt p{
	margin-left:50px;
	color:#333;
	position:relative;
	font-size:11px;
	line-height:16px;
	margin-bottom:12px;
	}
.honor1  .h_txt strong{
	position:absolute;
	left:-35px;
	top:0;
	font-weight:bold;
	}
html[lang="en"] .honor1  .h_txt strong{
	top:-4px;
	}
/*honor1/2*/

/*资质*/
.honor dd .imgs{
	background-color:#ddd;
	}
/*organize*/
.train.org{
	width:100%;
	margin:auto;
	padding-bottom:30px;
	padding-top:30px;
	}
.train.org h1{
	margin-top:0;
	}
.org img{
	width:98%;
	margin:auto;
	display:block;
	}
.o_ban{
	height: 210px;
}
.o_ban .o_img{
	height: 210px;
}
.o_ban dl{
	height: 210px;
}
.news .top ul li{
	width: auto !important;
	margin-right: 20px;
}
.news .top ul li.news_active_t{
	font-size: 18px !important;
}
/*news*/
.o_ban.news_ban{
	height:210px;
	}
.o_ban.news_ban .o_img{
	height:210px;
	}
.o_ban.news_ban dl{
	height:210px;
	width:100%;
	background:rgba(18,42,136,0.86);
	position:absolute;
	top:0;
	left:0;
	padding-top:90px;
	}
.news{
	width:100%;
	background-color:#eee;
	padding:0px 0 20px 0;
	}
.news .top{
	width:90%;
	margin:auto;
	margin-top:-45px;
	border-bottom:1px solid #ccc;
	}
.news .top ul{
	float:left;
	padding:20px 0px 10px 0px;
	}
.news .top ul li{
	float:left;
	width:80px;
	font-size:14px;
	color:#666;
	font-family:Franklin;
	font-weight:bold;
	letter-spacing:1px;
	}
html[lang="en"] .news .top ul li{
	letter-spacing:0px;
	}
.news .top ul li.news_active_t{
	font-size:18px;
	color:#333;
	}
.news .top .right{
	display: none;
	float:right;
	padding-top:20px;
	text-align:center;
	}
.news .top .right h1{
	float:left;
	margin:0 5px;
	font-size:12px;
	color:#666;
	}
.news .top .right h2{
	float:left;
	margin:0 2px;
	font-size:12px;
	color:#666;
	}
.news .top .right p{
	float:left;
	font-size:13px;
	color:#122a88;;
	}
.news dl {
	width:90%;
	margin:auto;
	margin-top:30px;
	}
.news dl dd{
	width:100%;
	background-color:#fff;
	margin-bottom:20px;
	-webkit-transition:all .8s;
	transition:all .8s;
	}
.news dl a:nth-of-type(2n) dd{
	margin-right:0%;
	}
.news dl dd:hover{
	box-shadow:0 5px 15px rgba(0,0,0,0.16);
	}
.news dl dd .box{
	width:100%;
	padding:15px;
	box-sizing: border-box;
	-webkit-transition:all .6s;
	transition:all .6s;
	}
.news dl dd .n_img{
	width:100%;
	height:150px;
	overflow:hidden;
	}
.news dl dd .n_img img{
	width:100%;
	display:block;
	-webkit-transition:all .8s;
	transition:all .8s;
	}
.news dl dd:hover .n_img  img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	}
.news dl dd .n_txt{
	margin-top:10px;
	}
.news dl dd .n_txt h2{
	width:90%;
	font-size:14px;
	line-height: 14px;
	height: 14px;
	color:#111;
	letter-spacing:1px;
	font-family:arial;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	}
.news dl dd .n_txt h1{
	margin:auto;
	font-size:10px;
	color:#555;
	line-height:14px;
	height: 40px;
	margin-top: 8px;
	padding-bottom:8px;
	border-bottom:1px solid #999;
	}
.news dl dd .n_txt h3{
	font-size:12px;
	line-height: 12px;
	height: 12px;
	letter-spacing:0.5px;
	padding-left:5px;
	margin-top: 5px;
	float:left;
	}
.news dl dd .n_txt p{
	font-size:12px;
	line-height: 12px;
	height: 12px;
	letter-spacing:0.5px;
	padding-left:5px;
	margin-top: 12px;
	float:right;
	}
.news dl dd .n_txt a{
	color:#333;
	
	}
.news dl dd a:hover{
	color:#122a88;
	}
.news dl dd:hover .n_txt h1{
	color:#122a88;
	}
.news dl dd:hover .n_txt p{
	color:#333;
	}
.news .contain{
	margin-top: 30px;
}
/*产品分类*/
.o_ban.pl1 .bottom{
	width:96%;
	left:2%;
	}
.o_ban.pl1 .bottom dd{
	width:auto;
	padding: 0 30px;
	}
.pl_content{
	background:none;
	}
.product_nav{
	padding-bottom:40px;
	}
.product_nav ul li a{
	width:100px; 
	 line-height:30px;
	 margin:10px;
	 float:left;
	 text-align:center;
	 background-color:#ccc;
	 -webkit-transition: all 0.4s ease-out;
     transition: all 0.4s ease-out;
	 font-size:14px;
	 color:white;
	}
.product_nav ul li a:first-child{
	margin-left:0;
	}
.product_nav_active{
	background-color:#06C !important; 
	}
.product_nav ul li a:hover{
	background-color:#06C;  
	cursor:pointer;
	}
.product_sub_nav_box{
	width:90%;
	margin:auto;
	z-index:5;
	margin-top:-20px;
	}
.pro_con_box{
	width:90%;
	margin:auto;
	position:relative;
	/*border-top:1px solid #ccc;*/
	margin-top:0px;
	padding-top:15px;
	}
.product_sub_nav{
	line-height:40px;
	color:white;
	width:100%;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	margin-bottom:20px;
	background-color:#06c;
	}
.product_sub_nav h2{
	margin-left:20px;
	color:white;
	line-height:38px;
	position:relative;
	font-size:13px;
	}
.product_sub_nav h2:after{
	content:"";
	display:block;
	width:0;
    height:0;
    border-width:5px 5px 0;
    border-style:solid;
    border-color:white transparent transparent;
	position:absolute;
	right:20px;
	top:16px;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	}
.product_sub_nav:hover{
	background-color:#122a88;
	}
.product_sub_nav:hover h2:after{
	right:10px;
	}
.product_sub_nav ul{
	overflow:hidden;
	height:0;
	background-color:white;
	border:1px solid #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	}

.product_sub_nav:hover ul{
	border:1px solid #122a88;
	}

.product_sub_nav ul li{
	padding-left:30px;
	line-height:32px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	}
.product_sub_nav ul li:hover{
	color:#122a88;
	background-color:#ccc;
	}
.pro_con{
	width:100%;
	position:relative;
	}
.honor .pro_con{
	margin-left: 80px;
}
.honor .pro_con h2 strong{
	font-size: 16px;
}
.honor .pro_con h2{
	font-size: 16px;
	left: -140px;
	width: 120px;
}
.honor .pro_con h2::after{
	right: -28px;
	top: 2px;
}
.honor .pro_con h2:before{
	right: -24px;
	top: 6px;
}
.honor .pro_con h2 strong{
	display: block;
}
.pro_con li dd{
	width:48.5%;
	float:left;
	margin-right:3%;
	margin-bottom:20px;
	}
.pro_con li dd:nth-of-type(2n){
	margin-right:0
	}
.pro_con li dd img{
	display:block;
	width:100%;
	}
.pro_con li p{
	text-align:center;
	font-size:12px;
	color:#333;
	margin-top:15px;
	line-height: 18px !important;
	height: 54px !important;
	}
html[lang="en"] .pro_con li p{
	line-height:16px;
	}
.big_imgs p{
	text-align:center;
	font-size:14px;
	color:#fff;
	margin-top:15px;
	}
/*技术平台*/
.news.js dl{
	width:89%;
	margin-bottom:30px;
	}
.news.js dd{
	width:100%;
	position:relative;
	overflow:hidden;
	}
.news.js dd h1{
	width:100%;
	text-align:center;
	line-height:40px;
	font-size:16px;
	background-color:#555;
	color:#fff;
	letter-spacing:1.2px;
	-webkit-transition:all .5s;
	transition:all .5s;
	}
html[lang="en"] .news.js dd h1{
	letter-spacing:0px;
	line-height:20px;
	padding:20px 0;
	}
.news.js dd:hover h1{
	background-color:#122a88;
	}
.news.js dd .txt{
	padding:15px 20px;
	height: auto;
	}
.news.js dd p{
	line-height:22px;
	font-size:13px;
	letter-spacing: 0;
	}
html[lang="en"] .news.js dd p{
	line-height:16px;
	margin:8px 0;
	}
.news.js dd img{
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	height:290px;
	display: none;
	}
/*设备中心*/
.o_ban.sb1 .bottom{
	width:80%;
	left:10%;
	}
.o_ban.sb1 .bottom dd{
	width:33.3%;
	}
.sb1_b .contain{
	width:90%;
	margin:auto;
	}
.sb1_b .contain .left{
	width:100%;
	margin-top:20px;
	}
.sb1_b .contain h5{
	width:100%;
	margin:auto;
	font-size:14px;
	margin-bottom:10px;
	color:#122a88;
	margin-top:5px;
	position:relative;
	padding-left:15px;
	}
.sb1_b .contain h5 b{
	position:absolute;
	left:0;
	top:7px;
	width:6px;
	height:6px;
	background-color:#122a88;
	border-radius:50%;
	}
.relate1.sb1_b .contain table{
	width:100%;
	}
.sb1_b .contain .right{
	width:100%;
	}
.sb1_b .contain .right img{
	display:block;
	width:100%;
	margin-bottom:15px;
	}
.sb1_b .contain .right h5{
	margin-top:10px;
	}
/*relate*/
.relate dl .bottom{
	width:96%;
	left:2%;
	}
.relate dl .bottom dd{
	width: auto;
	padding: 0 30px;
	}
.relate1 .contain{
	margin-top:20px;
	}
.relate1 .contain table{
	width:90%;
	margin:auto;
	margin-bottom:10px;
	}
.relate1 .contain tr{
	width:100%;
	margin-bottom:10px;
	background-color:#999;
	}
.relate1 .contain tr.d_bar{
	background-color:#333;
	}
.relate1 .contain tr.d_bar td{
	font-size:12px;
	}
.relate1 .contain tr td{
	text-align:center;
	color:#fff;
	height:34px;
	font-size:11px;
	line-height:12px;
	word-break:break-all;
	}
.relate1 .contain .one{
	text-align:left;
	padding-left:5px;
	}
.relate1 .contain tr img{
	display:block;
	width:20px;
	margin:auto;
	padding-top:4px;
	}
.relate1 .contain tr h6{
	width:100%;
	color:#fff;
	line-height:34px;
	height:34px;
	font-size:11px;
	}
.relate1 .contain h6:hover{
	background-color:#122a88;
	}
.relate1 .contain  .m_more{
	height:34px;
	background-color:#122a88;
	-webkit-transition:all 0.6s;
	transition:all 0.6s;
	cursor:default;
	}
.relate1 .contain  .m_more .more_box{
	width:90px;
	margin:auto;
	}
.relate1 .contain  .m_more h2{
	font-size:12px;
	letter-spacing:1px;
	font-weight:normal;
	float:right;
	color:#fff;
	line-height:34px;
	}
.relate1 .contain  .m_more .more_box span{
	display:block;
	width:16px;
	height:9px;
	background:url(../../image/view.png) no-repeat;
	margin-top:12px;
	float:left;
	}
.m_xq .txt .top h5{
	font-size: 16px;
}
.m_xq .txt {
    width: 84%;
    right: 8%;
}
.m_xq .txt .top {
    padding-bottom: 20px;
}
.relate3 .top{
	border-bottom:1px solid #ddd;
	}
.relate3 .r3 {
	width:90%;
	margin:auto;
	padding-top:20px;
	margin-bottom:10px;
	}
.relate3 img{
	display:block;
	width:100%;
	margin:auto;
	}
/*董秘信箱*/
.message{
	width: 90%;
	margin:30px auto 0;
	margin-bottom:10px;
	background-color:#fff;
}
.message .left{
	width:100%;
	padding:10px 10px 30px;
	box-sizing: border-box;
	}
.message .right{
	width:100%;
	}
.message .right img{
	display:block;
	width:100%;
	}
.message h1{
	font-size:18px;
	color:#222;
	text-align:center;
	padding:15px 0;
	letter-spacing:1px;
	}
.message input{
	display: block;
	width: 90%;
	border: 0px none;
	outline: none;
	padding: 0;
	padding-left:3px;
	line-height: 32px;
	border-bottom:1px solid #ccc;
	background:none;
	color:#666;
	float:left;
	margin:5px 10px;
}
.message textarea{
	width:90%;
	display: block;
	margin:auto;
	height: 120px;
	border: 0px none;
	background:#eee;
	color:#666;
	font-size:12px;
	padding-left:10px;
	padding-top:5px;
	border-radius:3px;
	margin-top:25px;
	margin-left:10px;
}
.message input[type="submit"]{
	float: none;
	display:block;
	width: 40%;
	margin:auto;
	color: #fff;
	background: #122a88;
	margin-top:25px;
	line-height:30px;
	border-radius:3px;
	letter-spacing:0.4px;
}

/*resource*/
.res_ban{
	height:100%;
	width:100%;
	}
.res_ban dl > p{
	width:90%;
	margin:auto;
	color:#ddd;
	font-size:11px;
	text-align:center;
	line-height:18px;
	margin-top:20px;
	left: 5%;
	}
.res_ban dl .llt{
	width:90%;
	margin:auto;
	left: 5%;
	margin-top:40px;
	bottom: 25% !important;
	}
.res_ban dl .llt dd{
	width:29.3%;
	float:left;
	overflow:hidden;
	margin:2%;
	margin-top: 2% !important;
	}
.res_ban dl .llt dd .imgs{
	width:100%;
	margin:auto;
	height: auto;
	}
.res_ban dl .llt dd .imgs img{
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
	}
.res_ban dl .llt dd h1{
	color:#fff;
	text-align:center;
	font-size:13px;
	margin-top:15px;
	}
html[lang="en"] .res_ban dl .llt dd h1{
	line-height:16px;
	}
.res_ban dl .scroll_btn{
	position: absolute;
	bottom: 4%;
	width: 30px;
	height:30px;
	left: 50%;
	margin-left:-15px;
	/*background:url(../image/mouse.png) no-repeat;*/
	border:1px solid #fff;
	border-radius:50%;
}
.res_ban dl .scroll_btn span{
	display: block;
	width: 6px;
	height: 6px;
	border-bottom:solid 2px #FFF;
	border-right:solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -3px;
	opacity: 0;
}
.res_ban dl .scroll_btn span{
	-webkit-animation:myfirst 2.8s ease-in-out 0s infinite;
	animation:myfirst 2.8s ease-in-out 0s infinite;
}
@keyframes myfirst
{
    0%,100% {top: 8px; opacity: 1;}
    50% {top: 14px; opacity: 0.8;}
}
 
@-webkit-keyframes myfirst
{
    0%,100% {top: 8px; opacity: 1;}
    50% {top: 14px; opacity: 0.8;}
}
.train{
	padding-top:0px;
	padding-bottom:30px;
	width:90%;
	margin:auto;
	}
.train h1{
	font-size:20px;
	text-align:center;
	color:#333;
	letter-spacing:1px;
	padding-bottom:20px;
	margin-top:50px;
	}
html[lang="en"] .train h1{
	letter-spacing:0.8px;
	line-height:18px;
	width:90%;
	margin:auto;
	}
.train h1 span {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    display: block;
    letter-spacing: 0px;
	font-family:title;
    text-transform: uppercase;
	color:#666;
}
.train .right{
	width:100%;
	margin:auto;
	}
.train .right h2{
	font-size:15px;
	color:#122a88;
	letter-spacing:1px;
	font-weight:bold;
	margin-bottom:6px;
	
	}
html[lang="en"] .train .right h2{
	letter-spacing:0px;
	}
html[lang="en"] .train .right strong{
	line-height:30px;
	}
.train .right p{
	margin:4px;
	line-height:18px;
	margin-bottom:8px;
	}
.job{
	padding-top:30px;
	padding-bottom:20px;
	border-top:1px solid #e5e5e5;
	background-size:cover;
	height: auto !important;
	}
.job h1{
	font-size:26px;
	text-align:center;
	color:#333;
	letter-spacing:2px;
	padding-bottom:20px;
	margin-top:50px;
	}
.job h1 span {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    display: block;
    letter-spacing: 0px;
	font-family:title;
    text-transform: uppercase;
	color:#666;
}
.job dl{
	padding-top:0px;
	width:90%;
	margin:auto;
	}
.job dl dd{
	margin-bottom:20px;
	width:48.2%;
	float:left;
	background-color:#fff;
	border-radius:5px;
	border-bottom:3px solid #122a88;
	box-sizing:border-box;
	cursor:default;
	margin-right:3.5%;
	position:relative;
	overflow:hidden;
	}
.job dl dd:nth-of-type(3n){
	margin-right:3.5%;
	}
.job dl dd:nth-of-type(2n){
	margin-right:0%;
	}
.job dl dd .txts{
	padding:15px 10px;
	}
.job dl dd .txts h2{
	font-size:16px;
	letter-spacing:1px;
	color:#122a88;
	border-bottom:1px solid #ccc;
	padding-bottom:6px;
	font-weight:bold;
	}
.job dl dd .txts h2 b{
	font-size:12px;
	float:right;
	color:#122a88;
	}
.job dl dd .txts h3{
	font-size:13px;
	position:relative;
	margin-top:10px;
	margin-bottom:5px;
	}
.job dl dd .txts h4{
	font-size:11px;
	color:#999;
	line-height:16px;
	}
.job dl dd .more .m_img{
	width:20px;
	position:absolute;
	right:10px;
	bottom:5px;
	height:20px;
	background-size: 90%;
	} 
.job dl dd:hover .more .m_img{
	background-size: 90%;
}
.job .m_xq{
	background-color:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	position:fixed;
	right:0;
	top:-100%;
	z-index:55;
	display:none;
	overflow:auto;
	}
.job .m_xq .txt{
	width:90%;
	background-color:rgba(255,255,255,1);
	position:absolute;
	right:5%;
	top:12%;
	border-radius:5px;
	}
html[lang="en"] .job .m_xq .txt{
	top:7rem;
	}
.job .left_back img{
	position:absolute;
	right:-8px;
	top:-8px;
	width:30px;
	display:block;
	}
.job .m_xq .txt .top{
	width:90%;
	margin:auto;
	padding-bottom:10px;
	margin-top:30px;
	border-bottom:1px solid #ccc;
	}
.job .m_xq .txt .top h5{
	font-size:22px;
	color:#122a88;
	text-align:center;
	}
.job dl dd .h_bot{
	width:90%;
	margin:auto;
	margin-top:20px;
	}
.job dl dd .lrs{
	font-size:12px;
	color:#999;
	position:relative;
	margin:2px auto;
	margin-bottom:0;
	float:left;
	margin-right:13%;
	}
.job dl dd .lrs.lastd{
	margin-right:0px;
	}
.job dl dd .lrs span img{
	display:block;
	width:20px;
	position:absolute;
	left:-28px;
	top:0px;
	}
.job .apl{
	width:90%;
	margin:10px auto;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	}
.job .m_xq .txt h6{
	font-size:14px;
	color:#333;
	margin-bottom:10px;
	}
.job .m_xq .txt h6:nth-of-type(2){
	margin-top:10px;
	}
.job .m_xq .txt h4{
	font-size:10px;
	color:#666;
	line-height:20px;
	}
.job .m_xq .submit{
	width:90%;
	margin:auto;
	padding-bottom:10px;
	}
.job .m_xq .submit h2{
	width:160px;
	line-height:30px;
	background-color:#122a88;
	color:#fff;
	font-size:12px;
	text-align:center;
	border-radius:3px;
	margin:15px auto;
	float: none;
	}
.job .m_xq .submit p{
	font-size:12px;
	color:#555;
	float: none;
	margin-right: 0;
	}
.job .m_xq .submit span{
	color:#122a88;
	}

.network_select{
	margin-top: 30px;
}
.network_select .select{
	width: 100%;
	float: left;
	margin-left: 5%;
}
.network_select .select h6{
	font-size: 13px;
	font-style: italic;
	color: #888;
}
.network_select select{
	display: block;
	width: 100%;
	border:solid 1px rgba(0,0,0,0.4);
	height: 36px;
	padding: 0 2%;
}
.network_select .select:first-of-type{
	margin-left: 0;
}
.network_con_list{
	margin-top: 16px;
	position:relative;
	padding-bottom:50%;
}
.network_con_list table{
	width: 100%;
	background:#eee;
	border-collapse: collapse;
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.network_con_list table tr td{
	border-bottom: solid 2px #FFF;
	padding: 15px 2.5%;
	width: 50%;
}
.network_con_list table tr td:nth-of-type(1){
	font-size: 14px;
	font-weight: bold;
}
.network_con_list table tr td:nth-of-type(2){
	background: #e9e7e8;
	line-height: 14px;
}
.network_con_list table tr td strong{
	font-weight:bold;
	color:#555;
}
/*contact*/
.map_box{
	padding-top: 62px;
}
.con2{
	margin-top: -10%;
	padding-bottom: 4%;
}
.con2 .box{
	width: 90%;
	padding: 6%;
}
.con2 .left{
	width: 100%;
	float: none;
	border: none;
	border-bottom: 1px solid #ececec;
}
.con2 .left h1{
	font-size: 16px;
	margin-bottom: 4%;
}
.con2 .left ul li a strong{
	font-size: 14px;
}
.con2 .left ul li{
	font-size: 14px;
	margin: 10px 0;
	padding-left: 36px;
}
.con2 .txt{
	width: 100%;
	margin-top: 3%;
}
.con2 .txt p{
	font-size: 14px;
	margin-top: 10px;
}
.con2 .left ul li img{
	width: 34px;
	top: -8px;
}
.con2 .txt h2 strong{
	font-size: 14px;
	margin-right: 10px;
	padding-left: 10px;
}
.pros .bar .left{
	width: 80%;
}
.pros .bar .left p {
    font-size: 13px;
    line-height: 1.5;
}
.pros .bar .left .more{
	margin-top: 10px;
	transform: scale(0.8);
}
.pros .bar .left h1{
	font-size: 18px;
	padding-bottom: 10px;
}
.pros .bar{
	padding-top: 8%;
}
.pros .bar:nth-of-type(2n) .left h1{
	margin-left: 58%;
}
.pl_content .pro_con li dd p{
	height: auto !important;
}
.big_imgs{
	width: 80% !important;
	margin-left: 0 !important;
	left: 10% !important;
}
iframe{
	height: 360px !important;
}
html[lang="en"] .nav_list ul{
	width: 62%;
}
html[lang="en"] .nav_list ul li{
	width: auto;
}
html[lang="en"] .footer_list dl{
	width: 49%;
}
html[lang="en"] .footer_list dl:nth-of-type(4){
	display: none;
}
html[lang="en"] .footer_bottom p{
	line-height: 1.2;
}
html[lang="en"] .footer_bottom p:last-of-type{
	margin-top: 0;
}
html[lang="en"] .index_about_intro P{
	line-height: 16px;
}
html[lang="en"] .o_ban dl dt span{
	letter-spacing: 0;
	font-size: 24px;
}
html[lang="en"] .culture dd h2 {
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: auto;
    line-height: 20px;
    padding: 5%;
    top: 10%;
}
html[lang="en"] .culture dd .box h4{
	font-size: 14px;
	padding-bottom: 10px;
}
html[lang="en"] .news .top ul li{
	margin-right: 15px;
}
html[lang="en"] .honor .pro_con h2 strong{
	letter-spacing: 0;
}
html[lang="en"] .pros .bar .left h1{
	letter-spacing: 0;
}
html[lang="en"] .news .top ul li.news_active_t{
	font-size: 18px !important;
}
}

@media(max-width:1480px){
.index_product ul li:hover .index_protl h3{top:20px;}
.index_product ul li:hover .index_protl h5{bottom:20px;}
}
@media(max-width:1280px){
.index_product ul li:hover .index_protl h3{top:10px;}
.index_product ul li:hover .index_protl h5{bottom:10px;}
}