@charset "utf-8";
/* CSS Document */

body{
	margin: 0; 
	padding: 0; 
	background: #EBEBEB; 
	font-family:Microsoft Yahei,Arial;
	font-size: 16px;
}
ul,li,a{
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
a:hover,a:focus{list-style: none;text-decoration: none;}
td{padding: 5px;}
th{padding: 5px;text-align: center;}
.banner{ 
	padding: 100px;
	background-image: url(http://www.chinajci.com/company/jcizh/WZ.jpg); 
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: 1000px auto;
	text-align: center;
}
.title-bg{
	padding: 5px;
	background: rgba(255,255,255,.95);
	padding-left: 20px;
}
h1{font-size: 40px;color: #FD932D;}
.title-bg p{color: black;}
h2{ 
	border-bottom: 1px solid #FD932D; 
	padding-bottom: 20px; 
	color: #FD932D; 
	font-size: 24px;
	margin-bottom: 24px;
	margin-top: 0px;
}
h2>span{
	padding-bottom: 19px;
}
.wraper{max-width: 1000px; margin: 0 auto;}
.section{
	max-width: 1000px; 
	height: auto; 
	background: white; 
	margin: 30px auto; 
	padding: 50px 100px;
	position: relative;
}
.section>.content{line-height: 2em;text-indent: 2em;}
.nav{
	background: white;
	height: 60px;
	max-width: 1000px;
	margin: 0 auto;
}
.nav ul{padding-left: 80px;}
.scrollnav{ 
	z-index: 100;
	width: 100%;
	background: white; 
	text-align: center;
	display: none; 
	position: fixed;top: 0px;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.nav li{font-size: 18px;float: left;padding: 0 20px ; line-height: 60px;}
.nav li>a{ color: black;}
.nav li>a:hover{padding-bottom: 15px;border-bottom: 3px solid #FD932D; }

img{max-width: 100%; height: auto;}

.company{margin-top: 20px;}
.schedule{padding-bottom: 50px; line-height: 2em;}
.schedule>b{font-size: 20px; }
.content-format{margin: 0 0 15px;}

.backtop{
	position: fixed;
	bottom: 50px;
	right: 30px;
	height: 44px;
	width: 44px;
	line-height: 46px;
	text-align: center;
	background: white;
	border-radius: 50%;
	border: 1px solid #ea913e;
}
.backtop .iconfont{font-size: 24px;color: #888;}
.backtop:hover{background: #FD932D; }
.backtop:hover .iconfont{color: white;}
.act{
	position: absolute;
	right: 100px;
	top: 170px;
	width: 300px;
}
.menu{color: black;}
.mobile-nav{display: none;}
.logo{width: 36px;height: 50px;overflow: hidden;display: inline-block;}
.logo img{max-width: inherit;height: 50px;}
.mobile-heading{display: none; margin-bottom: 25px;}
.mobile-heading p{font-size: 18px;color: #FD932D;margin-top: 20px;}
.mobile-heading span{color: #888888;font-size: 12px;}
.container-reset{max-width: 100%;padding: 0; font-size: 12px;}
.row{margin-bottom: 1em;line-height: 2em;}
@media(max-width:1170px){
	.wraper{max-width: 100%;}
	.banner{padding: 50px;}
	.nav{max-width: 100%;}
	.nav ul{padding-left: 30px;}
	.section{padding: 50px;max-width: 100%; margin: 30px 0;width: 100%;}
}
@media (max-width:1023px){
	.nav ul{padding-left: 40px;}
	.nav li{font-size: 16px;padding: 0 10px;}
	.backtop{right:20px;bottom: 30px;}
	.section h2{color: #FD932D!important;}
}

@media (max-width:767px) {
	.meeting{margin-top: 70px;}
	.mobile-nav{display: block;line-height: 50px;height: 50px; background: white;position: fixed;top: 0;width: 100%;z-index: 10000;}
	.mobile-nav .iconfont{font-size: 28px;color: black;padding: 8px;position: relative;left: 10px;}
	.mobile-nav div{padding: 0px 20px;height: 51px; border-bottom: 1px solid #d9d9d9;margin: 0;}
	.mobile-nav ul a{color: black;font-size: 14px;display: block;}
	.mobile-nav ul{ display: none;padding: 8px 0;box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);background: white;line-height: 40px;}
	.mobile-nav li{height: 40px; clear:both;max-width: 100%;padding: 0 24px;}
	.banner,.nav{display: none;}
	.section{padding: 20px;margin: 20px 0;}
	.mobile-heading{display: block;}
	
}


.classHide{
	display: none;
}
