/*  header  */
.top{
	position:relative;
	width:100%;
	height:82px;
	line-height:82px;
	background:#0350a4;
	z-index:111;
}
.top.cur{position:fixed;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInDown;animation-name: fadeInDown;top:0px;}
.topwap{
	width:88%;
	margin:0 auto;
}
.logo{
	width:25%;
}
.logo img{
	max-width:100%;
	vertical-align:middle;
}
.nav{
	width:74%;
}
.nav li{
	display:inline;
	position:relative;
	float:left;
	width:11%;
	height:82px;
}
.nav li a{
	display:block;
	height:82px;
	font-size:16px;
	color:#fff;
	text-align:center;
	transition:400ms;
	-webkit-transition:400ms;
}
.nav li a:hover,.nav li a.on{
	background-color:#02458e;
	opacity:0.95;
}
.nav li.lan span{
	padding-left:45px;
	font-size:16px;
	background:url(../images/language.png) left center no-repeat;
}
.navDown{
	display:none;
	position:absolute;
	width:100%;
	left:0;
	top:82px;
	background:#eee;
	text-align:center;
	z-index:999;
}
.nvd li{
	width:100%;
	height:35px;
	line-height:35px;
}
.nvd li a{
	display:inline-block;
	width:100%;
	height:35px;
	line-height:35px;
	font-size:12px;
	color:#666;
	transition:ease-in-out 0.3s;
	-webkit-transition:ease-in-out 0.3s;
}
.nvd li a:hover{
	color:#fff;
	background:#1365be;
}
/*CONTENT1*/
.content1{
	margin-top:50px;
}
.Index_title{
	text-align:center;
	overflow:hidden;	
}
.Index_title h1{
	font-size:36px;
	font-weight:normal;
}
.Index_title h2{
	font-size:16px;
}
.Index_title .bit{
	margin-top:-3px;
}
.Index_title .bit span{
	display:inline-block;
	width:75px;
	height:3px;
	background:#1365be;
}
.Index_title2{
	color:#fff;
	padding:45px 0;
}
.Index_title2 .bit span{
	display:inline-block;
	width:75px;
	height:3px;
	background:#fff;
}
.inabout_lf{
	width:350px;
	height:275px;
	overflow:hidden;
}
.abImg{
	position:relative;
	width:100%;
}
.inabout_lf .abImg img{
	transition:300ms;
	-webkit-transition:300ms;
}
.inabout_lf a:hover .abImg img { opacity: 0.9; -webkit-transform: scale(1.14); transform: scale(1.14); }
.abImg .bot{
	background-color:#1365be;
    height: 3px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    z-index: 3;
    transition: 400ms;
}
.inabout_lf a:hover .abImg .bot{
	width:100%;
}
.inabout_rt{
	width:635px;
	height:275px;
	line-height:1.8;
	overflow:hidden;
}
.abmore a{
	display:inline-block;
	position:relative;
	width:125px;
	height:36px;
	line-height:36px;
	background:#1365be;
	color:#fff;
}
.abmore a .i2{
	position:relative;
	z-index:2;
}
.abmore a .i1{
	position:absolute;
	width:0;
	height:100%;
	left:0;
	top:0;
	transition:300ms;
}
.abmore a:hover .i1{
	background:#999;
	width:100%;
}
.content2{
	width:100%;
	height:575px;
	background:url(../images/probg.jpg) center top no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
.picScroll-left{ width:1024px;  overflow:hidden; position:relative; padding:10px 0;   }

.picScroll-left .bd{ padding:0px;   overflow:hidden;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 16px 0 0; width:244px; float:left; _display:inline;  text-align:center;-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	-ms-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;  }
.picScroll-left .bd ul li:hover{
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.3);
	box-shadow: 0 0 12px rgba(0,0,0,.3);
	border-color: #013686;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:244px; height:203px; display:block; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ width:244px; height:42px;line-height:42px; background:#0551a3; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;  }
.picScroll-left .bd ul li .title a{ color:#fff; font-size:14px; transition:300ms; -webkit-transition:300ms;}
.picScroll-left .bd ul li .title a:hover{ color:#fff; text-decoration:underline; font-size:16px;   }
.pro_more{
	text-align:center;
	margin-top:45px;
}
.pro_more a{
	position:relative;
	display:inline-block;
	width:138px;
	height:36px;
	line-height:36px;
	text-align:center;
	border:1px solid #fff;
	border-radius:3px;
	color:#fff;
}
.pro_more a .i1{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color:#1365be;
    transition: 300ms;
}
.pro_more a .i2{
	position:relative;
	z-index:2;
}
.pro_more a:hover .i1{
	width:100%;
}
.slideTxtBox{ width:1024; margin-top:35px;}
.slideTxtBox .hd{  position:relative; height:50px; text-align:center;}
.slideTxtBox .hd ul li{ display:inline-block; width:180px; height:50px; line-height:45px; padding:0 15px; cursor:pointer; text-align:center; font-size:14px; background:url(../images/tfa2.jpg) center center no-repeat;  }
.slideTxtBox .hd ul li.on{ background:url(../images/tfa1.jpg) center center no-repeat; color:#fff;  }
.sample_bd{
	margin-top:30px;
}
.sample_bd dl{
	overflow:hidden;
}
.sample_bd dl dt{
	float:left;
	width:370px;
	height:302px
}
.sample_bd dl dt img{
	width:370px;
	height:302px;
}
.sample_bd dl dd{
	float:right;
	width:620px;
	
}
.sample_bd dd ul{
	overflow:hidden;
	width:620px;
}
.sample_bd dd li{
	padding-left:15px;
	line-height:36px;
	height:36px;
	border-bottom:1px dashed #ccc;
	background:url(../images/li.jpg) left center no-repeat;
}

.sample_bd dd li a{
	float:left;
	width:80%;
	height:36px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.sample_bd dd li span{
	float:right;
}
/*foot*/
.footer{
	margin-top:45px;
	padding:20px 0;
	background:#efeeee;
}
.copyright{
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background:#095cb6;
	font-size:12px;
}
.footNav dl{
	float:left;
	width:180px;
	margin-right:40px;
}
.footNav dl dt{
	font-size:16px;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #095cb6;
}
.footNav dl dd{
	padding:3px 0;
	font-size:12px;
}
.footguanz h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
}
.guanzhu span{
	display:inline-block;
	float:left;
	line-height:36px;
	height:36px;
	margin-right:10px;
}
.guanzhu a{
	position:relative;
	display:inline-block;
	float:left;
	width:36px;
	height:36px;
	border-radius:50%;
	margin-right:10px;
	background-color:#636363;
	transition:ease-in-out 0.5s;
	-webkit-transition:ease-in-out 0.5s;
}
.guanzhu a.gz_01{
	background:url(../images/f1.png) center center no-repeat #7d7d7d;
}
.guanzhu a:hover.gz_01{
	background:url(../images/f1_h.png) center center no-repeat #bababa;
}
.guanzhu a.gz_02{
	background:url(../images/f2.png) center center no-repeat #7d7d7d;
}
.guanzhu a:hover.gz_02{
	background:url(../images/f2_h.png) center center no-repeat #bababa;
}
.guanzhu a.gz_03{
	background:url(../images/f3.png) center center no-repeat #7d7d7d;
}
.guanzhu a:hover.gz_03{
	background:url(../images/f3_h.png) center center no-repeat #bababa;
}
.foot_weixin{
	display:none;
	position:absolute;
	width:100px;
	height:100px;
	bottom:45px;
	left:-36px;
	transition:ease-in-out 0.5s;
	-webkit-transition:ease-in-out 0.5s;
}
.guanzhu a.gz_02:hover .foot_weixin{
	display:block;
	
}
.foot_weixin img{
	width:100px;
	height:100px;
	
}
.friends{
	margin-top:25px;
}
.friends select{
	border:none;
	width:100%;
	height:24px;
}
/* å³ä¾§å›žåˆ°é¡¶éƒ¨ */
.bottom_tools{position:fixed;z-index:1070;right:40px;bottom:40px;}
.bottom_tools>*{font:0/0 a;display:block;margin-top:5px;color:transparent;border:0;background-color:transparent;text-shadow:none}
.qr_img{position:absolute;top:-189px;left:-183px;display:none;}
#scrollUp{width:45px;height:45px;background-image:url(../images/backgrounds.jpg);background-position:0px 0px;display:none; transition: all .3s ease;}
#scrollUp:hover{background-image:url(../images/backgrounds.jpg);background-position:0px -45px}
/*subcont*/
.subbanner{
position:relative;
width:100%;
text-align:center;	
}
.subbanner img{
	max-width:100%;
}
.sub_dw_wap{
	width:100%;
	height:35px;
	line-height:35px;
	border-bottom:1px solid #ccc;
	background:#f3f2f2;
}
.sub_dw{
	padding-left:15px;
	background:url(../images/quan.png) left center no-repeat;
}
.sub_title{
	position:relative;
	text-align:center;
	margin-top:40px;
}
.sub_title h2{
	font-size:24px;
}
.sub_title span{
	position:absolute;
	left:50%;
	bottom:-10px;
	margin-left:-42.5px;
	display:inline-block;
	width:85px;
	height:1px;
	background:#03F;
}
.sub_nav{
	margin-top:45px;
	text-align:center;
}
.sub_nav a{
	display:inline-block;
	margin-right:10px;
	padding:10px 30px;
	background:#e9e9e9;
	transition:300ms;
	-webkit-transition:300ms;
}
.sub_nav a:hover,.sub_nav a.on{
	background:#2c69b3;
	color:#fff;
}
.subMain{
	min-height:350px;
}
.submainCont{
	margin-top:30px;
}
.subAbout p{
	/*text-indent:2em;*/
	line-height:1.8;
}
/*honor*/
.imgwap2{
	position:relative;
	width:290px;
	float:left;
	margin:20px;
	display:inline;
	text-align:center;
	padding:3px;
	margin-bottom:15px;
	box-shadow:0px 0px 2px #333;
	cursor:pointer;
}
.imgwap2:hover{
	box-shadow:0px 0px 5px #2c69b3;
}
#imgs img{
	max-width:100%;
	max-height:100%;
}
.imgwap2 img{
	width:245px;
	height:190px;
	
}
.imgwap2 p{
	position:relative;
	width:290px;
	height:36px;
	line-height:36px;
	margin-top:3px;
	overflow:hidden;
	font-size:14px;
	text-align:center;
	background:#eee;
	color:#333;
	font-weight:bold;
	opacity:0.8;
}
/*subcontact*/
.subcontact_lf{
	width:450px;
	line-height:2.0;
	font-size:16px;
}
.subcontact_lf h1{
	color:#1365be;
	font-weight:normal;
	font-size:24px;
}
.subcontact_rt{
	width:574px;
}
.msg tr td{
	padding:10px 0;
	vertical-align:top;
}
.msg .td_title{
	width:150px;
	padding-right:10px;
	text-align:right;
	font-size:16px;
}
.msg .td_text{
	width:414px;
}
.msg .msg_text{
	width:404px;
	height:22px;
	padding:5px;
	border:1px solid #ccc;
}
.msg textarea{
	width:404px;
	height:68px;
	padding:5px;
	border:1px solid #ccc;
}
.act_msg{
	width:125px;
	height:34px;
	line-height:34px;
	text-align:center;
	color:#fff;
	background:#1365be;
	border:none;
	cursor:pointer;
	font-family:"å¾®è½¯é›…é»‘";
}
/*job*/
.sideMens{ width:1100px; margin-top:30px; font-size:14px;  }
.sideMens h3{ height:50px; line-height:50px; margin:15px 0; padding:0 15px; background:#f5f5f5;font-size:14px; font-weight:normal;}
.sideMens h3 em{ float:right; display:block; width:40px; height:32px; margin-top:9px;background:url(../images/addin.png) 0 0 no-repeat; cursor:pointer; }
.sideMens h3 em.on{ background:url(../images/addon.png) 0 0 no-repeat; }
.sideMens .jobdetail{line-height:1.8; margin:15px 0;padding:8px 0 8px 30px; display:none;  }
.sideMens .jobdetail h2{
	font-size:18px;
}
.jobaction{
	height:48px;
	line-height:48px;
	font-size:16px;
	background:#1365be;
	color:#fff;
	text-align:center;
	margin:25px 0;
}
/*load*/
.subLoad li{
	padding:10px 0 10px 20px;
	border-bottom:1px dashed #ccc;
	background:url(../images/ld.jpg) left center no-repeat;
	overflow:hidden;
}
.subLoad li a{
	float:left;
}
.subLoad li span{
	float:right;
	width:90px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#fff;
	background:#1365be;
	cursor:pointer;
}
.subLoad li span:hover{
	opacity:0.9;
}
/*subnews*/
.subnews li{
	padding:28px 0;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.subnewsImg{
	width:235px;
	height:175px;
}
.subnewsImg a{
	display:block;
	padding:3px;
	border:1px solid #ccc;
	overflow:hidden;
}
.subnewsImg a:hover{
	border:1px solid #2c69b3;
	box-shadow:1px 1px 3px #888;
}
.subnewsImg img{
	width:227px;
	height:167px;
	transition:300ms;
}
.subnewsImg img:hover{
	transform:scale(1.1);
}
.subnewsTxt{
	width:765px;
	color:#898888;
}
.subnewsTxt h1 a{
	font-size:16px;
	font-weight:normal;
	color:#000;
}
.subnewsTxt h1 a:hover{
	opacity:0.85;
	text-decoration:underline;
}
.subnewsTxt .date{
	margin:5px 0;
}
.subnewInfo{
	margin:10px 0;
	line-height:1.6;
	height:65px;
	overflow:hidden;
}
.subNewAction a{
	color:#0350a4;
	margin-right:20px;
	border-radius:3px;
	transition:0.3s;
}
.subNewAction a:hover{
	opacity:0.85;
	margin-left:5px;
}

/*newsdetail*/
.newsTitle{
    border-bottom: 1px dashed #a1a1a1;
    color: #646464;
    padding-bottom: 25px;
    text-align: center;
}
.newsTitle h3 {
    font-size:18px;
    font-weight:bold;
    margin-bottom: 10px;
	color:#0350a4;
}
.newsTitle p{
    text-indent: inherit;
	font-size:12px;
}
.newsTitle p span{
}
.newcont {
    border-bottom: 1px dashed #a1a1a1;
    padding: 15px 0;
}
.newcont p {
    line-height: 2;
    margin: 10px 0;
    text-indent: 2em;
}
.newcont img{
	max-width:100%;
	margin:30px auto;
}
/*subpro*/
.sub_nav_pro{
	position:relative;
	text-align:center;
	margin-top:45px;
	z-index:2;
}
.sub_nav_pro li{
	position:relative;
	display:inline-table;
	margin-right:10px;
}
.sub_nav_pro li a{
	display:inline-block;
	width:115px;
	height:35px;
	line-height:35px;
	background:#e9e9e9;
}
.sub_nav_pro li:hover a{
	background:#2c69b3;
	color:#fff;
}
.sub_nav_pro li .pro_nav{
	display:none;
	position:absolute;
	width:115px;
	left:0;
	top:35px;
	background:#1d58a0;
}
.sub_nav_pro li .pro_nav a{
	width:115px;
	color:#fff;
	background:#1d58a0;
}
.sub_nav_pro li:hover .pro_nav{
	display:block;
	background:#1d58a0;
}
.sub_nav_pro li:hover .pro_nav a{
	background:#1d58a0;
	font-size:12px;
}
.sub_nav_pro li .pro_nav a:hover{
	text-decoration:underline;
}
.subpicList{ width:1050px;}
.subpicList li{ margin:30px 16px 0 0; width:244px; float:left; display:inline;  text-align:center;border:1px solid #eee;-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	-ms-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;  }
.subpicList li:hover{
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.3);
	box-shadow: 0 0 12px rgba(0,0,0,.3);
	border-color: #013686;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	}
.subpicList li .pic{ text-align:center; }
.subpicList li .pic img{ width:244px; height:203px; display:block; }
.subpicList li .pic a:hover img{ border-color:#999;  }
.subpicList li .title{ width:244px; height:42px;line-height:42px; background:#fff; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;  }
.subpicList li .title a{  font-size:14px; transition:300ms; -webkit-transition:300ms;}
.subpicList li .title a:hover{ text-decoration:underline; font-size:16px;   }
/*prodetail*/
.sub_pro_title h1{
	font-size:18px;
	text-align:center;
}
.sub_pro_Img img{
	padding:3px;
	border:1px solid #ccc;
	max-width:80%;
}
.pro_detail_bred{
	margin-top:50px;
	border-bottom:1px solid #1365be;
}
.pro_detail_bred span{
	display:inline-block;
	background:#1365be;
	color:#fff;
	padding:8px 25px;
}
.sub_nav2{
	text-align:left;
}
.sub_nav2 a{
	margin-bottom:20px;
}
.subIndustry img{
	max-width:100%;
}