  body{
	min-width: 760px;
	font-family: arial;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	/*filter:grayscale(1);*/
}
.header{
	width: 100%;
	overflow: hidden;
	height: 84px;
}
.header .top-nav {width: 100%;margin: 0 auto; background-color: #fff; z-index: 1; position: relative; height: 84px;}
.header .top-nav #logo{
	    width: 60%;
        position: relative;
        float: left;
    }
/*nav*/
nav{min-width: 960px;}

nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.nav {  
   background: #f99617;
    width: 100%;
    text-align: center;
    min-height: 46px;   
    height: 46px;
    
}
.navbox{
	width: 100%;
    height: 46px;
	margin: 0 auto;
	
}
.nav a {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size:16px;
 
}
.nav_menu {
  line-height: 46px;  
  text-transform: capitalize;
  display: inline-block;
  display: flex;
	display: -webkit-flex;       /* OLD - iOS 6-, Safari 3.1-6 */
	display: -ms-flexbox;       /* TWEENER - IE 10 */
	flex-wrap: wrap;
	justify-content:  center;
}
.nav_menu-item {
  display: inline-block;
  position: relative;  
 -webkit-box-flex: 1;  * OLD - iOS 6-, Safari 3.1-6 */
 -moz-box-flex: 1;  /* OLD - Firefox 19- */
 -webkit-flex: 1;   /* Chrome */
 -ms-flex: 1;   /* IE 10 */

}
.nav_menu-item .a:hover{
	background: #feaa40;
}
.nav_menu-item .currentA{
	background: #feaa40;
}
.nav_menu li .a:hover{
	text-decoration: none;
}
.nav_menu-item li{padding: 10px 0;}
.nav_submenu {
  font-weight: 300;
  text-transform: none;
  
  position: absolute;
  left:0px;
 /* background-color: rgba(0, 0, 0, 0.5);*/
 background-color:rgba(245,245,245,0.85);
 border: 1px solid #fff;
  z-index: 99999;
  width: 100%;
  visibility: hidden;opacity:0;
}
.nav_menu-item:hover .nav_submenu {
  visibility: visible; 
  opacity: 1;
  transition: all 1.3s;
}
.nav_submenu a{
	padding: 0px;
	line-height: 24px;
	text-align:left;
	padding-left: 20px;
	text-shadow: none;
	margin-left: 0;
	color: #333;
	font-size: 13px;
}
.nav_submenu-item a:hover{
	text-decoration: underline;
	color: #F99617;
}




.header #logo{
	margin-top: 16px;
}
.header .top-nav #logo a.navbar-brand {  padding: 15px 0; }
.header .top-nav #logo a.navbar-brand img { width: 480px;vertical-align: middle; }

.header .top-nav .secondary-menu {
    width: 40%;
    float: left;
    padding: 10px 0;
}


.header .top-nav .secondary-menu ul {
	width: 100%;
    float: right;
    text-align: right;
}
.header .top-nav .secondary-menu ul li {
    display: inline-block;
    margin-left: 30px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #757575;
}
.header .top-nav .secondary-menu ul li i {
    color: #a5998f;
    font-size: 16px;
    line-height: 24px;
    margin-right: 6px;
}
.header .top-nav .secondary-menu ul li a {
    font-size:12px;
    line-height: 24px;
    color: #757575;
}
/*.header EDN*/


/*banner begin*/
#full-screen-slider { width:100%;height: 312px;float:left; position:relative}
#slides { display:block; width:100%; height: 312px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute; background-repeat:no-repeat;background-position-x: center;background-position-y: center;background-size: cover;}
#slides li span {display:block; margin: 0 auto;padding-top: 10%;font-size: 40px;color: #fff;}
#slides li span p{display:block;width: 100%;font-size: 24px;color: rgba(255,255,255,.8);}
.slide1{background-image:url(/jcywz.nsf/img/banner1.3.jpg);}
.slide2{background-image:url(/jcywz.nsf/img/banner2.3.jpg);}
#pagination { display:block; list-style:none; position:absolute; left:48%; top:214px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#ff9900}
/*banner EDN*/

/*主营业务标签*/
#full-screen-slider .zyyw_box{
	width: 100%;
	
	position: absolute;
	bottom:0px;
	left: 0px;
	z-index: 99999;
}

.indexPart1{margin-top:-61px;overflow:hidden;width:100%; position:absolute;bottom: 0; background:none;margin-top:-208px;height:208px;height:61px;margin-top:-62px;}
.indexPart1 .list{width:100%;overflow:hidden;margin:0 auto;position:relative;}
.indexPart1 ul{
	width:100%;
    display: flex;
	display: -webkit-flex;       /* OLD - iOS 6-, Safari 3.1-6 */
	display: -ms-flexbox;       /* TWEENER - IE 10 */
    flex-wrap: wrap;
    justify-content:  center;
   }
.indexPart1 li{
	height:208px;
	cursor: pointer;
	display: inline-block;
	-webkit-box-flex: 1;  * OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;  /* OLD - Firefox 19- */
	-webkit-flex: 1;   /* Chrome */
	-ms-flex: 1;   /* IE 10 */
	overflow:hidden; position:relative;background:rgba(245,245,245,0.85); border:1px solid #fff;border-right: none; border-bottom:none;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#d5f5f5f5', EndColorStr='#d5f5f5f5');}
.indexPart1 li:last-child{border-right:1px solid #fff;}
.indexPart1 li .imgDiv{overflow:hidden; text-align:center;}
.indexPart1 li .imgDiv p{display: inline-block;width: 100%;height: 146px;background-repeat:no-repeat;background-position-x: center;background-position-y: center;background-size: cover;}
.indexPart1 li .imgDiv img {width:100%;  border:1px solid #fff;}
.indexPart1 li .name{height:60px; line-height:60px; text-align:center; overflow:hidden;z-index:10; cursor:pointer;color:#333; font-size:12px;}
.indexPart1 li .name p{height:60px; display:block; color:#484848; text-decoration:none;font-size:14px;font-weight: 600;font-family:arial}

.maincontent{
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.container{
	width: 100%;	
	height:auto;	
	padding: 0;
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;       /* OLD - iOS 6-, Safari 3.1-6 */
	 display: -ms-flexbox;       /* TWEENER - IE 10 */ 
    flex-wrap: wrap; 
    justify-content:  center; 
	
}
.col3{
	-webkit-box-flex: 3;  * OLD - iOS 6-, Safari 3.1-6*/
	-moz-box-flex: 3;  /* OLD - Firefox 19-*/
	-webkit-flex: 3;   /* Chrome */
	-ms-flex: 3;   /* IE 10*/
	 height:248px;
	/* background: #28A4C9; */
	
	}

.col4{
	-webkit-box-flex: 4;  * OLD - iOS 6-, Safari 3.1-6*/
	-moz-box-flex: 4;  /* OLD - Firefox 19-*/
	-webkit-flex: 4;   /* Chrome */
	-ms-flex: 4;   /* IE 10*/
	height:248px;
	/* background: #122B40; */
	
}
.paddingl20{
	padding-left: 20px;
}
.paddingr20{
	padding-right: 20px;
}
.news_box{
	float: left;
	width: 72.4%;
	padding-right: 20px;
	box-sizing: border-box;
	background: #fff;
	height:320px;
}
.vedio_box{
	
	width: 100%;
	
	height:248px;
}
.container .box_title{
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	font-size: 14px;
}
.container .box_title span{
	display: inline-block;
	float: left;
	line-height: 40px;
	color: #333333;
}
.container .box_title .more{
	display: inline-block;
	float: right;
	line-height: 40px;
	color: #cac4c4;
}

.news_box .jdt{
	width: 100%;
	height: 248px;
  
}
.news_list{
	width:100%;	
    float: left;    
    position: relative;
}
/*yx_rotaion*/
.jdt{width: 100%;height: 248px;}
.yx-rotaion{ width: 100%;height: 100%;}
/*.yx-rotaion img{width: 100%;height: 100%;}*/
.yx-rotaion-btn,.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{position:absolute}
.yx-rotation-title{position:absolute;width:100%;height:40px;line-height:40px;background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;left:0;bottom:0;_bottom:-1px;z-index:1}
.yx-rotation-t{color:#fff;font-size:14px;font-family:microsoft yahei;z-index:2;bottom:0;left:10px;line-height:40px;width: 80%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.yx-rotation-t:hover{color: #fff;}
.yx-rotation-focus span,.yx-rotaion-btn span{background:url(/jcywz.nsf/img/ico.png) no-repeat;display:block;}
.yx-rotation-focus{height:40px;line-height:40px;right:20px;bottom:0;z-index:2}
.yx-rotation-focus span{width:12px;height:12px;line-height:12px;float:left;margin-left:5px;position:relative;top:14px;cursor:pointer;background-position:-24px -126px;text-indent:-9999px}

.yx-rotation-focus span.hover{background-position:-10px -126px}
.rotaion_list{width:0;height:0;overflow:hidden;}
.rotaion_list li{width:100%;height:100%;}
/*.rotaion_list li img{height:100%;width:100%}*/
.news_tab{
	width: 100%;
	height: 100%;
}
.news_tab .more{
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 38px;
	cursor:pointer
}
.news_tab .more i{
	padding-left: 6px;
	color: #f99617;
	font-size: 12px;
}
/*兼容IE6:IE6下宽度不处17*/
#tab div { position:absolute; top:38px; left:0; width:100%; }
/*设置容器高宽筄17*/
#tab div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显礄17,而class优先级低于id选择噄17*/
#tab .block { display:block;width: 100%;}
/*选中的容噄17*/
#tab h3 { float:left; width:25%; height:36px; line-height:36px; margin:0 0 0 0; font-size:14px; cursor:pointer; text-align:center;  color:#f99617;  font-family:arial;border: 1px solid #f99617;font-weight: normal;}
/*默认标题样式*/
#tab .up {background: #f99617; text-align:center; color:#fff;padding-right: 10px;}
/*选中的标题样弄17*/
/*修饰列表内容*/
#tab ul { list-style:none; padding:0;  margin-top:0px;margin-bottom: 0;}
#tab li { border-bottom:1px dotted #c6c6c6; padding-top:6px; overflow:hidden; font-size:14px;box-sizing: content-box;padding-bottom:4px;}
#tab li.firstli{
	height: auto;	
	border-bottom:1px dotted #c6c6c6;
	padding-top: 10px;
}
#tab li.firstli a{display: inline-block;width: 100%; color: #5A5A5A;font-weight: 600;margin-bottom: 5px;text-indent: 0em;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#tab li.firstli a:hover { color:#f99617; text-decoration:none;cursor: pointer;}
#tab li.firstli p{width: 100%;line-height: 22px;font-size: 12px;color:#999999 ;text-indent: 2em;padding-bottom:5px;overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
#tab li a { display:inline-block; font-size:14px; text-decoration:none; }
#tab li span{ display:block; float:right; color: #999;width: 25%;text-align: right;}

/*a.tab_menu{width:16%;margin-right: 1.5%;}*/
a.tab_title{width: 75%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
a.tab_title:link { color: #404040; text-decoration:none;}
a.tab_title:visited { color:#404040; text-decoration:none;}
a.tab_title:hover { color:#f99617; text-decoration:none;}
a.tab_title:active { color:#404040; text-decoration:none;}
a.tab_menu:link { color:#f99617; text-decoration:none;}
a.tab_menu:hover { color:#f99617; text-decoration:underline;}

.box-title{
	width: 100%;
	overflow: hidden;
}
.box-title h3{
	width: 25%;
	height: 36px;
	line-height: 36px;
	background: #f99617;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 15px;
	}
/*主营业务*/
.ywbox{
	height: auto;
	overflow: hidden;
	transition: all .3s;
	box-shadow:0 3px 10px rgba(0,0,0,0.05);
	}
.ywbox h3{
	font-size: 18px;
	color: #f99617;
	width: 100%;
	text-align: center;
	padding-top: 24px;
	font-family: arial;
	border-top: 2px solid #F99617;
}
.ywlx{
	width: 100%;
	display: flex;
	display: -webkit-flex;       /* OLD - iOS 6-, Safari 3.1-6 */
	 display: -ms-flexbox;       /* TWEENER - IE 10 */ 
    flex-wrap: wrap; 
    justify-content:  center; 
    transform:0.3s;
    
}
.col1{
	-webkit-box-flex: 1;  * OLD - iOS 6-, Safari 3.1-6*/
	-moz-box-flex: 1;  /* OLD - Firefox 19-*/
	-webkit-flex: 1;   /* Chrome */
	-ms-flex: 1;   /* IE 10*/
	/* background: #ddd;*/
	
	}
.ywlx .col1{
	padding: 0 10px;	
	transition: all 1.3s;
}	
.ywlx .ywicon{
	margin: 0 auto;
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius:50%;
	border:1px solid #6d6d6d;
	cursor: pointer;
	transition: transform 0.6s;
}
.ywlx .ywicon i{
	font-size: 54px;
	color: #6d6d6d;
	
}
.ywlx h4{
	font-size: 13px;
	color: #6d6d6d;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-family: arial;
	line-height: 20px;
}
.ywlx .ywicon:hover{
	border:1px solid #fff;
	background:#f99617 ;
	transform: scale(1.1);
}
.ywlx .ywicon:hover i{
	color: #fff;	
}


/*滚动典型工程*/
.picbox h3{
	font-size: 18px;
	color: #f99617;
	width: 100%;
	text-align: center;
	
	font-family: arial;
	height: 36px;
	line-height: 36px;
	background: url(/jcywz.nsf/img/xxt.png) center center repeat #fbfbfb;
}
.zhezhao{width: 100%;height: 100%;position: absolute;top: 0px;left: 0;right: 0px;bottom: 0px;z-index: 999;background: rgba(0,0,0,0.3);}
.marqueebox{ width: 100%; height: 200px; position: relative; margin-top: 20px;overflow: hidden;}
.marqueebox ul { width: 100%; height: 200px; position: relative; }
.marqueebox ul li { height: 200px; float: left; list-style: none; padding-right:10px;}
.marqueebox ul li a{display: inline-block;width: 230px; height: 156px;overflow: hidden;position: relative;}
.marqueebox ul li .zhezhao{width: 100%;height: 100%;position: absolute;top: 0px;left: 0;right: 0px;bottom: 0px;z-index: 999;background: rgba(0,0,0,0.3);}
.marqueebox ul li a:hover .zhezhao{display: none;}
.marqueebox ul li img { width: 230px; height: 156px; display:block;	transition: transform 1.6s;}
.marqueebox ul li img:hover{
	transform: scale(1.2);
}
.marqueebox ul li span{display:block;line-height: 40px;text-align: center;color:#333;width:230px;overflow:hidden;height:40px;}


.khbox{
	background: #f8f8f8;
	height: 248px;
	margin-bottom: 30px;
}

.one{height:108px;width:100%;overflow:hidden;position:relative;margin-top: -30px; }
.one ul{height:110px;width:100000000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li{display:block;float:left;margin-right:5px;height:108px;position:relative;}
.one ul li a{display:inline-block;height:110px;} 
.one ul li img{display:block;border:1px solid #ddd;height:108px;}
.one ul li a span{width:100%;height:0;display:block;background:rgba(0,0,0,0.6);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:108px;line-height:108px;font-size:20px;text-align:center;transition:all 0.7s;}

.dxgc_title{width: 100%;height:64px;position: relative;background: url(/jcywz.nsf/img/line.png) repeat-x center;}
.dxgc_title h3{font-size: 18px;
	color:#f99617;
	width: 14%;
	margin: 0 auto;
	text-align: center;	
	font-family: arial;
	line-height: 64px;
	background: #f8f8f8;
	}

.bottom{
	width: 100%;
	overflow: hidden;
	background: #373737;	
	padding: 20px 0;
	padding-bottom: 10px;
}
.bottom_main{
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.bottom_content{
	width: 70%;
	float: left;
}
.bottom_logo{
	width: 30%;
	float: right;
	text-align: right;
}
.bottom_logo img{
	width:220px;
}
.bottom_content p{
	line-height: 40px;	
	width: 100%;
	float: left;
	margin-bottom: 0;
	text-align: left;
	color: #b5b5b5;
}
.bottom_content ul{
	width: 100%;
	overflow: hidden;
	line-height: 40px;
}
.bottom_content ul li{
	display: inline-block;
	float: left;	
    color: #b5b5b5;
	margin-right: 10px;
	
}
.bottom_content ul li a{
    color: #b5b5b5;
    display: inline-block;
    padding-right: 10px;
}
.bottom_content ul li a:hover{
	color: #fff;
}
.bottom_main span{
	display: inline-block;
	width: 40%;
	
	float: left;
	
}
/*二级页面样式*/
.topbanner{
	/*margin-bottom: 20px;*/
	width: 100%;
	height:186px;
    overflow: hidden;
    position: relative;
    background: url(/jcywz.nsf/img/topimg_02.jpg) no-repeat center;
    background-size: cover; 
    text-align: center;   
}
.topbanner h3{
	color: #e0e0e0;
	line-height: 186px;
	font-size: 14px;
	font-weight: 600;
	transition: transform 1.8s;
	font-family: arial;
}
.topbanner .zhezhao{background: rgba(13,8,1,0.5);}
.topimgbox{
	height: 180px;
   width: 100%;
}

.w1180{min-width: 1180px;margin: 0 auto;}
 .locationnav{
 	height: 98px;
 	width: 100%;
 	border-bottom: 1px solid #ebebeb;
 }
/* 二级导航*/
 .locationnav h3{width: 24%;text-align: left;line-height:98px;font-size: 30px;color: #f99617;font-family: arial;float: left;}
  .locationnav h3 span{display: inline-block;width: 6px; height: 40px;border-radius: 3px;margin-bottom:6px;background: #F99617;margin-right: 16px;vertical-align: middle;}
 .locationnav .location{width: 76%;overflow: hidden;float: right;position:relative} 
 .locationnav .location li{float: right;line-height: 98px;}
 .locationnav .location li a{color: #a5a5a5;font-size: 14px;padding: 0 12px;}
 .locationnav .location li i{color: #dedede; font-size: 12px;}
 .locationnav .location li a:hover{color: #333;font-weight: 600;}
 
/* 左侧二级菜单*/
.left_list{ width: 24%;min-height: 200px;float:left;padding-top: 30px;border-right: 1px solid #DEDEDE;margin-bottom: 30px;padding-bottom: 30px;}
.listbox{padding-left: 30px;}
.listbox a{ display:block;width:100%;color: #333;height:50px;line-height: 50px;font-size: 14px;}
.listbox a:hover{text-decoration: none;color: #F99617;}
.listbox .currentA{color: #F99617;} 
.left_gundong{width: 94%;height: 200px;margin-top: 30px;}
 .left_gundong .jdt img{height: 100%;}
 /*右侧内容*/
.sanjinav{width:76%;float: right;overflow: hidden;margin-top: 20px;padding-left: 30px;}
.sanjinav li{float: left;display: inline-block;padding:14px 0px;margin-right: 3px;}
.sanjinav li a{display: inline-block;padding:14px;color: #a5a5a5;height:46px}
.sanjinav li:hover{color: #fff;background:url(/jcywz.nsf/img/upr_03.png) no-repeat ;background-position:center 60px;}
.sanjinav li:hover a{background: #F99617;color: #fff;}
.sanjinav .currentnav{color: #fff;background:url(/jcywz.nsf/img/upr_03.png) no-repeat ;background-position:center 60px;}
.sanjinav .currentnav a{background: #F99617;color: #fff;}

.right_content{ width:76%;box-sizing: border-box;min-height: 200px;padding-left:30px;padding-bottom:20px;float: right;;}
.right_contentname{font-size: 20px;color:  #F99617;padding-top:44px;padding-bottom: 20px;}

.right_content p{line-height: 26px;text-align:justify;} 
.content_box{ width: 100%;margin-top:10px;margin-bottom: 30px;}

.right_list .newsbox{width: 100%;overflow: hidden;margin-bottom: 16px;transition:all 0.6s;}

.right_list .newsbox h2{font-size: 20px; color:#b8b0a9;float: left;width: 110px;font-family:cursive;}
.right_list .newsbox .content{float: left;margin-left: 20px;border-bottom: 1px solid #eaeaea;width: calc(100% - 130px);padding-bottom: 10px;box-sizing: border-box;}

.right_list .newsbox .content a{font-size: 16px;color: #333;padding-bottom: 16px;display: block;}
.right_content .content a:hover{color: #FF9900; }
.right_list .newsbox .content p{color: #999;line-height: 22px;text-align:justify; text-justify:distribute-all-lines;font-size: 14px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }  
.content_img{padding: 20px 10px;text-align: center!important;}
.content_img img{width: 32%;margin-right: 10px;display: inline-block;}
/*图片列表*/
.imglist {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.imglist ul{
	
    transform:0.3s;
}
.imglist ul li{
	float: left;
	margin-bottom: 30px;
	width: 268px;
	margin-right: 20px;
	transition: all 0.8s;
	cursor: pointer;
}
.imglist ul li:hover{
	background: #f99617;
	box-shadow:0 1px 4px rgba(0,0,0,0.1);
}
.imglist ul li:hover a{
	color: #fff;
}
.imglist ul li:hover span{
	color: #fff;
}
.imglist ul li:nth-child(3n){margin-right: 0!important;}     
.imglist .imgdiv{
	margin-bottom: 10px;
	width: 100%;
	height: 178px;
}
.imglist .imgdiv img{width: 268px;height: 100%;}
.imglist ul li p,.imglist ul li p a{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 0px 3px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height:40px;
	}    
.imglist li span {
	display:block;
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
	color: #75726e;
    padding: 0px 3px;
	
}
.imglist li span a{
	display: block;
	color: #fdad21
}    
/*工程大图展示*/
.biggcb{width: 100%;min-height: 400px;}
.gc_title{
	width: 100%;
    height: 120px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    padding-top: 40px;
}
.gc_title h1{
	font-size: 18px;
	color: #f99617;
}   
.gc_title h3 {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    margin-top: 14px;
}
.gc_img {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    overflow: hidden;
   
}
.picturebox{
	margin-bottom: 30px;
}
.gc_img .picture_detail p{
	line-height: 22px;
	color: #333;
	margin-bottom: 0;
	font-size: 14px;
}
.returnbtn{
	margin: 0 auto;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #F99617;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	margin-top:20px;
	cursor: pointer;
}


/*分页*/
.pages {
	display: inline-block;
     margin: 10px 0!important;
}
.pages #Pagination {
  float: left;
  overflow: hidden;
}
.pages #Pagination .pagination {
  height: 40px;
  text-align: right;
  font-family: \u5b8b\u4f53,Arial;
  margin: 0;
}
.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
  float: left;
  display: inline;
  padding: 7px 13px;
  padding-top: 8px;
  border: 1px solid #e6e6e6;
  border-right: none;
  background: #f6f6f6;
  color: #666666;
  font-family: \u5b8b\u4f53,Arial;
  font-size: 14px;
  cursor: pointer;
 
 
}
.pages #Pagination .pagination .current {
  background: #ff9900;
  color: #fff;
  border: 1px solid #ff9900;
}
.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
  float: left;
  padding: 6px 13px;
  border: 1px solid #e6e6e6;
  background: #f6f6f6;
  color: #666666;
  cursor: pointer;
}
/*.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
  display: inline-block;
  width: 4px;
  height: 11px;
  margin-right: 5px;
  background: url(/jcywz.nsf/css/icon.fw.png) no-repeat;
}*/
.pages #Pagination .pagination .prev {
  border-right: none;
}
.pages #Pagination .pagination .prev i {
  background-position: -144px -1px;
  *background-position: -144px -4px;
}
.pages #Pagination .pagination .next i {
  background-position: -156px -1px;
  *background-position: -156px -4px;
}
.pages #Pagination .pagination .pagination-break {
  padding: 6px 5px;
  border: none;
  border-left: 1px solid #e6e6e6;
  background: none;
  cursor: default;
}
.pages .searchPage {
  float: left;
  padding: 6px 0;
}
.pages .searchPage .page-sum {
  padding: 6px 13px;
  color: #999999;
  font-family: \u5b8b\u4f53,Arial;
  font-size: 14px;
}
.pages .searchPage .page-go {
  padding: 8px 2px;
  color: #999999;
  font-family: \u5b8b\u4f53,Arial;
  font-size: 14px;
  padding: 10px 0\9;
  *padding: 6px 0;
}
.pages .searchPage .page-go input {
  width: 21px;
  height: 20px;
  margin: 0 5px;
  padding-left: 5px;
  border: 1px solid #e4e4e4;
}
.pages .searchPage .page-go select{
  line-height:30px;
  margin: 0 5px;
  padding-left: 5px;
  border: 1px solid #e4e4e4;
}

.pages .searchPage .fyanniu a{
  margin: 7px 0 2px 2px;
  padding: 4px 10px;
  background: #bfbfbf;;
  border-radius: 2px;
  color: #ffffff;
  font-family: Arial, 'Microsoft YaHei';
  font-size: 12px;
  text-decoration: none;
  vertical-align:middle;
}
.pages .searchPage .page-btn{
  margin: 7px 0 2px 2px;
  padding: 4px 10px;
  background: #ff9900;
  border-radius: 2px;
  color: #ffffff;
  font-family: Arial, 'Microsoft YaHei';
  font-size: 12px;
  text-decoration: none;
  vertical-align:middle;
}
.pages .searchPage .fyanniu a:hover{
    background: #ff9900;
}

  
/*动画部分*/
.animated{
	-webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }

@keyframes banTxt_fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes banTxt_fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes banTxt_fadeInLeft3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes banTxt_fadeInLeft3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes banTxt_fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes banTxt_fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }

  100% {
    opacity: .8;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes banTxt_fadeInLeft4 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes banTxt_fadeInLeft4 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }

  100% {
    opacity: .8;
    -webkit-transform: none;
    transform: none;
  }
}
 .ban-fadeInLeft1 {
    -webkit-animation-name: banTxt_fadeInLeft1;
    animation-name: banTxt_fadeInLeft1;
}
.ban-fadeInLeft2 {
    -webkit-animation-name: banTxt_fadeInLeft2;
    animation-name: banTxt_fadeInLeft2;
}
.ban-fadeInLeft3 {
    -webkit-animation-name: banTxt_fadeInLeft3;
    animation-name: banTxt_fadeInLeft3;
}
.ban-fadeInLeft4 {
    -webkit-animation-name: banTxt_fadeInLeft4;
    animation-name: banTxt_fadeInLeft4;
}
/*（超大屏大于1400px＄17*/
@media screen and (min-width:1401px){
   .header .top-nav,.navbox,.indexPart1 .list,.maincontent,.bottom_main,.topimg,.w1180{ width:1380px; }  
   .slide1{background-image:url(/jcywz.nsf/img/banner1.jpg);}
   .slide2{background-image:url(/jcywz.nsf/img/banner2.jpg);}
   .slide3{background-image:url(/jcywz.nsf/img/banner3.jpg);}
   .slide4{background-image:url(/jcywz.nsf/img/banner4.jpg);}
   .slide5{background-image:url(/jcywz.nsf/img/banner5.jpg);}
   #slides li span {padding-top: 8%;font-size: 38px;}
   #slides li span p{font-size: 24px;margin-top: 16px;}
   .slide2 span{padding-top: 9%!important;}
   .slide3 span{padding-top: 2%!important;}
   .slide4 span{padding-top: 7%!important;}
   .slide5 span{padding-top: 2%!important;}
   #full-screen-slider,#slides {height: 476px;}
    #pagination{top: 380px;}
     .navbar  ul li a{margin-left: 100px;}
     .kh_content .kh_logo ul li{padding:10px 20px;}
      .td_box .imgbox .cl_3 a{font-size: 14px;}
     .jdt{ width: 100%;height: 248px;}
     .box-title h3{margin-bottom: 0px;}
     .ywbox{height: 248px;}
     .imglist ul li{width: 238px;}
     .imglist ul li:nth-child(3n){margin-right:20px!important;}   
     .imglist ul li:nth-child(4n){margin-right: 0!important;}
     .imglist .imgdiv{height: 154px;}
     .imglist .imgdiv img{width: 230px;height: 100%;}
}

/*宽屏1200分辨率以上（大于1200px＄17*/
@media screen and (min-width:1201px) and (max-width:1400px){
    .header .top-nav,.navbox,.indexPart1 .list,.maincontent,.bottom_main,.topimg,.w1180{width: 1180px;}
    .nav_submenu a{padding-left: 10px;}
    #full-screen-slider,#slides {height: 476px;}
    #pagination{top: 380px;}
    .slide1{background-image:url(/jcywz.nsf/img/banner1.2.jpg);}
    .slide2{background-image:url(/jcywz.nsf/img/banner2.2.jpg);}
    .slide3{background-image:url(/jcywz.nsf/img/banner3.2.jpg);}
    .slide4{background-image:url(/jcywz.nsf/img/banner4.2.jpg);}
    .slide5{background-image:url(/jcywz.nsf/img/banner5.2.jpg);}
    #slides li span {font-size: 32px;color: #fff;}
    #slides li span p{font-size: 20px;margin-top: 0px;}
    .slide2 span{padding-top: 12%!important;line-height: 46px;}
    .slide3 span{padding-top: 5%!important;line-height: 46px;}
     .slide4 span{padding-top: 9%!important;line-height: 46px;}
    .slide5 span{padding-top: 5%!important;line-height: 40px;}
     .navbar  ul li a{margin-left: 70px;}
     .kh_logo ul li{padding:12px  8px}
     .td_box .imgbox .cl_3 a{
     	font-size: 12px;
     }
     .jdt{ width: 100%;height: 248px;}
     .ywbox{height: 248px;}
     .imglist ul li{width: 268px;}
     .imglist ul li:nth-child(3n){margin-right: 0!important;}     
     .imglist .imgdiv{height: 178px;}
     .imglist .imgdiv img{width: 268px;height: 100%;}
}
/*（大亄171px，小亄1799px＄17*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header .top-nav,.navbox,.indexPart1 .list,.maincontent,.bottom_main,.topimg {width: 970px;}
   .nav_submenu a{padding-left: 0px;}
   #full-screen-slider,#slides {height: 380px;}
   #pagination{top:290px;}
   .slide1{background-image:url(/jcywz.nsf/img/banner1.2.jpg);}
   .slide2{background-image:url(/jcywz.nsf/img/banner2.2.jpg);}
   .slide3{background-image:url(/jcywz.nsf/img/banner3.2.jpg);}
   .slide4{background-image:url(/jcywz.nsf/img/banner4.2.jpg);}
   .slide5{background-image:url(/jcywz.nsf/img/banner5.2.jpg);}
    #slides li span {font-size: 28px;color: #fff;}
    #slides li span p{font-size: 18px;margin-top:0px;}
    .slide2 span{padding-top: 12%!important;line-height: 40px;}
   .slide3 span{padding-top: 4%!important;line-height: 40px;}
   .slide4 span{padding-top: 9%!important;line-height: 40px;}
   .slide5 span{padding-top: 6%!important;line-height: 40px;}
     .navbar  ul li a{margin-left: 40px;}
     .td_box .imgbox .cl_3 a{
     	font-size:10px;
     }
      .kh_logo ul li{padding:14px 6px}
    .jdt{ width: 100%;height: 248px;}
	.video_content video {
			 height: 200px;
	}
	.ywbox h3{margin-bottom: 30px;}
	.ywbox{height: auto;padding-bottom: 30px;}
	.ywlx .col1{margin-top: 30px;min-width: auto;}
	.ywlx .ywicon{width: 80px;height: 80px;line-height: 80px;}
	.ywlx .ywicon i{font-size: 40px;}
	.dxgc_title h3{width: 25%;}
}
/*（大亄179px，小亄171px＄17*/
@media screen and (min-width: 769px) and (max-width: 991px) {    
   .header .top-nav,.navbox,.indexPart1 .list,.maincontent,.bottom_main,.topimg {width: 750px;}   
   .nav_submenu a{padding-left: 0px;}
   #full-screen-slider,#slides {height: 340px;}
   #pagination{top:250px;}
   .slide1{background-image:url(/jcywz.nsf/img/banner1.3.jpg);}
   .slide2{background-image:url(/jcywz.nsf/img/banner2.3.jpg);}
   .slide3{background-image:url(/jcywz.nsf/img/banner3.3.jpg);}
   .slide4{background-image:url(/jcywz.nsf/img/banner4.3.jpg);}
   .slide5{background-image:url(/jcywz.nsf/img/banner5.3.jpg);}
   #slides li span {font-size: 26px;color: #fff;}
    #slides li span p{font-size: 16px;margin-top: 4px;}
    .slide2 span{padding-top: 12%!important;line-height: 36px;}
     .slide3 span{padding-top: 5%!important;line-height: 36px;}
     .slide4 span{padding-top: 10%!important;line-height: 32px;}
    .slide5 span{padding-top: 5%!important;line-height:34px;}
   .navbar  ul li a{margin-left: 20px;}
    .kh_logo ul li{padding:14px 4px;}
    .td_box .imgbox .cl_3 a{
     	font-size:8px;
     }
	 .cl_4{width: 40%;float: left;margin-bottom: 30px;}
	 .cl_6{width: 60%;float: left;}
	 .cl_10{width: 100%;float: left;height: 466px;}	 
     .container{display: block;}
     .ywbox h3{margin-bottom: 30px;}
	.ywbox{height: auto;padding-bottom: 30px;}
     .ywlx .col1{margin-top: 30px;min-width: 168px;}
	.ywlx .ywicon{width: 100px;height: 100px;line-height: 100px;}
	.ywlx .ywicon i{font-size: 40px;}
	 .dxgc_title h3{width: 25%;}
	 .one{margin-top: 20px;}
     /* .yx-rotaion{ width: 100%;height: 2480px;} */
}
/*720分辨率（大于480px，小亄177px＄17*/
@media only screen and (min-width: 481px) and (max-width: 768px){
	.nav_submenu a{padding-left: 0px;}
	.slide1{background-image:url(/jcywz.nsf/img/banner1.3.jpg);}
	.slide2{background-image:url(/jcywz.nsf/img/banner2.3.jpg);}
	.slide3{background-image:url(/jcywz.nsf/img/banner3.3.jpg);}
	.slide4{background-image:url(/jcywz.nsf/img/banner4.3.jpg);}
   .slide5{background-image:url(/jcywz.nsf/img/banner5.3.jpg);}
	 #slides li span {font-size: 20px;color: #fff;}
    #slides li span p{font-size: 14px;margin-top: 8px;}
     .slide2 span{padding-top: 12%!important;line-height:26px;}
     .slide5 span{padding-top: 5%!important;}
	#full-screen-slider,#slides {height: 300px;}
    #pagination{top:214px;}
   
   .navbar  ul li a{margin-left: 20px;}
   .kh_logo ul li{padding:14px 4px;}
   .container{display: block;}
   .cl_4{width: 40%;float: left;margin-bottom: 30px;}
   .cl_6{width: 60%;float: left;}
   .cl_10{width: 100%;float: left;height: 466px;}  
   #tab li span,.news_tab .more{display: none;}
   #tab h3{width: 50%;}
   a.tab_title{width: 100%;}
   .ywbox h3{margin-bottom: 30px;}
	.ywbox{height: auto;padding-bottom: 30px;}
     .ywlx .col1{margin-top: 30px;min-width: 168px;}
	.ywlx .ywicon{width: 100px;height: 100px;line-height: 100px;}
	.ywlx .ywicon i{font-size: 40px;}
	.dxgc_title h3{width: 30%;}
	 .one{margin-top: 20px;}
   /* .yx-rotaion{ width: 100%;height: 240px;} */
}
@media only screen and (max-width: 480px){
	.container{display: block;}
	 #slides li span {font-size: 28px;color: #fff;}
    #slides li span p{font-size: 18px;margin-top: 8px;}
	.cl_4{width: 40%;float: left;margin-bottom: 30px;}
	.cl_6{width: 60%;float: left;}
	.cl_10{width: 100%;float: left;height: 300px;}
	#tab li span,.news_tab .more{display: none;}
   #tab h3{width: 50%;}
   a.tab_title{width: 100%;}
   .dxgc_title h3{width: 50%;}
	.one{margin-top: 20px;}
}
.rh3{font-weight:normal;font-size:14px;}