@charset "utf-8";
/* CSS Document */
*{
	margin:0 ;
	padding:0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei",serif;
}
body,html{
	margin:0;
	padding:0;
}
ul,ol,li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-weight: normal;
}
.clearfix{
	clear:both;
}
a{
	text-decoration:none;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
input,button{
	outline:none;
	border:none;
}
.mc{
	margin:0 auto;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
img{
	border:0;
	padding:0;
	margin:0;
}



/**********首页简介***********/
.h-a-b{
	overflow:hidden;
	margin-top:50px;
	width:100%;
}
.home-vid{
	width:50%;
	float:left;
}
.home-vid img{
	max-width: 100%;
	height: auto;
}
.home-about{
	width:50%;
	float:left;
	padding:20px 30px;
}
.home-about h2{
	font-size:36px;
	line-height:1.16667;
}
.home-about h2:after{
	display: block;
	content: '';
    width:120px;
    height: 4px;
	margin:30px 0;
	background: -ms-linear-gradient(0deg, #7474bf 0%, #348ac7 100%);
    background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
    background: -webkit-linear-gradient(left, #7474bf 0%, #348ac7 100%);
    background: -o-linear-gradient(left, #7474bf 0%, #348ac7 100%);
    background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
}
.home-about p{
	font-size:15px;
	line-height:2;
	color:#666;
}
.home-about .more{
	display:block;
	margin-top:30px;
	width:150px;
	height:45px;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
	border: 2px solid #094fb7;
	color:#094fb7;
	text-align: center;
	font-size:16px;
	line-height:45px;
	position: relative;
}
.more{
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.more:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.more:hover {
	color: #fff;
	border-color: #094fb7;
}
.more:hover:before {
	opacity: 1;
	background-color: #094fb7;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


/*************公司文化*****************/
.home-culture{
	overflow:hidden;
	padding:50px 120px;
	width:100%;
	box-sizing: border-box;
}
.home-culture li{
	display:block;
	width:25%;
	float:left;
	text-align: center;
}
.home-culture li h4{
	font-size:24px;
	line-height: 1.16;
	font-weight: bold;
	margin:15px 0;
}
.home-culture .line{
	width: 36px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background: -ms-linear-gradient(0deg, #7474bf 0%, #348ac7 100%);
    background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
    background: -webkit-linear-gradient(left, #7474bf 0%, #348ac7 100%);
    background: -o-linear-gradient(left, #7474bf 0%, #348ac7 100%);
    background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);	
}
.home-culture p{
	width:100%;
	margin-top:15px;
	font-size:14px;
	color:#a0a4ac;
	line-height:2;
	padding:0 15px;
}

/**************首页产品*****************/
.home-product{
	width:80%;
	margin:50px auto;
}
.section__header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    padding-bottom: 25px;
	position: relative;
	z-index: 10;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: left;
}


.section__header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    border-bottom: 1px solid #dddfe7;

}
.section__header > :first-child {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-right: 20px;
	font-size:24px;
	color:#333;
}
.section__header-element .link {
    font-size: 16px;
    font-weight: 800;
    color: #151515;
}
.section__header-element .link:hover{
	color:#094fb7;
}
.product-item{
	width:23.5%;
	float:left;
	margin:0 1%;
	border: 1px solid #ebebeb;
}
.product-item:first-child{
	margin-left:0;
}
.product-item:last-child{
	margin-right:0;
}
.product-item .product-title {
    text-align: center;
	position: relative;
	width:100%;
	padding:20px 0px;
}
.product-item .product-title a{
	display: block;
	width:100%;
	padding:0 15px;
    font-weight: 400;
    color: #333;
	font-size:13px;
}
.product-item .product-title:after{
	display:block;
	content: '';
	width:0;
	height:100%;
	background: #094fb7;
	position: absolute;
	z-index: -1;
	top:0;
	transition: width 0.5s ease-in-out;
}
.product-item .product-title:hover a{
	color:#fff;
}
.product-item .product-title:hover:after{
	width: 100%;
	-webkit-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}
.product-item .product-body .product-img img{
   	max-width: 100%;
	height:auto;
}
.product-item .product-body .product-button-block {
    padding: 30px;
    text-align: center;
    background: #f5f7fa;

}

/****************首页案例********************/
.grid {
	position: relative;
	margin:50px auto;
	width:100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width:25%;
	max-height: 325px;
	text-align: center;
	cursor: pointer;
	background: #094fb7;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---------------*/
/***** Bubba *****/
/*---------------*/


figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

figure.effect-bubba:hover img {
	opacity: 0.6;
}
figure.effect-bubba:hover figcaption{
	opacity: 1;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top:10%;
	font-size:24px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	font-size:16px;
	line-height:1.5;
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/**************首页新闻*****************/
.home-news{
	width:80%;
	margin:50px auto;
}
.home-news ul{
	overflow:hidden;
}
.home-news li{
	width:30.6333%;
	margin:0 2%;
	float:left;
}
.home-news li:first-child{
	margin-left:0%;
}
.home-news li:last-child{
	margin-right:0;
}
.post-minimal__time {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    color: #7474bf;
	font-family: arial,"Microsoft YaHei UI",raleway,serif;
}
.post-minimal__divider {
	margin:15px 0;
    width: 30px;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #7474bf), to(#348ac7));
    background: -webkit-linear-gradient(left, #7474bf 30%, #348ac7 100%);
    background: -o-linear-gradient(left, #7474bf 30%, #348ac7 100%);
    background: linear-gradient(90deg, #7474bf 30%, #348ac7 100%);

}
.post-minimal__title a{
	font-weight: 700;
	font-size:16px;
	color:#333;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.home-news li p{
	margin-top:20px;
	font-size:14px;
	color:#a0a4ac;
	line-height:22px;
}
.home-news li .more{
	position: relative;
	display:block;
	margin-top:30px;
	width:120px;
	height:35px;
	line-height: 35px;
	text-align: center;
	font-size:14px;
	border-radius:35px;
	color:#121212;
	background: #ebebeb;
}
.home-news li .more:hover{
	color:#fff;
	background:none;
}

/**********页脚************/
footer{
	background: #f8f8f8;
}
.foot-box{
	padding:30px 0 30px 100px;
	margin:0 12.5%;
	width:75%;
	overflow: hidden;
}
.foot-info{
	margin-top:20px;
	width:30%;
	float:left;
}
.sub{
	margin-top:20px;
	width:50%;
	float:left;
	padding-left: 5%;
}
.foot-link{
	width:20%;
	float:left;
}
.foot-box h3{
	font-size:18px;
	color:#333;
	font-weight: 700;
}
.foot-info li{
	margin-top:25px;
}
.foot-info li p{
	font-size:14px;
	color:#a0a4ac;
	line-height:1.6;
}
.foot-info li p span{
	color:#151515;
}
.sub p{
	margin-top:25px;
	font-size:14px;
	color:#a0a4ac;
	line-height:1.6;
}
.form-wrap{
	margin-top:25px;
}
.sub input{
	display:block;
	width:60%;
	background:#edeff3;
	border:1px solid #fff;
	text-align: center;
	padding:9px 0;
	font-size:14px;
	font-weight: 400;
	line-height:27px;
	border-radius:35px;
}
.foot-btn{
	display:block;
	width:60%;
	color:#fff;
	margin-top:10px;
	min-height: 40px;
	background:#094fb7;
	text-align: center;
	padding:9px 0;
	font-size:14px;
	font-weight: 400;
	line-height:27px;
	border-radius:35px;
	cursor: pointer;
}
.foot-btn:hover{
	background:rgba(9,79,183,.6)
}
.foot-link a{
	font-size:14px;
	color:#333;
	display:block;
	margin-top:15px;
}
.footer-corporate{
	background:#094fb7;
	min-height:45px;
}
.footer-corporate p{
	color:#fff;
	opacity: 0.8;
	line-height: 45px;
	font-size:12px;
	width:100%;
	text-align: center;
	margin-bottom: 0;
}
#social{
	width:30px;
	position: fixed;
	z-index: 1;
	right: 10px;
	top:50%;
	height:140px;
} 
#social li{
	width:30px;
	height:30px;
	margin-bottom:5px;
	position:relative;
}
#social li a{
	display:block;
	background: #094fb7;
	width:30px;
	height:30px;
	text-align: center;
	color:#fff;
	cursor: pointer;
}
#social li div{
	position: absolute;
	display: none;
	top:0;
	right: 30px;
	-webkit-transition:all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}
#social li:hover div{
	display:block;
}
/*****************公司简介*********************/
.about-txt p{
	margin-top:55px;
	font-size:16px;
	color:#666;
	line-height: 30px;
	text-indent: 2em;
}
.abt-num{
	text-align:center;
	margin-top: 50px;
}
.abt-num .hsu {
    font-size: 80px;
    line-height: 1;
    color: #094fb7;
    font-family:"Bebas Neue";
}
.abt-num .p1 {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}


/************内页导航按钮**************/
.a-sub-nav {
	margin-top:50px;
	overflow:hidden;
}
.a-sub-nav li a{
	display: block;
    padding: 0;
    line-height: 60px;
    font-size: 20px;
    margin:10px 0;
    border-right: none;
    color: #333;
    height: 60px;
    text-align: center;
    transition: color 0.6s;
    box-sizing: border-box;
	background: #fff;
	position: relative;
}
.a-sub-nav li a span{
	display:block;
	width:100%;
	height: auto;
	z-index: 2;
	left: 0;
	position: absolute;
}
.a-sub-nav li a:after{
    content: "";
    position: absolute;
	display: block;
    z-index: -1;
    background: #094fb7;
    width: 0%;
    bottom: 0;
    height: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.a-sub-nav li a:hover span,
.a-sub-nav li .cur span{
	color:#fff;
}
.a-sub-nav li a:hover:after, .a-sub-nav li a.cur:after {
    width: 100%;
	z-index: 1;
}




/***简介按钮***/
.a-sub-nav .ico {
    display: inline-block;
    width: 50px;
    height: 50px;
	background-size: 100% auto;
    background-position: 0 0;
    vertical-align: middle;
}
.h-abt-nav-ico1 {
    background-image:url(../images/icon/jianjie.png);
}
.h-abt-nav-ico2 {
    background-image:url(../images/icon/wenhua.png);
}
.h-abt-nav-ico3 {
    background-image:url(../images/icon/rongyu.png);
}
.h-abt-nav-ico4 {
    background-image:url(../images/icon/huodong.png);
}
.a-sub-nav li a:hover .ico, 
.a-sub-nav li .cur .ico {
    background-position: 0 100%;
}

.h-tst-nav-ico1 {
    background-image:url(../images/icon/yingyong.png);
}
.h-tst-nav-ico2 {
    background-image:url(../images/icon/wenti.png);
}
.h-tst-nav-ico3 {
    background-image:url(../images/icon/download.png);
}

.h-market-nav-ico1 {
    background-image:url(../images/icon/network.png);
}
.h-market-nav-ico2 {
    background-image:url(../images/icon/service.png);
}
.h-market-nav-ico3 {
    background-image:url(../images/icon/order.png);
}

.h-news-nav-ico1 {
    background-image:url(../images/icon/enterprise.png);
}
.h-news-nav-ico2 {
    background-image:url(../images/icon/news.png);
}

.h-ct-nav-ico1 {
    background-image:url(../images/icon/cinfo.png);
}
.h-ct-nav-ico2 {
    background-image:url(../images/icon/message.png);
}





/**************企业文化****************/
.culture-wrap li{
	overflow:hidden;
	background: #f5f5f5;
	margin:20px 0;
}
.culture-wrap li .col-sm-7{
	padding:0 30px;
}
.culture-wrap li .col-sm-5{
	padding:0;
}
.culture-wrap h3{
	font-size:20px;
	font-weight: bold;
	color:#333;
	margin-top:30px;
}
.culture-wrap h5{
	font-size:16px;
	color:#333;
}
.culture-wrap p{
	font-size:14px;
	color:#666;
	line-height: 26px;
	margin-top:30px;
}

/**************企业荣誉**************/
.honor-wrap{
	overflow: hidden;
	margin:50px 0;
	padding:20px 0;
}
.honor-wrap li .hor-img{
	padding:10px;
	border:1px solid #ebebeb;
	height:256px;
}
.honor-wrap li .hor-img:hover{
	box-shadow:0 0 5px 3px rgba(160,160,160,.2);
	-webkit-box-shadow:0 0 5px 3px rgba(160,160,160,.2);
	-moz-box-shadow:0 0 5px 3px rgba(160,160,160,.2);
	-o-box-shadow:0 0 5px 3px rgba(160,160,160,.2);
}
.honor-wrap p{
	font-size:14px;
	color:333;
	text-align: center;
	margin-top:15px;
}


/****************企业风采******************/
.style-wrap h2{
	margin:50px 0 30px;
	font-size:16px;
	color:#333;
	line-height:32px;
}
.style-wrap li img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.style-wrap li img:hover{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.style-wrap p{
	text-align: center;
	margin:15px 0;
	font-size:12px;
}

/**************产品列表***************/
.pn-title {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 9;
    background: #094fb7;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    width: 45px;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    margin-top: -62px;
}
.pn-title span {
    display: block;
}
.pn-list {
    position: fixed;
    top: 50%;
    left: -305px;
    z-index: 1000;
    background: #fff;
    width: 305px;
    height: 450px;
    margin-top: -225px;
    overflow: auto;
    transition: left .5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-radius: 0 10px 10px 0;
}
.pn-list ul {
    width: 100%;
}
.pn-list li .pn-tit-one {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #010101;
    font-size: 16px;
    padding: 0 2% 0 15%;
    background: #fff url(../images/pro01.png) no-repeat 6% center;
    transition: background .3s;
}
.pn-list.on {
    left: 0;
}
.pn-list li .pn-tit-one.cut {
    background:#094fb7 url(../images/pro01_h.png) no-repeat 6% center;
    color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.pn-list::-webkit-scrollbar
{
    width: 6px;
    height: 10px;
    background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
.pn-list::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 50px;
    background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
.pn-list::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #094fb7;
}



/*****************************/


.pro-con{
	width:80%;
	margin:0 auto;
}
.p-box{
	margin:50px 0;
}
.nav-left{
	padding:15px 0;
	max-height:700px;
	overflow-y: auto;
	box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
}
.nav-left li{
	display:block;
	color:#333;
	border-bottom:1px solid #bcbcbc;
	line-height:45px;
	font-size:14px;
	padding:0 15px;
	position: relative;
}
.nav-left .current{
	background:#094fb7;
}
.nav-left li a{
	display:block;
	 color:#666;	
}
.nav-left li:before{
	display:block;
	left: 0;
	position: absolute;
	z-index: -1;
	content: '';
	width:0;
	height:100%;
	background: #094fb7;
	transition: width 0.3s;
}
.nav-left li a:after{
	content: '\f105';
	font-family: fontawesome;
	float:right;
}
.nav-left li:hover a,
.nav-left .current a{
	color:#fff;
}
.nav-left li:hover:before{
	width:100%;
}
.plist li{
	margin-bottom:50px;
}
.plist li a{
	display:block;
	overflow: hidden;
	position: relative;
	height: 300px;
}
.plist .p-text {
	width:100%;
	font-size:14px;
	position:absolute;
	z-index: 1;
	background:rgba(9,79,183,.8);
	line-height: 40px;
	text-align: center;
	color:#fff;
	bottom:0px;
	transition:height 1s;
}
.plist .p-text p{
	margin-bottom:0;
}
.plist li:hover .p-text {
	line-height: 300px;
}

/************产品详情****************/
.pd-box{
	margin-bottom:30px;
}
.pd-box .col-sm-5{
	padding-left:0;
}
.pd-box h2{
	font-size:24px;
	color:#333;
	margin-bottom: 20px;
}
.pd-box p{
	font-size:15px;
	line-height:26px;
	color:#666;
}
.pd-box .inquiry{
	display:inline-block;
	padding:15px 30px;
	color:#333;
	margin-top:30px;
	background:#f2f2f2;
	transition: all 300ms;
	font-size:16px;
	border-radius:5px;
}
.pd-box .inquiry:hover{
	color:#fff;
	background:#094fb7;
}




/****************应用领域******************/
.app-con{
	width: 100%;
	background:url(../images/cul-bg.jpg);
	padding-bottom: 0;
}
.app-list{
	margin:50px 0;
}
.app-list li{
	background:#fff;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all 300ms;
}
.app-list li h3{
	font-size:24px;
	padding:20px 20px 0;
}
.app-list li p{
	font-size:16px;
	padding:0px 20px;
	color:#666;
	line-height: 2;
}
.app-list li:hover{
	box-shadow:0 0 5px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 0 5px 3px rgba(0,0,0,.2);
	-o-box-shadow:0 0 5px 3px rgba(0,0,0,.2);;
	-moz-box-shadow:0 0 5px 3px rgba(0,0,0,.2);;
}

/************常见问题***************/
.qs-list{
	overflow:hidden;
	margin:50px 0;
}
.qs-list li a{
	display:block;
	background:#f3f3f3;
	border:1px solid #ecebe9;
	margin-bottom: 30px;
	padding:0 15px;
}
.qs-list li h3{
	font-size:18px;
	color:#333;
}
.qs-list li h3:before{
	content:'';
	display:block;
	float:left;
	margin-right: 10px;
	width:20px;
	height:20px;
	background:url(../images/icon/qa.png);
}
.qs-list li p{
	display: block;
	font-size:14px;
	color:#666;
	line-height: 2;
	max-height: 140px;
	overflow: hidden;
	text-indent: 2em;
}
.qs-list li a:hover{
	background: #094fb7;
}
.qs-list li a:hover h3,
.qs-list li a:hover p{
	color:#fff;
}
.qs-list li a:hover h3:before{
	background:url(../images/icon/a.png);
}


/********************下载中心*********************/
.d-tit{
	padding:50px 0;
}
.d-menu{
	width:360px;
	float:left;
	position: relative;
}
.d-menu .nav-link {
    width: 100%;
    line-height: 50px;
    padding-left: 7%;
    display: block;
    font-size: 16px;
    color: #fff;
    background: #094fb7;
}
.d-menu .nav-link:after{
	content:'\f107';
	float:right;
	margin-right: 10px;
	font-family: fontawesome;
}
.d-menu .link-box {
    width:100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50px;
	box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
    max-height: 500px;
    overflow: auto;
    display: none;
}
.d-menu .link-box .link-tit {
    display: block;
    width: 90%;
	margin-left:5%;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 8%;
    line-height: 59px;
    font-size: 16px;
    color: #333;
    transition: color .3s;
}
.on{
	display:block;
}
/******下载搜索********/
.d-search{
	float:right;
	width:300px;
}
.d-search input{
    box-sizing: border-box;
	width:80%;
	border: 1px solid #ccc;
	padding:0 10px;
	font-size:12px;
	line-height:48px;
	float: left;
	
}
.d-s-btn{
	line-height: 50px;
	width:20%;
	background:#094fb7;
	color:#fff;
	float:left;
}




.word-list{
	margin-bottom:50px;
}
.word-list li{
	height:50px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}
.word-list li .word-name{
	width:85%;
	float:left;
	font-size:16px;
	color:#333;
	line-height:50px;
}
.word-list li:hover .word-name{
	color:#094fb7;
}
.word-list li .update-time{
	width:15%;
	float:left;
	font-size:12px;
	color:#999;
	line-height:50px;
	text-align: right;
}

/********技术服务*********/
.in-title{
	padding:30px 0 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.in-title h2{
	font-size:24px;
	color:#094fb7;
	font-weight: bold;
	margin-bottom: 0;
}
.in-title p{
	font-size:30px;
	color:#a0a4ac;
	font-weight: bold;
	font-family: "Times New Roman", "serif";
}
.net-con{
	font-size:16px;
	color:#333;
	margin-bottom: 30px;
}

/****************新闻资讯***************/
.news-box{
	background:#f5f7fa;
	border-bottom: 1px solid #094fb7;
}
.news-list li{
    width: 31.3%;
    box-sizing: border-box;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.news-list li:nth-child(3n){
	margin-right: 0;
}
.news-list li.img {
    overflow: hidden;
    width: 100%;
}
.news-list li .img img {
    width: 100%;
    max-width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all .8s;
    transition: all .8s;
}
.news-list li:hover .img img{
	-webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.news-list li .p-text {
    padding: 22px;
    background: #fff;
}
.news-list li .h {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    height: 22px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    margin-bottom: 10px;
}
.news-list li .p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.news-list li .bot {
    border-top: 1px solid #e5e5e5;
    background: #fff;
	position: relative;
    padding: 16px 20px;
	overflow: hidden;
}
.news-list li .bot:before{
	content: "";
    width: 100%;
    height: 0px;
    background: #094fb7;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s 0s ease-in-out;
    transition: all .5s 0s ease-in-out;
    z-index: 1;
}
.news-list li:hover .bot:before {
    height: 100%;
    visibility: visible;
}
.news-list li .det {
    font-size: 14px;
    color: #b7b7b7;
    line-height: 22px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.news-list li .time {
    font-size: 14px;
    color: #b7b7b7;
    line-height: 22px;
    font-family: "Arial";
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.news-list li:hover .det,
.news-list li:hover .time{
	color:#fff;
}

/************新闻详情************/
.newsd{
	background:#f5f7fa;
	padding:50px 0;
	border-bottom: 1px solid #094fb7;
}
.newsd .infobox {
    padding: 70px 60px;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    min-height: 600px;
}
.newsd .infobox .info-top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    text-align: left;
}
.newsd .infobox .txt {
    padding: 55px 0;
    color: #666;
    line-height: 28px;
}
.newsd .infobox .bot {
    padding-top: 45px;
	overflow: hidden;
	border-top:1px solid #e5e5e5;
}
.newsd .infobox .info-top .h {
    font-size: 24px;
    line-height: 36px;
    color: #333;
    text-align: center;
    width: 80%;
    margin: 0 auto 35px;
}
.newsd .infobox .info-top .time {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    padding-left: 25px;
    background:url(../images/img8.png) left center no-repeat;
    display: block;
    margin: 0 auto;
    width: 150px;
}
.newsd .infobox .bot-l {
    width: 70%;
}
.newsd .infobox .bot-l span a{
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#666;
	margin:10px 0;
}
.newsd .infobox .bot-l span a:hover{
	color:#094fb7;
}
.newsd .infobox .bot-r {
    width: 60px;
}
.newsd .infobox .bot-r a {
    display: block;
    text-align: left;
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    padding-right: 25px;
    background:url(../images/img9.png) no-repeat right top;
}


/****************联系信息****************/
.info-box li{
	margin-bottom: 20px;
}
.info-box li h3{
	font-size:18px;
	color:#094fb7;
	font-weight: bold;
}

/**********留言表************/
.chart-box{
	margin-bottom:30px;
	overflow: hidden;
}
.chart-box input,
.chart-box textarea{
	display:block;
	border:1px solid #333;
	outline: none;
	width:100%;
	line-height:35px;
	font-size: 16px;
	color:#666;
	padding:0 15px;
}
.chart-box label{
	margin-top:20px;
	font-size:15px;
	color:#333;
	font-weight: normal;
}
.chart-box label em{
	color:#E40D11;
	font-style: normal;
}
.chart-box .submit{
    display: block;
	background: #fff;
    margin-top: 20px;
    width: 150px;
    height: 45px;
    border: 1px solid #094fb7;
    color: #094fb7;
    text-align: center;
    font-size: 16px;
    line-height: 43px;
	transition: all 0.5s;
}
.chart-box .submit:hover{
	color:#fff;
	background:#094fb7;
}






/* filters */
#filters{margin:1%;padding:0;list-style:none;}
#filters li{float:left;}
#filters li span{display:block;padding:5px 20px;text-decoration:none;color:#666;cursor:pointer;}
#filters li span.active{background:#e95a44;color:#fff;}
#portfoliolist .portfolio{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;width:23%;*width:22%;margin:1%;display:none;float:left;overflow:hidden;}
.portfolio-wrapper{overflow:hidden;position:relative!important;background:#666;cursor:pointer;}
.portfolio img{max-width:100%;position:relative;}
.portfolio .label{position:absolute;width:100%;height:40px;bottom:-40px;left:0;}
.portfolio .label-bg{background:#e95a44;width:100%;height:100%;position:absolute;top:0;left:0;}
.portfolio .label-text{color:#fff;position:relative;z-index:500;padding:5px 8px;}
.portfolio .text-category{display:block;font-size:9px;}


@media (max-width: 786px) {
  .h-banner-content-two .h-banner-title{
    margin-top: 80px;
  }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .page-header{
    font-size: 32px;
  }
  .h-banner{
    height: auto;
    margin-bottom: 0;
  }
  .h-banner-img{
    display: block;
    opacity: 0;
  }
  .h-banner-content{
    top: 50%;
    height: 320px;
    margin-top: -160px;
  }
  
  .h-banner-title{
    font-size: 55px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .h-banner-txt{
    font-size: 24px;
  }
  .h-nav{
    margin-top: 120px;
    position: relative;
    height: auto;
    background-color: transparent;
    box-shadow: none;
  }
  .h-banner-content-two .h-nav{
    margin-top: 90px;
  }
  .h-nav-a{
    display: block;
    padding: 0;
    line-height: 70px;
    font-size: 20px;
    margin: 0;
    border-right: none;
  }
  .h-nav-a .ico{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 8px;
  }

  .banner-ccp-t .h-banner-title{
    margin-top: 45px;
  }
  .banner-ccp-t .h-nav{
    margin-top: 80px;
  }
}

@media (min-width: 1270px) {
  .h-banner-content-two{
    height: 340px;
    margin-top: -170px;
  }
  .h-banner-content-s{
    margin-top: -120px;
  }
}
@media (max-width: 1024px){
	.home-about {
    width: 50%;
}
	.home-about h2 {
    display: none;
}
	.home-about p {
    font-size: 13px;
    line-height: 2;
}
	.home-about .more{
    display: none;
}
	.home-culture {
    overflow: hidden;
    padding: 50px 30px;
}
	.pn-list li .pn-tit-one, .pn-list li .pn-tit-two {
    padding: 0 2% 0 12%;
    height: 40px;
    line-height: 40px;
	font-size: 13px;
}
	.pn-list {
    width: 70%;
    height: 350px;
    margin-top: -175px;
    left: -70%;
}
}
@media (max-width:812px){
	.home-vid {
    width: 40%;
		overflow: hidden;
}
	.home-vid img{
		max-width: none;
		max-height: 240px;
	}
	.home-about {
    width:60%;
    padding:20px 30px;
}
	.home-culture li {
    display: block;
    width: 50%;
	min-height: 260px;
	margin:20px 0;
}
	.foot-box {
    margin: 0 3%;
    width: 94%;
}
	.foot-info, .sub{
    width: 50%;
    float: left;
}
	.foot-link{
	width:100%;
	}
	.foot-link a {
    display: inline-block;
}
	.sub input,
	.sub button{
		width:100%;
	}
}
	@media (max-width:480px){
		.home-vid{
			display:none;
		}
		.home-about{
			width:100%;
			padding:15px;
		}
		.home-culture li {
    		width:100%;
}
		.product-item {
    	width: 100%;
    	float: left;
    	margin: 10px 0;
    	border: 1px solid #ebebeb;
}
	 .grid figure {
    width: 50%;
	max-height: 142px;
}
	.home-news{
		width:94%;
		margin:50px auto;
	}
	.home-news li {
    width: 100%;
    margin:20px 0;
}
	.foot-info, .sub, .foot-link {
    width: 100%;
	margin:10px 0;
}
	.footer-corporate{
		padding:20px 0;
		}
	.footer-corporate p {
    padding-left:5%;
    width: 90%;
	text-align: center;
	float:none;
	line-height:30px; 
}
	.footer-corporate ul {
    width:40%;
    float: none;
    overflow: hidden;
	margin:0 auto;
}
	.a-sub-nav li a{
		font-size:16px;
	}
	.pn-list {
    width: 92%;
    left: -92%;
}
	.a-sub-nav .ico {
    display:none;
}
		
	/***********/
	.d-menu {
    width: 100%;
}
	.d-search{
		display:none;
	}
	.news-list li{
    width:100%;
    margin-right: 0%;
	margin-bottom: 5%;
}
	.newsd .infobox {
    padding: 20px 10px;
    min-height: 300px;
}
}










