﻿/********** common style **********/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, optgroup, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
html, body {
    background: #fff;
    font-size: 12px;
    color: #585858;
    line-height: 22px;
    font-family: "Microsoft YaHei";
}
section, article, aside, header, footer, nav, dialog, figure {
    display: block;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, h5, h6, em, input, textarea {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
	text-decoration:none;
	
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
input, select, textarea {
    font-size: 12px;
    vertical-align: middle;
    line-height: 16px;
    font-family: "Microsoft yahei";
}
textarea {
    border: 1px solid #d4d4d4;
}
a img {
    border: 0;
}
a {
    /*L-V-H-A*/
    
    text-decoration: none;
    color: #585858;
}
a:hover {
  
    color: #f9000e;
}
/*表单中必填项文字*/

.required {
    color: #ef2415;
}
/*注释文字*/

.note {
    color: #999;
}
.c_red {
    color: red;
}
/*------表格-----*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    padd: expression(this.cellPadding=0);
    empty-cells: show;
}
table th, table td {}
/*列表-操作列*/

table .operate {
    text-align: center;
}
/*列表-数字列*/

table .num {
    text-align: right;
}
/*左右表格中，文字右对齐列*/

table .col01 {
    text-align: right;
}
/*表格中的文字顶部对齐*/

table .txtv {
    vertical-align: top;
}
/*---除表格外的文字对齐---*/

.txtleft {
    text-align: left;
}
.txtcenter {
    text-align: center;
}
.txtright {
    text-align: right;
}
.floatl {
    float: left;
}
.floatr {
    float: right;
}
.vm {
    vertical-align: middle;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.fn {
    font-weight: normal;
}
.fb {
    font-weight: bold;
}
.hidden {
    display: none !important;
}
/*----清楚浮动1----在应用的过程中我们只需要，在有浮动的元素的面添加<div class="clear"></div>, 这是一种。还有一种就是直接在元素添加一个类clearfix就可以了。*/

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
/*--字体类--*/

.font12 {
    font-size: 12px
}
.font14 {
    font-size: 14px
}
.font16 {
    font-size: 16px
}
.font18 {
    font-size: 18px
}
.font20 {
    font-size: 20px
}
.fb {
    font-weight: bold
}
.fu {
    text-decoration: underline
}
.fn {
    text-decoration: none
}
/*高度*/

.hr_6, .hr_10 {
    font-size: 1px;
    line-height: 1px;
    clear: both;
}
.hr_6 {
    height: 6px;
}
.hr_10 {
    height: 10px;
}
.hr_30 {
    height: 30px;
}
/*分页*/

.PagerView {
    margin-bottom: 20px;
    margin-top: 30px;
}
.pagelist {
    margin: 0 auto;
    width: 300px;
}
.pagelist li {
    float: left;
    margin-right: 5px;
}
.pagelist li.thisclass a {
    color: #E05200;
}
body {
    padding-top: 0px;
}
.headerscroll {
    zoom: 1;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #FFF;
}
#topbarWrap {
    background: #FAFAFA;
    border-bottom: 1px solid #DFDFDF;
}
#topbar {
    width: 1152px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
}
#topbar strong {
    font-weight: bold;
}
#headerWrap {
    background: url(../images/head_bg.png) repeat-x;
    height: 120px;
}
#header {
    width: 100%;
    margin: 0 auto;
}
#header h1 {
    float: left;
    margin-right: 75px;
}
#header h1 img {
    vertical-align: middle;
}
.header-c {
    float: left;
    width: 440px;
    font-size: 16px;
    padding-top: 25px;
}
.header-c p {
    margin-bottom: 20px;
}
.header-c p span {
    font-size: 14px;
    margin-right: 30px;
	text-decoration:underline;
}
#header .header-r {
    position: relative;
    text-align: right;
    font-size: 16px;
    float: right;
    width: 290px;
    padding-top: 25px;
}
#header .header-r p {
    font-size: 16px;
    margin-bottom: 12px;
}
.gjz li {
    float: left;
    margin-left: 8px;
    display: inline;
}
#header .header-r .gjz li a {
    padding: 5px 15px;
    font-size: 22px;
    color: #FFF;
    background-color: #d80c18;
}
#header .header-r .gjz li a:hover {
    text-decoration: none;
    background-color: #cecece;
}
#header .header-r .gjz li a.skin2 {
    background-color: #002551;
}
#header .header-r .gjz li a.skin3 {
    background-color: #222629;
}
#header .header-r .gjz li a.skin2:hover, #header .header-r .gjz li a.skin3:hover {
    background-color: #cecece;
}
#siteNavWrap {
    background: #e5e5e5;
}
#siteNav {
    width: 1152px;
    margin: 10px auto 0 auto;
}
#siteNav .navabout {
float: left;
height: 50px;
background: #E10E4A;
}
#siteNav .navabout a {
font-size: 18px;
color: #FFF;
line-height: 50px;
padding: 0 20px;
}
#siteNav span {
    float: right;
    padding-top: 10px;
    height: 35px;
    overflow: hidden;
}
#siteNav span a {
    margin-left: 5px;
}
#siteNav ul { float:left;} #siteNav ul li {
    line-height: 51px;
    float: left;
    padding: 0;
    font-size: 18px;
    border-right: 1px solid #d6d6d6;
}
#siteNav ul {} #siteNav ul li.current, #siteNav ul li.hover {
    background: #cecece;
}
#siteNav ul {} #siteNav ul li.current a, #siteNav ul li.hover a {
    color: #525252;
}
#siteNav ul li h2 {
    font-size: 14px;
}
#siteNav ul li h2 a {
    color: #7e7e7e;
    font-size: 18px;
    padding: 0 26px;
    display: inline-block;
}
#siteNav ul li h2 a:hover {
    text-decoration: none;
}
#bannerWrap {} #banner {
    height: 428px;
    width: 1152px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}
#bannerWrap {
    margin-top: 10px;
}
#bannerNav {
    width: 240px;
    height: 428px;
    overflow: hidden;
    float: left;
}
#bannerNav li {
    margin-bottom: 1px;
}
#bannerNav a {
    height: 71px;
    line-height: 71px;
    padding-left: 20px;
    font-size: 24px;
    color: #FFF;
    background-color: #6B6B6B;
    display: block;
}
#bannerNav a:hover {
    opacity: .5;
    *filter: Alpha(opacity=50);
}
#bannerNav a.skin1 {
    background-color: #C90D4C;
}
#bannerNav a.skin2 {
    background-color: #1C1C1C;
}
#bannerNav a.skin3 {
    background-color: #B9B9B9;
}
#bannerNav a.skin4 {
    background-color: #002551;
}
#bannerNav a:hover {
    text-decoration: none;
}
#bannerSlide {
    width: 905px;
    height: 428px;
    overflow: hidden;
    float: right;
}
#bannerSlide.slider .pages{
	display:none;
}
.slider {
    position: relative;
    height: 428px;
}
.slider li {
    float: left;
}
.slider li img {
    display: block;
    width: 905px;
    height: 428px;
}
.slider .pages {
    bottom: 25px;
    position: absolute;
    right: 85px;
}
.slider .pages span {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    color: #999;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    border: 1px solid #FFF;
}
#bannerSlide .pages span {
    opacity: .3;
    *filter: Alpha(opacity=30);
}
.slider .pages span.current {
    border: 1px solid #F00;
}
#bannerSlide .btn-prev {
    width: 41px;
    height: 119px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(../images/index_07.png) no-repeat;
    position: absolute;
    left: 0;
    top: 160px;
    z-index: 9;
    opacity: .4;
    *filter: Alpha(opacity=40);
}
#bannerSlide .btn-next {
    width: 41px;
    height: 119px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(../images/index_09.png) no-repeat;
    position: absolute;
    right: 0;
    top: 160px;
    z-index: 9;
    opacity: .4;
    *filter: Alpha(opacity=40);
}
#bannerSlide a.btn-prev:hover, #bannerSlide a.btn-next:hover {
    opacity: 1;
    *filter: Alpha(opacity=100);
}
#bannerWrap {} #casebanner {
    height: 440px;
    width: 1152px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.shichang{
	
	background: #f6f6f6;
    background-repeat: no-repeat;
    display: inline-block;
    height: 1036px;
    transition: all 0.7s ease 0s;
    width:100%;	
	margin-top:20px;
	
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.p1_topsc{width: 1200px; margin: 0 auto; margin-top:60px;}
.p1_topsc .img{color:#1b1b1b; font-size:22px; width:438px; background-color:#fff; height:170px; padding:56px; line-height:34px;}

.p1_topsc .img span{color:#1b1b1b; width:650px;font-weight:bold;}
.p1_topsc .text{color:#fff;}

.p1_topsc2{width: 1200px; margin: 0 auto; margin-top:0px;}
.p1_topsc2 .img{color:#1b1b1b; font-size:22px; width:550px; height:400px; }

.p1_topsc2 .text span{color:#ff8800; width:650px;}
.p1_topsc2 .text{color:#1b1b1b;background-color:#fff;  width:550px; padding:50px; font-size:22px; line-height:38px; height:300px;}

.lxwmyshi{width: 1200px; margin: 0 auto;}


.fazhang{
	
	background: #fff;
    background-repeat: no-repeat;
    display: inline-block;
    height:auto;
    transition: all 0.7s ease 0s;
    width:100%;	
	margin-top:20px;
	
}


.pro{margin-bottom: 40px;}
.pro li{float:left;width:360px; height:352px;margin-top:40px;margin-left:60px;background: #f6f6f6;}
.pro li:nth-child(3n+1){margin-left:0}
.pro li .pic{padding-bottom:25px;position:relative;z-index:11}
.pro li .pic img{display:block;margin:0 auto;}
.pro li .pic p{font-size:22px;color:#000;text-align:center; line-height:30px; margin-top:10px;}
.pro li span.more{display:block;font-size:14px;color:#888;text-align:center;padding:20px 0}
.pro li .hover{width:100%;height: 100%;display:none;position:absolute;top:0;z-index:12;background:#f06100}
.pro li .hover img{margin:0 auto;display:block;padding:3px 0;width: 98%;height: 100%;}
.pro li.active{border-color:#f06100}
.pro li.active span.more{background:#f06100;color:#fff}
.pro li.active .pic{background:#f06100;color:#fff}

.pro li.active .pic p{color:#fff;}

.dongshi22{
	
    background:#ffffff;
    background-repeat: no-repeat;
    display: inline-block;
    
    width:100%;	
	height:100%;
	margin-top:20px;
	position:absolute; 
	
}

.arziti{font-family: "Arial";}
.dongshi {
    width: 100%;
    height: 182px;
     background:#ffffff;
    overflow: hidden;
}
.dongshi .lxwmyshi {
    width: 1200px;
    height: 182px;
    background: url(../images/index01_05.png) no-repeat center;
    overflow: hidden;
}
.dongshi .lxwmyshi .title{
	margin-top:38px; text-align:left; color:#333333; font-size:34px; margin-left:40px;
	font-weight:bold;
}
.dongshi .lxwmyshi .entitle{
	margin-top:38px; text-align:left; color:#333333; font-size:24px;
	font-family: "Arial";
}
.dongshi .lxwmyshi .liucheng{
font-size:24px; text-align:left;width:1000px; margin-top:26px; margin-left:42px;
color:#f58220;
}
.dongshi .lxwmyshi .liucheng span{color:#f58220; font-size:18px;}
.dongshi .lxwmyshi .liucheng span:hover{	
background-color:#f58220;
color:#fff;
}

.dianmain {
    width: 100%;
    height: 460px;
     background:#ffffff;
    overflow: hidden;
}
.dianmain .lxwmyshi {
    width: 1200px;
    height: 460px;
    overflow: hidden;
}
.w580{ width:580px;}
.w620{ width:612px; margin-left:8px;}
.tixi{
	
	background-image: url("../images/tixi_03.png");
    background-repeat: no-repeat;
    display: inline-block;
    height:645px;
    transition: all 0.7s ease 0s;
    width:100%;	
	margin-top:20px;
	
}

.index_1 ul{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	padding-top: 76px;
	border-bottom: 2px solid #c9c9c9;
	height:186px;
}
.index_1 ul li{
	float: left;
	width: 133px;
	margin-left:44px;
	
	
}
.index_1 ul li.fists{margin-left:0px;}

.index_1 ul i{
	display: block;
	width: 130px;
	height: 130px;

}

.index_1 ul i.i1{
background-image: url(../images/tixih_17.png);
}
.index_1 ul i.i2{
background-image: url(../images/tixih_19.png);
}
.index_1 ul i.i3{
	background-image: url(../images/tixih_21.png);
}
.index_1 ul i.i4{
background-image: url(../images/tixih_23.png);
}
.index_1 ul i.i5{
background-image: url(../images/tixih_25.png);
}

.index_1 ul i.i6{
background-image: url(../images/tixih_27.png);
}
.index_1 ul i.i7{
background-image: url(../images/tixih_29.png);
}





.index_1 ul li:hover i.i1{
	background-image: url(../images/tixi_17.png);
}
.index_1 ul li:hover i.i2{
	background-image: url(../images/tixi_19.png);
}
.index_1 ul li:hover i.i3{
	background-image: url(../images/tixi_21.png);
}
.index_1 ul li:hover i.i4{
	background-image: url(../images/tixi_23.png);
}
.index_1 ul li:hover i.i5{
	background-image: url(../images/tixi_25.png);
}
.index_1 ul li:hover i.i6{
	background-image: url(../images/tixi_27.png);
}
.index_1 ul li:hover i.i7{
	background-image: url(../images/tixi_29.png);
}


.index_1 ul h3{
	font-size: 22px;
	color: #1b1b1b;
	line-height: 60px;
	text-align:center;
	text-decoration:none;
}

.index_1 ul li:hover{
border-bottom: 2px solid #ff8800;
border-color: #ff8800;
height:188px;
box-sizing: border-box;

}
.hangyemain{
	
	background-image: url("../images/hangyemain.png");
    background-repeat: no-repeat;
    display: inline-block;
    height:573px;
    transition: all 0.7s ease 0s;
    width:100%;	
	margin-top:20px;
	
}


.index_2 ul{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	padding-top: 76px;
}
.index_2 ul li{
	float: left;
	width: 239px;
	margin: 0 0px;
	border-left: #fff dashed 1px;
	border-bottom: #fff dashed 1px;
}
.index_2 ul i{
	display: block;
	width: 239px;
	height: 151px;

}

.index_2 ul i.i1{
background-image: url(../images/hangyemain00h_13.png);
border-top: #fff dashed 1px;
}
.index_2 ul i.i2{
background-image: url(../images/hangyemain00h_15.png);
border-top: #fff dashed 1px;
}
.index_2 ul i.i3{
	background-image: url(../images/hangyemain00h_17.png);
	border-top: #fff dashed 1px;
}
.index_2 ul i.i4{
background-image: url(../images/hangyemain00h_19.png);
border-top: #fff dashed 1px;
}
.index_2 ul i.i5{
background-image: url(../images/hangyemain00h_21.png);
border-top: #fff dashed 1px;
border-right: #fff dashed 1px;
}

.index_2 ul i.i6{
background-image: url(../images/hangyemain00h_35.png);

}
.index_2 ul i.i7{
background-image: url(../images/hangyemain00h_37.png);

}
.index_2 ul i.i8{
background-image: url(../images/hangyemain00h_39.png);

}
.index_2 ul i.i9{
background-image: url(../images/hangyemain00h_41.png);

}
.index_2 ul i.i10{
background-image: url(../images/hangyemain00h_43.png);
border-right: #fff dashed 1px;
}





.index_2 ul li:hover i.i1{
background-image: url(../images/hangyemain00_13.png);
}
.index_2 ul li:hover i.i2{
background-image: url(../images/hangyemain00_15.png);
}
.index_2 ul li:hover i.i3{
background-image: url(../images/hangyemain00_17.png);
}
.index_2 ul li:hover i.i4{
background-image: url(../images/hangyemain00_19.png);
}
.index_2 ul li:hover i.i5{
background-image: url(../images/hangyemain00_21.png);
}
.index_2 ul li:hover i.i6{
background-image: url(../images/hangyemain00_35.png);
}
.index_2 ul li:hover i.i7{
background-image: url(../images/hangyemain00_37.png);
}
.index_2 ul li:hover i.i8{
background-image: url(../images/hangyemain00_39.png);
}
.index_2 ul li:hover i.i9{
background-image: url(../images/hangyemain00_41.png);
}
.index_2 ul li:hover i.i10{
background-image: url(../images/hangyemain00_43.png);
}


.index_3 ul{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	padding-top: 76px;
}
.index_3 ul li{
	float: left;

	margin: 0 0px;
	margin-left:10px;

}

.index_3 ul li p{
	margin-top: 10px;
	text-align:center;
	color:#000;
	font-size:20px;
}


.dwebsite{
	background-color:#f6f6f6;
    background-repeat: no-repeat;
    display: inline-block;
    height:573px;
    transition: all 0.7s ease 0s;
    width:100%;	
	margin-top:20px;
	
}


.jmshixun{
	background-color:#fff;
    background-repeat: no-repeat;
    display: inline-block;
    height:auto;
    transition: all 0.7s ease 0s;
    width:100%;	
	margin-top:20px;
	min-width: 1200px;

	
}


.jmindexabout{
	background-color:#fff;
    background-repeat: no-repeat;
    display: inline-block;
    height:auto;
    transition: all 0.7s ease 0s;
    width:100%;	
	margin-top:20px;
	padding-bottom:60px;
	min-width: 1200px;
	
}
.jmindexabout  .Ab_mian { background-color:#fff;}
.jmindexabout .fl p{ font-size:18px; color:#000000; line-height:30px; }
.jmindexabout .fl p.htitle{ font-size:26px; color:#000000; font-weight:bold; margin-bottom:30px; }
.jmindexabout .fl{ width:610px;}
.jmindexabout .fr{ width:580px; height:420px;}
.jmindexabout .fl .p{ padding-left:30px; padding-right:30px; padding-top:30px;}
.jmindexabout .fl .p span{width: 149px;
    height: 43px;
    background-color: #b5cc05;
    overflow: hidden;
    font-size: 16px;
    color: #FFF;
    line-height: 43px;
    text-align: center;
    margin-left: 0px;
    margin-top: 35px;
    padding: 10px;
    border-radius: 14px;}
.jmindexabout .fr p{ font-size:26px; color:#000000; line-height:30px; }
.jmindexabout .fr p.htitle{ font-size:40px; color:#000000; font-weight:bold; margin-bottom:30px; }	
	
	.jmindexabout .fr .p{padding-right:30px; padding-top:160px;text-align: center;}
.jmindexabout .fr .p span{
    height: 43px;
    overflow: hidden;
    font-size: 16px;
    color: #FFF;
    line-height: 43px;
    text-align: center;
    margin-left: 0px;
    margin-top: 35px;
    padding: 10px;
	padding-top:30px;
	float: right;

	
	}
	
	
.index_4{margin-bottom:20px;}
.index_4 ul{ padding-top:20px;}
.index_4 ul li{ float:left; width:295px; height:195px; background:#eeeeee; position:relative; margin-right:16px; overflow:hidden; margin-bottom:16px;}
.index_4 ul li .pic{ width:295px;}
.index_4 ul li .yb{ padding-left:0px; padding-top:0px; width:295px; height:120px; text-align:center; margin-top:30px;}
.index_4 ul li .yb p{ font-size:22px; color:#1b1b1b; line-height:16px; padding-bottom:21px; background:url(../images/pic16.jpg) left bottom no-repeat;}
.index_4 ul li .yb p em{ line-height:30px; display:inline-block; font-family: "Microsoft YaHei"; font-size:12px;}
.index_4 ul li .look{ position:absolute; left:0; top:-100px; width:100%; height:100%; background:#31b1d4; display:none; z-index:33;}

.index_4 ul li .look p{ text-align:center; font-size:24px; color:#fff; line-height:62px; padding-top:139px; opacity:1; font-weight:bold;}
.index_4 ul li .look p span{font-size:18px; color:#fff; line-height:20px;}

.index_4 ul li .look .more{ font-size:14px; width:100px; margin:0 auto;}
.index_4 ul li .look .more a{ color:#fff; width:100%; height:30px; text-align:center; line-height:30px; display:inline-block; background:#f39b33;}
.index_4 ul li.last{ margin-right:0;}


.index_48{margin-bottom:20px;}
.index_48 ul{ padding-top:20px;}
.index_48 ul li{ float:left; width:295px; height:215px; background:#ffffff; position:relative; margin-right:6px; overflow:hidden; margin-bottom:16px;}
.index_48 ul li .pic{ width:295px;}
.index_48 ul li .yb{ padding-left:0px; padding-top:0px; width:295px; height:120px; text-align:center; margin-top:180px;}
.index_48 ul li .yb p{ font-size:20px; color:#959595; line-height:26px; padding-bottom:21px; }
.index_48 ul li .yb p em{ line-height:30px; display:inline-block; font-family: "Microsoft YaHei"; font-size:12px;}
.index_48 ul li .look{ position:absolute; left:0; top:-100px; width:100%; height:100%; background:#31b1d4; display:none; z-index:33;}

.index_48 ul li .yb p .btitle{color:#313131; font-size:24px;}
.index_48 ul li .look p{ text-align:center; font-size:24px; color:#fff; line-height:62px; padding-top:139px; opacity:1; font-weight:bold;}
.index_48 ul li .look p span{font-size:18px; color:#fff; line-height:20px;}

.index_48 ul li .look .more{ font-size:14px; width:100px; margin:0 auto;}
.index_48 ul li .look .more a{ color:#fff; width:100%; height:30px; text-align:center; line-height:30px; display:inline-block; background:#f39b33;}
.index_48 ul li.last{ margin-right:0;}


.index_case{margin-bottom:20px;}
.index_case ul{ padding-top:20px;}
.index_case ul li{ float:left; width:390px; height:426px; background:#ffffff; position:relative; margin-right:6px; overflow:hidden; margin-bottom:16px;border: 1px #eeeeee solid;
border-radius:0px 0px 6px 6px;
}
.index_case ul li .pic{ width:390px; height:260px;}
.index_case ul li .yb{ padding-left:0px; padding-top:0px; width:390px; height:120px; text-align:center; margin-top:30px;}

.index_case ul li .yb p{ font-size:18px; color:#959595; line-height:26px; padding-bottom:2px; }
.index_case ul li .yb p em{ line-height:30px; display:inline-block; font-family: "Microsoft YaHei"; font-size:12px;}
.index_case ul li .look{ position:absolute; left:0; top:-100px; width:100%; height:100%; background:#31b1d4; display:none; z-index:33;}

.index_case ul li .yb p.btitle{color:#313131; font-size:24px;}
.index_case ul li .look p{ text-align:center; font-size:24px; color:#fff; line-height:62px; padding-top:139px; opacity:1; font-weight:bold;}
.index_case ul li .look p span{font-size:18px; color:#fff; line-height:20px;}

.index_case ul li .look .more{ font-size:14px; width:100px; margin:0 auto;}
.index_case ul li .look .more a{ color:#fff; width:100%; height:30px; text-align:center; line-height:30px; display:inline-block; background:#f39b33;}
.index_case ul li.last{ margin-right:0;}


.index_jm{margin-bottom:20px;}
.index_jm ul{ padding-top:20px;}
.index_jm ul li{ float:left; width:385px; height:270px; background:#fbfbfb; position:relative; margin-right:6px; overflow:hidden; margin-bottom:16px;border: 1px #eeeeee solid;
border-radius:0px 0px 6px 6px;
}
.index_jm ul li .pic{ width:320px; height: 28px;
    padding-top: 30px;
    padding-left: 30px;
}
.index_jm ul li .yb{ padding-left:0px; padding-top:0px; width:290px; height:130px; text-align:left; margin-top:20px;padding-left: 21px;}

.index_jm ul li .yb p{ font-size:18px; color:#434343; line-height:26px; padding-bottom:2px;  width:268px; margin:auto; }
.index_jm ul li .yb p em{ line-height:30px; display:inline-block; font-family: "Microsoft YaHei"; font-size:12px;}
.index_jm ul li .look{ position:absolute; left:0; top:-100px; width:100%; height:100%; background:#31b1d4; display:none; z-index:33;}

.index_jm ul li .yb p.btitle{color:#434343; font-size:24px; font-weight:bold;}
.index_jm ul li .look p{ text-align:center; font-size:24px; color:#fff; line-height:62px; padding-top:139px; opacity:1; font-weight:bold;}
.index_jm ul li .look p span{font-size:18px; color:#fff; line-height:20px;}

.index_jm ul li .look .more{ font-size:14px; width:100px; margin:0 auto;}
.index_jm ul li .look .more a{ color:#fff; width:100%; height:30px; text-align:center; line-height:30px; display:inline-block; background:#f39b33;}
.index_jm ul li.last{ margin-right:0;}

.indexzhsm {
	width: 100%;
	height: auto;

	overflow: hidden;
	min-width: 1200px;
}
.indexzhsm  .fl{width:300px;}
.indexzhsm  .fr{width:290px; text-align:center;}
.indexzhsm ul {margin-top:20px;}
.indexzhsm ul li{float:left; width:590px; margin-left:10px;height: 378px;}
.indexzhsm ul li h4 {
	font-size: 30px;
	color: #0b74a5;
	line-height: 16px;
	text-align: center;
	margin-top: 128px;

}

.indexzhsm ul li .ltel{background-color:#eeeeee; height:353px; width:415px; margin:auto;}
.indexzhsm ul li .ltel p{ text-align:left; margin-left:30px; line-height:46px; color:#000; font-size:18px;}
.indexzhsm ul li .line {
	width: 30px;
	height: 3px;
	background-color: #000;
	overflow: hidden;
	margin: 30px auto 15px;
}

.indexzhsm ul li p {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	text-align: center;
}

.indexzhsm ul li span {
    height: 43px;
    overflow: hidden;
    font-size: 16px;
    color: #FFF;
    line-height: 43px;
    text-align: center;
    margin-left: 0px;
    margin-top: 35px;
    padding: 10px;
    padding-top: 30px;
    float: right;
}

.heng{
	
display: inline-block; vertical-align: middle; margin-right:10px;
}

.hengl{
	
display: inline-block; vertical-align: middle; margin-left:3px;
}
.indextitle{font-size:32px; color:#00a0e9;text-align:center;font-weight:bold;}
.indextitleen{font-size:24px; color:#bfbfbf; text-align:center; font-weight:bold;}

.kunhuo {
	width: 100%;
	height: 196px;
	 background-color:#0b74a5;
	overflow: hidden;
}


.Box {position: relative;}
			.Box .content {width: 1200px;margin: 0 auto;}
			.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
			.Box .Box_con {position: relative;}
			.Box .Box_con .btnl {position: absolute;}
			.Box .Box_con .btn {display: block;width: 260px;height: 109px;position: absolute;top: 46px;cursor: pointer;}
			.Box .Box_con .btnl {background: url(../images/lunboleft.jpg) no-repeat center;left: -172px;}
			.Box .Box_con .btnr {background: url(../images/lunboright.jpg) no-repeat center;right: -172px;}
			.Box .Box_con .btnl:hover {background: url(../images/lunboleft.jpg) no-repeat center;}
			.Box .Box_con .btnr:hover {background: url(../images/lunboright.jpg) no-repeat center;}
			.Box .Box_con .conbox {position: relative;overflow: hidden;}
			.Box .Box_con .conbox ul {position: relative;list-style: none;}
			.Box .Box_con .conbox ul li {float: left;width: 246px;height: 200px;margin-left: 10px;overflow: hidden;}
			.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
			.Box .Box_con .conbox ul li img {display: block;width: 186px;height: 186px;transition: all 0.5s;}
			.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
			
			.Box .BoxSwitch {margin-top: 30px;text-align: center;}
			.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
			.Box .BoxSwitch span.cur {background: red;}
			
			

			.Boxrw {position: relative;}
			.Boxrw .content {width: 1200px;margin: 0 auto;}
			.Boxrw h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
			.Boxrw .Box_conrm {position: relative;}
			.Boxrw .Box_conrm .btnl {position: absolute;}
			.Boxrw .Box_conrm .btn {display: block;width: 260px;height: 109px;position: absolute;top: 130px;cursor: pointer;}
			.Boxrw .Box_conrm .btnl {background: url(../images/lunboleft.png) no-repeat center;left: -172px;}
			.Boxrw .Box_conrm .btnr {background: url(../images/lunboright.png) no-repeat center;right: -172px;}
			.Boxrw .Box_conrm .btnl:hover {background: url(../images/lunboleft.png) no-repeat center;}
			.Boxrw .Box_conrm .btnr:hover {background: url(../images/lunboright.png) no-repeat center;}
			.Boxrw .Box_conrm .conbox {position: relative;overflow: hidden; height: 384px;}
			.Boxrw .Box_conrm .conbox ul {position: relative;list-style: none;}
			.Boxrw .Box_conrm .conbox ul li {float: left;width: 326px;height: 384px;margin-left: 108px;overflow: hidden;}
			.Boxrw .Box_conrm .conbox ul li:first-child {margin-left: 0;}
			.Boxrw .Box_conrm .conbox ul li img {display: block;width:326px;height:384px;transition: all 0.5s;}
			.Boxrw .Box_conrm .conbox ul li:hover img {transform: scale(1.1);}
			
			.Boxrw .BoxSwitch {margin-top: 30px;text-align: center;}
			.Boxrw .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
			.Boxrw .BoxSwitch span.cur {background: red;}
			
			
			.Boxrwd {position: relative;}
			.Boxrwd .content {width: 1200px;margin: 0 auto;}
			.Boxrwd h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
			.Boxrwd .Box_conrmd {position: relative;}
			.Boxrwd .Box_conrmd .btnl {position: absolute;}
			.Boxrwd .Box_conrmd .btn {display: block;width: 260px;height: 109px;position: absolute;top: 88px;cursor: pointer;}
			.Boxrwd .Box_conrmd .btnl {background: url(../images/lunboleft.png) no-repeat center;left: -172px;}
			.Boxrwd .Box_conrmd .btnr {background: url(../images/lunboright.png) no-repeat center;right: -172px;}
			.Boxrwd .Box_conrmd .btnl:hover {background: url(../images/lunboleft.png) no-repeat center;}
			.Boxrwd .Box_conrmd .btnr:hover {background: url(../images/lunboright.png) no-repeat center;}
			.Boxrwd .Box_conrmd .conbox {position: relative;overflow: hidden; height: 384px;}
			.Boxrwd .Box_conrmd .conbox ul {position: relative;list-style: none;}
			.Boxrwd .Box_conrmd .conbox ul li {float: left;width: 232px;height: 275px;margin-left:8px;overflow: hidden;position: relative;}
			.Boxrwd .Box_conrmd .conbox ul li:first-child {margin-left: 0;}
			.Boxrwd .Box_conrmd .conbox ul li:last-child {margin-left: 0;}
			.Boxrwd .Box_conrmd .conbox ul li img {display: block;width:232px;height:275px;transition: all 0.5s;}
			.Boxrwd .Box_conrmd .conbox ul li:hover img {transform: scale(1.1);}
			
			.Boxrwd .Box_conrmd .conbox ul li span {
    display: block;
    height: 60px;
    background-color: #0b74a4;
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 60px;
    color: #fff;
    text-align: center;
	font-size:23px;
	font-weight:bold;
}
			
			.Boxrwd .BoxSwitch {margin-top: 30px;text-align: center;}
			.Boxrwd .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
			.Boxrwd .BoxSwitch span.cur {background: red;}
			
			
.jmzhichi {
	width: 100%;
	height: 630px;
	overflow: hidden;
}
.index_jmyoushi{margin-bottom:20px;}
.index_jmyoushi ul{ padding-top:20px;}
.index_jmyoushi ul li{ float:left; width:290px; height:386px; background:#ffffff; position:relative; margin-right:6px; overflow:hidden; margin-bottom:16px;border: 1px #eeeeee solid;
border-radius:0px 0px 6px 6px;
}
.index_jmyoushi ul li .pic{ width:290px; height:190px;}
.index_jmyoushi ul li .yb{ padding-left:0px; padding-top:0px; width:290px; height:130px; text-align:center; margin-top:30px;}

.index_jmyoushi ul li .yb p{ font-size:18px; color:#313131; line-height:26px; padding-bottom:2px;  width:240px; margin:auto;}
.index_jmyoushi ul li .yb p em{ line-height:30px; display:inline-block; font-family: "Microsoft YaHei"; font-size:12px;}
.index_jmyoushi ul li .look{ position:absolute; left:0; top:-100px; width:100%; height:100%; background:#31b1d4; display:none; z-index:33;}

.index_jmyoushi ul li .yb p.btitle{color:#313131; font-size:24px;}
.index_jmyoushi ul li .look p{ text-align:center; font-size:24px; color:#fff; line-height:62px; padding-top:139px; opacity:1; font-weight:bold;}
.index_jmyoushi ul li .look p span{font-size:18px; color:#fff; line-height:20px;}

.index_jmyoushi ul li .look .more{ font-size:14px; width:100px; margin:0 auto;}
.index_jmyoushi ul li .look .more a{ color:#fff; width:100%; height:30px; text-align:center; line-height:30px; display:inline-block; background:#f39b33;}
.index_jmyoushi ul li.last{ margin-right:0;}


.index_60{margin-bottom:20px;}
.index_60 ul{ padding-top:20px;}
.index_60 ul li{ float:left; width:293px; height:415px; background:#f6f6f6; position:relative; margin-right:6px; overflow:hidden; margin-bottom:16px;}
.index_60 ul li .pic{ width:295px;}
.index_60 ul li .yb{ padding-left:0px; padding-top:0px; width:293px; height:120px;  margin-top:132px;}
.index_60 ul li .yb p{text-align: left;font-size:18px; color:#313131; line-height:26px; padding-bottom:10px; background:url(../images/pic16.jpg) left bottom no-repeat; width:260px; margin:auto;}
.index_60 ul li .yb p em{ line-height:30px; display:inline-block; font-family: "Microsoft YaHei"; font-size:12px;}
.index_60 ul li .look{ position:absolute; left:0; top:-100px; width:100%; height:100%; background:#31b1d4; display:none; z-index:33;}
.index_60 ul li .yb p.flan{color:#b5cc05;font-size:18px; }
.index_60 ul li .yb p span.hftitle{color:#00a0e9;font-size:24px;font-weight:bold; margin-right:10px;}
.index_60 ul li .look p{ text-align:center; font-size:24px; color:#fff; line-height:62px; padding-top:139px; opacity:1; font-weight:bold;}
.index_60 ul li .look p span{font-size:18px; color:#fff; line-height:20px;}

.index_60 ul li .look .more{ font-size:14px; width:100px; margin:0 auto;}
.index_60 ul li .look .more a{ color:#fff; width:100%; height:30px; text-align:center; line-height:30px; display:inline-block; background:#f39b33;}
.index_60 ul li.last{ margin-right:0;}


.index_49{margin-bottom:20px;}
.index_49 ul{ padding-top:20px;}
.index_49 ul li{ float:left; width:295px; height:315px; background:#ffffff; position:relative; margin-right:6px; overflow:hidden; margin-bottom:16px;}
.index_49 ul li .pic{ width:295px;}
.index_49 ul li .yb{ padding-left:0px; padding-top:0px; width:295px; height:120px; text-align:left; margin-top:10px; padding-left:20px;}
.index_49 ul li .yb p{ font-size:18px; color:#313131; line-height:26px; padding-bottom:21px; background:url(../images/pic16.jpg) left bottom no-repeat;}
.index_49 ul li .yb p em{ line-height:30px; display:inline-block; font-family: "Microsoft YaHei"; font-size:12px;}
.index_49 ul li .look{ position:absolute; left:0; top:-100px; width:100%; height:100%; background:#31b1d4; display:none; z-index:33;}

.index_49 ul li .look p{ text-align:center; font-size:24px; color:#fff; line-height:62px; padding-top:139px; opacity:1; font-weight:bold;}
.index_49 ul li .look p span{font-size:18px; color:#fff; line-height:20px;}

.index_49 ul li .look .more{ font-size:14px; width:100px; margin:0 auto;}
.index_49 ul li .look .more a{ color:#fff; width:100%; height:30px; text-align:center; line-height:30px; display:inline-block; background:#f39b33;}
.index_49 ul li.last{ margin-right:0;}

.index_49 ul li .yb p .btitle{ color:#313131; font-size:32px;}

.index_45{margin-bottom:20px;}
.index_45 ul{ padding-top:20px;}
.index_45 ul li{ float:left; width:295px; height:195px; background:#eeeeee; position:relative; margin-right:16px; overflow:hidden; margin-bottom:16px;}
.index_45 ul li .pic{ width:295px;}
.index_45 ul li .yb{ padding-left:0px; padding-top:0px; width:295px; height:120px; text-align:center; margin-top:30px;}
.index_45 ul li .yb p{ font-size:22px; color:#1b1b1b; line-height:16px; padding-bottom:21px; background:url(../images/pic16.jpg) left bottom no-repeat;}
.index_45 ul li .yb p em{ line-height:30px; display:inline-block; font-family: "Microsoft YaHei"; font-size:12px;}
.index_45 ul li .look{ position:absolute; left:0; top:-100px; width:100%; height:100%; background:#31b1d4; display:none; z-index:33;}

.index_45 ul li .look p{ text-align:center; font-size:24px; color:#fff; line-height:62px; padding-top:56px; opacity:1; font-weight:bold;}
.index_45 ul li .look p span{font-size:18px; color:#fff; line-height:20px;}

.index_45 ul li .look .more{ font-size:14px; width:100px; margin:0 auto;}
.index_45 ul li .look .more a{ color:#fff; width:100%; height:30px; text-align:center; line-height:30px; display:inline-block; background:#f39b33;}
.index_45 ul li.last{ margin-right:0;}


.index_jm8{margin-bottom:40px;}
.index_jm8 ul{ padding-top:40px;}
.index_jm8 ul li{ float:left; width:385px; height:360px; background:#fff; position:relative; margin-right:22px; overflow:hidden; margin-bottom:30px;}
.index_jm8 ul li .pic{ width:385px;}
.index_jm8 ul li .yb{ padding-left:0px; padding-top:0px; width:385px; height:120px; text-align:center; margin-top:30px;}
.index_jm8 ul li .yb p{ font-size:22px; color:#1b1b1b; line-height:16px; padding-bottom:21px; background:url(../images/pic16.jpg) left bottom no-repeat;}
.index_jm8 ul li .yb p em{ line-height:30px; display:inline-block; font-family: "Microsoft YaHei"; font-size:12px;}
.index_jm8 ul li .look{ position:absolute; left:0; top:-100px; width:100%; height:100%; background:#00ade6; display:none; z-index:33;}
.index_jm8 ul li .look p{ text-align:center; font-size:30px; color:#fff; line-height:62px; padding-top:139px;opacity:1; font-weight:bold;}
.index_jm8 ul li .look .more{ font-size:14px; width:100px; margin:0 auto;}
.index_jm8 ul li .look .more a{ color:#fff; width:100%; height:30px; text-align:center; line-height:30px; display:inline-block; background:#f39b33;}
.index_jm8 ul li.last{ margin-right:0;}



.jmyh{ height:200px; background-color:#00ade6; padding-top:10px;}

.index_5 ul{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	padding-top: 56px;
}
.index_5 ul li{
	float: left;
	width: 299px;
	margin-left:1px;
	
}
.index_5 ul li:nth-child(3n+1){margin-left:0}
.index_5 ul i{
	display: block;
	width: 299px;
	height: 168px;

}

.index_5 ul li:last-child{
	float: left;
	width: 599px;
	margin-left:1px;
	
}
.index_5 ul li .i11{
	display: block;
	width: 599px;
	height: 168px;

}

.index_5 ul i.i1{
background-image: url(../images/indexjmh_11.png);
}
.index_5 ul i.i2{
background-image: url(../images/indexjmh_13.png);
}
.index_5 ul i.i3{
	background-image: url(../images/indexjmh_15.png);
}
.index_5 ul i.i4{
background-image: url(../images/indexjmh_17.png);
}
.index_5 ul i.i5{
background-image: url(../images/indexjmh_29.png);
}

.index_5 ul i.i6{
background-image: url(../images/indexjmh_31.png);
}
.index_5 ul i.i7{
background-image: url(../images/indexjmh_33.png);
}
.index_5 ul i.i8{
background-image: url(../images/indexjmh_35.png);
}
.index_5 ul i.i9{
background-image: url(../images/indexjmh_47.png);
}
.index_5 ul i.i10{
background-image: url(../images/indexjmh_49.png);
}
.index_5 ul i.i11{
background-image: url(../images/indexjmh_51.png);
}




.index_5 ul li:hover i.i1{
	background-image: url(../images/indexjm_11.png);
}
.index_5 ul li:hover i.i2{
	background-image: url(../images/indexjm_13.png);
}
.index_5 ul li:hover i.i3{
	background-image: url(../images/indexjm_15.png);
}
.index_5 ul li:hover i.i4{
	background-image: url(../images/indexjm_17.png);
}
.index_5 ul li:hover i.i5{
	background-image: url(../images/indexjm_29.png);
}
.index_5 ul li:hover i.i6{
	background-image: url(../images/indexjm_31.png);
}
.index_5 ul li:hover i.i7{
	background-image: url(../images/indexjm_33.png);
}
.index_5 ul li:hover i.i8{
	background-image: url(../images/indexjm_35.png);
}
.index_5 ul li:hover i.i9{
	background-image: url(../images/indexjm_47.png);
}
.index_5 ul li:hover i.i10{
	background-image: url(../images/indexjm_49.png);
}
.index_5 ul li:hover i.i11{
	background-image: url(../images/indexjm_51.png);
}



.about03 {
	width: 100%;
	height: 332px;
	background-color:#f37022;
	overflow: hidden;
	margin-top:60px;
}

.about03 h3 {
	margin: 78px auto 32px;
	text-align: center;
	font-size:50px;
}

.about03 ul {
	width: 1200px;
	margin: 0 auto;
	padding-top:30px;
}
.about03 p.title{margin-bottom:40px;}
.about03 ul li {
	width: 200px;
	float: left;
	height: 300px;
	overflow: hidden;
	margin-left:103px;
}
.about03 ul li.fists{margin-left:0px;}

.about03 ul li .i1 {
	width: 80px;
	height: 80px;
	background: url(../images/indexico_11.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:60px;
}

.about03 ul li .i2 {
	width: 80px;
	height: 80px;
	background: url(../images/indexico_13.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:60px;
}

.about03 ul li .i3 {
	width: 80px;
	height: 80px;
	background: url(../images/indexico_15.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:60px;
}

.about03 ul li .i4 {
	width: 80px;
	height: 80px;
	background: url(../images/indexico_17.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:60px;
}
/*
.about03 ul li .i5 {
	width: 80px;
	height: 80px;
	background: url(../images/indexdd_23.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:20px;
}

.about03 ul li .i6 {
	width: 80px;
	height: 80px;
	background: url(../images/indexdd_25.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:20px;
}
*/
.about03 ul li:hover .i1 {
	background: url(../images/indexico_11.png) no-repeat center;
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
	
}

.about03 ul li:hover .i2 {
	background: url(../images/indexico_13.png) no-repeat center;
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.about03 ul li:hover .i3 {
	background: url(../images/indexico_15.png) no-repeat center;
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.about03 ul li:hover .i4 {
	background: url(../images/indexico_17.png) no-repeat center;
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
/*
.about03 ul li:hover .i5 {
	background: url(../images/indexdd2_23.png) no-repeat center;
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.about03 ul li:hover .i6 {
	background: url(../images/indexdd2_25.png) no-repeat center;
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.about03 ul li:hover {
	
}
*/
.about03 ul li h4 {
	font-size: 24px;
	color: #fff;
	line-height: 16px;
	text-align: center;
	margin-top:20px;
	font-weight:bold;
}

.about03 ul li .line {
	width: 30px;
	height: 1px;

	overflow: hidden;
	margin: 10px auto 15px;
}

.about03 ul li p {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	text-align: left;
}


.jiameng03 {
	width: 100%;
	height: 757px;
	background: url(../images/jaimengys1_04.png) no-repeat center;
	overflow: hidden;
	margin-top:60px;
}

.jiameng03 h3 {
	margin: 38px auto 22px;
	text-align: center;
	font-size:50px;
}

.jiameng03 ul {
	width: 1200px;
	margin: 0 auto;
	
}

.jiameng03 ul li {
	width: 190px;
	float: left;
	height: 258px;

	margin-left:10px;
	position:relative;
}
.jiameng03 ul li.fists{margin-left:0px;}

.jiameng03 ul li .i1 {
	width: 130px;
	height: 130px;
	background: url(../images/jaimengys_15.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:30px;
}

.jiameng03 ul li .i2 {
	width: 130px;
	height: 130px;
	background: url(../images/jaimengys_17.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:30px;
}

.jiameng03 ul li .i3 {
	width: 130px;
	height: 130px;
	background: url(../images/jaimengys_19.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:30px;
}

.jiameng03 ul li .i4 {
	width: 130px;
	height: 130px;
	background: url(../images/jaimengys_21.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:30px;
}

.jiameng03 ul li .i5 {
	width: 130px;
	height: 130px;
	background: url(../images/jaimengys_23.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:30px;
}

.jiameng03 ul li .i6 {
	width: 130px;
	height: 130px;
	background: url(../images/jaimengys_25.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:30px;
}

.jiameng03 ul li .i7 {
	width: 130px;
	height: 130px;
	background: url(../images/jaimengys_41.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:30px;
}
.jiameng03 ul li .i8 {
	width: 130px;
	height: 130px;
	background: url(../images/jaimengys_43.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:30px;
}
.jiameng03 ul li .i9 {
	width: 130px;
	height: 130px;
	background: url(../images/jaimengys_45.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:30px;
}
.jiameng03 ul li .i10 {
	width: 130px;
	height: 130px;
	background: url(../images/jaimengys_47.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:30px;
}
.jiameng03 ul li .i11 {
	width: 130px;
	height: 130px;
	background: url(../images/jaimengys_49.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:30px;
}
.jiameng03 ul li .i12 {
	width: 130px;
	height: 130px;
	background: url(../images/jaimengys_51.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:30px;
}


.jiameng03 ul li:hover {
	background-color:#fff;
	z-index:999;
}
.jiameng03 ul li:hover p{ display:block; z-index:999;}
.jiameng03 ul li h4 {
	font-size: 24px;
	color: #000000;
	line-height: 16px;
	text-align: center;
	margin-top:20px;
}

.jiameng03 ul li .line {
	width: 30px;
	height: 1px;
	background-color: #747474;
	overflow: hidden;
	margin: 10px auto 15px;
	display:none;
}
.jiameng03 ul li:hover .line {
	display:block;
	
}
.jiameng03 ul li p {
	font-size: 18px;
	color: #000;
	line-height: 28px;
	text-align: center;
	display:none;
	position:absolute;
	height:130px;
	background-color:#fff;
}


.youshicase{
	background-color:#fff;
    background-repeat: no-repeat;
    display: inline-block;
    height:auto;
    transition: all 0.7s ease 0s;
    width:100%;	
	margin-top:20px;
	
}

.newsmain{
	background-color:#fff;
    background-repeat: no-repeat;
    display: inline-block;
    height:auto;
    transition: all 0.7s ease 0s;
    width:100%;	
	margin-top:20px;
	
}

.new_list{
  padding-top: 14px;
  height: 408px;
}
.new_list .bd li img{
  width:576px;
  height:348px;
}
.new {
	width:560px;
}
.new li {
  /*border-bottom: 1px dashed #d4d4d4;*/
  margin-bottom: 16px;
  color:#1b1b1b;
  width: 560px;
}
.new li a{
	font-size: 20px;
	
	
}
.new li a.more{color:#fff;}
.new li.on{
  color: #c39a45;
}

.main .new li a {
  font-size: 12px;
  color: #333333;
  line-height: 2;
}
.main .new li a:hover {
  color: #c39a45;
}

.new li span {
  font-size: 16px;
  line-height: 2;
  color:#eb2323;
}
.main .new li span:hover {
   cursor:pointer;
  color: #c39a45;
}
.new li p {
  font-size: 20px;
  color: #7d7d7d;
}
.new .no-margin {
  margin: 0;
}

.lanse{ color:#00ade6;}


.About > div { padding: 60px 0; }
.About .Ab_tit { margin-bottom: 60px; font-size: 0; text-align: center; }
.About .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#000; }
.About .Ab_tit p.title{ font-size:22px; color:#fff;}
.About .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px;}
.About .Ab_tit p.lanse { font-size:30px; color:#00ade6; margin-top:28px; font-weight:bold;}

.About .Ab_tit img { max-width: 100%; max-height: 100%; }
.About .Ab_1 { background: no-repeat center/cover; }

.About .bgab1{width:100%; background-color:#f6f6f6;}

.About .bgab2{	width: 100%;
	height: 240px;
	background: url(../images/bgab2.png) no-repeat center;
	overflow: hidden;}
	

.About .bgab3{width:100%; background-color:#f6f6f6; height:226px;}
.About .bgab3 ul{width:514px; padding-top:30px;}
.About .bgab3 ul li{ float:left;width:200px;font-size:20px; margin-top:20px;}
.About .bgab3 ul li.firsts{ color:#00ade6; font-size:22px; font-weight:bold;margin-top:0px;}

.About .Ab_1jm .Ab_fl { width: 503px; }
.About .Ab_1jm .Ab_fl img { width: 100%; }
.About .Ab_1jm .Ab_fl.w500 { width: 500px; }
.About .Ab_1jm .Ab_fl.w550 { width: 550px; }
.About .Ab_1jm .Ab_fl.w565 { width: 565px; }


.About .Ab_1jm .Ab_fl.w520 { width: 520px; }
.About .Ab_1jm .Ab_fr { width: calc(100% - 503px); height:463px; padding: 0px 0; box-sizing: border-box; }
.About .Ab_1jm .Ab_fr > div { position: relative; width: 100%; height: 100%; padding: 0 30px; overflow: hidden; box-sizing: border-box; }
.About .Ab_1jm .Ab_fr p { font-size: 20px; color: #000; line-height: 38px; }
.About .Ab_1jm .Ab_fr span.lanse{ font-size:30px; font-weight:bold;}
.About .Ab_1jm .Ab_fr .p2 p { line-height:40px;}
.About .Ab_1jm .Ab_fr .p3 p { line-height:39px; }
.About .Ab_1jm .Ab_fr .p3 span{ font-weight:bold;}

.About .Ab_1jm .Ab_fr .p4 p { line-height:30px; margin-top:30px;}
.About .Ab_1jm .Ab_fr .p4 span{ font-weight:bold;}

.About .Ab_1jm .Ab_fl .p3 p { font-size: 20px;padding-top:26px; line-height:30px; color:#000;}
.About .Ab_1jm .Ab_fl .p3 span{ font-weight:bold; color:#000;}

.About .Ab_1jm .Ab_fr h4 { text-align: center; }
.About .Ab_1jm .Ab_fr.h508 { height: 508px; }
.About .Ab_1 .Ab_fr.h160 { height: 160px; }

.About .Ab_1jm .Ab_fr img { max-width: 100%; max-height: 100%; }



.About .Ab_1 .Ab_fl { width: 570px; height:350px; }
.About .Ab_1 .Ab_fl img { width: 100%; }
.About .Ab_1 .Ab_fl.w500 { width: 500px; }
.About .Ab_1 .Ab_fl.w550 { width: 550px; margin-top:145px; }
.About .Ab_1 .Ab_fl.w565 { width: 565px; }


.About .Ab_1 .Ab_fl.w520 { width: 520px; }
.About .Ab_1 .Ab_fr { width: calc(100% - 575px); height: 350px; padding: 0px 0; box-sizing: border-box; }
.About .Ab_1 .Ab_fr > div { position: relative; width: 100%; height:auto; padding: 0 30px; overflow: hidden; box-sizing: border-box;  }
.About .Ab_1 .Ab_fr p { font-size: 18px; color: #313131; line-height: 33px; }

.About .Ab_1 .Ab_fr p .tit6s{color: #f58220;}
.About .Ab_1 .Ab_fr .p2 p { line-height:30px;}
.About .Ab_1 .Ab_fr .p3 p { line-height:39px; }
.About .Ab_1 .Ab_fr .p3 span{ font-weight:bold;}

.About .Ab_1 .Ab_fr .p4 p { line-height:30px;}
.About .Ab_1 .Ab_fr .p4 span{ font-weight:bold;}

.About .Ab_1 .Ab_fl .p3 p { font-size: 20px;padding-top:26px; line-height:30px; color:#000;}
.About .Ab_1 .Ab_fl .p3 span{ font-weight:bold; color:#000;}

.About .Ab_1 .Ab_fr h4 { text-align: center; }
.About .Ab_1 .Ab_fr.h508 { height: 508px; }
.About .Ab_1 .Ab_fr.h160 { height: 160px; }

.About .Ab_1 .Ab_fr img { max-width: 100%; max-height: 100%; }


.About66 .Ab_1 .Ab_fl { width: 570px; height:350px; }
.About66 .Ab_1 .Ab_fl img { width: 100%; }
.About66 .Ab_1 .Ab_fl.w500 { width: 500px; }
.About66 .Ab_1 .Ab_fl.w550 { width: 550px;}
.About66 .Ab_1 .Ab_fl.w565 { width: 565px; }


.About66 .Ab_1 .Ab_fl.w520 { width: 520px; }
.About66 .Ab_1 .Ab_fr { width: calc(100% - 575px); height: 350px; padding: 0px 0; box-sizing: border-box; }
.About66 .Ab_1 .Ab_fr > div { position: relative; width: 100%; height:auto; padding: 0 30px; overflow: hidden; box-sizing: border-box; margin-top:30px; }
.About66 .Ab_1 .Ab_fr p { font-size: 18px; color: #313131; line-height: 20px; }

.About66 .Ab_1 .Ab_fr p .tit6s{color: #f58220;}
.About66 .Ab_1 .Ab_fr .p2 p { line-height:30px;}
.About66 .Ab_1 .Ab_fr .p3 p { line-height:39px; }
.About66 .Ab_1 .Ab_fr .p3 span{ font-weight:bold;}

.About66 .Ab_1 .Ab_fr .p4 p { line-height:30px; margin-top:30px;}
.About66 .Ab_1 .Ab_fr .p4 span{ font-weight:bold;}

.About66 .Ab_1 .Ab_fl .p3 p { font-size: 20px;padding-top:26px; line-height:30px; color:#000;}
.About66 .Ab_1 .Ab_fl .p3 span{ font-weight:bold; color:#000;}

.About66 .Ab_1 .Ab_fr h4 { text-align: center; }
.About66 .Ab_1 .Ab_fr.h508 { height: 508px; }
.About66 .Ab_1 .Ab_fr.h160 { height: 160px; }

.About66 .Ab_1 .Ab_fr img { max-width: 100%; max-height: 100%; }



.About66 {
	width: 100%;
	height: 813px;
	background: url(../images/aboutbg_02.jpg) no-repeat center;
	overflow: hidden;
}

.abindex_1{
	
	
}

.abindex_1 ul{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	padding-top: 40px;
}
.abindex_1 ul li{
	float: left;
	width: 66px;
	margin-left:29px;
}
.abindex_1 ul li.fist{
	margin-left:0px;
}
.abindex_1 ul i{
	display: block;
	width: 66px;
	height: 76px;
	
}
.abindex_1 ul li:hover i{

}
.abindex_1 ul i.i1{
	background: url(../images/About662_15.png) no-repeat;
}

.abindex_1 ul i.i2{
	background: url(../images/About662_17.png) no-repeat;
}
.abindex_1 ul i.i3{
	background: url(../images/About662_19.png) no-repeat;
}
.abindex_1 ul i.i4{
	background: url(../images/About662_21.png) no-repeat;
}
.abindex_1 ul i.i5{
	background: url(../images/About662_23.png) no-repeat;
}

.abindex_1 ul i.i6{
	background: url(../images/About662_25.png) no-repeat;
}

.abindex_1 ul h3{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	width:38px;
	margin-left:10px;
}
.abindex_1 ul li:hover h3{
	color: #1e3585;
}

.About .Ab_2 { background: #fcfcfc; }
.About .Ab_2 .Ab_fr { width: calc(100% - 700px); height: 440px; background: #fff; padding: 50px 0; box-sizing: border-box; text-align: center; }
.About .Ab_2 .Ab_fr > div { position: relative; width: 100%; height: 100%; padding: 0 30px; overflow: hidden; box-sizing: border-box; }
.About .Ab_2 .Ab_fr p { line-height: 36px; }
.About .Ab_2 .Ab_fr img { max-width: 100%; max-height: 100%; }
.About .Ab_2 .Ab_fl { width: 700px; height: 440px; background: no-repeat center/cover; }
.About .Ab_3 .Ab_mian { box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1); }
.About .Ab_3 .ab_bd { position: relative; float: left; width: 800px; height: 450px; overflow: hidden; }
.About .Ab_3 .ab_bd > div { width: 100%; height: 100%; }
.About .Ab_3 .ab_bd .swiper-slide { position: relative; width: 100%; height: 100%; z-index: 1; cursor: pointer; }
.About .Ab_3 .ab_bd .swiper-slide.swiper-slide-active { z-index: 2 !important; }
.About .Ab_3 .ab_bd .swiper-slide span { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center/cover; }
.About .Ab_3 .ab_bd .swiper-slide span:before { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; content: ''; background: rgba(0, 0, 0, 0.5); }
.About .Ab_3 .ab_bd .swiper-slide span i { position: absolute; top: 50%; left: 50%; z-index: 2; font-size: 64px; color: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.About .Ab_3 .ab_bd .pagination { display: none; }
.About .Ab_3 .ab_hd { float: right; width: calc(100% - 800px); height: 450px; padding: 0 30px; background: #fff; box-sizing: border-box; font-size: 0; }
.About .Ab_3 .ab_hd > div { width: 100%; height: 390px; overflow: hidden; }
.About .Ab_3 .ab_hd .swiper-slide { padding: 15px 0; box-sizing: border-box; cursor: pointer; }
.About .Ab_3 .ab_hd .swiper-slide span { height: 100%; }
.About .Ab_3 .ab_hd .swiper-slide span.fl { position: relative; width: 160px; background: no-repeat center/cover; }
.About .Ab_3 .ab_hd .swiper-slide span.fr { width: calc(100% - 160px); background: #fcfcfc; padding: 20px; box-sizing: border-box; font-size: 14px; color: #999; line-height: 24px; }
.About .Ab_3 .ab_hd .swiper-slide span.fr em { display: block; max-height: 48px; overflow: hidden; }
.About .Ab_3 .ab_hd .swiper-slide.on span.fl:before { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; content: ''; border: 5px solid #000; box-sizing: border-box; }
.About .Ab_3 .ab_hd .swiper-slide.on span.fr { color: #000; }
.About .Ab_3 .ab_hd .iconfont { display: inline-block; width: 40px; height: 40px; border: 1px solid #000; box-sizing: border-box; font-size: 18px; font-weight: bold; color: #666; text-align: center; line-height: 38px; }
.About .Ab_3 .ab_hd .iconfont:last-child { border-left: none; }
.About .Ab_3 .ab_hd .iconfont:hover { background: #000; color: #fff; }
.About .Ab_3 .Ab_tc { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; }
.About .Ab_3 .Ab_tc .Ab_bg { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.About .Ab_3 .Ab_tc .Ab_box { position: absolute; top: 50%; left: 50%; z-index: 2; width: 1000px; height: 600px; background: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.About .Ab_3 .Ab_tc .Ab_box > i { position: absolute; bottom: 102%; right: 0; font-size: 40px; color: #fff; cursor: pointer; }
.About .Ab_3 .Ab_tc .Ab_box > div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.About .Ab_3 .Ab_tc .Ab_box > div > span { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.About .Ab_3 .Ab_tc .Ab_box > div iframe { width: 100%; height: 100%; }

.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.about06 {
	width: 100%;
	height:700px;
	background: url(../images/index_02.jpg) no-repeat center;
	overflow: hidden;
}
.about06 .lxwmyshi  .Ab_tit{
text-align:center;	
padding-top:172px;
}
.about06 .lxwmyshi  .Ab_tit span{
	
	text-align:center;
	font-size:36px;
	color:#fff;
	font-weight:bold;
}

.about06 .lxwmyshi  .Ab_tit .line {
	width: 30px;
	height: 1px;
	background-color:#f58220;
	overflow: hidden;
	margin: 90px auto 45px;
}


.about06 .lxwmyshi  .Ab_tit .lanse2{
	margin-top:90px;
	font-size:18px;
	color:#fff;
}

.About .about06 .Ab_tit span { display: inline-block; vertical-align: top; height: 52px; font-size:50px; color:#fff; margin-top:68px; }
.About .about06 .Ab_tit p.title{ font-size:22px; color:#fff;}
.About .about06 .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px; width:200px; height:26px; margin-top:1px;}
.About .about06 .Ab_tit p.lanse2 { font-size:30px; color:#ffffff; margin-top:28px;font-weight:bold;}
.About .about06 .Ab_tit p.lanse3 { font-size:22px; color:#ffffff; margin-top:28px;}



.about069 {
	width: 100%;
	height: 601px;
	background-color:#fff;
	overflow: hidden;
	padding-top:60px;
}
.about069 .lxwmyshi  .Ab_tit{
text-align:center;	
padding-top:172px;
}
.about069 .lxwmyshi  .Ab_tit span{
	
	text-align:center;
	font-size:30px;
	color:#fff;
}

.about069 .lxwmyshi  .Ab_tit .line {
	width: 30px;
	height: 1px;
	background-color:#f58220;
	overflow: hidden;
	margin: 60px auto 15px;
}


.about069 .lxwmyshi  .Ab_tit .lanse2{
	margin-top:60px;
	font-size:18px;
	color:#fff;
}
.about069 .abtex{text-align:center; font-size:18px; margin-bottom:20px;}
.about069 .ablanse{color:#f58220;}
.about069 .lxwmyshi{position:relative}
.about069 .Ab_fr .p{background-color:#f8f8f8; width:626px;height:270px;position:absolute;top:130px;left:42%;z-index:999; opacity:0.8;padding-left:90px; padding-top:30px;}
.about069 .Ab_fr .p p{ line-height:30px; font-size:18px; margin-top:10px; margin-left:20px;}

.about069 .Ab_fr .p p.fist{line-height:30px;  font-size:18px; margin-top:50px}

.about069 .Ab_fr .p .wangs{color:#313131; padding:10px; margin-right:10px; width:100px; font-size:18px; font-weight:bold; }

.about069 .Ab_fr .p p.fist .wangs{padding-right:54px;}
.about069 .Ab_fr .p p.fists .wangs{padding-right:54px;}


.about062 {
	width: 100%;
	height: 601px;
	background-color:#fff;
	overflow: hidden;
	padding-top:60px;
}
.about062 .Ab_fl{ z-index:9999;}
.about062 .Ab_fl img{ z-index:9999;position:absolute;left: 60%; top:100px;}
.about062 .Ab_fr .p{background-color:#f8f8f8; width: 900px;height:270px;top:192px;left:0%; opacity:0.8;padding-left:20px; padding-top:30px;}
.about062 .Ab_fr .p p{ line-height:30px; font-size:18px; margin-top:10px; margin-left:20px; color:#434343;}
.about062 .lxwmyshi {
    position: relative;
}
.about062 .Ab_fr .p p{width:600px;}
.about062 .Ab_fr .p p.fist{line-height:30px;  font-size:36px; margin-top:50px; color:#c9c9c9; font-weight:bold;}
.about062 .Ab_fr .p .wangs{color:#313131; padding:10px; margin-right:10px; width:100px; font-size:18px; font-weight:bold; }


.about063 {
	width: 100%;
	height: 249px;
	background-color:#00a0ea;
	overflow: hidden;
	padding-top:60px;
}
.about063 .Ab_fl{ z-index:9999;}
.about063 .Ab_fl img{ z-index:9999;left: 60%; top:100px;}
.about063 .Ab_fr .p{ width: 494px;height:270px;top:192px;left:0%; opacity:0.8;padding-left:20px; padding-top:30px;}
.about063 .Ab_fr .p p{ line-height:30px; font-size:22px; margin-top:10px; margin-left:20px; color:#fff;}
.about063 .lxwmyshi {
   
}
.about063 .Ab_fr .p p{width:494px;}
.about063 .Ab_fr .p p.fist{line-height:30px;  font-size:36px; margin-top:0px; color:#32b3ed; font-weight:bold;}
.about063 .Ab_fr .p .wangs{color:#fff; padding:0px; margin-right:10px; width:494px; font-size:36px; font-weight:bold;margin-bottom:20px; margin-top:20px; }



.bg_f4f4f4 .Ab_tit{text-align:center;}
.bg_f4f4f4 .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#000; margin-top:38px; }
.bg_f4f4f4 .Ab_tit p.title{ font-size:22px; color:#fff;}
.bg_f4f4f4 .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px; width:200px; height:26px; margin-top:1px;}
.bg_f4f4f4 .Ab_tit p.lanse2 { font-size:30px; color:#ffffff; margin-top:28px;}
.bg_f4f4f4 .Ab_tit p.lanse3 { font-size:22px; color:#ffffff; margin-top:28px;}

.about068 {
	width: 100%;
	height: 682px;
	background: url(../images/xmlin_02.jpg) no-repeat center;
	overflow: hidden;
}
.banner-txt {
	width: 498px;
	height: 395px;

	padding: 28px 24px 24px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin-top:16%;
	opacity:0.8;
}

.banner-txt h2 {
	margin-bottom: 4px;
	font-size: 44px;
	color: #9d2222;
	font-weight: 700
}

.banner-txt h3 {
	max-height: 64px;
	overflow: hidden;
	margin-bottom: 38px;
	line-height: 32px;
	font-size: 24px;
	color: #4c4c4c;
	font-weight: 700
}

.banner-txt .text_p {
	max-height: 104px;
	overflow: hidden;
	font-size: 18px;
	color: #313131;
	line-height: 26px;
	text-align:left;
}

.banner-txt .more {
	position: absolute;
	left: 34px;
	bottom: 54px;
	width: 126px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #b80101;
	color: #fff
}


.about066 {
	width: 100%;
	height: 808px;
	background: url(../images/chengjiu_02.jpg) no-repeat center;
	overflow: hidden;
}


.about08 {
	width: 100%;
	height:auto;
	background-color:#f6f6f6;
	overflow: hidden;
}

.About .about08 .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#000; margin-top:38px; }
.About .about08 .Ab_tit p.title{ font-size:22px; color:#fff;}
.About .about08 .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px; margin-top:1px;}
.About .about08 .Ab_tit p.lanse2 { font-size:30px; color:#ffffff; margin-top:28px;}
.About .about08 .Ab_tit p.lanse3 { font-size:22px; color:#ffffff; margin-top:28px;}


.about09 {
	width: 100%;
	height:auto;
	background-color:#fff;
	overflow: hidden;
}

.About .about09 .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#000; margin-top:38px; }
.About .about09 .Ab_tit p.title{ font-size:22px; color:#fff;}
.About .about09 .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px; margin-top:1px;}
.About .about09 .Ab_tit p.lanse2 { font-size:30px; color:#ffffff; margin-top:28px;}
.About .about09 .Ab_tit p.lanse3 { font-size:22px; color:#ffffff; margin-top:28px;}
.about0868{
	width: 100%;
	height:auto;
	background-color:#00a0ea;
	overflow: hidden;
	margin-top:60px;
}

.about0868 ul{ width:1200px; margin:auto;  height:320px;}
.about0868 ul li{ float:left; margin-left:25px; }
.about0868 ul li.last{margin-left:0px;}
.about0868 ul li p{ text-align:center; font-size:18px;color:#fff; margin-top:10px;}

.about0866{ padding-bottom:30px; height:430px;}
.about0866 ul {
	width: 1200px;
	margin: 0 auto;

}

.about0866 ul li {
	width: 240px;
	float: left;
	height: 278px;
	overflow: hidden;
	padding-top: 20px;
}

.about0866 ul li .i1 {
	width: 108px;
	height: 108px;
	background: url(../images/about1_13.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:68px;
}

.about0866 ul li .i2 {
	width: 108px;
	height: 108px;
	background: url(../images/about1_15.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:68px;
}

.about0866 ul li .i3 {
	width: 108px;
	height: 108px;
	background: url(../images/about1_17.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:68px;
}

.about0866 ul li .i4 {
	width: 108px;
	height: 108px;
	background: url(../images/about1_19.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:68px;
}

.about0866 ul li .i5 {
	width: 108px;
	height: 108px;
	background: url(../images/about1_21.png) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:68px;
}



.about0866 ul li:hover .i1{
	background-image: url(../images/about2_13.png);
}
.about0866 ul li:hover .i2{
	background-image: url(../images/about2_15.png);
}
.about0866 ul li:hover .i3{
	background-image: url(../images/about2_17.png);
}
.about0866 ul li:hover .i4{
	background-image: url(../images/about2_19.png);
}
.about0866 ul li:hover .i5{
	background-image: url(../images/about2_21.png);
}



.about0866 ul li:hover {
	background-color: #f6f6f6;
}

.about0866 ul li h4 {
	font-size: 18px;
	color: #1b1b1b;
	line-height: 16px;
	text-align: center;
	margin-top: 10px;
	font-weight:bold;
}

.about0866 ul li .line {
	width: 30px;
	height: 1px;
	background-color: #747474;
	overflow: hidden;
	margin: 10px auto 15px;
}

.about0866 ul li p {
	font-size: 18px;
	color: #313131;
	line-height: 22px;
	text-align: center;
}

.baseWidth {
    width: 1200px;
    margin: 0 auto;
}

.p5_list {
	margin-top: 14px
}
.p5_list  li{ width:270px;float: left; margin-left:36px; margin-bottom:20px; height:490px;}
.p5_list li.filsts{ margin-left:0px;}
.p5_list .slick-slide {
	cursor: pointer;
	margin: 20px 10px
}

.p5_list li:hover {
	box-shadow: 0 6px 10px rgba(0,0,0,.1);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	width:274px;
}

.p5_list .text {
	padding: 15px 20px;
	background: #fff;
}

.p5_list .text h2 {
	margin-bottom: 10px;
	font-size: 30px;
	color: #000
}

.p5_list .text h2 span {
	width: 86px;
	overflow: hidden;
	margin-left: 12px;
	font-size: 14px;
	color: #000;
	border: 1px solid #c8c8c8;
	border-radius: 2px;
	padding: 0 6px;
	height: 20px;
	line-height: 18px
}

.p5_list .text p {
	margin-bottom: 2px;
	line-height: 20px;
	font-size: 14px;
	color: #000;
}

.p5_list li:hover p{color:#00ade6;}
.p5_list li:hover h2{color:#00ade6;}
.p5_list li:hover span{color:#00ade6;}
.p5_list li:hover img{	border: 3px solid #00ade6;}
.p5_list .text .more {
	width: 116px;
	height: 30px;
	line-height: 30px;
	background: #d21e1f;
	color: #fff;
	text-align: center;
	border-radius: 2px
}

.p5_list .slick-prev {
	left: -65px;
	width: 33px;
	height: 60px;
	margin-top: -30px;

}

.p5_list .slick-prev:hover {

}

.p5_list .slick-next {
	right: -65px;
	width: 33px;
	height: 60px;
	margin-top: -30px;

}

.p5_list .slick-next:hover {
	
}

.c4_part {
	padding: 55px 0 6px
}

.c4_part .c4_con {
	margin-top: 28px
}

.c4_con .img {
	float: left;
	width: 800px;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.c4_con .text {
	padding: 18px 35px 30px;
	box-sizing: border-box;
	float: right;
	width: 32.5%;
	background: #fff
}

.c4_con .text h3 {
	font-size: 26px;
	color: #000;
	height: 24px;
	line-height: 24px;
	font-weight:bold;
}
.c4_part .tit {
	margin-bottom: 32px;
	font-size:22px;
	color:#000;
}
.c4_list{ margin-top:20px;}


.c5_part .text h3 {
	font-size: 26px;
	color: #000;
	height: 24px;
	line-height: 24px;
	font-weight:bold;
}
.c5_part .tit {
	margin-bottom: 32px;
	font-size:22px;
	color:#000;
}
.c5_part{ margin-top:20px;}



.c5_form {
	padding: 0px 0 30px
}

.c5_form .tit {
	margin-bottom: 9px;
	font-size:22px;
	color:#000000;
	font-weight:bold;
}
.c5_form .tits {
	margin-bottom: 3px;
	font-size:18px;
	color:#a0a0a0;
}
.c5_form .c5_fl {
	width: 53%
}

.c5_form .c5_fr {
	width:46.5%
}

.c5_form input {
	margin-bottom: 29px;
	width: 48%;
	height: 42px;
	line-height: 42px;
	box-sizing: border-box;
	padding: 0 18px;
	border-radius: 4px;
	border: 1px solid #ececec;
	color:#898989;
	font-size: 18px;
	margin-top:8px;
	float:left;
	margin-left:10px;

}

.c5_form input.fist{ margin-left:0px;}

.c5_form textarea {
	width: 100%;
	height: 128px;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 28px 30px;
	border: 1px solid #ececec;
     color:#898989;
	 font-size: 18px;
	 margin-bottom:8px;
}

.c5_form .c5_sub {
	cursor: pointer;
	width: 158px;
	height: 54px;
	line-height: 54px;
	background: #b5cc05;
	color: #fff;
	text-align: center;
	font-size: 18px
}


.text .call .detail {
	background: url(../images/telico.png) left center no-repeat;
	height:30px;
}
.text .call  p{ font-size:20px;}
.text .call span{color:#00a0e9;font-size:20px; font-weight:bold;}


.text .dizhi .detail {
	background: url(../images/dizhi.png) left center no-repeat;
	height:30px;
	margin-bottom: 30px;
}
.text .dizhi  p{ font-size:20px;}
.text .dizhi span{color:#000000;font-size:20px; }



.text .qq .detail {
	background: url(../images/wxico.png) left center no-repeat;
	height:30px;
}
.text .qq  p{ font-size:20px;line-height: 30px;}

.text .box{margin-bottom:10px;}
.text .box .call span{ font-size:30px; font-weight:bold;}
.text .detail {
		padding-left: 33px;
		background-size: 30px!important
}


.hon_main .Ab_tit{text-align:center;}
.hon_main .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#000; margin-top:38px; }
.hon_main .Ab_tit p.title{ font-size:22px; color:#fff;}
.hon_main .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px; margin-top:1px;}
.hon_main .Ab_tit p.lanse2 { font-size:30px; color:#ffffff; margin-top:28px;}
.hon_main .Ab_tit p.lanse3 { font-size:22px; color:#ffffff; margin-top:28px;}




.hon_main {
	padding: 70px 0 95px
}

.hon_main .tit {
	font-size: 26px;
	color: #000;
	text-align: center
}

.hon_list {
	margin-bottom: 0px;
	margin-top:20px;
}

.hon_list li {
	cursor: pointer;
	overflow: visible;
	position: relative;
	width: 33.3%;
	float: left
}

.hon_list .img {
	padding-bottom: 83.5%;
	position: relative;
	height: 0;
	width: 100%;
	text-align: center;
	display: inline-block;
	overflow: hidden
}

.hon_list .img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.hon_list li p {
	padding: 0 5%;
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
	background: #fff;
	text-align: center;
	color: #161616;
	font-size: 16px
}

.hon_list li:hover p {
	color: #c60000
}

.hon_list li:nth-child(3n):after {
	content: '';
	position: absolute;
	display: block;
	width: 1200px;
	right: 0;
	bottom: 36px;
	height: 58px;

	background-size: contain
}

.hon_list li:nth-child(3n):before {
	content: '';
	position: absolute;
	display: block;
	width: 1200px;
	right: 0;
	top: 100%;
	height: 97px;

	background-size: contain
}


.hon_listrj {
	margin-bottom: 0px;
	margin-top:20px;
}

.hon_listrj li {
	cursor: pointer;
	overflow: visible;
	position: relative;
	width: 33.3%;
	float: left
}

.hon_listrj .img {
	padding-bottom: 0%;
	position: relative;
	height: 536px;
	width: 100%;
	text-align: center;
	display: inline-block;
	overflow: hidden
}

.hon_listrj .img img {

	width: 390px;
	height:536px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.hon_listrj li p {
	padding: 0 5%;
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
	background: #fff;
	text-align: center;
	color: #161616;
	font-size: 16px
}

.hon_listrj li:hover p {
	color: #c60000
}

.hon_listrj li:nth-child(3n):after {
	content: '';
	position: absolute;
	display: block;
	width: 1200px;
	right: 0;
	bottom: 36px;
	height: 58px;

	background-size: contain
}

.hon_listrj li:nth-child(3n):before {
	content: '';
	position: absolute;
	display: block;
	width: 1200px;
	right: 0;
	top: 100%;
	height: 97px;

	background-size: contain
}


.hon_listsb {
	margin:auto;
	margin-bottom: 0px;
	margin-top:20px;
	width:830px;
}

.hon_listsb li {
	cursor: pointer;
	overflow: visible;
	position: relative;
	width: 50%;
	float: left
}

.hon_listsb .img {
	padding-bottom: 0%;
	position: relative;
	height: 590px;
	width: 100%;
	text-align: center;
	display: inline-block;
	overflow: hidden
}

.hon_listsb .img img {

	width: 410px;
	height:590px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.hon_listsb li p {
	padding: 0 5%;
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
	background: #fff;
	text-align: center;
	color: #161616;
	font-size: 16px
}

.hon_listsb li:hover p {
	color: #c60000
}

.hon_listsb li:nth-child(3n):after {
	content: '';
	position: absolute;
	display: block;
	width: 1200px;
	right: 0;
	bottom: 36px;
	height: 58px;

	background-size: contain
}

.hon_listsb li:nth-child(3n):before {
	content: '';
	position: absolute;
	display: block;
	width: 1200px;
	right: 0;
	top: 100%;
	height: 97px;

	background-size: contain
}

.raiders-bodylist{width:100%; background: #fff; margin:auto;}
.raiders-contentlist .raiders-bodylist .list-left{ width:1200px; background: #fff; margin:auto;}
.raiders-contentlist .raiders-bodylist .list-left .list-h2{ font-size: 16px;  color: #2e3452;  line-height: 46px; position: relative; /*border-bottom: 1px solid #cfcfcf*/}
.raiders-contentlist .raiders-bodylist .list-left .list-h2 i{width: 16px; height: 16px; display: block; background: url("../images/icons.png") no-repeat;  position: absolute; cursor: pointer;}
.raiders-contentlist .raiders-bodylist .list-left .list-h2 .arrow-left{background-position: 0 -24px; right: 36px; top: 20px;}
.raiders-contentlist .raiders-bodylist .list-left .list-h2 .arrow-left:hover{background-position: 0 -8px}
.raiders-contentlist .raiders-bodylist .list-left .list-h2 .arrow-right:hover{background-position: -16px -8px; }
.raiders-contentlist .raiders-bodylist .list-left .list-h2 .arrow-right {background-position: -16px -24px; right: 10px; top: 20px;}

.raiders-contentlist .list-left .list-item{border-bottom: 1px dashed #cfcfcf;width:1200px; margin: 0 auto; padding-top: 30px; padding-bottom: 24px; height:220px; float:left; margin-left:33px;}
.raiders-contentlist .listleft{ width:300px; float:left;}

.raiders-contentlist  .listright{ width:750px; float:right; margin-left:30px;}


.raiders-contentlist .list-left .item-title{ margin-bottom:20px; height: 43px;}
.raiders-contentlist .list-left .item-title .time{float: right; width: 150px; }
.raiders-contentlist .list-left .item-title .time span{display: inline-block; color: #666; font-size: 12px;     }
.raiders-contentlist .list-left .item-title .time-icon{background: url("../images/icons.png") 0 -43px; float: left; margin-top: 3px;  width: 12px; height: 12px; display: inline-block;}
.raiders-contentlist .list-left .item-title a{font-size: 26px; color: #000;}
.raiders-contentlist .list-left .item-text{color: #707070; font-size: 18px; line-height: 30px;}
.raiders-contentlist .list-left .item-text a{color: #ff9900;}

.raiders-contentlist .detail-left{width:1200px; float: left;}
.raiders-contentlist .detail-left .detail-left{ background: #fff; }
.raiders-contentlist .detail-left .detail-h2{font-size: 24px; line-height: 24px; text-align: center; color: #000000; padding-top: 35px;}
.raiders-contentlist .detail-left .publish-time{line-height: 12px; height: 12px; margin-top: 25px; color: #999; text-align: center; padding-bottom: 24px; border-bottom: 1px dashed #cfcfcf;}
.raiders-contentlist .detail-left .detail-content{width: 1190px; margin: 0 auto; padding-top: 40px;padding-bottom: 40px; overflow: hidden; font-size:16px; line-height:30px;}
.raiders-contentlist .detail-left .detail-content p{font-size: 14px; color: #333}
.raiders-contentlist .detail-left .detail-label{width: 650px; margin: 0 auto; padding-bottom: 36px;}
.raiders-contentlist .detail-left .detail-label span{color: #999; float: left; font-size: 14px; line-height: 24px; }
.raiders-contentlist .detail-left .detail-label a{color: #666; background: #f0f0f0; display: block; float: left; margin-left: 10px; font-size: 14px; height: 24px; line-height: 24px;padding: 0 5px; text-decoration: none;
border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px}
.raiders-contentlist .detail-left .detail-label a:hover{color: #ff6600; }
.raiders-contentlist .detail-left .change-page{color: #ff8800; font-size: 16px; line-height: 16px;   padding: 23px  3px 30px;
border-bottom: 1px solid #ebebeb;
}
.raiders-contentlist .detail-left .change-page a{color: #333; font-size: 16px; font-weight: normal;  }
.raiders-contentlist .detail-left .change-page .prev-page{float: left;}
.raiders-contentlist .detail-left .change-page .next-page{float: left;}


.content_right_title_cont{float:left; height:19px; line-height:19px; margin:0 14px; 
background:url(../images/home.png) left no-repeat;  color:#000; padding-left:25px; display:inline}
.content_right_title_cont a{ color:#000;}

.content_right_title_contart{float:left; height:17px; line-height:19px; 
background:url(../images/home.png) left no-repeat;  color:#000; padding-left:25px; display:inline; width:1200px;}
.content_right_title_contart a{ color:#000;}


.news{width: 1200px ;margin: 0 auto 50px auto}
.news ul li{overflow: hidden;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #ededed}
.news ul li .pic{float: left;width: 7%;  height:70px; text-align:center; color:#fff; font-size:22px; background-color:#00a0e9;}
.news ul li .pic img{width: 100%;}
.news ul li .text{float: right;width:88%}
.news ul li .text h3{margin-bottom: 2px}
.news ul li .text h3 a{ color:#000; font-size:20px;}

.news ul li .text .txt{overflow: hidden;border: 1px solid #b6b6b6;float:left; width:90px; height:68px; margin-top:-20px;border-radius:4px;}
.news ul li .text .txt em{display: block;float: left;font-size: 12px;color: #999999}
.news ul li .text .txt em i{display: inline-block;font-size: 16px;color: #d5d5d5;vertical-align: middle;margin-right: 5px}
.news ul li .text .txt span{display: block;float: left;color: #9c9c9c;font-size: 18px; text-align:center; width:90px;}
.news ul li .text .txt span img{ margin-top:12px;}
.news ul li .text .txt span i{display: inline-block;font-size: 16px;color: #d5d5d5;vertical-align: middle;margin-right: 5px}
.news ul li .text p{font-size: 14px;color: #000;line-height: 25px;}
.news ul li .text  .wz{height: 36px;float:left; width:960px;}
.news ul li a .text h3{font-size: 18px;color: #000; font-weight:bold;}
.news ul li:hover .text p{color: #000;}

.pages{ font-size: 0; margin: 0 auto 30px; }
.pages a,.pages span{text-align: center; color: #666; height: 34px; display: inline-block; margin: 0 6px 10px; font-size: 14px; min-width: 34px; box-sizing: border-box; line-height: 34px; padding: 0 5px; }
.pages span{ border: none; }
.pages .current{ border-color: #C7A779; padding: 0 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; background: #C7A779; color: #fff; }
.pages a:hover{  color: #C7A779!important; }
.pages a:first-child{ margin-left: 0; }
.pages a:last-child{ margin-right: 0; }
.pages .prev{ width: 75px; }
.pages .next{ width: 75px; }


.abo_part1 .Ab_tit{text-align:center;}
.abo_part1 .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#000; margin-top:38px; }
.abo_part1 .Ab_tit p.title{ font-size:22px; color:#fff; margin-bottom:30px;}
.abo_part1 .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px; margin-top:1px;}
.abo_part1 .Ab_tit p.lanse2 { font-size:30px; color:#ffffff; margin-top:28px;}
.abo_part1 .Ab_tit p.lanse3 { font-size:22px; color:#ffffff; margin-top:28px;}

.jiameng03 .Ab_tit{text-align:center;}
.jiameng03 .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#000; margin-top:38px; }
.jiameng03 .Ab_tit p.title{ font-size:22px; color:#fff;}
.jiameng03 .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px; margin-top:1px;}
.jiameng03 .Ab_tit p.lanse2 { font-size:30px; color:#00ade6; margin-top:28px; margin-bottom:28px;}
.jiameng03 .Ab_tit p.lanse3 { font-size:30px; color:#00ade6; margin-top:28px;margin-bottom:28px;font-weight:bold;}

.jiameng04 {
	width: 100%;
	height: 711px;
	background: url(../images/jiamengzc1_05.png) no-repeat center;
	overflow: hidden;
}

.jiameng04 .Ab_tit{text-align:center; margin-top:60px;}
.jiameng04 .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#fff; margin-top:38px; }
.jiameng04 .Ab_tit p.title{ font-size:22px; color:#fff;}
.jiameng04 .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px; margin-top:1px;}
.jiameng04 .Ab_tit p.lanse2 { font-size:30px; color:#00ade6; margin-top:28px; margin-bottom:28px;}
.jiameng04 .Ab_tit p.lanse3 { font-size:30px; color:#00ade6; margin-top:28px;margin-bottom:28px;font-weight:bold;}

.jiameng04 ul {
	width: 1000px;
	margin: 0 auto;
}


.jiameng04 ul li{ float:left; width:770px; color:#fff; font-size:30px; height:45px; line-height:45px;}
.jiameng04 ul li.firsts{ float:left; width:230px; color:#fff; font-size:30px; height:45px; line-height:45px;}
.jiameng04 ul li h4 {
	font-size: 24px;
	color: #fff;
height:45px; line-height:50px;
	text-align: left;
	float:left;
	text-indent:20px;
}
.jiameng04 ul li img{ float:left;}



.jiameng06 {
	width: 100%;
	background-color:#f6f6f6;
	overflow: hidden;
}

.jiameng06 .Ab_tit{text-align:center; margin-top:60px;}
.jiameng06 .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#000; margin-top:38px; }
.jiameng06 .Ab_tit p.title{ font-size:22px; color:#fff;}
.jiameng06 .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px; margin-top:1px;}
.jiameng06 .Ab_tit p.lanse2 { font-size:30px; color:#00ade6; margin-top:28px; margin-bottom:28px;}
.jiameng06 .Ab_tit p.lanse3 { font-size:30px; color:#00ade6; margin-top:28px;margin-bottom:28px;}


.jiameng08 {
	width: 100%;
	background-color:#fff;
	overflow: hidden;
	margin-bottom:60px;
}

.jiameng08 .Ab_tit{text-align:center; margin-top:60px;}
.jiameng08 .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#000; margin-top:38px; }
.jiameng08 .Ab_tit p.title{ font-size:22px; color:#fff;}
.jiameng08 .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px; margin-top:1px;}
.jiameng08 .Ab_tit p.lanse2 { font-size:30px; color:#00ade6; margin-top:28px; margin-bottom:28px;}
.jiameng08 .Ab_tit p.lanse3 { font-size:30px; color:#00ade6; margin-top:28px;margin-bottom:28px;}



.jiameng09 {
	width: 100%;
	background-color:#eeeeee;
	overflow: hidden;
	padding-bottom:60px;
}

.jiameng09 .Ab_tit{text-align:center; margin-top:60px;}
.jiameng09 .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#000; margin-top:38px; }
.jiameng09 .Ab_tit p.title{ font-size:22px; color:#fff;}
.jiameng09 .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px; margin-top:1px;}
.jiameng09 .Ab_tit p.lanse2 { font-size:30px; color:#00ade6; margin-top:28px; margin-bottom:28px;}
.jiameng09 .Ab_tit p.lanse3 { font-size:30px; color:#00ade6; margin-top:28px;margin-bottom:28px;}



.index_9 ul{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	padding-top: 76px;
}
.index_9 ul li{
	float: left;

	margin: 0 0px;
	margin-left:50px;

}

.index_9 ul li.firests{margin-left:0px;}

.index_9 ul li p{
	
	text-align:center;
	color:#000;
	font-size:20px;
}

.jiameng10 {
	width: 100%;
	height:495px;
	background: url(../images/jiameng1_07.png) no-repeat center;
	overflow: hidden;
}

.jiameng10 .Ab_tit{text-align:center; margin-top:60px;}
.jiameng10 .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#fff; margin-top:38px; }
.jiameng10 .Ab_tit p.title{ font-size:22px; color:#fff;}
.jiameng10 .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px; margin-top:1px;}
.jiameng10 .Ab_tit p.lanse2 { font-size:22px; color:#fff; margin-top:28px; margin-bottom:28px;}
.jiameng10 .Ab_tit p.lanse3 { font-size:30px; color:#ff8800; 
margin-top:28px;margin-bottom:28px; font-weight:bold; height:50px; line-height:50px;display: block;vertical-align:middle}

.jiameng10 .Ab_tit p span {
    display: inline-block;
    vertical-align: top;
    height: 61px;
    font-size: 40px;
    color: #ff8800;
    margin-top: 0px;
}

.jiamengliucheng {
	width: 100%;
	background-color:#fff;
	overflow: hidden;
	padding-bottom:60px;
}

.jiamengliucheng .Ab_tit{text-align:center; margin-top:60px;}
.jiamengliucheng .Ab_tit span { display: inline-block; vertical-align: top; height: 61px; font-size:50px; color:#000; margin-top:38px; }
.jiamengliucheng .Ab_tit p.title{ font-size:22px; color:#fff;}
.jiamengliucheng .Ab_tit p.title span{background-color:#ff8800; color:#fff; padding:4px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px; margin-top:1px;}
.jiamengliucheng .Ab_tit p.lanse2 { font-size:22px; color:#fff; margin-top:28px; margin-bottom:28px;}
.jiamengliucheng .Ab_tit p.lanse3 { font-size:30px; color:#fff; margin-top:28px;margin-bottom:28px;}



.index_jm2 ul{
	display: inline-block;
	vertical-align: top;

	padding-top: 36px;
	list-style:none;
}
.index_jm2 ul li{
	float: left;
	width: 135px;
	margin: 0 0px;
	margin-bottom:40px;
	 text-decoration:none;
	 list-style:none;
	 border:none;

}
.index_jm2 ul li h3{text-align:center; font-size:22px; color:#000; margin-top:10px; text-decoration:none;list-style:none;border:none;}
.index_jm2 ul li h3 span{ font-weight:bold;}
.index_jm2 ul i{
	display: block;
	width: 153px;
	height: 153px;

}

.index_jm2 ul li.jiantou{
	float: left;
	width: 60px;
	margin: 0 0px;
	margin-right:14px;
	
}

.index_jm2 ul li.jiantou img{margin-top:68px; margin-left:14px; margin-right:0px;}

.jmfl{width:1200px; margin:auto;}


.jmfr img{ margin-top:139px;}

.index_jm2 ul i.i1{
background-image: url(../images/jmliuchenghui_15.png);

}
.index_jm2 ul i.i2{
background-image: url(../images/jmliuchenghui_17.png);

}
.index_jm2 ul i.i3{
	background-image: url(../images/jmliuchenghui_19.png);

}
.index_jm2 ul i.i4{
background-image: url(../images/jmliuchenghui_21.png);

}
.index_jm2 ul i.i5{
background-image: url(../images/jmliuchenghui_23.png);

}

.index_jm2 ul i.i6{
background-image: url(../images/jmliuchenghui_25.png);

}
.index_jm2 ul i.i7{
background-image: url(../images/jmliuchenghui_41.png);

}
.index_jm2 ul i.i8{
background-image: url(../images/jmliuchenghui_43.png);

}

.index_jm2 ul i.i9{
background-image: url(../images/jmliuchenghui_45.png);

}

.index_jm2 ul i.i10{
background-image: url(../images/jmliuchenghui_47.png);

}

.index_jm2 ul i.i11{
background-image: url(../images/jmliuchenghui_49.png);

}


.index_jm2 ul i.i12{
background-image: url(../images/jmliuchenghui_51.png);

}





.index_jm2 ul li:hover i.i1{
background-image: url(../images/jmliucheng_15.png);
}
.index_jm2 ul li:hover i.i2{
background-image: url(../images/jmliucheng_17.png);
}
.index_jm2 ul li:hover i.i3{
background-image: url(../images/jmliucheng_19.png);
}
.index_jm2 ul li:hover i.i4{
background-image: url(../images/jmliucheng_21.png);
}
.index_jm2 ul li:hover i.i5{
background-image: url(../images/jmliucheng_23.png);
}
.index_jm2 ul li:hover i.i6{
background-image: url(../images/jmliucheng_25.png);
}
.index_jm2 ul li:hover i.i7{
background-image: url(../images/jmliucheng_41.png);
}
.index_jm2 ul li:hover i.i8{
background-image: url(../images/jmliucheng_43.png);
}

.index_jm2 ul li:hover i.i9{
background-image: url(../images/jmliucheng_45.png);
}

.index_jm2 ul li:hover i.i10{
background-image: url(../images/jmliucheng_47.png);
}

.index_jm2 ul li:hover i.i11{
background-image: url(../images/jmliucheng_49.png);
}

.index_jm2 ul li:hover i.i12{
background-image: url(../images/jmliucheng_51.png);
}

ul li{text-decoration: none;}


/*.lxwmyshi p.title{ font-size:22px; color:#fff; text-align:center; margin-top:10px;}
.lxwmyshi p.title span{background-color:#ff8800; color:#fff; padding:2px;border-radius: 20px; font-size:22px; line-height:26px;  height:26px; margin-top:1px; padding-left:10px; padding-right:10px;}
*/

.shichang .lxwmyshi p.title{ font-size:22px; color:#fff; text-align:center; margin-top:30px;}
.fazhang .lxwmyshi p.title{ font-size:22px; color:#fff; text-align:center; margin-top:30px;}
.dongshi .lxwmyshi p.title{color:#333; text-align:left;}
.tixi .lxwmyshi p.title{ font-size:22px; color:#fff; text-align:center; margin-top:30px;}
.hangyemain .lxwmyshi p.title{ font-size:22px; color:#fff; text-align:center; margin-top:30px;}
.dwebsite .lxwmyshi p.title{ font-size:22px; color:#fff; text-align:center; margin-top:30px;}
.jmshixun .lxwmyshi p.title{ font-size:22px; color:#fff; text-align:center; margin-top:30px;}
.youshicase .lxwmyshi p.title{ font-size:22px; color:#fff; text-align:center; margin-top:30px;}
.newsmain .lxwmyshi p.title{ font-size:22px; color:#fff; text-align:center; margin-top:30px; margin-bottom:30px;}
.scrTop {
    bottom: 10%;
}
.scrTop, .shareCon {
    width: 65px;
    height: 65px;
    background: url(../images/sprit.png) no-repeat;
    position: fixed;
    right: 10px;
    z-index: 9999;
}

.m-slide{ position: relative; width:1200px; height: 450px; 
                background: #fff }
.m-slide .bottom-shadow{ position: absolute;  bottom: -3px; left: 0; width: 100%; height: 1px; overflow: hidden;
    border-top: 1px solid #e0e0e0; background: #e6e6e6; border-bottom: 1px solid #ececec }
.m-slide .img { float: left; position: relative }
.m-slide .img li, .m-slide .img a, .m-slide .img img { display: block; width: 796px; height: 450px }
.m-slide .img li { display: none; position: absolute; left: 0; top: 0 }
.m-slide .img .first { display: block }.m-slide .tab { float: right }
.m-slide .tab li { border-top: 1px solid #e5e5e5; width: 404px; height:100px; text-align:center;overflow: hidden; }
.m-slide .tab li:nth-child(1){background-color:#cbe198;}
.m-slide .tab li:nth-child(2){background-color:#cbe198;}
.m-slide .tab li:nth-child(3){background-color:#7ecdf4;}
.m-slide .tab li.on{height:247px; background-color:#fff;}
.m-slide .tab li.on .title{color:#313131;}


.m-slide .tab .first { border-top: 0 }
.m-slide .tab a { text-decoration: none; display: block; position: relative; width: 404px; height: 150px; color:#898989;  }
/*.m-slide .tab a b { position: absolute; left: 0; top: 20px; width: 4px; height: 11px; overflow: hidden }*/
.m-slide .tab a span { position: absolute; overflow: hidden }
.m-slide .tab a .title { left: 0px; top: 6px; height: 69px; line-height: 40px; font-size: 24px; font-weight: bold; color: #fff }
.m-slide .tab a .title p { left: 0px; top: 6px; height: 49px; line-height: 40px; font-size: 18px; font-weight: bold; color: #898989 }
 .m-slide .tab a  .dess{width:200px; margin:auto;text-align:left;}
.m-slide .tab a .des { left: 0px; top: 26px; height: 16px; line-height: 16px; color: #999 }.m-slide .tab .first a { height: 50px }
/*.m-slide .tab .on a { border-left: 3px solid #41a1f2 }.m-slide .tab .on a b { background: url(../images/dot.png) no-repeat}
.m-slide .tab .on a span { color: #41a1f2 }*/
.jmshixunnews {
	width: 100%;
	height:866px;
	background: url(../images/news_02.png) no-repeat center;
	overflow: hidden;
}
.jmshixunnews .more{border: 1px #b5cc05 solid;
	height:58px;
	width:182px; 
	margin:auto;
	font-size:22px;
	text-align:center;
	line-height:58px;
	margin-top:60px;
	color:#fff;
	background: #b5cc05;
	border-radius: 26px;
	
}
.jmshixunnews .more a{color:#fff;}
.scroll-pane{
	height: 380px;
	float: right;
	width: 650px;
}
.scroll-pane .jsnew{padding:10px;}
.scroll-pane li{
	padding-top:20px;
	padding-bottom: 0px;
	height:103px;
	padding-left:20px;
	padding-right:20px;
}
.scroll-pane li h3{
	line-height: 36px;
}
.scroll-pane li h3 em{
	display: inline-block;
	vertical-align: top;
	width: 566px;
	font-size: 16px;
	color: #313131;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight:bold;
	font-size:20px;
}
.scroll-pane li h3 span{
	float: right;
	color: #666666;
}
.scroll-pane li p{
	width: 650px;
	color: #898989;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	font-size:16px;
}

.scroll-pane li:hover {
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,.1);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	
	height:103px;
	
}

.index_7pic{
	float: left;
	width: 500px;
}
.index_7pic .box{
	display: block;
}
.index_7pic .pich{
	float: left;
	width: 500px;
	height: 380px;
}
.index_7pic .word{
	float: right;
	width: 500px;
	margin-top: 0px;
}
.index_7pic .sj{
	font-size: 40px;
	color: #333333;
	line-height: 42px;
}
.index_7pic span{
	display: block;
	font-size: 16px;
	line-height: 24px;
}
.index_7pic .allh3{
	line-height: 46px;
	padding-top: 0;
}
.index_7pic .allh3 em{
	font-size: 20px;
	color:#313131;
	 font-weight:bold;
}
.index_7pic .allp{
	height: 65px;
	color: #999999;
	font-size: 16px;
}

.indexview {
	box-shadow: 0 6px 10px rgba(0,0,0,.1);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	width:463px;
	height:127px;
	padding:10px;
}

.fadeInUp{ margin-top:60px;}

.abo_blist li {
    float: left;
    padding: 4px;
    width: 380px;
    height: 119px;
	line-height:19px;
    cursor: pointer;
    color: #FFFFFF;
	border-radius: 20px;
	border: 1px solid #e5e5e5;
	text-align:center;
	margin-left:8px;

}
.abo_blist li.on{margin-left:0px;}
.abo_blist .abo_tit{ color:#313131; font-size:24px; line-height:56px; margin-top:20px;}
.abo_blist p{ color:#313131; font-size:18px; line-height:6px;}

.abo_blist li:hover{ background-color:#f58220; color: #FFFFFF;}

.abo_blist li:hover .abo_tit{  color: #FFFFFF;}
.abo_blist li:hover p{  color: #FFFFFF;}




.abo_blistcj li {
    float: left;
    padding: 60px;
	padding-top:30px;
	padding-left:0px;
    width: 326px;
    height: 70px;
	line-height:19px;
    cursor: pointer;
    color: #FFFFFF;
	border: 1px solid #e5e5e5;
	text-align:center;
	margin-left:8px;
	margin-top:20px;


}

.abo_blistcj li p{

    border: 1px solid #e5e5e5;
	text-align:left;
	margin-top:0px;	
	 width: 349px;
    height: 190px;
    line-height: 32px;
    padding-left: 36px;
    padding-top: 36px;
	
}
.abo_blistcj li.on{margin-left:0px;}
.abo_blistcj .abo_tit{ color:#313131; font-size:24px; line-height:56px; margin-top:20px;}
.abo_blistcj p{ color:#313131; font-size:18px; line-height:6px;}

/*.abo_blistcj li:hover{ background-color:#f58220; color: #FFFFFF;}*/



.abo_blistcj dl dt {
    float: left;
    width: 80px;
    height: 80px;
}

.abo_blistcj dl {
  width: 379px;
  margin-bottom: 12px;
}
.abo_blistcj dl dt {
  float: left;
  width: 193px;
  height: 119px;
}
.abo_blistcj dl dd {
  float: left;
  font-size: 22px;
  color: #959595;
      width: 106px;
	      text-align: left;
    line-height: 32px;
	margin-left:50px;
}
.abo_blistcj dl dd:last-child {
  font-size: 22px;
  color: #959595;
}
.jmjigou{width:100%; margin:auto;}
.jmjigou .Ab_fl{width:50%; background-color:#00a0e9; height:505px;}
.jmjigou .Ab_fl .jmw{width:600px; float:right; margin-top:10%;}
.jmjigou .Ab_fl .jmw p{ font-size:24px; color:#fff;    line-height: 46px;}
.jmjigou .Ab_fl .jmw p.htt{ font-size:32px; color:#fff; font-weight:bold;    line-height: 46px;}
.jmjigou .Ab_fr{width:50%; height:505px;}

.abo_blistcjzhichi li {
    float: left;
    width: 292px;
    height: 180px;
	line-height:19px;
    cursor: pointer;
    color: #FFFFFF;

	border: 1px solid #e67a1e;
	text-align:center;
	margin-left:8px;
	margin-top:0px;

}


.abo_blistcjzhichi li.on{margin-left:0px;}
.abo_blistcjzhichi .abo_tit{ color:#313131; font-size:24px; line-height:56px; margin-top:20px;}
.abo_blistcjzhichi p{ color:#313131; font-size:18px; line-height:6px;}

/*.abo_blistcj li:hover{ background-color:#f58220; color: #FFFFFF;}*/

.abo_blistcjzhichi li:hover .abo_tit{  color: #FFFFFF;}
.abo_blistcjzhichi li:hover p{  color: #FFFFFF;}

.abo_blistcjzhichi dl dt {
    float: left;
    width: 80px;
    height: 80px;
}

.abo_blistcjzhichi dl {
  width: 292px;
  margin-bottom: 42px;
}
.abo_blistcjzhichi dl dt {
  float: left;
  width: 98px;
  height: 80px;
}
.abo_blistcjzhichi dl dd {
  float: left;
  font-size: 18px;
  color: #959595;
  width:160px;
}
.abo_blistcj dl dd:last-child {
  font-size: 18px;
  color: #959595;
}



.Aboutfenxi888{padding-bottom:60px;}
.Aboutfenxi888 .Ab_1 .Ab_fl { width: 570px; height:296px; }

.Aboutfenxi888 .Ab_1 .Ab_fl.w500 { width: 500px; }
.Aboutfenxi888 .Ab_1 .Ab_fl.w550 { width: 638px; margin-top:60px; }
.Aboutfenxi888 .Ab_1 .Ab_fl.w565 { width: 565px; }


.Aboutfenxi888 .Ab_1 .Ab_fl.w520 { width: 520px; }
.Aboutfenxi888 .Ab_1 .Ab_fr { width: calc(100% - 638px); height: 350px; padding: 0px 0; box-sizing: border-box;padding-top: 60px; }
.Aboutfenxi888 .Ab_1 .Ab_fr > div2 { position: relative; width: 100%; height:auto; padding: 0 30px; overflow: hidden; box-sizing: border-box; margin-top:0px; }
.Aboutfenxi888 .Ab_1 .Ab_fr p { font-size: 18px; color: #313131; line-height: 20px; }


.Aboutfenxi888  .Ab_1 .Ab_fr  p.htitle{ color:#e04a2d; font-size:30px; text-align:center; margin-top:10px; margin-bottom:10px;}
.Aboutfenxi888  .Ab_1 .Ab_fr  p.ltitle{ color:#09417b; font-size:30px; text-align:center; margin-top:10px; margin-bottom:20px;}

.Aboutfenxi888  .Ab_1 .Ab_fl  p{color:#313131; font-size:18px; text-align:left; margin-top:10px; margin-bottom:22px; line-height:30px;}
.Aboutfenxi888  .Ab_1 .Ab_fl  p.bgfen1{ font-size: 36px; color: #bfbfbf; line-height: 20px; font-weight:bold; }
.Aboutfenxi888  .Ab_1 .Ab_fl  p.bgfen2{ font-size: 30px; color: #535353; line-height: 20px; font-weight:bold; }
.Aboutfenxi888  .Ab_1 .Ab_fl  p.bgfen3{ font-size: 22px; color: #535353; line-height: 20px; font-weight:bold; }
.Aboutfenxi888  .Ab_1 .Ab_fl  p.bgfen4{ font-size: 30px; color: #535353; line-height: 20px;  }


.Aboutfenxi888  .Ab_1 .Ab_fr  p{color:#313131; font-size:18px; text-align:left; margin-top:10px; margin-bottom:22px; line-height:30px;}
.Aboutfenxi888  .Ab_1 .Ab_fr  p.bgfen1{ font-size: 36px; color: #b2e2f8; line-height: 20px; font-weight:bold;    margin-top: 60px; }
.Aboutfenxi888  .Ab_1 .Ab_fr  p.bgfen2{ font-size: 30px; color: #535353; line-height: 20px; font-weight:bold; }
.Aboutfenxi888  .Ab_1 .Ab_fr  p.bgfen3{ font-size: 18px; color: #ffffff; line-height: 30px; margin-bottom:60px; }
.Aboutfenxi888  .Ab_1 .Ab_fr  p.bgfen4{ font-size: 30px; color: #535353; line-height: 20px;  }

.Aboutfenxi888 .pp {
    width: 149px;
    height: 43px;
	background-color:#b5cc05;
    overflow: hidden;
    font-size: 16px;
    color: #FFF;
    line-height: 43px;
    text-align: center;
    margin-left:0px;
    margin-top: 35px;
	padding:3px;
    padding-left:10px;
	padding-right:10px;
	border-radius: 26px;
	margin: auto;
}
.Aboutfenxi888 .pp a{color:#fff;}


.Aboutfenxi888 .pp2 {
    width: 249px;
    height: 43px;
	background-color:#fff;
    overflow: hidden;
    font-size: 16px;
    color: #00a0e9;
    line-height: 43px;
    text-align: center;
    margin-left:0px;
    margin-top: 35px;
	padding:3px;
    padding-left:10px;
	padding-right:10px;
	border-radius: 26px;
	margin: auto;
}
.Aboutfenxi888 .pp2 a{color:#00a0e9;}
.chanye .Ab_mian {
	width: 100%;
	height:268px;
	background: url(../images/chanye.png) no-repeat center;
	overflow: hidden;
}
.chanye .Ab_mian p.jk{color:#b5cc05; font-size:36px; font-weight:bold;}
.chanye .Ab_1 .Ab_fr p{ line-height:42px;}

.jiangkang .jkxiangmu{ background-color:#b5cc05; font-size:34px; font-size:24px; color:#fff; font-weight:bold;  padding:10px; margin-top:20px; margin-bottom:20px;}
.jiangkang  ul  li{background: url(../images/jiamengjk_05.png) no-repeat center; width:380px; height:152px; float:left; margin-left:30px;}
.jiangkang  ul  li.last{margin-left:0px;}
.jiangkang  ul  li dd{ font-size:18px; line-height:23px; color:#434343;text-align:left;    margin-left: 30px;}

.jiangkang .jktouzi{ background-color:#00a0e9; font-size:34px; font-size:24px; color:#fff; font-weight:bold;  padding:10px; margin-top:20px; margin-bottom:20px;}


.jiangkang .Ab_1 .Ab_fl { width:380px; height:350px; }


.jiangkang .Ab_1 .Ab_fr { width: calc(100% - 380px); height: 350px; padding: 0px 0; box-sizing: border-box; }


.jkshiye {
	width: 100%;
	height:923px;
	background: url(../images/jkshiye_02.jpg) no-repeat center;
	overflow: hidden;
}

.aboutnav{
	padding-top: 24px;
	padding-bottom: 14px;
}
.aboutnav li{
	float: left;
	width: 107px;
	height: 78px;
	background: #FFFFFF;
	border: 1px #e7e7e6 solid;
	text-align: center;
	line-height: 24px;
	position: relative;
	margin-right: 12px;
	margin-bottom: 14px;
	border-radius:66px;
	padding-top:30px;
}
.aboutnav li.last{
	margin-right: 0;
}
.aboutnav li a{
	display: block;
	font-size: 18px;
	color: #333333;
}
.aboutnav li i{
	display: block;
	width: 18px;
	height: 9px;
	position: absolute;
	bottom: -9px;
	left: 85px;
	background: url(../images/arw5.png) center no-repeat;
	display: none;
}
.aboutnav li.on,
.aboutnav li:hover{
	background: #00a0e9;
	border-color: #00a0e9;
}
.aboutnav li.on i,
.aboutnav li:hover i{
	display: block;
}
.aboutnav li.on a,
.aboutnav li:hover a{
	color: #FFFFFF;
}
.w1200 {
    width: 1200px;
}
.hot_role{width:1000px;overflow:hidden;}
#centerwell{position:relative;height:350px;margin:0;padding:0;overflow:hidden;width:1000px;}
#centerwell li{position:relative;width:146px;float:left;overflow:hidden; border-right:#cccccc solid 1px; margin-right:1px; cursor:pointer}
.hot_content .hot_left{float:left;}
.line_t{ background:url(../images/pic_38.png) center top repeat-x; position:absolute; top:420px; left:0; z-index:8; height:1px; width:100%}
.left_nav{ width:233px; float:left; margin-top:45px;position: relative;}
.left_nav ul li.fist{background-color:#e3e3e3; height:68px;}
.left_nav ul li{ line-height:47px;  width:233px; text-indent:10px; font-size:18px;text-align: center; }
.left_nav ul li.hui{background:url(../images/img_29.png)  no-repeat}
.left_nav ul li.bai{background:url(../images/img_28.png)  no-repeat}

.lefttel{ width:233px; float:left; margin-top:45px; background-color:#eeeeee;}
.lefttel p{ font-size:14px; margin-left:10px; margin-bottom:10px; line-height:20px;}
.left_nav ul li a{ display:block}
.left_nav ul li:hover{ background:url(../images/img_30.png) top no-repeat;width:246px;z-index: 9999;}
.left_nav ul li:hover a{ color:#fff}
.left_nav ul li.hover{ background:url(../images/img_30.png) top no-repeat;width:246px;z-index: 9999;}
.left_nav ul li.hover a{ color:#fff}
.right_main{width:907px; float:right; margin-top:45px; font-size: 14px; line-height: 26px; background-color:#eeeeee;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
} 
.right_main h3 { font-size:18px; color:#858585; font-weight:bold; line-height:50px; border-bottom:#eaeaea solid 1px}
.anliindex03{margin-bottom:50px;}

.htitle{ font-size:24px; font-weight:bold;}