@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	font-family:Microsoft YaHei, "微软雅黑", SimSun, Arial;
	background:#eeeeee;
}
body a {
	outline:none;
blr:expression(this.onFocus=this.blur());
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:none;
	color:#005aab;
}
.clear {
	clear:both;
}

/*头部*/
header {
    position: relative;
    z-index: 5;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.11);
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
    display: inline;
}
.fr{
	float: right;
    display: inline;
}
.language{
    width: 85px;
    height: 80px;
    background: #005aab;
    background-size: cover;
    cursor: pointer;
}
.language a{
	font-size: 18px;
line-height: 80px;
color: #FFF;
text-align: center;
padding-left: 30px;
}
header nav {
    position: relative;
    z-index: 2;
    float: right;
	padding-right: 25px;
}
.w-f {
    width: 100%;
}
header nav li {
    position: relative;
    width: 108px;
    height: 80px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transition: border 0.8s;
	float:left;

}
header nav li a.tit {
    display: inline-block;
    width: 100%;
    padding: 22px 0;
    font-size: 15px;
    line-height: 36px;
    color: #333;
    text-align: center;
    transition: color 0.8s;
}

header nav li:last-child { border-right: 0; }
header nav li::before{
	    content: "";  /*:before和:after必带技能，重要性为满5颗星*/
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
		    transition: background 0.8s;
	transition:width 2s;
-moz-transition:width 2s; /* Firefox 4 */
-webkit-transition:width 2s; /* Safari and Chrome */
-o-transition:width 2s; /* Opera */
}
header nav li::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #fff;
		    transition: background 0.8s;
	transition:width 2s;
-moz-transition:width 2s; /* Firefox 4 */
-webkit-transition:width 2s; /* Safari and Chrome */
-o-transition:width 2s; /* Opera */
}
header nav li.hover, header nav li.cur { border-color: #efefef; } 
header nav li.hover:after, header nav li.cur:after { background: #0964c7; } 
header nav li.hover a.tit, header nav li.cur a.tit { color: #0964c7; }
header .subnav {
	background:#FFF;
	    box-shadow: 0 0 3px rgba(0, 0, 0, 0.11);
}
header .subnav a:hover {
    color: #005aab;
}
header .subnav a {
    display: inline-block;
    float: left;
    margin: 0 12px;
    color:#474747; 
	font-size:12px;
    line-height: 18px;
}
header .subleft{ padding:25px 0 0 18px;float:left; width:155px;}
header .subright{ padding:25px 25px 0 20px; float:left; width:182px;font-size:12px;color:#6a6a6a;}
header .subleft dl{ border-right: 1px solid #dddddd; height:160px;}
header .subleft dl.dlnews{ height:105px;}
header .subleft dl dd{ clear:both; }
header .subleft dl dd a{ padding-left:12px;	font-size:12px;line-height:28px; background:url(../images/sub_li.png) left center no-repeat;}
header .subright img{ padding-bottom:12px;}

/*动画*/
.ibanner {
    width: 100%;
}
.ovh {
    overflow: hidden;
}
.por {
    position: relative;
}
.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
}
.ibanner .banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}
.ibanner .banner .i-ban-hei {
    height: 0;
    margin-top: 35%;
    width: 100%;
}
.ibanner .banner li {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.ibanner .banner li img {
    width: 100%;
}
.ibanner .btn {
    display: inline-block;
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 5;
}
.ibanner .btn span.on {
    background: #005aab;
}
.ibanner .btn span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 7px;
	border: 2px solid #FFFFFF;
    background: #none;
    cursor: pointer;
    text-indent: -9999px;
    float: left;
    overflow: hidden;
}
/*products*/
.inews-title {
    height: 72px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 3%;
    font-size: 18px;
    line-height: 72px;
    color: #333333;
}
.inews-title span.cur {
    color: #333;
}
.inews-title p.fl::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #005aab;
    transition: all 0.5s;
}
.inews-title a {
    display: inline-block;
    padding-right: 15px;
    margin: 24px 10px 0 0;
    background: url(../images/bg_sign04.png) no-repeat right 0;
    font-size: 12px;
    height: 24px;
    color: #999;
	line-height:24px;
}
.inews-title a:hover {
    color: #005aab;
    background-position: right bottom;
	    height: 24px;
			line-height:24px;
}
.inews-list {
    margin-bottom: 2.6%;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.container-fluid::before , .container-fluid::after{
    display: table;
    content: " ";
}
.container-fluid::after{
    clear: both;
}
.inews-list ul {
    margin-left: -1.25%;
}
.inews-list a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
}
.inews-list .in {
    width: 92%;
    margin: 0 auto;
}
.inews-list p.tit {
    padding: 6px 0;
    margin: 20px 0 5px;
    line-height: 20px;
    color: #333;
    text-align: center;
}
.inews-list p.tit a {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews-list span {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/bg_sign01.png) no-repeat left 0;
    margin-top: 10px;
    font-size: 12px;
    line-height: 28px;
    color: #999;
    cursor: pointer;
}
.inews-list span:hover{
	background-position:left bottom;
	color:#005aab;
}
.inews-list p.tit a:hover {
    color: #005aab;
}
.inews-list span a {
    display: inline-block;
    height: 28px !important;
    padding-left: 0 !important;
    background: none !important;
    margin: 0 !important;
    color: #999 !important;
    line-height: 28px !important;
}
.t-f {
    transition: all 0.5s;
}
/*about*/
.iboxs {
    padding: 3% 0;
    background: #eee;
    border-top: 1px solid #d7d7d7;
}
.iboxs .box.fl {
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
}
.iboxs .box.fl .img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.iboxs .box.fl .img .in {
    width: 83%;
    height: 100%;
    background: url(../images/img04.jpg) no-repeat center;
    background-size: cover;
}
.dn {
    display: none;
}
.iboxs .box.fr ul {
    width: 85.8%;
    padding-left: 14.2%;
}
.iboxs .box.fr li {
    width: 85.6%;
    padding: 7.2% 7.2% 15%;
    background: url(../images/bg_bg01.jpg) no-repeat right center;
    background-size: cover;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
}
.iboxs .box.fr li p.t.b {
    color: #035198;
}
.iboxs .box.fr li p.t {
    font-size: 20px;
    line-height: 32px;
    color: #e99134;
}
.iboxs .box.fr li p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.iboxs .box.fr li:last-child {
    background-image: url(../images/bg_bg02.jpg);
}
.iboxs .box.fl .detail {
    float: right;
}
.iboxs .box.fl .detail a {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    color: #666;
}
.iboxs .box.fl .detail a.more {
    margin-top: 14px;
    padding-right: 15px;
    background: url(../images/bg_sign05.png) no-repeat right center;
    font-size: 14px;
    line-height: 2;
    color: #005aab;
}
.iboxs .box.fl .detail h2 {
    font-size: 20px;
    line-height: 24px;
    color: #090104;
}
.iboxs .box.fl .detail p.en {
    padding-bottom: 5%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 3%;
    font-size: 20px;
    line-height: 1;
    color: #b9b9b9;
    font-family: Arial;
    text-transform: uppercase;
}
.iboxs .box.fl .detail .in {
    padding: 8% 8.4% 8% 0;
}
.hezuo{ background:#FFF; height:172px;	padding-top:38px;}
.hezuo .tt3 {
    background: url(../images/ico_10.png) no-repeat left center;
}
.hezuo h3 {
    font-size: 20px;
    font-weight: normal;
    color: #005aab;
    padding-left: 15px;
}
.hezuo_top{border-bottom: 1px solid #e5e5e5; padding-bottom:15px;}
.hezuo_bottom{padding-top:23px;}

/*底部*/
footer {
    background: #272727;
	height:379px;
}
footer .list-wrap {
    padding: 47px 0;
}
footer li {
    width: 20%;
	float:left;
}
footer li a {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    opacity: 0.7;
    transition: all 0.5s;
		padding-left:26px;
}
footer li a.tit {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    opacity: 1;
    background: url(../images/ico_11.png) no-repeat left center;
	padding-left: 26px;
	margin-top:47px;
}
footer li a:hover {
    color: #fff;
    opacity: 1;
}
footer .detail {
    padding-left: 22%;
    font-size: 12px;
    line-height: 24px;
    color: #999999;
	margin-top: 47px;
}
footer .detail p.t {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.footer-tips {
    width: 100%;
    background: #eef3f6;
    font-size: 12px;
    color: #666666;
    transition: all 0.5s;
	height:57px;
}
.footer-tips p {
    padding-left: 15px;
	line-height:57px;
}

/*关于我们内页*/
.inside-ban {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inside-menu {
    width: 100%;
}
.menu{ top: -90px;
background: #fff;
width: 100%;
height:60px;
position: relative;} 
.inside-menu .menu a {
    position: relative;
    display: inline-block;
    margin: 0 16px;
    font-size: 14px;
	 height:60px; line-height:60px;
    color: #474747;
	width:125px;
	text-align:center;
}
.inside-menu .menu a:first-child{ font-weight:bold;color:#333333; font-size:16px;}
.inside-menu .menu a:hover{ color:#035cac;}
.inside-menu .menu a.active{ background:#035cac; color:#FFF;  line-height:60px}
.inside-menu .menu a:first-child.active{ background:none;color:#333333;}