@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
.clear {
	clear:both
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
input{
	outline:none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
@font-face { 
	font-family: 'georgia'; 
	src: url('../fonts/georgia.eot'); 
	src: url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),
	url('../fonts/georgia.woff') format('woff'), 
	url('../fonts/georgia.ttf') format('truetype'), 
	url('../fonts/georgia.svg#minijianyaya') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}
body {
	font-family:"微软雅黑";
	font-size:14px;
}
header {
	width:100%;
	margin:0 auto;
	position:relative
}
.tou{
	width:100%;
	height:50px;
	line-height:50px;
	background-color:#f0f0f0;
}
.tou_fl{
	float:left;
	color:#666;
	font-size:14px;
}
.tou_fr{
	float:right;
}
.tou_fr li{
	background:url(../images/li.jpg) no-repeat right center;
	line-height:50px;
	float:left;
	padding:0px 20px;
}
.tou_fr li:last-child{
	background:none;
}
.tou_fr li a{
	display:block;
	font-size:14px;
	color:#666;	
}
.tou_fr li a:hover{
	color:#2993ff;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	clear:both;
}
.top{
	overflow:hidden;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding:12px 0px;
	overflow:hidden;
}
.yx img {
	width:100%;
	height:auto;
}
.tel{
	display: block;
	float:right;    
    background: url(../images/tel.jpg) no-repeat left 23px;
    padding: 23px 0px 0px 55px;
}
.tel h3{
	font-size:14px;
	color:#333;
	font-weight:normal;
	margin-bottom:5px;
}
.tel p{
	font-size:20px;
	color:#000;
	font-weight:bold;
}

.navdaohang {
	background-color:#fff;
}
.menupc li {
	line-height:40px;
	float:left;
	text-align:center;
	position:relative;
}
.menupc li a {
	display:block;
	color:#333;
	text-transform:capitalize;
	margin:0px 35px;
	border-bottom:3px solid #fff;
	font-size:18px;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s;
}
.menupc li a:hover {
	color:#2993ff;
	border-bottom:none;
}
.menupc li:hover a {
	color:#2993ff;
	border-bottom:3px solid #2993ff;
}
.menupc li .current {
	color:#2993ff;
	border-bottom:3px solid #2993ff;
}
.menupc .xiala {
	background-color:#fff;
	position:absolute;
	display:none;
	left:15px;
	overflow:hidden;
	z-index:999;
	width:420px;
	padding:10px 0px 25px 0px;
}
.xiala_fl{
	float:left;
	width:150px;
}
.xiala_fl ul li {
	float:none;
	position:static;
	text-align:left;
	line-height:32px;
	width:100%;
	margin-left:0px;
	border:none !important;
}
.xiala_fl ul li a {
	display:block;
	font-size:15px;
	position:static;
	margin:0px 24px;
	color:#666 !important;
	border-bottom:1px dashed #bdbdbd !important;
	background:url(../images/j.jpg) no-repeat left center;
	padding-left:15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.xiala_fl ul li a:hover {
	color:#2993ff !important;
	border-bottom:1px dashed #bdbdbd;
	background:url(../images/j_h.jpg) no-repeat left center;
}
.xiala_fl ul li .current {
	color:#2993ff !important;
	border-bottom:1px dashed #bdbdbd;
	background:url(../images/j_h.jpg) no-repeat left center;
}
.xiala_fr{
	border-left:1px solid #ccc;
	padding-left: 24px;
	margin:0px 24px 0px 150px;
	text-align:left;
}
.xiala_fr h3{
	font-size:20px;
	color:#2993ff;
	font-weight:normal;
	margin-bottom:10px;
}
.xiala_fr p{
	line-height:22px;
	color:#666;
	margin-bottom:15px;
}
.xiala_fr span a{
	display:block;
	width:75px;
	font-size:14px;
	color:#666;
	line-height: 32px;
	margin:0;
	text-align:right;
	border-bottom:1px solid #dbdbdb !important;
	border-top:1px solid #dbdbdb;
	background:url(../images/j1.png) no-repeat left center;
}
.xiala_fr span a:hover{
	color:#2993ff;
	border-bottom:1px solid #dbdbdb !important;
	background:url(../images/j1_h.png) no-repeat left center;
}
.menupc .subnav {
	display:block;
}



/*手机导航*/
.phone-nav {
	position:absolute;
	font-size:30px;
	right:15px;
	top:35px;
	line-height:60px;
	display:none;
	color:#666;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#81bcf9;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#81bcf9 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.tel{
		display:none;
	}
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
	.tou{
		height:35px;
		line-height:35px;
	}
	.tou_fr{
		display:none;
	}
	.tou_fl{
		float:none;
		text-align:center;
	}
}

.home-keywords{
	width:100%;
	margin:0 auto;
	background-color:#f7f7f7;
	padding:20px 0px;
	overflow:hidden;
}
.keywords{
	overflow:hidden;
	line-height:34px;
}
.keywords p{
	float:left;
	color:#000;
	font-size:15px;
	font-weight:bold;
}
.keywords ul{
	float:left;
}
.keywords li{
	line-height:34px;
	float:left;
	margin-left:20px;
}
.keywords li a{
	display:block;
	color:#666;
}
.keywords li a:hover{
	color:#6b3f0b;
}
.search{
	display:block;
	position:relative;
}
.forminput1{
	width:300px;
	line-height:32px;
	color:#666;
	font-size:14px;
	padding-left:20px;
	background-color:#f7f7f7;
	border:1px solid #ccc;
	border-radius:25px;
}
.forminput2{
	position:absolute;
	right:15px;
	top:6px;
	width:23px;
	height:23px;
	border:none;
	background:url(../images/search.png) no-repeat center center;
	text-indent:-9999px;
}


.home-about{
	width:100%;
	margin:0 auto;
}
.index_title{
	margin:75px 0px 40px 0px;
	overflow:hidden;
	text-align:center;
}
.index_title h3{
	font-size:34px;
	color:#2993ff;
	font-weight:bold;
	background:url(../images/title.png) no-repeat center center;
	margin-bottom:5px;
}
.index_title p{
	text-transform:uppercase;
	font-size:16px;
	color:#666;
}
.about_con{
	margin-bottom:25px;
	overflow:hidden;
}
.about_con_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.about_con_fl img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.about_con_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.wenzi{
	margin-bottom:30px;
	overflow:hidden;
}
.wenzi img{
	max-width:100%;
	height:auto;
	margin-bottom:25px;
}
.wenzi p{
	color:#666;
	line-height:16px;
	line-height:25px;
	font-size:16px;
}
#shuzi{
	overflow:hidden;
}
#shuzi li{
	margin-bottom:15px;
	overflow:hidden;
	text-align:center;
	border-right:1px solid #ccc;
}
#shuzi li:last-child{
	border-right:none;
}
#shuzi .num {
	margin-bottom:5px;
	text-align:center;
	font-size:16px;
	color:#ff9601;
}
#shuzi .num span{ 
	font-size:27px;
	color:#ff9601;
	font-weight:bold;
	text-align:center;
	font-family: 'Arial'; 
}
#shuzi .text{
	font-size:15px;
	color:#666;
	text-align:center;
}

.home-pro{
	width:100%;
	margin:0 auto;
	background:url(../images/probg.jpg) repeat-y center center;
	min-height:1020px;
	background-size:cover;
}
.index_title1{
	margin:75px 0px 40px 0px;
	overflow:hidden;
	text-align:center;
}
.index_title1 h3{
	font-size:34px;
	color:#2993ff;
	font-weight:bold;
	margin-bottom:10px;
}
.index_title1 p{
	font-size:20px;
	color:#fff;
	background:url(../images/title.png) no-repeat center center;
	margin-bottom:10px;
}
.index_title1 span{
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
}
.pro_con{
	margin-top:125px;
	overflow:hidden;
	position:relative;
}
.pro_fxp{
	
}
.pro_fxp img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.pro_shan{
	position:absolute;
	top:35%;
	right:35%;
}
.pro_shan a{
	display:block;
	cursor:pointer;
}
.pro_shan a img{
    animation: myfirst2 1s infinite;
    animation-direction: infinite;
    -webkit-animation: myfirst2 1s infinite;
    -webkit-animation-direction: infinite;
}
/*点1弹出框*/
.code1{
	z-index: 9999;
	position: fixed;
	top:10%;
	left:50%;
	width: 450px;
	margin-left:-225px;
	min-height:200px;
	display: none;  
    background-color: rgba(0,0,0,0.15);
	border: 1px solid #5b748c;
	transition: 0.5s;
}
.goodcover1 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color:inherit !important;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.theme-poptit1{
	position: relative;     
}
.theme-poptit1 .close {
	float:right;
    position: absolute;
    right: -20px;
    top: -20px;
}
.theme-poptit1 .close img{
	width:38px;
	height:38px;
}
.theme-popbod1 {
    overflow: hidden;
	padding:25px 10px 25px 25px;
}
.bpro_img{
	overflow:hidden;
	margin-bottom:25px;
	padding:0;
}
.bpro_img img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
}
.bpro_txt{
	overflow:hidden;
	margin:25px 0px;
}
.bpro_txt h3{
	font-size:18px;
	color:#ff9601;
	margin-bottom:10px;
}
.bpro_txt p{
	color:#cfcfcf;
	line-height:25px;
}



.home-advantage{
	width:100%;
	margin: 75px auto 0px auto;
	overflow:hidden;
}
.adv{
	overflow:hidden;
}
.adv_fl{
	padding:0;
	overflow:hidden;
}
.adv_fl img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.adv_fr{
	padding:0;
	overflow:hidden;
}
.adv_fr1{
	margin-bottom:20px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-left:40px;
}
.adv_fr1 h3{
	font-size:100px;
	font-weight:lighter;
	color:#ccc;
	font-style:italic;
	position: relative;
    z-index: 9;
}
.adv_fr1 p{
	font-size:30px;
	color:#333;
	background-color:#fff;
	padding:20px 0px;
	margin-top:-40px;
	overflow:hidden;
	position: relative;
    z-index: 99;
}
.adv_fr1 p span{
	font-weight:bold;
}
.adv_fr2{
	padding-left:40px;
	overflow:hidden;
}
.adv_fr2 h3{
	font-size:13px;
	color:#999;
	font-style:italic;
	font-weight:lighter;
	margin-bottom:15px;
	text-transform:uppercase;
}
.adv_fr2 p{
	font-size:17px;
	color:#333;
	line-height:30px;
}
.adv1{
	overflow:hidden;
}
.adv1_fr{
	padding:0;
	overflow:hidden;
}
.adv1_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.adv1_fl{
	padding:0;
	overflow:hidden;
	text-align: right;
}
.adv1_fl1{
	margin-bottom:20px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-right:40px;
}
.adv1_fl1 h3{
	font-size:100px;
	font-weight:lighter;
	color:#ccc;
	font-style:italic;
	position: relative;
    z-index: 9;
}
.adv1_fl1 p{
	font-size:30px;
	color:#333;
	background-color:#fff;
	padding:20px 0px;
	margin-top:-40px;
	overflow:hidden;
	position: relative;
    z-index: 99;
}
.adv1_fl1 p span{
	font-weight:bold;
}
.adv1_fl2{
	padding-right:40px;
	overflow:hidden;
}
.adv1_fl2 h3{
	font-size:13px;
	color:#999;
	font-style:italic;
	font-weight:lighter;
	margin-bottom:15px;
	text-transform:uppercase;
}
.adv1_fl2 p{
	font-size:17px;
	color:#333;
	line-height:30px;
}


.home-news{
	width:100%;
	margin:0 auto;
}
.news_con{
	margin-bottom:25px;
	overflow:hidden;
}
.news_con_fl{
	margin-bottom:25px;
	overflow:hidden;
	padding-left:0;
}
.news_con_fl img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.news_con_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.news_con_fr li{
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	margin-bottom:15px;
}
.news_con_fr li a{
	display:block;
}
.news_date{
	overflow:hidden;
	padding-left:0;
	margin-bottom:9px;
}
.news_dates{
	background-color:#ff9601;
	color:#fff;
	padding:5px 5px 10px 5px;
	overflow:hidden;
	text-align:center;
}
.news_date p{
	font-size:26px;	
}
.news_date span{
	font-size:16px;
}
.news_info{
	overflow:hidden;
	padding-right: 0;
}
.news_info h3{
	font-size:20px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_info p{
	font-size:16px;
	color:#666;
	line-height:20px;
}
.news_con_fr li a:hover .news_info h3{
	color:#ff9601;
}

footer{
	width:100%;
	margin:0 auto;
}
.footer1{
	width:100%;
	margin:0 auto;
	background-color:#333;
	padding:50px 0px 25px 0px;
	overflow:hidden;
}
.footer1 li{
	overflow:hidden;
	line-height:30px;
	text-align:center;
	border-right:1px solid #4d4d4d;
	min-height:200px;
	margin-bottom:25px;
}
.footer1 li:last-child{
	border-right:none;
}
.footer1 li a{
	display:block;
	font-size:16px;
	color:#fff;
	background:url(../images/title1.jpg) no-repeat bottom center;
	padding-bottom:10px;
}
.menulist{
	margin-top:10px;
}
.menulist li{
	border-right:none;
	min-height:25px;
	line-height:25px;
	margin-bottom:0;
}
.menulist li a{
	background:none;
	color:#fff;
	font-size:14px;
	padding-bottom:0;
}
.menulist li a:hover{
	color:#2992ff;
}
.footer2{
	width:100%;
	margin:0 auto;
	background-color:#1a1a1a;
	overflow:hidden;
	padding:10px 0px;
}
.footer2 p{
	text-align:center;
	color:#fff;
	line-height:30px;
}
.footer2 p a{
	color:#fff;
}
.footer2 p a:hover{
	color:#003b95;
}

/*关于我们*/
.inner-main{
	width:100%;
	margin:0 auto;
}
.inner_title{
	overflow:hidden;
	border-bottom:1px solid #edecec;
	box-shadow: 0px 0px 3px #d2d2d2;
}
.inner_title ul{
	text-align:center;
	margin-bottom: -5px;
}
.inner_title li{
	line-height:90px;
	text-align:center;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
	background:url(../images/ili.jpg) no-repeat right center;
}
.inner_title li:last-child{
	background:none;
}
.inner_title li a{
	display:block;
	font-size:20px;
	color:#333;
	padding:0px 25px;
	overflow:hidden;
}
.inner_title li a:hover{
	color:#fff;
	background-color:#2993ff;
}
.inner_title li .current {
	color:#fff;
	background-color:#2993ff;
}
.inner_title li a i{
	display: block;
    float: left;
	width: 33px;
	height: 26px;
	margin-top: 33px;
}
.inner_title li a i.i1 {
    background: url(../images/i1.png) no-repeat left center;
}
.inner_title li a:hover i.i1{
	background: url(../images/i1_h.png) no-repeat left center;
}
.inner_title li .current i.i1 {
    background: url(../images/i1_h.png) no-repeat left center;
}
.inner_title li a i.i2 {
    background: url(../images/i2.png) no-repeat left center;
}
.inner_title li a:hover i.i2{
	background: url(../images/i2_h.png) no-repeat left center;
}
.inner_title li .current i.i2 {
    background: url(../images/i2_h.png) no-repeat left center;
}
.inner_title li a i.i3 {
    background: url(../images/i3.png) no-repeat left center;
}
.inner_title li a:hover i.i3{
	background: url(../images/i3_h.png) no-repeat left center;
}
.inner_title li .current i.i3 {
    background: url(../images/i3_h.png) no-repeat left center;
}
.inner_title li a i.i4 { 
    background: url(../images/i4.png) no-repeat left center;
}
.inner_title li a:hover i.i4{
	background: url(../images/i4_h.png) no-repeat left center;
}
.inner_title li .current i.i4 {
    background: url(../images/i4_h.png) no-repeat left center;
}
.inner_title li a i.i5 { 
    background: url(../images/i5.png) no-repeat left center;
}
.inner_title li a:hover i.i5{
	background: url(../images/i5_h.png) no-repeat left center;
}
.inner_title li .current i.i5 {
    background: url(../images/i5_h.png) no-repeat left center;
}
.inner_title li a i.i6 { 
    background: url(../images/i6.png) no-repeat left center;
}
.inner_title li a:hover i.i6{
	background: url(../images/i6_h.png) no-repeat left center;
}
.inner_title li .current i.i6 {
    background: url(../images/i6_h.png) no-repeat left center;
}
.inner_title li a p{
	float: left;
    padding-left:20px;
}
.inner_con{
	overflow:hidden;
	margin:15px 0px 50px 0px;
}
.inner_con_about{
	overflow:hidden;
	border:1px solid #edecec;
	box-shadow: 0px 0px 3px #d2d2d2;
	padding:25px;
	line-height:25px;
	color:#666;
	font-size:16px;
}


/*关于我们*/
.inner_con1{
	overflow:hidden;
	margin:15px 0px 50px 0px;
	border-top:1px solid #edecec;
	border-bottom:1px solid #edecec;
	box-shadow: 0px 0px 3px #d2d2d2;
}
.inner_con_course{
	position:relative;
	margin:50px 0px;
}
.line1{
	border: 2px solid #2993ff;
    position: absolute;
    width: 100%;
    top: 218px;
}
#owl-demo{
    width:100%;
    margin-left: auto;
    margin-right: auto;
	height:430px;
}
#owl-demo .item{
	display: block;
    margin:10px 10px 10px 44px;
	position:relative;
	height:350px;
}
#owl-demo .item.even {
	background:url(../images/bg_line02.png) no-repeat top left;
	margin-top:80px;
}
#owl-demo .item.odd{
	background:url(../images/bg_line03.png) no-repeat bottom left;
}
#owl-demo .item.even .lcdate{
	width:70px;
	height:70px;
	background-color:#2993ff;
	border-radius:180px;
	text-align:center;
	position:absolute;
	top:-70px;
	left: -28px;
}
#owl-demo .item.odd .lcdate{
	width:70px;
	height:70px;
	background-color:#2993ff;
	border-radius:180px;
	text-align:center;
	position:absolute;
	bottom:-70px;
	left: -28px;
}
.lcdate h3{
	line-height:70px;
	color:#fff;
	font-size:17px;
	font-weight:bold;
}
.honor_con1{
	position: absolute;
}
#owl-demo .item.even .honor_con1{
	top: 10px;
	padding-top: 5px;
	padding-bottom: 13px;	
}
#owl-demo .item.odd .honor_con1{
	bottom:5px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.honor_con1 p{
	font-size:14px;
	font-weight:normal;
	color:#666;
	padding-left:20px;
    width: 200px;
}
#owl-demo .owl-pagination{
	display:none;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 55%;
	margin: -45px 0 0 0;
	padding:0;
	opacity:1;
	width: 51px;
	height: 51px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	background-color: transparent;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left:-5%;
	background:url(../images/prev01.jpg) no-repeat left center;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next {
	right:-5%;
	background:url(../images/next01.jpg) no-repeat right center;
}


/*资质荣誉*/
.inner_con_honor{
	overflow:hidden;
	border:1px solid #edecec;
	box-shadow: 0px 0px 3px #d2d2d2;
	padding:25px 15px;
}
.inner_con_honor ul{
	overflow:hidden;
}
.inner_con_honor li{
	overflow:hidden;
}
.inner_con_honor li a{
    display: block;
}
.honor_img{
	overflow:hidden;
	border:1px solid #edecec;
	box-shadow: 0px 5px 8px #c5c5c5;
}
.honor_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
}
.inner_con_honor li a:hover .honor_img{
	border:1px solid #2993ff;
}
.inner_con_honor li a:hover .honor_img img{
	transform: scale(1.05, 1.05);
    transition: transform 1s ease 0s;
}
.honor_txt{
	padding:20px 0px;
	overflow:hidden;
}
.honor_txt h3{
	font-size:16px;
	color:#494949;
	text-align:center;
}
.inner_con_honor li a:hover .honor_txt h3{
	color:#2993ff;
}
/*分页*/
.pagination{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;
}
.pagination a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	line-height:28px;
	background-color:#eee;
	margin:0px 10px;
	padding:0px 10px;
}
.pagination a:hover{
	color:#fff;
	background-color:#2993ff;
	border:1px solid #2993ff;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#2993ff;
	border:1px solid #2993ff;
}


/*招聘*/
.inner_con_job{
	overflow:hidden;
	padding:3px;
}
.job_fl{
	margin-bottom:25px;
	margin-top: 3px;
	overflow:hidden;
	border-radius:10px;
	box-shadow: 0px 0px 3px #d2d2d2;
}
.services-list {
	
}
.services-list li {
	list-style: none;
	border-bottom: 1px solid #f5f5f5;
}
.service-title{
	cursor: pointer;
	outline:none;
}
.service-title a{
	padding:0px 15px;
	background-color:#fff;
	color:#333;
	display:block;
	min-height: 50px;
    line-height: 50px;
}
.service-title a:hover{
	background-color:#fff;
}
.service-title a.active { 
	background-color:#fff; 
}
.service-title p{
	float:left;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.service-title .fr{
	float:right;
	background:url(../images/fr.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-title a:hover .fr{
	float:right;
	background:url(../images/frhover.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-title a.active .fr{ 
	float:right;
	background:url(../images/frhover.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-content {
	background: #fff;
	color: #808080;
	line-height: 25px;
	overflow: hidden;
	border-top: 1px solid #f5f5f5;
}
.service-info-text {
	margin:40px 25px;
}
.text1{
	margin-bottom:20px;
}
.text2{
	margin-bottom:20px;
}
.service-info-text h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
}
.service-info-text p{
	font-size:14px;
	color:#808080;
	line-height:25px;
}
.service-info-text p a{
	color:#808080;
}

.job_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.job_fr_t{
	margin-top: 3px;
	border-radius:10px;
	margin-bottom:20px;
	overflow:hidden;
    box-shadow: 0px 0px 3px #d2d2d2;
}
.job_title{
	overflow:hidden;
	font-size:20px;
	color:#ff9601;
	font-weight:bold;
	border-bottom:1px solid #f5f5f5;
	padding-left:30px;
	line-height:70px;
}
.job_con{
	overflow:hidden;
	padding-top:20px;
}
.job_con li{
	margin-bottom:15px;
	overflow:hidden;
	padding-left:30px;
}
.job_con li a{
	display:block;
}
.job_con li a p{
	color:#333;
	font-size:16px;
	margin-bottom:5px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.job_con li a span{
	font-size:12px;
	color:#808080;
}
.job_con li a:hover p{
	color:#e50012;
}
.job_fr_b{
	border-radius:10px;
	overflow:hidden;
	margin-bottom: 3px;
	box-shadow: 0px 0px 3px #d2d2d2;
}
.job_con1{
	overflow:hidden;
	padding:20px 30px 30px 30px;
	color:#808080;
	font-size:16px;
	line-height:22px;
}

/*联系我们*/
.inner_con_contact{
	padding:50px;
	overflow:hidden;
	line-height:30px;
	color:#666;
	font-size:16px;
	box-shadow: 0px 0px 3px #d2d2d2;
	border-radius:10px;
	margin-bottom:15px;
	margin-top:3px;
}
.inner_title li a i.i7 { 
    background: url(../images/i7.png) no-repeat left center;
}
.inner_title li a:hover i.i7{
	background: url(../images/i7_h.png) no-repeat left center;
}
.inner_title li .current i.i7 {
    background: url(../images/i7_h.png) no-repeat left center;
}
.inner_title li a i.i8 { 
    background: url(../images/i8.png) no-repeat left center;
}
.inner_title li a:hover i.i8{
	background: url(../images/i8_h.png) no-repeat left center;
}
.inner_title li .current i.i8 {
    background: url(../images/i8_h.png) no-repeat left center;
}
.contact_title{
	color:#333;
	font-size:30px;
	text-align:center;
	margin-bottom:40px;
}
.lxfs{
	margin-bottom:30px;
	overflow:hidden;
}
.lxfs1{
	margin-bottom:20px;
	overflow:hidden;
	text-align:center;
}
.lxfs1 img{
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	display:block;
	margin-bottom:20px;
}
.lxfs1 p{
	font-size:16px;
	color:#333;
	margin-bottom: 10px;
}
.line{
	border-left:1px dashed #a2a2a2;
	border-right:1px dashed #a2a2a2;
}
.map{
	overflow:hidden;
}
.map img{
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	display:block;
}

/*留言反馈*/
.inner_con_feedback{
	padding:50px;
	overflow:hidden;
	line-height:30px;
	color:#666;
	font-size:16px;
	box-shadow: 0px 0px 3px #d2d2d2;
	border-radius:10px;
	margin-bottom:15px;
	margin-top:3px;	
}
.ly_title{
	margin-bottom:50px;
	overflow:hidden;
	text-align:center;
}
.ly_title h3{
	font-size:35px;
	color:#4c4c4c;
	font-weight:normal;
	margin-bottom: 5px;
}
.ly_title h3:after{
	content:'';
	display:block;
	width:30px;
	margin:0 auto;
	height:2px;
	background-color:#ff9001;
	margin-top: 10px;
}
.ly_title p{
	color:#999;
}
.ly_con{
	overflow:hidden;
}
.ly{
	position:relative;
}
.ly_con label{
	position:absolute;
	left:30px;
	top:3px;
}
.ly_con textarea{
	padding-top:8px;
	resize:none;
}
.ly_con a{
	position:absolute;
	right:16px;
	top:1px;
	border-left: 1px solid #ccc;
}


/*新闻资讯*/
.inner_con_news{
	overflow:hidden;
	margin: 20px 0px 50px 0px;
}
.inner_title li a i.i9 { 
    background: url(../images/i9.png) no-repeat left center;
}
.inner_title li a:hover i.i9{
	background: url(../images/i9_h.png) no-repeat left center;
}
.inner_title li .current i.i9 {
    background: url(../images/i9_h.png) no-repeat left center;
}
.inner_title li a i.i10 { 
    background: url(../images/i10.png) no-repeat left center;
}
.inner_title li a:hover i.i10{
	background: url(../images/i10_h.png) no-repeat left center;
}
.inner_title li .current i.i10 {
    background: url(../images/i10_h.png) no-repeat left center;
}
.inner_title li a i.i11 { 
    background: url(../images/i11.png) no-repeat left center;
}
.inner_title li a:hover i.i11{
	background: url(../images/i11_h.png) no-repeat left center;
}
.inner_title li .current i.i11 {
    background: url(../images/i11_h.png) no-repeat left center;
}
.inner_news_t{
	margin-bottom:30px;
	overflow:hidden;
	border-bottom:1px dashed #b3b3b3;
}
.inner_news_t a{
	display:block;
}
.newstj_img{
	margin-bottom:30px;
	overflow:hidden;
	padding:0;
}
.newstj_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
  	transition: transform 1s ease 0s;
	transition: .5s;
}
.inner_news_t a:hover .newstj_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.newstj_txt{
	margin-bottom:30px;
	overflow:hidden;
	padding-left:30px;
}
.newstj_txt h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inner_news_t a:hover .newstj_txt h3{
	color:#ff9601;
}
.newstj_txt p{
	line-height:25px;
	color:#666;
	font-size:15px;
	margin-bottom:20px;
	height:100px;
	overflow:hidden;
}
.newstj_txt span{
	display:block;
	width:140px;
	line-height:38px;
	border:1px solid #ff9601;
	text-align:center;
	color:#999;
	font-size:16px;
	border-radius:25px;
}
.newstj_date{
	overflow:hidden;
	margin-bottom: 30px;
	padding-left:30px;	
}
.newstj_date h3{
	display:none;
	font-size:40px;
	color:#333;
	font-weight:normal;
	margin-bottom:30px;
}
.newstj_date p{
	display:none;
	color:#666;
	font-size:20px;
	margin-bottom:30px;
}
.newstj_date span{
	display:block;
}

.inner_news_b{
	margin-bottom:10px;
	overflow:hidden;
}
.inner_news_b li{
	margin-bottom:5px;
	overflow:hidden;
	padding-left:0;
}
.inner_news_b li a{
	display:block;
}
.inews_img{
	margin-bottom:25px;
	overflow:hidden;
	padding:0;
}
.inews_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
  	transition: transform 1s ease 0s;
	transition: .5s;
}
.inner_news_b li a:hover .inews_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.inews_txt{
	margin-bottom:25px;
	overflow:hidden;
}
.inews_txt h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inner_news_b li a:hover .inews_txt h3{
	color:#2993ff;
}
.inews_txt em{
	display:none;
	color:#999;
	font-size:12px;
	font-style:normal;
}
.inews_txt p{
	margin:10px 0px;
	line-height:25px;
	color:#666;
	font-size:14px;
}
.inews_txt span{
	float:right;
	font-size:12px;
	color:#2993ff;
}


/*新闻详情*/
.inner_con_newsshow{
	overflow:hidden;
	margin: 20px 0px 50px 0px;
}
.show_title{
	text-align: center;
    padding-bottom: 15px;
	border-bottom:1px dashed #dcdcdc;
}
.show_title h3{
	font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #333;
	padding-bottom: 20px;
}
.show_title span{
	color:#949494;
	margin:0px 10px;
	font-size:14px;
	padding-left:20px;
}
.browse{
	background:url(../images/browse.png) no-repeat left center;
}
.date{
	background:url(../images/date.png) no-repeat left center;
}
.show_content{
	line-height:26px;
	color:#4c4c4c;
	padding:30px 10px;
	border-bottom:1px solid #dcdcdc;
}
.show_content img{
	margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
	padding-top:20px;
}
.show_back_fl{
	margin-bottom:20px;
	overflow:hidden;
}
.show_back_fl li{
	margin-bottom:10px;
	line-height:25px;
	color:#4d4d4d;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.show_back_fl li a{
	color:#868686;
}
.show_back_fl li a:hover{
	color:#2993ff;
}
.show_back_fr{
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}
.show_back_fr a{
	display:block;
	line-height:46px;
	color:#fff;
	font-size:16px;
	background: #2993ff url(../images/return.png) no-repeat 20px center;
	padding-right:25px;
    text-align: right;
}


/*案例介绍*/
.inner_title1{
	margin:20px 0px 38px 0px;
	overflow:hidden;
	text-align:center;
}
.inner_title1 p{
	font-family: 'georgia'; 
	font-size:72px;
	color:#e5e5e5;
}
.inner_title1 h3{
	font-size:36px;
	color:#ff9601;
	font-weight:bold;
	margin-top:-70px;
	margin-bottom:5px;
}
.inner_title1 span{
	font-size:14px;
	color:#666;
}
.inner_case{
	margin-bottom:50px;
}
.inner_case_t{
	margin-bottom:50px;
	overflow:hidden;
	font-size:16px;
	color:#666;
	line-height:25px;
}
.inner_case_t img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.inner_case_b{
	margin-bottom:30px;
}
#owl-demo1{
    width:100%;
	margin:0 auto;
	margin-top:50px;
}
#owl-demo1 .item{
	display: block;
    margin: 10px;
	position:relative;
}
.case_img{
	overflow:hidden;
	border:1px solid #dadada;
}
.case_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
#owl-demo1 a:hover .case_img img{
	transform: scale(1.05, 1.05);
   	transition: transform 1s ease 0s;
}
#owl-demo1 a:hover .case_img{
	border:1px solid #ff9601;
}
#owl-demo1 .owl-pagination{
	display:none;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons{
	margin-top:0;
	position:inherit;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 55%;
	margin: -19px 0 0 0;
	padding:0;
	opacity:1;
	width: 19px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	background-color: transparent;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left:-15px;
	background:url(../images/prev01.png) no-repeat left center;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-next {
	right:-15px;
	background:url(../images/next01.png) no-repeat right center;
}


/*产品中心*/
.inner-main1{
	background-color:#f5f5f5;
	overflow:hidden;
}
.inner_pro{
	margin-bottom:30px;
	overflow:hidden;
}
.inner_pro_title{
	margin-bottom:20px;
}
.prosub{
	text-align:center;
}
.prosub li{
	text-align: center;
	position: relative;
	margin:0px 50px;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
	line-height:38px;
}
.prosub li a{
	display:block;
	color:#fff;
	font-size:16px;
	color:#333;
	padding:0px 60px;
	border:1px solid #999;
	border-radius:25px;
	transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.prosub li:hover a{
	color:#2993ff;
	border:1px solid #2993ff;
}
.prosub li a:hover{
	color:#2993ff;
	border:1px solid #2993ff;
}
.prosub li .current{
	color:#2993ff;
	border:1px solid #2993ff;
}
.prosub ul{
	background-color:#f6f6f6 !important;
	position: absolute;
	display:none;
	left: 0;
	top:40px;
	overflow: hidden;
	z-index: 999;
	width:100%;
	border:1px solid #ccc;
}
.prosub ul li{
	float: none;
	position: static;
	text-align: center;
	background:none;
	width:100%;
	margin:0;
	display:inherit;
	border-bottom:1px dashed #b8b8b8;
	line-height:35px;
}
.prosub ul li:last-child{
	border-bottom:none;
}
.prosub ul li a{
	display: block;
	position: static;
	border-radius:0px;
	border: none !important;
	color:#333 !important;
}
.prosub ul li:hover a{
	background-color:#2993ff;
	color:#fff !important;
	border: none !important;
}
.prosub ul li .current{
	background-color:#2993ff;
	color:#fff !important;
	border: none !important;
}
.prosub ul.subnav {
	display: block;
}

.inner_pro_con{
	margin-bottom:25px;
	overflow:hidden;
}
.inner_pro_con li{
	margin-bottom:10px;
	overflow:hidden;
	padding:0px 5px;
}
.inner_pro_con li a{
	display:block;
	background-color:#fff;
	padding:15px 0px;
	overflow:hidden;
}
.pro_img{
	overflow:hidden;
}
.pro_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.inner_pro_con li a:hover .pro_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.pro_txt{
	margin-top:30px;
	overflow:hidden;
}
.pro_txt dl{
	margin-bottom:15px;
	font-size:16px;
	color:#333;
	line-height:25px;
}
.pro_txt dl dt{
	float:left;
}
.pro_txt p{
	margin-top:30px;
	width:113px;
	line-height:32px;
	border:1px solid #333;
	color:#333;
	text-align:center;
	border-radius:25px;
}
.inner_pro_con li a:hover .pro_txt p{
	background-color:#2993ff;
	color:#fff;
	border:1px solid #2993ff;
}

/*产品详情*/
.inner_proshow_con{
	background-color:#fff;
	padding:50px 0px;
	overflow:hidden;
	margin-bottom: 50px;
}
.inner_pro_con_t{
	margin-bottom:25px;
	overflow:hidden;
}
.inner_pro_con_t_fl{
	margin-bottom: 25px;
	overflow:hidden;
}
.inner_pro_con_t_fl img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.inner_pro_con_t_fr{
	margin:50px 0px 25px 0px;
	overflow:hidden;
}
.inner_pro_con_t_fr dl{
	margin-bottom:30px;
	font-size:16px;
	color:#333;
	line-height:25px;
}
.inner_pro_con_t_fr dl dt{
	float:left;
}
.inner_pro_con_b{
	overflow:hidden;
	margin:0px 50px;
}
.inner_pro_con_b_title{
	width:120px;
	line-height:35px;
	background-color:#2993ff;
	color:#fff;
	text-align:center;
	font-size:16px;
}
.inner_pro_con_b_info{
	margin:20px 0px;
	color:#666;
	line-height:30px;
	font-size:16px;
}



@media(max-width:320px) {
	
}

@media(max-width:414px) {
	.yx img{
		width:80%;
	}
	.adv_fr1 h3{
		font-size:90px;
	}
	.adv_fr1 p{
		font-size:20px;
	}
	.adv_fr2 p{
		font-size:15px;
		line-height:25px;
	}
	.adv1_fl1 h3{
		font-size:90px;
	}
	.adv1_fl1 p{
		font-size:20px;
	}
	.adv1_fl2 p{
		font-size:15px;
		line-height:25px;
	}
	.inner_title li a{
		font-size:16px;
	}
	.inner_title li a p{
		padding-left:10px;
	}
	.contact_title{
		font-size:18px;
	}
	.ly_title h3{
		font-size:18px;
	}
	.inner_title1 p{
		font-size:60px;
	}
	.prosub li{
		margin-bottom:15px;
	}
	.inner_pro_con_b{
		margin:0px 15px;
	}
	.pagination a{
		margin-bottom:15px;
	}
}
	
@media(max-width:700px) {
	#shuzi li{
		border-right:none;
	}
	.news_date{
		padding-left:15px;
	}
	.news_con_fl{
		padding-left:15px;
	}
	.footer1 li{
		border-right:none;
		min-height: auto;
	}
	.news_info{
		padding-right:15px;
		margin-bottom:15px;
	}
	.line{
		display:none;
	}
	.pro_txt{
		margin-bottom:25px;
	}
	.bpro_img{
		padding:0px 15px;
	}
	.code1{
		width:92%;
		margin-left:-46%;
	}
	
}

@media(max-width:768px) {
	.adv_fl{
		padding:0px 15px;
	}
	.adv_fr{
		padding:0px 15px;
	}
	.adv1_fl{
		padding:0px 15px;
	}
	.adv1_fr{
		padding:0px 15px;
	}
	.adv{
		overflow:hidden;
		margin-bottom:25px;
	}
	.adv1{
		overflow:hidden;
		margin-bottom:25px;
	}
	.adv_fr1{
		padding-left:0;
	}
	.adv_fr2{
		padding-left:0;
	}
	.adv1_fl1{
		padding-right:0;
	}
	.adv1_fl2{
		padding-right:0;
	}
	.inner_title li{
		line-height:50px;
	}
	.inner_title li a i{
		margin-top:12px;
	}
	.inner_title li:last-child{
		background: url(../images/ili.jpg) no-repeat right center;
	}
	.inner_con_about img{
		float:none;
		display:block;
		max-width:100%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.inner_pro_con li{
		padding:0px 15px;
	}
	.pro_shan{
		right:25% !important;
	}
	.code1{
		top:25%;
	}
}

@media(max-width:1200px) {
	.search{
		display:none;
	}
	.ban_con{
		top:5% !important;
		width:90%;
		margin:0 auto;
	}
	.ban_con_txt .txt1{
		max-width:15% !important;
	}
	.ban_con_txt .txt2 {
		margin-top: 2% !important;
		max-width:50% !important;
	}
	.ban_con_img{
		margin-top: 2% !important;
	}
	.ban_con_img img{
		max-width:25%;
		float:none !important;
	}
	.ban_con_img .img1{
		margin-left:0 !important;
	}
	.ban_con_img .img2{
		margin-left:0 !important;
	}
	.ban_con_img .img3{
		margin-left:0 !important;
	}
	.show_content img{
		display:block;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		height: auto;
	}
	.pro_shan{
		right:30%;
	}
}


@media (min-width:321px) and (max-width:500px){
	.pro_shan{
		right:20% !important;
	}
}



@-webkit-keyframes myfirst2 {
	from {
	height:100%;
	left:0;
	top:0;
	opacity:1
	}
	to {
		height:140%;
		left:-20%;
		top:-20%;
		opacity:0
	}
}
@-moz-keyframes myfirst2 {
	from {
	height:100%;
	left:0;
	top:0;
	opacity:1
	}
	to {
		height:140%;
		left:-20%;
		top:-20%;
		opacity:0
	}
}
@-o-keyframes myfirst2 {
	from {
		height:100%;
		left:0;
		top:0;
		opacity:1
	}
	to {
		height:140%;
		left:-20%;
		top:-20%;
		opacity:0
	}
}
@-ms-keyframes myfirst2 {
	from {
	height:100%;
	left:0;
	top:0;
	opacity:1
	}
	to {
		height:140%;
		left:-20%;
		top:-20%;
		opacity:0
	}
}
@keyframes myfirst2 {
	from {
	height:100%;
	left:0;
	top:0;
	opacity:1
	}
	to {
		height:140%;
		left:-20%;
		top:-20%;
		opacity:0
	}
}

































